coefficients:
Caustic: 0.75
+- type: entity
+ parent: ClothingOuterStorageBase
+ id: ClothingOuterCoatRD
+ name: research director lab coat
+ description: Woven with top of the line technology, this labcoat helps protect against radiation in similar way to the experimental hardsuit.
+ components:
+ - type: Sprite
+ sprite: Clothing/OuterClothing/Coats/rd_coat.rsi
+ - type: Clothing
+ sprite: Clothing/OuterClothing/Coats/rd_coat.rsi
+ - type: Armor
+ modifiers:
+ coefficients:
+ Caustic: 0.75
+ Radiation: 0.9
+
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatPirate
jumpsuit: ClothingUniformJumpsuitResearchDirector
back: ClothingBackpackResearchDirectorFilled
shoes: ClothingShoesColorBrown
- outerClothing: ClothingOuterCoatRnd
+ outerClothing: ClothingOuterCoatRD
id: RnDPDA
ears: ClothingHeadsetRD
innerClothingSkirt: ClothingUniformJumpskirtResearchDirector
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Drawn by Ubaser",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "icon-open"
+ },
+ {
+ "name": "equipped-OUTERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "open-equipped-OUTERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "open-inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "open-inhand-right",
+ "directions": 4
+ }
+ ]
+}