Skip to content

Commit

Permalink
Sneaky foam dart grenade explosive (#2486)
Browse files Browse the repository at this point in the history
* Add the grenade

* Uplink
  • Loading branch information
Radezolid authored Dec 22, 2024
1 parent 140024c commit 12e1187
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/deltav/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ uplink-home-run-bat-desc = Rigged bat pre-coated in blood for Syndicate tee-ball
uplink-foam-sabre-name = Sharp Foam Sabre
uplink-foam-sabre-desc = A blade disguised as a toy foam sabre. Perfect for assassins that pretend playing around.
uplink-explosive-foam-grenade-name = Explosive Foam Grenade
uplink-explosive-foam-grenade-desc = An explosive grenade disguised as a regular foam toy grenade.
13 changes: 13 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,16 @@
Telecrystal: 6
categories:
- UplinkWeaponry

- type: listing
id: UplinkExGrenadeFoam
name: uplink-explosive-foam-grenade-name
description: uplink-explosive-foam-grenade-desc
productEntity: ExGrenadeFoam
discountCategory: usualDiscounts
discountDownTo:
Telecrystal: 2
cost:
Telecrystal: 4 # 1 TC more expensive than regular due to disguise.
categories:
- UplinkExplosives
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@
totalIntensity: 1
canCreateVacuum: false
deleteAfterExplosion: false # prevent borg having an empty hand

- type: entity
parent: ExGrenade
id: ExGrenadeFoam
name: foam dart grenade
suffix: Explosive
description: Releases a bothersome spray of foam darts that cause severe welching.
components:
- type: Sprite
sprite: Objects/Weapons/Grenades/foamdart.rsi

0 comments on commit 12e1187

Please sign in to comment.