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!
product: PetCarrier
cost: 500
category: Service
- group: market
\ No newline at end of file
+ group: market
+
+- type: cargoProduct
+ id: JanitorExplosive
+ icon:
+ sprite: Clothing/Head/Helmets/janitor_bombsuit.rsi
+ state: icon
+ product: CrateJanitorExplosive
+ cost: 1000
+ category: Service
+ group: market
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
prob: 0.5
- id: NettleSeeds
prob: 0.7
+
+- type: entity
+ id: ClosetJanitorBombFilled
+ parent: ClosetJanitorBomb
+ suffix: Filled
+ components:
+ - type: StorageFill
+ contents:
+ - id: ClothingHeadHelmetJanitorBombSuit
+ - id: ClothingOuterSuitJanitorBomb
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
- 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
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
--- /dev/null
+{
+ "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
+ }
+ ]
+}
--- /dev/null
+{
+ "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
+ }
+ ]
+}
{
"name": "bomb_open"
},
+ {
+ "name": "janitor_bomb"
+ },
+ {
+ "name": "janitor_bomb_door"
+ },
+ {
+ "name": "janitor_bomb_open"
+ },
{
"name": "cabinet"
},