diff --git a/Resources/Prototypes/Body/Prototypes/vox.yml b/Resources/Prototypes/Body/Prototypes/vox.yml index 705645ef6f9..6108cd75e24 100644 --- a/Resources/Prototypes/Body/Prototypes/vox.yml +++ b/Resources/Prototypes/Body/Prototypes/vox.yml @@ -18,7 +18,7 @@ connections: - chest organs: - brain: OrganHumanBrain + brain: OrganVoxBrain eyes: OrganHumanEyes chest: part: ChestVox diff --git a/Resources/Prototypes/_DV/Body/Organs/vox.yml b/Resources/Prototypes/_DV/Body/Organs/vox.yml new file mode 100644 index 00000000000..242dfa6d20c --- /dev/null +++ b/Resources/Prototypes/_DV/Body/Organs/vox.yml @@ -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 \ No newline at end of file diff --git a/Resources/Textures/_DV/Mobs/Species/Vox/organs.rsi/cortical-stack.png b/Resources/Textures/_DV/Mobs/Species/Vox/organs.rsi/cortical-stack.png new file mode 100644 index 00000000000..4faccdf0b45 Binary files /dev/null and b/Resources/Textures/_DV/Mobs/Species/Vox/organs.rsi/cortical-stack.png differ diff --git a/Resources/Textures/_DV/Mobs/Species/Vox/organs.rsi/meta.json b/Resources/Textures/_DV/Mobs/Species/Vox/organs.rsi/meta.json new file mode 100644 index 00000000000..4a01195d9a8 --- /dev/null +++ b/Resources/Textures/_DV/Mobs/Species/Vox/organs.rsi/meta.json @@ -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" + } + ] +}