Caustic: 0.75
- type: entity
- parent: ClothingOuterStorageBase
+ parent: ClothingOuterStorageFoldableBase
id: ClothingOuterCoatLabSeniorResearcher
name: senior researcher lab coat
description: A suit that protects against minor chemical spills. Has a purple collar and wrist trims.
Caustic: 0.75
- type: entity
- parent: ClothingOuterStorageBase
+ parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatLabSeniorResearcher]
+ id: ClothingOuterCoatLabSeniorResearcherOpened
+ name: senior researcher lab coat
+
+- type: entity
+ parent: ClothingOuterStorageFoldableBase
id: ClothingOuterCoatLabSeniorPhysician
name: senior physician lab coat
description: A suit that protects against minor chemical spills. Has light blue sleeves and an orange waist trim.
coefficients:
Caustic: 0.75
+- type: entity
+ parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatLabSeniorPhysician]
+ id: ClothingOuterCoatLabSeniorPhysicianOpened
+ name: senior physician lab coat
+
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatSpaceAsshole
sprite: Clothing/OuterClothing/Coats/space_asshole.rsi
- type: entity
- parent: ClothingOuterStorageBase
+ parent: ClothingOuterStorageFoldableBase
id: ClothingOuterCoatExpensive
name: expensive coat
description: Very fluffy pink coat, made out of very expensive fur (clearly).
sprite: Clothing/OuterClothing/Coats/expensive_coat.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/expensive_coat.rsi
+
+- type: entity
+ parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatExpensive]
+ id: ClothingOuterCoatExpensiveOpened
+ name: expensive coat
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/cae6017c486dbadef2b2d86ddc58d7226c17597c/icons/mob/clothing/suit.dmi, https://github.com/ParadiseSS13/Paradise/blob/cab0fa52972c777ec3929cc2e03a74088349486f/icons/obj/clothing/suits.dmi",
+ "copyright": "Taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/cae6017c486dbadef2b2d86ddc58d7226c17597c/icons/mob/clothing/suit.dmi, https://github.com/ParadiseSS13/Paradise/blob/cab0fa52972c777ec3929cc2e03a74088349486f/icons/obj/clothing/suits.dmi, closed states by SonicHDC",
"size": {
"x": 32,
"y": 32
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
+ {
+ "name": "open-equipped-OUTERCLOTHING",
+ "directions": 4
+ },
{
"name": "equipped-OUTERCLOTHING-vox",
"directions": 4
},
+ {
+ "name": "open-equipped-OUTERCLOTHING-vox",
+ "directions": 4
+ },
{
"name": "icon"
+ },
+ {
+ "name": "icon-open"
}
]
-}
\ No newline at end of file
+}