Skip to content
Open
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
2 changes: 2 additions & 0 deletions Resources/Prototypes/_Mono/Loadouts/Mercenary/gun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- MercenaryDisablerSMGLoadout
- MercenaryLaserCarbineLoadout
- MercenaryEnergyGunLoadout
- MercenaryLeverActionloadout

- type: loadoutGroup
id: MercenaryPistol
Expand Down Expand Up @@ -58,6 +59,7 @@
- Mercenary762x51mmAmmoLoadout #Vulcan-C / Lee Enfield
- MercenaryBuckshotAmmoLoadout #Kammerer / Sawn Buckshot
- MercenarySlugAmmoLoadout #Kammerer / Sawn Slugs
- MercenaryMagnum45Loadout # .45 Magnum
# - Mercenary46x30mmTopAmmoLoadout #WT550
- Mercenary762x54mmRAmmoLoadout #Mosin / SVS42
- MercenaryRechargerLoadout #Energy
Expand Down
14 changes: 14 additions & 0 deletions Resources/Prototypes/_Mono/Loadouts/gun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,20 @@
back:
- WeaponRifleVulcanFCMC

- type: loadout # Basic Lever Action
id: MercenaryLeverActionloadout
price: 15000
storage:
back:
- WeaponSniperRepeater

- type: loadout #.45 Magnum Ammo
id: MercenaryMagnum45Loadout
price: 1000
storage:
back:
- AmmoBox45_magnumFMJ

- type: loadout #Lee Enfield
id: MercenaryLeeEnfieldLoadout
price: 15000
Expand Down
13 changes: 13 additions & 0 deletions Resources/Prototypes/_Mono/Recipes/Lathes/merc_weapons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,19 @@
Plasteel: 1000
Plastic: 1000

- type: latheRecipe
id: WeaponCivleveraction
parent: BaseWeaponRecipeLong
result: WeaponSniperRepeater
categories:
- Weapons
- Rifles
- Ballistic
materials:
Steel: 2500
Plasteel: 1000
Plastic: 1000

- type: latheRecipe
id: WeaponRadAx
parent: BaseWeaponRecipeLong
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/_Mono/Research/arsenal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- WeaponRiflePrometheus
- WeaponRifleVulcanFCMC
- WeaponShotgunKammererNF
- WeaponCivleveraction
technologyPrerequisites:
- BasicParts
position: 2, 1
Expand Down
Loading