Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uplink FUC Balance pass #1303

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading