ClothingHeadsetMedical: 4
ClothingOuterWinterMed: 2
ClothingOuterWinterPara: 2
+ ClothingOuterCoatParamedicWB: 2
+ ClothingHeadHatParamedicsoft: 2
ClothingHeadHelmetVoidParamed: 1
ClothingOuterHardsuitVoidParamed: 1
sprite: Clothing/Head/Soft/bizarresoft_flipped.rsi
- type: Clothing
sprite: Clothing/Head/Soft/bizarresoft_flipped.rsi
+
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadHatParamedicsoft
+ name: paramedic cap
+ description: "It's a paramedic's baseball hat with a medical logo."
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Soft/paramedicsoft.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Soft/paramedicsoft.rsi
+
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadHatParamedicsoftFlipped
+ name: paramedic cap flipped
+ description: "It's a paramedic's baseball hat with a medical logo. Flipped."
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Soft/paramedicsoft_flipped.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Soft/paramedicsoft_flipped.rsi
sprite: Clothing/OuterClothing/Coats/clownpriest.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/clownpriest.rsi
+
+- type: entity
+ parent: ClothingOuterStorageBase
+ id: ClothingOuterCoatParamedicWB
+ name: paramedic windbreaker
+ description: A paramedic's trusty windbreaker, for all the space wind.
+ components:
+ - type: Sprite
+ sprite: Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi
+ - type: Clothing
+ sprite: Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi
\ No newline at end of file
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Made by MagnusCrowe (Github) for SS14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Made by MagnusCrowe (Github) for SS14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Made by MagnusCrowe (Github) for SS14",
+ "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
+ }
+ ]
+}