Skip to content

Commit

Permalink
04/29/2024
Browse files Browse the repository at this point in the history
Updated Uplink values to be more balanced, with the removal of on-spawn ship guns.
  • Loading branch information
Salvantrix committed Apr 29, 2024
1 parent 8bfeb99 commit 5a91657
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
- id: BoxSurvivalNfsd
- id: Flash
- id: MagazinePistol
- id: FrontierUplinkCoin5
- id: FrontierUplinkCoin10

- type: entity
noSpawn: true
Expand All @@ -108,7 +108,7 @@
- id: ForensicPad
- id: MagazinePistol
- id: ForensicScanner
- id: FrontierUplinkCoin5
- id: FrontierUplinkCoin10

- type: entity
noSpawn: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
- id: BoxSurvivalNfsd
- id: Flash
- id: MagazinePistol
- id: FrontierUplinkCoin5
- id: FrontierUplinkCoin10

- type: entity
noSpawn: true
Expand All @@ -94,7 +94,7 @@
- id: ForensicPad
- id: MagazinePistol
- id: ForensicScanner
- id: FrontierUplinkCoin5
- id: FrontierUplinkCoin10

- type: entity
noSpawn: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
- id: BoxSurvivalNfsd
- id: Flash
- id: MagazinePistol
- id: FrontierUplinkCoin5
- id: FrontierUplinkCoin10

- type: entity
noSpawn: true
Expand All @@ -94,7 +94,7 @@
- id: ForensicPad
- id: MagazinePistol
- id: ForensicScanner
- id: FrontierUplinkCoin5
- id: FrontierUplinkCoin10

- type: entity
noSpawn: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@
productEntity: HoverbikeNfsdFlatpack
icon: { sprite: _NF/Objects/Vehicles/hoverbike.rsi, state: vehicle }
cost:
FrontierUplinkCoin: 35
FrontierUplinkCoin: 10
categories:
- UplinkSecurityUtility
conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,22 @@
- type: entity
parent: BaseSecurityUplinkRadio
id: BaseSecurityUplinkRadioSheriff
suffix: Sheriff 15
suffix: Sheriff 20
components:
- type: Store
preset: StorePresetSecurityUplink
balance:
FrontierUplinkCoin: 15
FrontierUplinkCoin: 20

- type: entity
parent: BaseSecurityUplinkRadio
id: BaseSecurityUplinkRadioOfficer
suffix: Officer 10
suffix: Officer 15
components:
- type: Store
preset: StorePresetSecurityUplink
balance:
FrontierUplinkCoin: 10
FrontierUplinkCoin: 15

- type: entity
name: nfsd deployable barrier
Expand Down

0 comments on commit 5a91657

Please sign in to comment.