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

Expedition Loots Balance Pass (Again) #1821

Merged
merged 30 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
7ed40fb
ammo crates
ErhardSteinhauer Aug 6, 2024
9459bd9
Merge branch 'new-frontiers-14:master' into 2024-08-Exped-Loot
ErhardSteinhauer Aug 8, 2024
d92b2d5
ammo boxes
ErhardSteinhauer Aug 8, 2024
0f57d7b
restocks, crates
ErhardSteinhauer Aug 8, 2024
7bd91e1
engi crates
ErhardSteinhauer Aug 9, 2024
157c4cf
Merge branch 'master' into 2024-08-Exped-Loot
ErhardSteinhauer Aug 9, 2024
4d5661e
merc crates
ErhardSteinhauer Aug 9, 2024
a13ea09
Merge branch 'master' into 2024-08-Exped-Loot
ErhardSteinhauer Aug 9, 2024
be957e2
medical crates
ErhardSteinhauer Aug 9, 2024
cd786e0
Merge branch 'master' into 2024-08-Exped-Loot
ErhardSteinhauer Aug 9, 2024
74bb142
science crates
ErhardSteinhauer Aug 9, 2024
cce6d6f
service crates, overall lower spawn chances
ErhardSteinhauer Aug 9, 2024
2dc59f6
t1 weapons
ErhardSteinhauer Aug 9, 2024
11037b1
fix
ErhardSteinhauer Aug 9, 2024
cbea5ef
Merge branch 'master' of https://github.com/new-frontiers-14/frontier…
whatston3 Aug 11, 2024
2a487d9
armory: remove refs to locked crates, rtg loot
whatston3 Aug 11, 2024
e09192e
exped loot: cleanade crate
whatston3 Aug 11, 2024
2e07be5
Restore novalite "armory access to open" message
whatston3 Aug 11, 2024
c2effe4
Grammar fixes
whatston3 Aug 11, 2024
7b26e12
Replace fuel tanks with full versions
whatston3 Aug 11, 2024
7b8b212
Shift ammo crate welded sprite
whatston3 Aug 11, 2024
0bf2344
Merge branch 'new-frontiers-14:master' into 2024-08-Exped-Loot
ErhardSteinhauer Aug 12, 2024
57f4d8d
Merge branch 'master' into 2024-08-Exped-Loot
ErhardSteinhauer Aug 13, 2024
6d30443
diamonds are rare, no stacks
ErhardSteinhauer Aug 13, 2024
f1274d2
more ammo, more
ErhardSteinhauer Aug 13, 2024
2b72209
CrateFirearmsSecure
ErhardSteinhauer Aug 14, 2024
46dc1db
secure ammo crate
ErhardSteinhauer Aug 14, 2024
fa5cc78
no more SecurityTechFabs
ErhardSteinhauer Aug 14, 2024
a72940b
fix
ErhardSteinhauer Aug 14, 2024
d5b2c4c
Merge branch 'new-frontiers-14:master' into 2024-08-Exped-Loot
ErhardSteinhauer Aug 14, 2024
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 @@ -44,7 +44,7 @@
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: StaticPrice # Frontier
price: 200 # Frontier
price: 400 # Frontier

- type: entity
parent: BaseVendingMachineRestock
Expand Down
275 changes: 267 additions & 8 deletions Resources/Prototypes/_NF/Catalog/Fills/Crates/armory.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Registered (legal) weapon crates
- type: entity
id: CrateArmoryRifleGestio
parent: CrateWeaponSecure
parent: CrateFirearmsSecure
name: gestio rifle crate
description: Contains two old prototype, burst-fire rifles with six low capacity mags. Requires Armory access to open.
components:
Expand All @@ -15,7 +15,7 @@
# Contraband (unregistered) weaponry crates for expeditions
- type: entity
id: CrateArmorySMGExpedition
parent: [ CrateWeaponSecure, UnregisteredFirearmBase ]
parent: [ CrateFirearmsSecure, UnregisteredFirearmBase ]
name: SMG crate
description: Contains two high-powered, SMGs with four mags. Requires Armory access to open. Unregistered.
noSpawn: true
Expand All @@ -29,7 +29,7 @@

- type: entity
id: CrateArmoryShotgunExpedition
parent: [ CrateWeaponSecure, UnregisteredFirearmBase ]
parent: [ CrateFirearmsSecure, UnregisteredFirearmBase ]
name: shotgun crate
description: For when the enemy absolutely needs to be replaced with lead. Contains two Enforcer Combat Shotguns, and some standard shotgun shells. Requires Armory access to open. Unregistered.
noSpawn: true
Expand All @@ -43,7 +43,7 @@

- type: entity
id: CrateArmoryLaserExpedition
parent: [ CrateWeaponSecure, UnregisteredFirearmBase ]
parent: [ CrateFirearmsSecure, UnregisteredFirearmBase ]
name: lasers crate
description: Contains three standard-issue laser carbines. Requires Armory access to open. Unregistered.
noSpawn: true
Expand All @@ -55,7 +55,7 @@

- type: entity
id: CrateArmoryEnergyGunExpedition
parent: [ CrateWeaponSecure, UnregisteredFirearmBase ]
parent: [ CrateFirearmsSecure, UnregisteredFirearmBase ]
name: energy guns crate
description: Contains three energy guns. Requires Armory access to open. Unregistered.
noSpawn: true
Expand All @@ -67,7 +67,7 @@

- type: entity
id: CrateArmoryPistolsExpedition
parent: [ CrateWeaponSecure, UnregisteredFirearmBase ]
parent: [ CrateFirearmsSecure, UnregisteredFirearmBase ]
name: pistols crate
description: Contains two standard NT pistols with four mags. Requires Armory access to open. Unregistered.
noSpawn: true
Expand All @@ -81,7 +81,7 @@

- type: entity
id: CrateArmoryRifleGestioExpedition
parent: [ CrateWeaponSecure, UnregisteredFirearmBase ]
parent: [ CrateFirearmsSecure, UnregisteredFirearmBase ]
name: gestio rifle crate
description: Contains two old prototype, burst-fire rifles with six low capacity mags. Requires Armory access to open. Unregistered.
noSpawn: true
Expand All @@ -95,7 +95,7 @@

- type: entity
id: CrateArmoryRifleNovaliteC1Expedition
parent: [ CrateWeaponSecure, UnregisteredFirearmBase ]
parent: [ CrateFirearmsSecure, UnregisteredFirearmBase ]
name: novalite rifle crate
description: Contains two civilian grade rifles with six low capacity clips. Requires Armory access to open. Unregistered.
noSpawn: true
Expand All @@ -106,3 +106,262 @@
amount: 2
- id: MagazineNovaliteC1
amount: 6

# Ammo crates
## .20 rifle
- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxLethal20
id: CrateAmmoBoxLethal20
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxBigLethal20
id: CrateAmmoBoxBigLethal20
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxRubber20
id: CrateAmmoBoxRubber20
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxBigRubber20
id: CrateAmmoBoxBigRubber20
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxPractice20
id: CrateAmmoBoxPractice20
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxIncendiary20
id: CrateAmmoBoxIncendiary20
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxUranium20
id: CrateAmmoBoxUranium20
noSpawn: true

## .30 rifle
- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxLethal30
id: CrateAmmoBoxLethal30
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxBigLethal30
id: CrateAmmoBoxBigLethal30
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxRubber30
id: CrateAmmoBoxRubber30
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxPractice30
id: CrateAmmoBoxPractice30
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxIncendiary30
id: CrateAmmoBoxIncendiary30
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxUranium30
id: CrateAmmoBoxUranium30
noSpawn: true

## .35 pistol
- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxLethal35
id: CrateAmmoBoxLethal35
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxRubber35
id: CrateAmmoBoxRubber35
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxPractice35
id: CrateAmmoBoxPractice35
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxIncendiary35
id: CrateAmmoBoxIncendiary35
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxUranium35
id: CrateAmmoBoxUranium35
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxEmp35
id: CrateAmmoBoxEmp35
noSpawn: true

## .25 caseless
- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxLethal25
id: CrateAmmoBoxLethal25
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxBigLethal25
id: CrateAmmoBoxBigLethal25
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxRubber25
id: CrateAmmoBoxRubber25
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxBigRubber25
id: CrateAmmoBoxBigRubber25
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxPractice25
id: CrateAmmoBoxPractice25
noSpawn: true

## Shotgun
- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxLethalShotgun
id: CrateAmmoBoxLethalShotgun
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxRubberShotgun
id: CrateAmmoBoxRubberShotgun
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxPracticeShotgun
id: CrateAmmoBoxPracticeShotgun
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxIncendiaryShotgun
id: CrateAmmoBoxIncendiaryShotgun
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxUraniumShotgun
id: CrateAmmoBoxUraniumShotgun
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxSlugShotgun
id: CrateAmmoBoxSlugShotgun
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxFlareShotgun
id: CrateAmmoBoxFlareShotgun
noSpawn: true

## .45 ammo
- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxLethal45
id: CrateAmmoBoxLethal45
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxRubber45
id: CrateAmmoBoxRubber45
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxPractice45
id: CrateAmmoBoxPractice45
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxIncendiary45
id: CrateAmmoBoxIncendiary45
noSpawn: true

- type: entity
parent:
- CrateAmmoSecureMercenary
- StorageFillAmmoBoxUranium45
id: CrateAmmoBoxUranium45
noSpawn: true
Loading
Loading