Janitorial Bomb Suit (#22244)
* add * add cargo purchase * fix * it works * do not map
@@ -33,3 +33,6 @@ ent-CrateJanitorBiosuit = Janitor bio suit crate
|
||||
|
||||
ent-CrateServiceTheatre = Theatrical performances crate
|
||||
.desc = Contains a moth cloak, maid uniform, clown and mime attributes, and other performance charms.
|
||||
|
||||
ent-CrateJanitorExplosive = Janitorial bomb suit crate
|
||||
.desc = Supplies a bomb suit for cleaning up any explosive compounds, buy one today!
|
||||
|
||||
@@ -146,4 +146,14 @@
|
||||
product: PetCarrier
|
||||
cost: 500
|
||||
category: Service
|
||||
group: market
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: JanitorExplosive
|
||||
icon:
|
||||
sprite: Clothing/Head/Helmets/janitor_bombsuit.rsi
|
||||
state: icon
|
||||
product: CrateJanitorExplosive
|
||||
cost: 1000
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
@@ -242,3 +242,14 @@
|
||||
prob: 0.1
|
||||
- id: ShardGlassPlasma
|
||||
prob: 0.1
|
||||
|
||||
- type: entity
|
||||
id: CrateJanitorExplosive
|
||||
parent: ClosetJanitorBomb
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterSuitJanitorBomb
|
||||
amount: 1
|
||||
- id: ClothingHeadHelmetJanitorBombSuit
|
||||
amount: 1
|
||||
|
||||
@@ -124,3 +124,13 @@
|
||||
prob: 0.5
|
||||
- id: NettleSeeds
|
||||
prob: 0.7
|
||||
|
||||
- type: entity
|
||||
id: ClosetJanitorBombFilled
|
||||
parent: ClosetJanitorBomb
|
||||
suffix: Filled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingHeadHelmetJanitorBombSuit
|
||||
- id: ClothingOuterSuitJanitorBomb
|
||||
|
||||
@@ -111,6 +111,22 @@
|
||||
Slash: 0.95
|
||||
Piercing: 0.95
|
||||
|
||||
#Janitorial Bombsuit Helmet
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHelmetJanitorBombSuit
|
||||
name: janitorial bombsuit helmet
|
||||
description: A heavy helmet designed to withstand explosions formed from reactions between chemicals.
|
||||
suffix: DO NOT MAP
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Helmets/janitor_bombsuit.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Helmets/janitor_bombsuit.rsi
|
||||
- type: IngestionBlocker
|
||||
- type: ExplosionResistance
|
||||
damageCoefficient: 0.9
|
||||
|
||||
#Cult Helmet
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
|
||||
@@ -23,6 +23,28 @@
|
||||
- Hardsuit
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterBaseLarge
|
||||
id: ClothingOuterSuitJanitorBomb
|
||||
name: janitorial bomb suit
|
||||
description: A heavy helmet designed to withstand explosions formed from reactions between chemicals.
|
||||
suffix: DO NOT MAP
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/OuterClothing/Suits/janitor_bombsuit.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Suits/janitor_bombsuit.rsi
|
||||
- type: ClothingSpeedModifier
|
||||
walkModifier: 0.8
|
||||
sprintModifier: 0.8
|
||||
- type: ExplosionResistance
|
||||
damageCoefficient: 0.15
|
||||
- type: GroupExamine
|
||||
- type: Tag
|
||||
tags:
|
||||
- Hardsuit
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterBaseLarge
|
||||
id: ClothingOuterSuitFire
|
||||
|
||||
@@ -63,6 +63,20 @@
|
||||
stateDoorOpen: bomb_open
|
||||
stateDoorClosed: bomb_door
|
||||
|
||||
# Janitorial bomb suit closet
|
||||
- type: entity
|
||||
id: ClosetJanitorBomb
|
||||
name: janitorial bomb suit closet
|
||||
parent: ClosetBase
|
||||
description: It's a storage unit for janitorial explosion-protective suits.
|
||||
suffix: DO NOT MAP
|
||||
components:
|
||||
- type: Appearance
|
||||
- type: EntityStorageVisuals
|
||||
stateBaseClosed: janitor_bomb
|
||||
stateDoorOpen: janitor_bomb_open
|
||||
stateDoorClosed: janitor_bomb_door
|
||||
|
||||
# Biohazard
|
||||
|
||||
# Base level 3 bio hazard closet
|
||||
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/a75dee2e6d236612dbd403dd5f8687ca930c01f1, edited by Ubaser",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/760f0be7af33a31f5a08a3291864e91539d0ebb7, edited by Ubaser",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-OUTERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
@@ -106,6 +106,15 @@
|
||||
{
|
||||
"name": "bomb_open"
|
||||
},
|
||||
{
|
||||
"name": "janitor_bomb"
|
||||
},
|
||||
{
|
||||
"name": "janitor_bomb_door"
|
||||
},
|
||||
{
|
||||
"name": "janitor_bomb_open"
|
||||
},
|
||||
{
|
||||
"name": "cabinet"
|
||||
},
|
||||
|
||||