-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Traitor/Detective Item + Changes: Grenades (#12)
## About the PR Added a Grenade Box for Traitors and Detectives Removed Explosive Grenades and Shrapnel Grenades from Spawning normally Tweaked Grenade/Explosive TC counts Reduced the Timer on the Syndicate Bomb to 90 seconds, also giving it a 30 second quiet period. (May be subject to change by giving more access to tools to disarm it) ## Why / Balance Grenades gave good traitors ways to wipe terrorists out really effective if done right. This to me was quite fun however, innocents were able to hold onto grenades and mearly suicide bomb traitors making a 1:1 trade. On TTT, most grenades were either fire, or push back not explosive. The nuclear option still remains spawnable (not purchasable yet). I find this highly funny for the time being. ## Technical details Created new prototype of a box filled with three items in store_items.yml. Gave it to the Traitor and Detective in sss_uplink.yml Changed Telecrystal Values in sss_uplink.yml ## Media ![Screenshot_20241022_012954](https://github.com/user-attachments/assets/db2bc316-5add-49bd-b7d8-13d4da53d1f9) ![image](https://github.com/user-attachments/assets/0f5e3a42-7a74-416d-914e-ca944387088e) ## Requirements - [X] I have read and am following the [Pull Request and Changelog Guidelines](https://docs.spacestation14.com/en/general-development/codebase-info/pull-request-guidelines.html). - [X] I have added media to this PR or it does not require an ingame showcase. ## Breaking changes N/A **Changelog** :cl: - add: Disruptive Grenade Kit for 1TC replacing individual purchases of grenades - tweak: Syndicate Bomb has a 90 second timer and 30 second quiet period - tweak: Overall decreased TC cost of Explosives for Traitors - remove: Explosive and Shrapnel Grenades from spawning naturally
- Loading branch information
Showing
4 changed files
with
59 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
uplink-carp-box-name = Dehydrated Carp Box | ||
uplink-carp-box-desc = Box filled with 4 dehydrated carps. Make sure your friends pet it as well! | ||
uplink-disruptive-throwable-name = Disruptive Grenade Kit | ||
uplink-disruptive-throwable-desc = A set of 1 flash, smoke and stinger grenades. Perfect for slowing down and getting away. | ||
uplink-exploding-syndicate-bomb-SSS-desc = A big, anchored bomb that can create a huge explosion if not defused in time. Useful as a distraction. Has an adjustable timer with a minimum setting of 90 seconds. Stays quiet for 30 seconds upon activation. | ||
uplink-armour-upgrade-name = Armour Upgrade Kit | ||
uplink-armour-upgrade-desc = An armour upgrade kit. Use on your armour to upgrade the protection. Armour will drop if equipped! | ||
uplink-armour-upgrade-desc = An armour upgrade kit. Use on your armour to upgrade the protection. Armour will drop if equipped! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters