Skip to content

Commit 9c5b6a2

Browse files
author
StasNe
committed
Святая дымовая граната
Святая дымовая граната это тревожная, святая, лиминальная...
1 parent 747d1db commit 9c5b6a2

8 files changed

Lines changed: 78 additions & 0 deletions

File tree

72.7 KB
Binary file not shown.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
- type: entity
2+
parent: GrenadeBase
3+
id: SmokeGrenadeHoly
4+
categories: [ HideSpawnMenu ]
5+
name: smoke grenade holy
6+
description: A tactical grenade that releases a large, long-lasting cloud of smoke when used.
7+
components:
8+
- type: Sprite
9+
sprite: Objects/Weapons/Grenades/smoke.rsi
10+
- type: SmokeOnTrigger
11+
duration: 30
12+
spreadAmount: 50
13+
- type: SoundOnTrigger
14+
sound: /Audio/Items/smoke_grenade_smoke.ogg
15+
- type: DeleteOnTrigger
16+
- type: TimerTriggerVisuals
17+
primingSound:
18+
path: /Audio/Items/smoke_grenade_prime.ogg
19+
20+
- type: entity
21+
parent: SmokeGrenadeHoly
22+
id: HolyWaterGrenade
23+
name: фиал святого духа
24+
description: В этом величественном сосуде содержится святой дух из рук самого Бога. Господь, освети и благослави путь мой!
25+
components:
26+
- type: Sprite
27+
sprite: _Mini/Objects/Weapons/Throwable/holysmokegrenade.rsi
28+
- type: SmokeOnTrigger
29+
duration: 20
30+
spreadAmount: 50
31+
solution:
32+
reagents:
33+
- ReagentId: Holywater
34+
Quantity: 100
35+
- type: PointLight
36+
radius: 2
37+
energy: 2
38+
netsync: false
39+
- type: TimerTriggerVisuals
40+
primingSound:
41+
path: /Audio/Weapons/holysmoke.ogg
42+
- type: OnUseTimerTrigger
43+
delay: 4.5
583 Bytes
Loading
427 Bytes
Loading
432 Bytes
Loading
425 Bytes
Loading
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"version": 1,
3+
"license": "CC-BY-SA-3.0",
4+
"copyright": "Made by slava0135 (github) for ss14. Inhands by TiniestShark (github)",
5+
"size": {
6+
"x": 32,
7+
"y": 32
8+
},
9+
"states": [
10+
{
11+
"name": "icon"
12+
},
13+
{
14+
"name": "primed",
15+
"delays": [
16+
[
17+
0.1,
18+
0.1
19+
]
20+
]
21+
},
22+
{
23+
"name": "equipped-BELT",
24+
"directions": 4
25+
},
26+
{
27+
"name": "inhand-left",
28+
"directions": 4
29+
},
30+
{
31+
"name": "inhand-right",
32+
"directions": 4
33+
}
34+
]
35+
}
869 Bytes
Loading

0 commit comments

Comments
 (0)