Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit 8a1b2dc

Browse files
authored
Merge pull request #1112 from TankTheBirb/nfsd-uplink-decentralizing
2 parents 322d1b7 + 7a6908e commit 8a1b2dc

3 files changed

Lines changed: 31 additions & 2 deletions

File tree

Resources/Locale/en-US/_COYOTE/store/uplink-catalog.ftl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ uplink-security-cash30000-name = 30,000 Spesos
7171
uplink-security-cash100000-name = 100,000 Spesos
7272
uplink-security-cash100000-desc = Cold, hard cash.
7373
74+
uplink-security-duster-machineboard-name = EXP-2100g "Duster" machine board
75+
uplink-security-duster-machineboard-desc = A powerful stationary grenade launcher fed from a magazine.
76+
7477
uplink-electric-range-name = Donk Co. Electric Range
7578
uplink-electric-range-desc = A flatpack used for deploying a Donk Co. electric range
7679

Resources/Prototypes/_COYOTE/Catalog/security_uplink_catalog.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
whitelist:
3434
- Sheriff
3535
- Bailiff
36+
- SeniorOfficer
3637
- NFDetective
3738

3839
#region hardsuits
@@ -107,3 +108,24 @@
107108
- !type:BuyerJobCondition
108109
whitelist:
109110
- Brigmedic
111+
112+
- type: listing # Coyote: making it possible to get more dusters via sheriff, bailiff, and sergeants
113+
id: UplinkSecurityDusterMachineboard
114+
name: uplink-security-duster-machineboard-name
115+
description: uplink-security-duster-machineboard-desc
116+
productEntity: ShuttleGunDusterCircuitboard
117+
icon: { sprite: Objects/Weapons/Guns/Shuttles/launcher.rsi, state: exp-2100g }
118+
cost:
119+
FrontierUplinkCoin: 15 # half the price of chorts because we want people to not jump to lethals immediately and duster lethal options are limited to Clake frags rarely
120+
categories:
121+
- UplinkSecurityWeapons
122+
conditions:
123+
- !type:StoreWhitelistCondition
124+
whitelist:
125+
tags:
126+
- SecurityUplink
127+
- !type:BuyerJobCondition
128+
whitelist:
129+
- Sheriff
130+
- Bailiff
131+
- SeniorOfficer

Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
tags:
463463
- SecurityUplink
464464

465-
- type: listing
465+
- type: listing # Coyote added bailiff and sergeant to the list of people who can get this
466466
id: UplinkNfsdTechfab
467467
name: uplink-security-techfab-name
468468
description: uplink-security-techfab-desc
@@ -480,8 +480,10 @@
480480
- !type:BuyerJobCondition
481481
whitelist:
482482
- Sheriff
483+
- Bailiff
484+
- SeniorOfficer
483485

484-
- type: listing
486+
- type: listing # Coyote added bailiff and sergeant to the list of people who can get this
485487
id: UplinkSecurityKey
486488
name: uplink-security-key-name
487489
description: uplink-security-key-desc
@@ -499,6 +501,8 @@
499501
- !type:BuyerJobCondition
500502
whitelist:
501503
- Sheriff
504+
- Bailiff
505+
- SeniorOfficer
502506

503507
- type: listing # Coyote removed job restrictions for this ammo
504508
id: UplinkSecurityEmpRocket

0 commit comments

Comments
 (0)