diff --git a/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl b/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl index 4cf03df5f92..259cdfd9aec 100644 --- a/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl @@ -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. diff --git a/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml b/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml index f03c88af6b5..2e0cb9d15e6 100644 --- a/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml @@ -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 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Throwable/grenades.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Throwable/grenades.yml index 418b1437082..27af0148e51 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Throwable/grenades.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Throwable/grenades.yml @@ -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