Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Resources/Prototypes/Body/Prototypes/vox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
connections:
- chest
organs:
brain: OrganHumanBrain
brain: OrganVoxBrain
eyes: OrganHumanEyes
chest:
part: ChestVox
Expand Down
24 changes: 24 additions & 0 deletions Resources/Prototypes/_DV/Body/Organs/vox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
- type: entity
id: OrganVoxBrain
parent: OrganHumanBrain
name: cortical stack
description: "A peculiarly advanced bio-electronic device that seems to hold the memories and identity of a Vox."
components:
- type: Sprite
sprite: _DV/Mobs/Species/Vox/organs.rsi
state: cortical-stack
- type: SolutionContainerManager
solutions:
organ:
reagents:
- ReagentId: Silicon
Quantity: 10
- ReagentId: GreyMatter # Omu, get cancer get cancer get cancer
Quantity: 5
food:
maxVol: 15
reagents:
- ReagentId: Silicon
Quantity: 10
- ReagentId: GreyMatter
Quantity: 5
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Resources/Textures/_DV/Mobs/Species/Vox/organs.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/ParadiseSS13/Paradise/blob/bd91a1b962fe9bd38e346e9fafd4ebb10784fcb3/icons/obj/species_organs/vox.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "cortical-stack"
}
]
}
Loading