Makes organs consumable (#3754)
* Slightly reorganizes Body yaml * Slightly reorganizes Body yaml * You can now monch all organs * Rewrites Mobs/Species/.rsi meta.jsons and replaces some human organ sprites * ReIDs organs and does some more cleanup
@@ -1,30 +1,29 @@
|
|||||||
- type: entity
|
|
||||||
id: BaseMechanism
|
|
||||||
parent: BaseItem
|
|
||||||
name: "base mechanism"
|
|
||||||
abstract: true
|
|
||||||
components:
|
|
||||||
- type: Mechanism
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BaseHumanOrgan
|
id: BaseHumanOrgan
|
||||||
parent: BaseMechanism
|
parent: BaseItem
|
||||||
name: "base human organ"
|
|
||||||
abstract: true
|
abstract: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Tag
|
||||||
netsync: false
|
tags:
|
||||||
sprite: Mobs/Species/Human/organs.rsi
|
- Grindable
|
||||||
|
|
||||||
- type: entity
|
|
||||||
id: BrainHuman
|
|
||||||
parent: BaseHumanOrgan
|
|
||||||
name: "human brain"
|
|
||||||
description: "The source of incredible, unending intelligence. Honk."
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
sprite: Mobs/Species/Human/organs.rsi
|
sprite: Mobs/Species/Human/organs.rsi
|
||||||
|
- type: Mechanism
|
||||||
|
- type: Food
|
||||||
|
- type: SolutionContainer
|
||||||
|
contents:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: chem.Nutriment
|
||||||
|
Quantity: 10
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: OrganHumanBrain
|
||||||
|
parent: BaseHumanOrgan
|
||||||
|
name: brain
|
||||||
|
description: "The source of incredible, unending intelligence. Honk."
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
state: brain
|
state: brain
|
||||||
- type: Mechanism
|
- type: Mechanism
|
||||||
size: 1
|
size: 1
|
||||||
@@ -37,28 +36,26 @@
|
|||||||
- type: GhostOnMove
|
- type: GhostOnMove
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: EyesHuman
|
id: OrganHumanEyes
|
||||||
parent: BaseHumanOrgan
|
parent: BaseHumanOrgan
|
||||||
name: "human eyes"
|
name: eyes
|
||||||
description: "Ocular organ capable of turning light into a colorful visual."
|
description: "I see you!"
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
layers:
|
||||||
sprite: Mobs/Species/Human/organs.rsi
|
- state: eyeball-l
|
||||||
state: eyeballs
|
- state: eyeball-r
|
||||||
- type: Mechanism
|
- type: Mechanism
|
||||||
size: 1
|
size: 1
|
||||||
compatibility: Biological
|
compatibility: Biological
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: HeartHuman
|
id: OrganHumanHeart
|
||||||
parent: BaseHumanOrgan
|
parent: BaseHumanOrgan
|
||||||
name: "human heart"
|
name: heart
|
||||||
description: "Pumps blood throughout a body. Essential for any entity with blood."
|
description: "I feel bad for the heartless bastard who lost this."
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
|
||||||
sprite: Mobs/Species/Human/organs.rsi
|
|
||||||
state: heart-on
|
state: heart-on
|
||||||
- type: Mechanism
|
- type: Mechanism
|
||||||
size: 1
|
size: 1
|
||||||
@@ -67,15 +64,27 @@
|
|||||||
- !type:HeartBehavior {}
|
- !type:HeartBehavior {}
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LungsHuman
|
id: OrganHumanEars
|
||||||
parent: BaseHumanOrgan
|
parent: BaseHumanOrgan
|
||||||
name: "human lungs"
|
name: ears
|
||||||
|
description: "There are three parts to the ear. Inner, middle and outer. Only one of these parts should normally be visible."
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: ears
|
||||||
|
- type: Mechanism
|
||||||
|
size: 1
|
||||||
|
compatibility: Biological
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: OrganHumanLungs
|
||||||
|
parent: BaseHumanOrgan
|
||||||
|
name: lungs
|
||||||
description: "Filters oxygen from an atmosphere, which is then sent into the bloodstream to be used as an electron carrier."
|
description: "Filters oxygen from an atmosphere, which is then sent into the bloodstream to be used as an electron carrier."
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
layers:
|
||||||
sprite: Mobs/Species/Human/organs.rsi
|
- state: lung-l
|
||||||
state: lungs
|
- state: lung-r
|
||||||
- type: Mechanism
|
- type: Mechanism
|
||||||
size: 1
|
size: 1
|
||||||
compatibility: Biological
|
compatibility: Biological
|
||||||
@@ -83,14 +92,12 @@
|
|||||||
- !type:LungBehavior {}
|
- !type:LungBehavior {}
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: StomachHuman
|
id: OrganHumanStomach
|
||||||
parent: BaseHumanOrgan
|
parent: BaseHumanOrgan
|
||||||
name: "human stomach"
|
name: stomach
|
||||||
description: "Gross. This is hard to stomach."
|
description: "Gross. This is hard to stomach."
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
|
||||||
sprite: Mobs/Species/Human/organs.rsi
|
|
||||||
state: stomach
|
state: stomach
|
||||||
- type: Mechanism
|
- type: Mechanism
|
||||||
size: 1
|
size: 1
|
||||||
@@ -103,14 +110,12 @@
|
|||||||
maxVol: 250
|
maxVol: 250
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LiverHuman
|
id: OrganHumanLiver
|
||||||
parent: BaseHumanOrgan
|
parent: BaseHumanOrgan
|
||||||
name: "human liver"
|
name: liver
|
||||||
description: "Filters impurities out of a bloodstream and provides other important functionality to a human, such as reagent metabolization."
|
description: "Pairing suggestion: chianti and fava beans."
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
|
||||||
sprite: Mobs/Species/Human/organs.rsi
|
|
||||||
state: liver
|
state: liver
|
||||||
- type: Mechanism
|
- type: Mechanism
|
||||||
size: 1
|
size: 1
|
||||||
@@ -123,15 +128,41 @@
|
|||||||
toxinLethality: 0.01
|
toxinLethality: 0.01
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: KidneysHuman
|
id: OrganHumanKidneys
|
||||||
parent: BaseHumanOrgan
|
parent: BaseHumanOrgan
|
||||||
name: "human kidneys"
|
name: kidneys
|
||||||
description: "Filters toxins out of a bloodstream."
|
description: "Filters toxins out of a bloodstream."
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
layers:
|
||||||
sprite: Mobs/Species/Human/organs.rsi
|
- state: kidney-l
|
||||||
state: kidneys
|
- state: kidney-r
|
||||||
|
- type: Mechanism
|
||||||
|
size: 1
|
||||||
|
compatibility: Biological
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: OrganHumanTongue
|
||||||
|
parent: BaseHumanOrgan
|
||||||
|
name: tongue
|
||||||
|
description: "A fleshy muscle mostly used for lying."
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: tongue
|
||||||
|
- type: Mechanism
|
||||||
|
size: 1
|
||||||
|
compatibility: Biological
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: OrganHumanAppendix
|
||||||
|
parent: BaseHumanOrgan
|
||||||
|
name: appendix
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: appendix
|
||||||
|
- state: appendix-inflamed
|
||||||
|
visible: false
|
||||||
- type: Mechanism
|
- type: Mechanism
|
||||||
size: 1
|
size: 1
|
||||||
compatibility: Biological
|
compatibility: Biological
|
||||||
@@ -23,11 +23,11 @@
|
|||||||
size: 14
|
size: 14
|
||||||
compatibility: Biological
|
compatibility: Biological
|
||||||
mechanisms:
|
mechanisms:
|
||||||
- HeartHuman
|
- OrganHumanHeart
|
||||||
- LungsHuman
|
- OrganHumanLungs
|
||||||
- StomachHuman
|
- OrganHumanStomach
|
||||||
- LiverHuman
|
- OrganHumanLiver
|
||||||
- KidneysHuman
|
- OrganHumanKidneys
|
||||||
- type: BiologicalSurgeryData
|
- type: BiologicalSurgeryData
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
# TODO BODY DettachableDamageableComponent?
|
# TODO BODY DettachableDamageableComponent?
|
||||||
@@ -54,8 +54,8 @@
|
|||||||
compatibility: Biological
|
compatibility: Biological
|
||||||
vital: true
|
vital: true
|
||||||
mechanisms:
|
mechanisms:
|
||||||
- BrainHuman
|
- OrganHumanBrain
|
||||||
- EyesHuman
|
- OrganHumanEyes
|
||||||
- type: BiologicalSurgeryData
|
- type: BiologicalSurgeryData
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
damageContainer: biologicalDamageContainer
|
damageContainer: biologicalDamageContainer
|
||||||
@@ -22,11 +22,11 @@
|
|||||||
size: 14
|
size: 14
|
||||||
compatibility: Biological
|
compatibility: Biological
|
||||||
mechanisms:
|
mechanisms:
|
||||||
- HeartHuman
|
- OrganHumanHeart
|
||||||
- LungsHuman
|
- OrganHumanLungs
|
||||||
- StomachHuman
|
- OrganHumanStomach
|
||||||
- LiverHuman
|
- OrganHumanLiver
|
||||||
- KidneysHuman
|
- OrganHumanKidneys
|
||||||
- type: BiologicalSurgeryData
|
- type: BiologicalSurgeryData
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
# TODO BODY DettachableDamageableComponent?
|
# TODO BODY DettachableDamageableComponent?
|
||||||
@@ -53,8 +53,8 @@
|
|||||||
compatibility: Biological
|
compatibility: Biological
|
||||||
vital: true
|
vital: true
|
||||||
mechanisms:
|
mechanisms:
|
||||||
- BrainHuman
|
- OrganHumanBrain
|
||||||
- EyesHuman
|
- OrganHumanEyes
|
||||||
- type: BiologicalSurgeryData
|
- type: BiologicalSurgeryData
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
damageContainer: biologicalDamageContainer
|
damageContainer: biologicalDamageContainer
|
||||||
@@ -23,11 +23,11 @@
|
|||||||
size: 14
|
size: 14
|
||||||
compatibility: Biological
|
compatibility: Biological
|
||||||
mechanisms:
|
mechanisms:
|
||||||
- HeartHuman
|
- OrganHumanHeart
|
||||||
- LungsHuman
|
- OrganHumanLungs
|
||||||
- StomachHuman
|
- OrganHumanStomach
|
||||||
- LiverHuman
|
- OrganHumanLiver
|
||||||
- KidneysHuman
|
- OrganHumanKidneys
|
||||||
- type: BiologicalSurgeryData
|
- type: BiologicalSurgeryData
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
# TODO BODY DettachableDamageableComponent?
|
# TODO BODY DettachableDamageableComponent?
|
||||||
@@ -54,8 +54,8 @@
|
|||||||
compatibility: Biological
|
compatibility: Biological
|
||||||
vital: true
|
vital: true
|
||||||
mechanisms:
|
mechanisms:
|
||||||
- BrainHuman
|
- OrganHumanBrain
|
||||||
- EyesHuman
|
- OrganHumanEyes
|
||||||
- type: BiologicalSurgeryData
|
- type: BiologicalSurgeryData
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
damageContainer: biologicalDamageContainer
|
damageContainer: biologicalDamageContainer
|
||||||
|
After Width: | Height: | Size: 188 B |
|
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 158 B |
|
Before Width: | Height: | Size: 282 B |
BIN
Resources/Textures/Mobs/Species/Human/organs.rsi/eyeball-l.png
Normal file
|
After Width: | Height: | Size: 364 B |
BIN
Resources/Textures/Mobs/Species/Human/organs.rsi/eyeball-r.png
Normal file
|
After Width: | Height: | Size: 354 B |
|
Before Width: | Height: | Size: 574 B |
BIN
Resources/Textures/Mobs/Species/Human/organs.rsi/kidney-l.png
Normal file
|
After Width: | Height: | Size: 262 B |
BIN
Resources/Textures/Mobs/Species/Human/organs.rsi/kidney-r.png
Normal file
|
After Width: | Height: | Size: 259 B |
|
Before Width: | Height: | Size: 351 B |
BIN
Resources/Textures/Mobs/Species/Human/organs.rsi/lung-l.png
Normal file
|
After Width: | Height: | Size: 279 B |
BIN
Resources/Textures/Mobs/Species/Human/organs.rsi/lung-r.png
Normal file
|
After Width: | Height: | Size: 275 B |
|
Before Width: | Height: | Size: 359 B |
@@ -1,65 +1,72 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"size": {
|
"license": "CC-BY-SA-3.0",
|
||||||
"x": 32,
|
"copyright": "Taken from tgstation and cev-eris at https://github.com/tgstation/tgstation/commit/c4b7f3c41b6742aca260fe60cc358a778ba9b8c8 and https://github.com/discordia-space/CEV-Eris/commit/476e374cea95ff5e8b1603c48342bf700e2cd7af",
|
||||||
"y": 32
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "appendix"
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
{
|
||||||
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/7489d8e74693f9ca811e4f8a921de10ed96c619e/icons/obj/surgery.dmi",
|
"name": "appendix-inflamed"
|
||||||
"states": [
|
},
|
||||||
{
|
{
|
||||||
"name": "appendix",
|
"name": "brain"
|
||||||
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "ears"
|
||||||
"name": "appendixinflamed",
|
},
|
||||||
|
{
|
||||||
},
|
"name": "eyeball-l"
|
||||||
{
|
},
|
||||||
"name": "brain",
|
{
|
||||||
|
"name": "eyeball-r"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ears",
|
"name": "heart-off"
|
||||||
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "heart-on",
|
||||||
"name": "eyeballs",
|
"delays": [
|
||||||
|
[
|
||||||
},
|
0.6,
|
||||||
{
|
0.1,
|
||||||
"name": "heart-off",
|
0.1
|
||||||
|
]
|
||||||
},
|
]
|
||||||
{
|
},
|
||||||
"name": "heart-on",
|
{
|
||||||
"delays": [
|
"name": "kidney-l"
|
||||||
[
|
},
|
||||||
0.6,
|
{
|
||||||
0.1,
|
"name": "kidney-r"
|
||||||
0.1
|
},
|
||||||
]
|
{
|
||||||
]
|
"name": "liver"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "kidneys",
|
"name": "lung-l"
|
||||||
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "lung-r"
|
||||||
"name": "liver",
|
},
|
||||||
|
{
|
||||||
},
|
"name": "stomach"
|
||||||
{
|
},
|
||||||
"name": "lungs",
|
{
|
||||||
|
"name": "tongue"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "stomach",
|
"name": "muscle"
|
||||||
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "nerve"
|
||||||
"name": "tonguenormal",
|
},
|
||||||
|
{
|
||||||
}
|
"name": "vessel"
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
|
}
|
||||||
|
|||||||
BIN
Resources/Textures/Mobs/Species/Human/organs.rsi/muscle.png
Normal file
|
After Width: | Height: | Size: 219 B |
BIN
Resources/Textures/Mobs/Species/Human/organs.rsi/nerve.png
Normal file
|
After Width: | Height: | Size: 155 B |
|
Before Width: | Height: | Size: 370 B After Width: | Height: | Size: 191 B |
|
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 375 B |
BIN
Resources/Textures/Mobs/Species/Human/organs.rsi/vessel.png
Normal file
|
After Width: | Height: | Size: 170 B |
@@ -1,231 +1,62 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"size": {
|
"license": "CC-BY-SA-3.0",
|
||||||
"x": 32,
|
"copyright": "https://github.com/tgstation/tgstation/blob/8024397cc81c5f47f74cf4279e35728487d0a1a7/icons/mob/human_parts_greyscale.dmi and modified by DrSmugleaf",
|
||||||
"y": 32
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "full"
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
{
|
||||||
"copyright": "https://github.com/tgstation/tgstation/blob/8024397cc81c5f47f74cf4279e35728487d0a1a7/icons/mob/human_parts_greyscale.dmi and modified by DrSmugleaf",
|
"name": "head_f",
|
||||||
"states": [
|
"directions": 4
|
||||||
{
|
},
|
||||||
"name": "full",
|
{
|
||||||
|
"name": "head_m",
|
||||||
},
|
"directions": 4
|
||||||
{
|
},
|
||||||
"name": "head_f",
|
{
|
||||||
"directions": 4,
|
"name": "l_arm",
|
||||||
"delays": [
|
"directions": 4
|
||||||
[
|
},
|
||||||
1.0
|
{
|
||||||
],
|
"name": "l_foot",
|
||||||
[
|
"directions": 4
|
||||||
1.0
|
},
|
||||||
],
|
{
|
||||||
[
|
"name": "l_hand",
|
||||||
1.0
|
"directions": 4
|
||||||
],
|
},
|
||||||
[
|
{
|
||||||
1.0
|
"name": "l_leg",
|
||||||
]
|
"directions": 4
|
||||||
]
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "r_arm",
|
||||||
"name": "head_m",
|
"directions": 4
|
||||||
"directions": 4,
|
},
|
||||||
"delays": [
|
{
|
||||||
[
|
"name": "r_foot",
|
||||||
1.0
|
"directions": 4
|
||||||
],
|
},
|
||||||
[
|
{
|
||||||
1.0
|
"name": "r_hand",
|
||||||
],
|
"directions": 4
|
||||||
[
|
},
|
||||||
1.0
|
{
|
||||||
],
|
"name": "r_leg",
|
||||||
[
|
"directions": 4
|
||||||
1.0
|
},
|
||||||
]
|
{
|
||||||
]
|
"name": "torso_f",
|
||||||
},
|
"directions": 4
|
||||||
{
|
},
|
||||||
"name": "l_arm",
|
{
|
||||||
"directions": 4,
|
"name": "torso_m",
|
||||||
"delays": [
|
"directions": 4
|
||||||
[
|
}
|
||||||
1.0
|
]
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "l_foot",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "l_hand",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "l_leg",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "r_arm",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "r_foot",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "r_hand",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "r_leg",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "torso_f",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "torso_m",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,231 +1,62 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"size": {
|
"license": "CC-BY-SA-3.0",
|
||||||
"x": 32,
|
"copyright": "https://github.com/tgstation/tgstation/blob/8024397cc81c5f47f74cf4279e35728487d0a1a7/icons/mob/human_parts_greyscale.dmi and modified by Zumorica",
|
||||||
"y": 32
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "full"
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
{
|
||||||
"copyright": "https://github.com/tgstation/tgstation/blob/8024397cc81c5f47f74cf4279e35728487d0a1a7/icons/mob/human_parts_greyscale.dmi and modified by Zumorica",
|
"name": "head_f",
|
||||||
"states": [
|
"directions": 4
|
||||||
{
|
},
|
||||||
"name": "full",
|
{
|
||||||
|
"name": "head_m",
|
||||||
},
|
"directions": 4
|
||||||
{
|
},
|
||||||
"name": "head_f",
|
{
|
||||||
"directions": 4,
|
"name": "l_arm",
|
||||||
"delays": [
|
"directions": 4
|
||||||
[
|
},
|
||||||
1.0
|
{
|
||||||
],
|
"name": "l_foot",
|
||||||
[
|
"directions": 4
|
||||||
1.0
|
},
|
||||||
],
|
{
|
||||||
[
|
"name": "l_hand",
|
||||||
1.0
|
"directions": 4
|
||||||
],
|
},
|
||||||
[
|
{
|
||||||
1.0
|
"name": "l_leg",
|
||||||
]
|
"directions": 4
|
||||||
]
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "r_arm",
|
||||||
"name": "head_m",
|
"directions": 4
|
||||||
"directions": 4,
|
},
|
||||||
"delays": [
|
{
|
||||||
[
|
"name": "r_foot",
|
||||||
1.0
|
"directions": 4
|
||||||
],
|
},
|
||||||
[
|
{
|
||||||
1.0
|
"name": "r_hand",
|
||||||
],
|
"directions": 4
|
||||||
[
|
},
|
||||||
1.0
|
{
|
||||||
],
|
"name": "r_leg",
|
||||||
[
|
"directions": 4
|
||||||
1.0
|
},
|
||||||
]
|
{
|
||||||
]
|
"name": "torso_f",
|
||||||
},
|
"directions": 4
|
||||||
{
|
},
|
||||||
"name": "l_arm",
|
{
|
||||||
"directions": 4,
|
"name": "torso_m",
|
||||||
"delays": [
|
"directions": 4
|
||||||
[
|
}
|
||||||
1.0
|
]
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "l_foot",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "l_hand",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "l_leg",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "r_arm",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "r_foot",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "r_hand",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "r_leg",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "torso_f",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "torso_m",
|
|
||||||
"directions": 4,
|
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1.0
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1,75 @@
|
|||||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at 02ff588d59b3c560c685d9ca75e882d32a72d8cb", "states": [{"name": "groin_f", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "groin_m", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "head_f", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "head_m", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "l_arm", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "l_foot", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "l_hand", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "l_leg", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "overlay_husk", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "r_arm", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "r_foot", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "r_hand", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "r_leg", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "torso_f", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "torso_m", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "vox_m", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at 02ff588d59b3c560c685d9ca75e882d32a72d8cb",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "groin_f",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "groin_m",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "head_f",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "head_m",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "l_arm",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "l_foot",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "l_hand",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "l_leg",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "overlay_husk",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "r_arm",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "r_foot",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "r_hand",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "r_leg",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "torso_f",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "torso_m",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vox_m",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 233 B |