Skip to content

Commit

Permalink
Restore rubber rounds to nfsd techfab, r&d server (new-frontiers-14#1474
Browse files Browse the repository at this point in the history
)
  • Loading branch information
whatston3 authored Jun 7, 2024
1 parent 7ed77cd commit 4ebccb1
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -803,10 +803,10 @@
- MagazineBoxPistolUranium
- MagazineBoxRifleIncendiary
- MagazineBoxRifleUranium
# - MagazineBoxLightRifleRubber # Frontier - Restore This Later
# - MagazineBoxMagnumRubber # Frontier - Restore This Later
# - MagazineBoxPistolRubber # Frontier - Restore This Later
# - MagazineBoxRifleRubber # Frontier - Restore This Later
- MagazineBoxLightRifleRubber # Frontier
- MagazineBoxMagnumRubber # Frontier
- MagazineBoxPistolRubber # Frontier
- MagazineBoxRifleRubber # Frontier
- MagazineGrenadeEmpty
- MagazineLightRifleIncendiary
- MagazineLightRifleUranium
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/Research/arsenal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
- ShellTranquilizer
- BoxBeanbag
- WeaponDisabler
- MagazineBoxLightRifleRubber # Frontier
- MagazineBoxMagnumRubber # Frontier
- MagazineBoxPistolRubber # Frontier
- MagazineBoxRifleRubber # Frontier

- type: technology
id: UraniumMunitions
Expand Down
38 changes: 37 additions & 1 deletion Resources/Prototypes/_NF/Recipes/Lathes/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,40 @@
completetime: 5
materials:
Steel: 50
Plastic: 150
Plastic: 150

- type: latheRecipe
id: MagazineBoxLightRifleRubber
result: MagazineBoxLightRifleRubber
category: Ammo
completetime: 5
materials:
Steel: 300
Plastic: 600

- type: latheRecipe
id: MagazineBoxMagnumRubber
result: MagazineBoxMagnumRubber
category: Ammo
completetime: 5
materials:
Steel: 80
Plastic: 160

- type: latheRecipe
id: MagazineBoxPistolRubber
result: MagazineBoxPistolRubber
category: Ammo
completetime: 5
materials:
Steel: 200
Plastic: 400

- type: latheRecipe
id: MagazineBoxRifleRubber
result: MagazineBoxRifleRubber
category: Ammo
completetime: 5
materials:
Steel: 250
Plastic: 500

0 comments on commit 4ebccb1

Please sign in to comment.