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:
14
Resources/Prototypes/Catalog/Fills/Boxes/service.yml
Normal file
14
Resources/Prototypes/Catalog/Fills/Boxes/service.yml
Normal 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
|
||||||
@@ -19,6 +19,7 @@
|
|||||||
amount: 2
|
amount: 2
|
||||||
- id: Plunger
|
- id: Plunger
|
||||||
amount: 2
|
amount: 2
|
||||||
|
- id: BoxCleanerGrenades
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateServiceReplacementLights
|
id: CrateServiceReplacementLights
|
||||||
|
|||||||
@@ -63,8 +63,8 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: Soap #Make a soap group and pick between when i'm not lazy
|
- id: Soap #Make a soap group and pick between when i'm not lazy
|
||||||
- id: SprayBottleSpaceCleaner
|
- id: SprayBottleSpaceCleaner
|
||||||
#- name: GrenadeChem
|
- id: CleanerGrenade
|
||||||
#- name: GrenadeChem
|
amount: 2
|
||||||
- id: FlashlightLantern
|
- id: FlashlightLantern
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -224,6 +224,7 @@
|
|||||||
- Plunger
|
- Plunger
|
||||||
components:
|
components:
|
||||||
- LightReplacer
|
- LightReplacer
|
||||||
|
- SmokeOnTrigger
|
||||||
maxItemSize: Large
|
maxItemSize: Large
|
||||||
- type: ItemMapper
|
- type: ItemMapper
|
||||||
mapLayers:
|
mapLayers:
|
||||||
|
|||||||
@@ -364,6 +364,23 @@
|
|||||||
primingSound:
|
primingSound:
|
||||||
path: /Audio/Items/smoke_grenade_prime.ogg
|
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
|
- type: entity
|
||||||
parent: SmokeGrenade
|
parent: SmokeGrenade
|
||||||
id: TearGasGrenade
|
id: TearGasGrenade
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 232 B |
BIN
Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/icon.png
Normal file
BIN
Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 383 B |
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 441 B |
Reference in New Issue
Block a user