Add holy hand grenade (#18107)

* no sound yet

* point light

* hallelujah

* uplink

* fix license maybe?

* 3.0 then (fake)
This commit is contained in:
Slava0135
2023-07-17 22:36:37 +03:00
committed by GitHub
parent 7f76dd11b3
commit 337870f60d
9 changed files with 75 additions and 1 deletions

View File

@@ -31,4 +31,9 @@
- files: ["beep1.ogg"]
license: "CC0-1.0"
copyright: "Taken from thisusernameis via freesound.org + mixed from stereo to mono."
source: "https://freesound.org/people/thisusernameis/sounds/426891/"
source: "https://freesound.org/people/thisusernameis/sounds/426891/"
- files: ["hallelujah.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Composer: Georg Friedrich Händel; Performed by: MIT Concert Choir; Directed by William C. Cutter; + cropped and mixed from stereo to mono"
source: "https://en.wikipedia.org/wiki/File:Handel_-_messiah_-_44_hallelujah.ogg"

Binary file not shown.

View File

@@ -166,6 +166,9 @@ uplink-rigged-boxing-gloves-desc = Float like a butterfly, sting like a bee.
uplink-necronomicon-name = Necronomicon
uplink-necronomicon-desc = An unholy book capable of summoning a demonic familiar.
uplink-holy-hand-grenade-name = Holy Hand Grenade
uplink-holy-hand-grenade-desc = O Lord, bless this thy hand grenade, that with it thou mayst blow thine enemies to tiny bits, in thy mercy.
uplink-revolver-cap-gun-fake-name = Fake Cap Gun
uplink-revolver-cap-gun-fake-desc = Fool your enemy! It can use both cap and magnum bullets. Comes loaded with magnum bullets.

View File

@@ -668,6 +668,20 @@
components:
- SurplusBundle
- type: listing
id: uplinkHolyHandGrenade
name: uplink-holy-hand-grenade-name
description: uplink-holy-hand-grenade-desc
productEntity: HolyHandGrenade
cost:
Telecrystal: 20
categories:
- UplinkJob
conditions:
- !type:BuyerJobCondition
whitelist:
- Chaplain
- type: listing
id: uplinkRevolverCapGunFake
name: uplink-revolver-cap-gun-fake-name

View File

@@ -202,3 +202,28 @@
- type: TimerTriggerVisuals
primingSound:
path: /Audio/Effects/countdown.ogg
- type: entity
name: holy hand grenade
description: O Lord, bless this thy hand grenade, that with it thou mayst blow thine enemies to tiny bits, in thy mercy.
parent: GrenadeBase
id: HolyHandGrenade
components:
- type: Sprite
sprite: Objects/Weapons/Grenades/holyhandgrenade.rsi
- type: ExplodeOnTrigger
- type: Explosive
explosionType: Default # same as macrobomb
totalIntensity: 3500
intensitySlope: 15
maxIntensity: 70
canCreateVacuum: true
- type: OnUseTimerTrigger
delay: 3 # by canon
- type: PointLight
radius: 7
energy: 3
netsync: false
- type: TimerTriggerVisuals
primingSound:
path: /Audio/Effects/hallelujah.ogg

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

View File

@@ -0,0 +1,27 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by slava0135 (github) for ss14",
"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: 867 B