* Cleaner Grenade
Added Cleaner Grenade
* Sprite update
Draw issue moment
* Removed from jani closet | added box of cleanades
--- /dev/null
+- type: entity
+ name: cleanades box
+ parent: BoxCardboard
+ id: BoxCleanerGrenades
+ description: A box full of cleanades.
+ components:
+ - type: StorageFill
+ contents:
+ - id: CleanerGrenade
+ amount: 4
+ - type: Sprite
+ layers:
+ - state: box
+ - state: flashbang
\ No newline at end of file
amount: 2
- id: Plunger
amount: 2
-
+ - id: BoxCleanerGrenades
+
- type: entity
id: CrateServiceReplacementLights
parent: CrateGenericSteel
contents:
- id: Soap #Make a soap group and pick between when i'm not lazy
- id: SprayBottleSpaceCleaner
- #- name: GrenadeChem
- #- name: GrenadeChem
+ - id: CleanerGrenade
+ amount: 2
- id: FlashlightLantern
- type: entity
- Plunger
components:
- LightReplacer
+ - SmokeOnTrigger
maxItemSize: Large
- type: ItemMapper
mapLayers:
primingSound:
path: /Audio/Items/smoke_grenade_prime.ogg
+- type: entity
+ parent: SmokeGrenade
+ id: CleanerGrenade
+ name: cleanade
+ description: Special grenade for janitors, releasing large cloud of space cleaner foam
+ components:
+ - type: Sprite
+ sprite: Objects/Weapons/Grenades/janitor.rsi
+ - type: SmokeOnTrigger
+ duration: 15
+ spreadAmount: 50
+ smokePrototype: Foam
+ solution:
+ reagents:
+ - ReagentId: SpaceCleaner
+ Quantity: 30
+
- type: entity
parent: SmokeGrenade
id: TearGasGrenade
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/b13d244d761a07e200a9a41730bd446e776020d5",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "primed",
+ "delays": [
+ [
+ 0.1,
+ 0.1
+ ]
+ ]
+ },
+ {
+ "name": "equipped-BELT",
+ "directions": 4
+ }
+ ]
+}