Skip to content

Commit

Permalink
Loadout expansion (#534)
Browse files Browse the repository at this point in the history
* Update items.yml

* Update shoes.yml
  • Loading branch information
128th committed Sep 19, 2024
1 parent 0fd9672 commit 06e1a0d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
22 changes: 18 additions & 4 deletions Resources/Prototypes/_Nuclear14/Loadouts/items.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
- type: loadout
id: N14WeaponRevolver9mm
category: Items
cost: 5
cost: 3
items:
- N14WeaponRevolver9mm

- type: loadout
id: N14BaseSpeedLoader9
category: Items
cost: 3
items:
- N14BaseSpeedLoader9

- type: loadout
id: N14WeaponPistol22lr
category: Items
cost: 6
items:
- N14WeaponPistol22lr

- type: loadout
id: N14WeaponDoubleBarrelShotgun
category: Items
cost: 5
cost: 4
items:
- N14WeaponDoubleBarrelShotgun

Expand Down Expand Up @@ -205,7 +219,7 @@
- type: loadout
id: d6Dice
category: Items
cost: 2
cost: 0
items:
- d6Dice

Expand All @@ -220,7 +234,7 @@
- type: loadout
id: N14LoadoutItemCig
category: Items
cost: 1
cost: 0
items:
- N14Cigarette

6 changes: 6 additions & 0 deletions Resources/Prototypes/_Nuclear14/Loadouts/shoes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@
items:
- N14ClothingBootsBlack

- type: loadout
id: N14ClothingBootsCombat
category: Shoes
cost: 4
items:
- N14ClothingBootsCombat

0 comments on commit 06e1a0d

Please sign in to comment.