Cleaner Grenade (#25444)

* Cleaner Grenade

Added Cleaner Grenade

* Sprite update

Draw issue moment

* Removed from jani closet | added box of cleanades
This commit is contained in:
DenisShvalov
2024-03-25 16:46:21 +10:00
committed by GitHub
parent 964c6d54ca
commit 55ad9c7e43
9 changed files with 63 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
- 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

View File

@@ -19,7 +19,8 @@
amount: 2
- id: Plunger
amount: 2
- id: BoxCleanerGrenades
- type: entity
id: CrateServiceReplacementLights
parent: CrateGenericSteel

View File

@@ -63,8 +63,8 @@
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

View File

@@ -224,6 +224,7 @@
- Plunger
components:
- LightReplacer
- SmokeOnTrigger
maxItemSize: Large
- type: ItemMapper
mapLayers:

View File

@@ -364,6 +364,23 @@
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