ERT visual fix / change (#5513)
* ERT drip or drown * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Changed ERT suit storage contents to new gas tanks per FieldCommand's request * Changed copyright to the full file per Toby's review --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
@ -73,3 +73,52 @@
|
|||
- 0 # tritium
|
||||
- 1.025689525 # water vapor
|
||||
temperature: 293.15
|
||||
|
||||
- type: entity
|
||||
id: OxygenTankERTFilled
|
||||
parent: OxygenTankERT
|
||||
suffix: Filled
|
||||
name: ERT oxygen tank
|
||||
components:
|
||||
- type: GasTank
|
||||
air:
|
||||
volume: 5
|
||||
moles:
|
||||
Oxygen: 2.051379050
|
||||
temperature: 293.15
|
||||
- type: Tag
|
||||
tags:
|
||||
- OxygenTank
|
||||
|
||||
- type: entity
|
||||
id: NitrogenTankERTFilled
|
||||
parent: NitrogenTankERT
|
||||
suffix: Filled
|
||||
name: ERT nitrogen tank
|
||||
components:
|
||||
- type: GasTank
|
||||
air:
|
||||
volume: 5
|
||||
moles:
|
||||
Nitrogen: 2.051379050
|
||||
temperature: 293.15
|
||||
- type: Tag
|
||||
tags:
|
||||
- NitrogenTank
|
||||
|
||||
- type: entity
|
||||
id: WaterVaporTankERTFilled
|
||||
parent: WaterVaporTankERT
|
||||
suffix: Filled
|
||||
name: ERT water vapor tank
|
||||
components:
|
||||
- type: GasTank
|
||||
outputPressure: 21.3
|
||||
air:
|
||||
volume: 5
|
||||
moles:
|
||||
WaterVapor: 2.051379050
|
||||
temperature: 293.15
|
||||
- type: Tag
|
||||
tags:
|
||||
- WaterVaporTank
|
||||
|
|
|
|||
|
|
@ -127,9 +127,9 @@
|
|||
- id: JetpackSecurityFilled
|
||||
- id: ClothingMaskGasERT
|
||||
- id: HandheldGPSBasic
|
||||
- id: DoubleEmergencyOxygenTankFilled
|
||||
- id: DoubleEmergencyNitrogenTankFilled
|
||||
- id: DoubleEmergencyWaterVaporTankFilled
|
||||
- id: OxygenTankERTFilled
|
||||
- id: NitrogenTankERTFilled
|
||||
- id: WaterVaporTankERTFilled
|
||||
|
||||
- type: entity
|
||||
parent: SuitStorageBase
|
||||
|
|
@ -151,9 +151,9 @@
|
|||
- id: JetpackSecurityFilled
|
||||
- id: ClothingMaskGasERT
|
||||
- id: HandheldGPSBasic
|
||||
- id: DoubleEmergencyOxygenTankFilled
|
||||
- id: DoubleEmergencyNitrogenTankFilled
|
||||
- id: DoubleEmergencyWaterVaporTankFilled
|
||||
- id: OxygenTankERTFilled
|
||||
- id: NitrogenTankERTFilled
|
||||
- id: WaterVaporTankERTFilled
|
||||
|
||||
- type: entity
|
||||
parent: SuitStorageBase
|
||||
|
|
@ -175,9 +175,9 @@
|
|||
- id: JetpackSecurityFilled
|
||||
- id: ClothingMaskGasERT
|
||||
- id: HandheldGPSBasic
|
||||
- id: DoubleEmergencyOxygenTankFilled
|
||||
- id: DoubleEmergencyNitrogenTankFilled
|
||||
- id: DoubleEmergencyWaterVaporTankFilled
|
||||
- id: OxygenTankERTFilled
|
||||
- id: NitrogenTankERTFilled
|
||||
- id: WaterVaporTankERTFilled
|
||||
|
||||
- type: entity
|
||||
parent: SuitStorageBase
|
||||
|
|
@ -199,9 +199,9 @@
|
|||
- id: JetpackSecurityFilled
|
||||
- id: ClothingMaskGasERT
|
||||
- id: HandheldGPSBasic
|
||||
- id: DoubleEmergencyOxygenTankFilled
|
||||
- id: DoubleEmergencyNitrogenTankFilled
|
||||
- id: DoubleEmergencyWaterVaporTankFilled
|
||||
- id: OxygenTankERTFilled
|
||||
- id: NitrogenTankERTFilled
|
||||
- id: WaterVaporTankERTFilled
|
||||
|
||||
- type: entity
|
||||
parent: SuitStorageBase
|
||||
|
|
@ -223,9 +223,9 @@
|
|||
- id: JetpackSecurityFilled
|
||||
- id: ClothingMaskGasERT
|
||||
- id: HandheldGPSBasic
|
||||
- id: DoubleEmergencyOxygenTankFilled
|
||||
- id: DoubleEmergencyNitrogenTankFilled
|
||||
- id: DoubleEmergencyWaterVaporTankFilled
|
||||
- id: OxygenTankERTFilled
|
||||
- id: NitrogenTankERTFilled
|
||||
- id: WaterVaporTankERTFilled
|
||||
|
||||
- type: entity
|
||||
parent: SuitStorageBase
|
||||
|
|
@ -247,9 +247,9 @@
|
|||
- id: JetpackSecurityFilled
|
||||
- id: ClothingMaskGasERT
|
||||
- id: HandheldGPSBasic
|
||||
- id: DoubleEmergencyOxygenTankFilled
|
||||
- id: DoubleEmergencyNitrogenTankFilled
|
||||
- id: DoubleEmergencyWaterVaporTankFilled
|
||||
- id: OxygenTankERTFilled
|
||||
- id: NitrogenTankERTFilled
|
||||
- id: WaterVaporTankERTFilled
|
||||
|
||||
# Science EVA Suit
|
||||
- type: entityTable
|
||||
|
|
|
|||
|
|
@ -28,3 +28,66 @@
|
|||
- type: Storage
|
||||
grid:
|
||||
- 0,0,10,3
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackERTLeader
|
||||
id: ClothingBackpackERTLeaderReducedVisual
|
||||
suffix: Reduced Visual
|
||||
description: A spacious backpack with lots of pockets, worn by the Commander of an Emergency Response Team. This one seems to utilise magnets to stay on
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Clothing/Back/Backpacks/ertleaderreduced.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackERTSecurity
|
||||
id: ClothingBackpackERTSecurityReducedVisual
|
||||
suffix: Reduced Visual
|
||||
description: A spacious backpack with lots of pockets, worn by Security Officers of an Emergency Response Team. This one seems to utilise magnets to stay on
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Clothing/Back/Backpacks/ertsecreduced.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackERTMedical
|
||||
id: ClothingBackpackERTMedicalReducedVisual
|
||||
suffix: Reduced Visual
|
||||
description: A spacious backpack with lots of pockets, worn by Medical Officers of an Emergency Response Team. This one seems to utilise magnets to stay on
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Clothing/Back/Backpacks/ertmedreduced.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackERTEngineer
|
||||
id: ClothingBackpackERTEngineerReducedVisual
|
||||
suffix: Reduced Visual
|
||||
description: A spacious backpack with lots of pockets, worn by Engineers of an Emergency Response Team. This one seems to utilise magnets to stay on
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Clothing/Back/Backpacks/ertengreduced.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackERTJanitor
|
||||
id: ClothingBackpackERTJanitorReducedVisual
|
||||
suffix: Reduced Visual
|
||||
description: A spacious backpack with lots of pockets, worn by Janitors of an Emergency Response Team. This one seems to utilise magnets to stay on
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackERTClown
|
||||
id: ClothingBackpackERTClownReducedVisual
|
||||
suffix: Reduced Visual
|
||||
description: A spacious backpack with lots of pockets, worn by Clowns of an Emergency Response Team. This one seems to utilise magnets to stay on
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Clothing/Back/Backpacks/ertclownreduced.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackERTChaplain
|
||||
id: ClothingBackpackERTChaplainReducedVisual
|
||||
suffix: Reduced Visual
|
||||
description: A spacious backpack with lots of pockets, worn by Chaplains of an Emergency Response Team. This one seems to utilise magnets to stay on
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
components:
|
||||
- type: Loadout
|
||||
prototypes: [ ERTLeaderGearRed ]
|
||||
roleLoadout: [ RoleSurvivalEVA ]
|
||||
roleLoadout: [ RoleSurvivalERT ]
|
||||
|
||||
- type: entity
|
||||
parent: RandomHumanoidSpawnerERTLeaderAmber
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
components:
|
||||
- type: Loadout
|
||||
prototypes: [ ERTLeaderGearGamma ]
|
||||
roleLoadout: [ RoleSurvivalEVA ]
|
||||
roleLoadout: [ RoleSurvivalERT ]
|
||||
|
||||
## ERT Chaplain
|
||||
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
components:
|
||||
- type: Loadout
|
||||
prototypes: [ ERTChaplainGearRed ]
|
||||
roleLoadout: [ RoleSurvivalEVA ]
|
||||
roleLoadout: [ RoleSurvivalERT ]
|
||||
- type: BibleUser
|
||||
|
||||
- type: entity
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
components:
|
||||
- type: Loadout
|
||||
prototypes: [ ERTChaplainGearGamma ]
|
||||
roleLoadout: [ RoleSurvivalEVA ]
|
||||
roleLoadout: [ RoleSurvivalERT ]
|
||||
- type: BibleUser
|
||||
|
||||
## ERT Janitor
|
||||
|
|
@ -223,7 +223,7 @@
|
|||
job: ERTJanitor
|
||||
- type: Loadout
|
||||
prototypes: [ ERTJanitorGearRed ]
|
||||
roleLoadout: [ RoleSurvivalEVA ]
|
||||
roleLoadout: [ RoleSurvivalERT ]
|
||||
|
||||
- type: entity
|
||||
parent: RandomHumanoidSpawnerERTJanitorAmber
|
||||
|
|
@ -250,7 +250,7 @@
|
|||
job: ERTJanitor
|
||||
- type: Loadout
|
||||
prototypes: [ ERTJanitorGearGamma ]
|
||||
roleLoadout: [ RoleSurvivalEVA ]
|
||||
roleLoadout: [ RoleSurvivalERT ]
|
||||
|
||||
## ERT Engineer
|
||||
|
||||
|
|
@ -309,7 +309,7 @@
|
|||
components:
|
||||
- type: Loadout
|
||||
prototypes: [ ERTEngineerGearRed ]
|
||||
roleLoadout: [ RoleSurvivalEVA ]
|
||||
roleLoadout: [ RoleSurvivalERT ]
|
||||
|
||||
- type: entity
|
||||
parent: RandomHumanoidSpawnerERTEngineerAmber
|
||||
|
|
@ -329,7 +329,7 @@
|
|||
components:
|
||||
- type: Loadout
|
||||
prototypes: [ ERTEngineerGearGamma ]
|
||||
roleLoadout: [ RoleSurvivalEVA ]
|
||||
roleLoadout: [ RoleSurvivalERT ]
|
||||
|
||||
## ERT Security
|
||||
|
||||
|
|
@ -388,7 +388,7 @@
|
|||
components:
|
||||
- type: Loadout
|
||||
prototypes: [ ERTSecurityGearRed ]
|
||||
roleLoadout: [ RoleSurvivalEVA ]
|
||||
roleLoadout: [ RoleSurvivalERT ]
|
||||
|
||||
- type: entity
|
||||
parent: RandomHumanoidSpawnerERTSecurityAmber
|
||||
|
|
@ -407,7 +407,7 @@
|
|||
components:
|
||||
- type: Loadout
|
||||
prototypes: [ ERTSecurityGearGamma ]
|
||||
roleLoadout: [ RoleSurvivalEVA ]
|
||||
roleLoadout: [ RoleSurvivalERT ]
|
||||
|
||||
## ERT Medic
|
||||
|
||||
|
|
@ -466,7 +466,7 @@
|
|||
components:
|
||||
- type: Loadout
|
||||
prototypes: [ ERTMedicalGearRed ]
|
||||
roleLoadout: [ RoleSurvivalEVA ]
|
||||
roleLoadout: [ RoleSurvivalERT ]
|
||||
|
||||
- type: entity
|
||||
parent: RandomHumanoidSpawnerERTMedicalAmber
|
||||
|
|
@ -486,7 +486,7 @@
|
|||
components:
|
||||
- type: Loadout
|
||||
prototypes: [ ERTMedicalGearGamma ]
|
||||
roleLoadout: [ RoleSurvivalEVA ]
|
||||
roleLoadout: [ RoleSurvivalERT ]
|
||||
|
||||
## CBURN
|
||||
|
||||
|
|
|
|||
|
|
@ -52,3 +52,53 @@
|
|||
sprite: _DV/Objects/Tanks/emergency_double_water_vapor.rsi
|
||||
- type: Clothing
|
||||
sprite: _DV/Objects/Tanks/emergency_double_water_vapor.rsi
|
||||
|
||||
# ERT
|
||||
|
||||
- type: entity
|
||||
parent: OxygenTank
|
||||
id: OxygenTankERT
|
||||
name: ERT oxygen tank
|
||||
description: A cylindrical gas tank for oxygen, worn by Emergency Response Team members. It can hold 5 L of gas.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Objects/Tanks/emergency_oxygen_ert.rsi
|
||||
- type: Item
|
||||
sprite: _DV/Objects/Tanks/emergency_oxygen_ert.rsi
|
||||
- type: Clothing
|
||||
sprite: _DV/Objects/Tanks/emergency_oxygen_ert.rsi
|
||||
- type: Tag # Funkystation - Crash Carts
|
||||
tags:
|
||||
- OxygenTank
|
||||
|
||||
- type: entity
|
||||
parent: NitrogenTank
|
||||
id: NitrogenTankERT
|
||||
name: ERT nitrogen tank
|
||||
description: A cylindrical gas tank for nitrogen, worn by Emergency Response Team members. It can hold 5 L of gas.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Objects/Tanks/emergency_nitrogen_ert.rsi
|
||||
- type: Item
|
||||
sprite: _DV/Objects/Tanks/emergency_nitrogen_ert.rsi
|
||||
- type: Clothing
|
||||
sprite: _DV/Objects/Tanks/emergency_nitrogen_ert.rsi
|
||||
- type: Tag # Funkystation - Crash Carts
|
||||
tags:
|
||||
- NitrogenTank
|
||||
|
||||
- type: entity
|
||||
parent: WaterVaporTank
|
||||
id: WaterVaporTankERT
|
||||
name: ERT water vapor tank
|
||||
description: A cylindrical gas tank for water vapor, worn by Emergency Response Team members. It can hold 5 L of gas.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Objects/Tanks/emergency_water_vapor_ert.rsi
|
||||
- type: Item
|
||||
sprite: _DV/Objects/Tanks/emergency_water_vapor_ert.rsi
|
||||
- type: Clothing
|
||||
sprite: _DV/Objects/Tanks/emergency_water_vapor_ert.rsi
|
||||
- type: Tag # Funkystation - Crash Carts
|
||||
tags:
|
||||
- WaterVaporTank
|
||||
|
|
|
|||
|
|
@ -144,3 +144,29 @@
|
|||
storage:
|
||||
back:
|
||||
- BoxSurvivalHumanoidSilicon
|
||||
|
||||
# ERT
|
||||
|
||||
- type: loadout
|
||||
id: LoadoutEmergencyOxygenExtendedERT
|
||||
effects:
|
||||
- !type:GroupLoadoutEffect
|
||||
proto: OxygenBreather
|
||||
equipment:
|
||||
suitstorage: OxygenTankERTFilled
|
||||
|
||||
- type: loadout
|
||||
id: LoadoutEmergencyNitrogenExtendedERT
|
||||
effects:
|
||||
- !type:GroupLoadoutEffect
|
||||
proto: NitrogenBreather
|
||||
equipment:
|
||||
suitstorage: NitrogenTankERTFilled
|
||||
|
||||
- type: loadout
|
||||
id: LoadoutEmergencyWaterVaporExtendedERT
|
||||
effects:
|
||||
- !type:GroupLoadoutEffect
|
||||
proto: WaterBreather
|
||||
equipment:
|
||||
suitstorage: WaterVaporTankERTFilled
|
||||
|
|
|
|||
|
|
@ -992,3 +992,19 @@
|
|||
hidden: true
|
||||
loadouts:
|
||||
- EmergencyIPCBox
|
||||
|
||||
# ERT
|
||||
- type: loadoutGroup
|
||||
id: GroupEVATankERT
|
||||
name: loadout-group-EVA-tank
|
||||
hidden: true
|
||||
loadouts:
|
||||
- LoadoutEmergencyOxygenExtendedERT
|
||||
- LoadoutEmergencyNitrogenExtendedERT
|
||||
- LoadoutEmergencyWaterVaporExtendedERT
|
||||
|
||||
- type: roleLoadout
|
||||
id: RoleSurvivalERT
|
||||
groups:
|
||||
- GroupEVATankERT
|
||||
- SurvivalExtended
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id: ERTLeaderGearAmber
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitERTLeader
|
||||
back: ClothingBackpackERTLeader
|
||||
back: ClothingBackpackERTLeaderReducedVisual
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
head: ClothingHeadHelmetERTLeader
|
||||
eyes: ClothingEyesGlassesCommand
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
id: ERTChaplainGearAmber
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitERTChaplain
|
||||
back: ClothingBackpackERTChaplain
|
||||
back: ClothingBackpackERTChaplainReducedVisual
|
||||
shoes: ClothingShoesLeather
|
||||
eyes: ClothingEyesGlassesSecurity
|
||||
neck: ClothingNeckStoleChaplain
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
id: ERTEngineerGearAmber
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitERTEngineer
|
||||
back: ClothingBackpackERTEngineer
|
||||
back: ClothingBackpackERTEngineerReducedVisual
|
||||
shoes: ClothingShoesBootsMag
|
||||
head: ClothingHeadHelmetERTEngineer
|
||||
eyes: ClothingEyesGlassesMeson
|
||||
|
|
@ -179,7 +179,7 @@
|
|||
id: ERTSecurityGearAmber
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitERTSecurity
|
||||
back: ClothingBackpackERTSecurity
|
||||
back: ClothingBackpackERTSecurityReducedVisual
|
||||
shoes: ClothingShoesBootsJackFilled
|
||||
head: ClothingHeadHelmetERTSecurity
|
||||
eyes: ClothingEyesGlassesSecurity
|
||||
|
|
@ -236,7 +236,7 @@
|
|||
id: ERTMedicalGearAmber
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitERTMedic
|
||||
back: ClothingBackpackERTMedical
|
||||
back: ClothingBackpackERTMedicalReducedVisual
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
head: ClothingHeadHelmetERTMedic
|
||||
eyes: ClothingEyesHudMedical
|
||||
|
|
@ -303,7 +303,7 @@
|
|||
id: ERTJanitorGearAmber
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitERTJanitor
|
||||
back: ClothingBackpackERTJanitor
|
||||
back: ClothingBackpackERTJanitorReducedVisual
|
||||
shoes: ClothingShoesGaloshes
|
||||
head: ClothingHeadHelmetERTJanitor
|
||||
eyes: ClothingEyesGlassesSecurity
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 631 B |
|
After Width: | Height: | Size: 553 B |
|
After Width: | Height: | Size: 654 B |
|
After Width: | Height: | Size: 708 B |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, inhands by peptide, edited by dorragon",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 394 B |
|
After Width: | Height: | Size: 400 B |
|
After Width: | Height: | Size: 648 B |
|
After Width: | Height: | Size: 698 B |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, edited by dorragon",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 387 B |
|
After Width: | Height: | Size: 392 B |
|
After Width: | Height: | Size: 643 B |
|
After Width: | Height: | Size: 712 B |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, edited by dorragon",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 598 B |
|
After Width: | Height: | Size: 390 B |
|
After Width: | Height: | Size: 663 B |
|
After Width: | Height: | Size: 729 B |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, edited by dorragon",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 651 B |
|
After Width: | Height: | Size: 400 B |
|
After Width: | Height: | Size: 701 B |
|
After Width: | Height: | Size: 762 B |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, inhands by peptide, edited by dorragon",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 385 B |
|
After Width: | Height: | Size: 391 B |
|
After Width: | Height: | Size: 640 B |
|
After Width: | Height: | Size: 724 B |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, edited by dorragon",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 387 B |
|
After Width: | Height: | Size: 393 B |
|
After Width: | Height: | Size: 660 B |
|
After Width: | Height: | Size: 719 B |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, edited by dorragon",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 380 B |
|
After Width: | Height: | Size: 380 B |
|
After Width: | Height: | Size: 562 B |
|
After Width: | Height: | Size: 655 B |
|
After Width: | Height: | Size: 648 B |
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. Suit and back storages drawn by Ubaser. Edited by Dorragon",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-SUITSTORAGE",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 384 B |
|
After Width: | Height: | Size: 384 B |
|
After Width: | Height: | Size: 552 B |
|
After Width: | Height: | Size: 650 B |
|
After Width: | Height: | Size: 646 B |
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. Suit and back storages drawn by Ubaser. Edited by Dorragon",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-SUITSTORAGE",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 378 B |
|
After Width: | Height: | Size: 378 B |
|
After Width: | Height: | Size: 563 B |
|
After Width: | Height: | Size: 655 B |
|
After Width: | Height: | Size: 646 B |
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. Suit and back storages drawn by Ubaser. Edited by Dorragon",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-SUITSTORAGE",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||