Add sprites for Vox organs (#40555)

* Blue organs for blue blood

* EYES GO IN THE HEAD

* Accidental upload

* Also accidental upload

* skreeching for the future

* SKREEEEEEEEEE

* THese are not the files you are looking for

* Sprite attribution
This commit is contained in:
MissKay1994 2025-10-18 12:56:41 -04:00 committed by Vanessa
parent 70eb07aaf8
commit 60ebb1dbdc
23 changed files with 124 additions and 3 deletions

View File

@ -29,6 +29,8 @@
tags:
- Trash
isSpecialDigestibleExclusive: false
- type: Sprite
sprite: Mobs/Species/Vox/organs.rsi
- type: entity
parent: OrganHumanLiver
@ -38,6 +40,8 @@
components:
- type: Metabolizer
metabolizerTypes: [Vox]
- type: Sprite
sprite: Mobs/Species/Vox/organs.rsi
- type: entity
parent: OrganHumanHeart
@ -47,3 +51,49 @@
components:
- type: Metabolizer
metabolizerTypes: [Vox]
- type: Sprite
sprite: Mobs/Species/Vox/organs.rsi
- type: entity
parent: OrganHumanKidneys
id: OrganVoxKidneys
name: kidney
description: "Smells flammable."
components:
- type: Metabolizer
metabolizerTypes: [Vox]
- type: Sprite
sprite: Mobs/Species/Vox/organs.rsi
- type: entity
id: OrganVoxEyes
parent: OrganHumanEyes
name: eyes
components:
- type: Sprite
sprite: Mobs/Species/Vox/organs.rsi
- type: Item
size: Small
heldPrefix: eyeballs
- type: entity
id: OrganVoxTongueA
parent: OrganHumanTongue
name: tongue
description: "A fleshy muscle mostly used for screaming."
components:
- type: Sprite
sprite: Mobs/Species/Vox/organs.rsi
- type: Item
size: Small
- type: entity
id: OrganVoxTongueB
parent: OrganHumanTongue
name: tongue
description: "A fleshy muscle mostly used for screaming."
components:
- type: Sprite
sprite: Mobs/Species/Vox/organs.rsi
- type: Item
size: Small

View File

@ -9,7 +9,7 @@
- torso
organs:
brain: OrganVoxBrain # DeltaV
eyes: OrganHumanEyes
eyes: OrganVoxEyes
torso:
part: TorsoVox
connections:
@ -23,7 +23,7 @@
lungs: OrganVoxLungs
stomach: OrganVoxStomach
liver: OrganVoxLiver
kidneys: OrganHumanKidneys
kidneys: OrganVoxKidneys
right arm:
part: RightArmVox
connections:

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 408 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 B

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1,12 +1,69 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by mubururu_ (github)",
"copyright": "Originally from Paradise station, updated and edited for SS14 by MissKay1994 (github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "eyeballs-inhand-left",
"directions": 4
},
{
"name": "eyeballs-inhand-right",
"directions": 4
},
{
"name": "eyeball-l"
},
{
"name": "eyeball-r"
},
{
"name": "heart-inhand-left",
"directions": 4
},
{
"name": "heart-inhand-right",
"directions": 4
},
{
"name": "heart-on",
"delays": [
[
0.6,
0.1,
0.1
]
]
},
{
"name": "kidneys-inhand-left",
"directions": 4
},
{
"name": "kidneys-inhand-right",
"directions": 4
},
{
"name": "kidney-l"
},
{
"name": "kidney-r"
},
{
"name": "liver"
},
{
"name": "liver-inhand-left",
"directions": 4
},
{
"name": "liver-inhand-right",
"directions": 4
},
{
"name": "lungs-inhand-left",
"directions": 4
@ -20,6 +77,20 @@
},
{
"name": "lung-r"
},
{
"name": "stomach"
},
{
"name": "stomach-inhand-left",
"directions": 4
},
{
"name": "stomach-inhand-right",
"directions": 4
},
{
"name": "tongue"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 725 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB