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
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 175 B |
|
After Width: | Height: | Size: 174 B |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 311 B |
|
After Width: | Height: | Size: 309 B |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 408 B After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 4.9 KiB |
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 725 B |
|
After Width: | Height: | Size: 4.5 KiB |