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
11 changes: 11 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Boxes/ammunition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,17 @@
- id: Magazine762x39mmPractice
amount: 4

- type: entity
name: box of 7.62x39mm (subsonic) magazines
parent: BoxMagazine
id: BoxMagazine762x39mmSubsonic
description: A box full of 7.62x39mm (subsonic) magazines.
components:
- type: StorageFill
contents:
- id: Magazine762x39mmSubsonic
amount: 4

#mono edit start
- type: entity
name: box of DP-29 magazines
Expand Down
19 changes: 17 additions & 2 deletions Resources/Prototypes/_Mono/Loadouts/PDV/gun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
- FactionWt550Loadout
- FactionAkmLoadout
- FactionEnergyGunLoadout
- FactionM90Loadout
- FactionWSPRLoadout
fallbacks:
- FactionC20RLoadout

Expand All @@ -31,15 +33,28 @@
- FactionPythonLoadout
- FactionViperLoadout

- type: loadoutGroup
id: RogueCommandMag
name: loadout-group-magazine
minLimit: 1
loadouts:
- Faction9x19SMGAmmoLoadout #C20r
- Faction556x45mmAmmoLoadout # Vympel
- Faction46x30mmTopAmmo #WT550
- Faction762x39mmAmmoLoadout #AKM
- FactionRechargerLoadout #Energy
- Faction762x51mmAmmoLoadout #M90
- Faction762x39mmSubsonicAmmoLoadout #WESPR
fallbacks:
- Faction9x19SMGAmmoLoadout #C20r

- type: loadoutGroup
id: RogueMag
name: loadout-group-magazine
minLimit: 1
loadouts:
- Faction9x19SMGAmmoLoadout #C20r
- Faction556x45mmAmmoLoadout # Vympel
# - Faction46x30mmTopAmmo #WT550
# - Faction762x39mmAmmoLoadout #AKM
- FactionRechargerLoadout #Energy
fallbacks:
- Faction9x19SMGAmmoLoadout #C20r
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/_Mono/Loadouts/PDV/role_loadouts_rogue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
- PirateTrinkets
- PDVBelt
- ContractorEncryptionKey
- RogueFirearm
- RogueFirearmCommander
- RogueSidearm
- RogueMag
- RogueCommandMag
- RoguePistolMag
- FactionArmorPlates
canCustomizeName: true
Expand All @@ -69,9 +69,9 @@
- PirateCaptainTrinkets
- PDVBelt
- ContractorEncryptionKey
- RogueFirearm
- RogueFirearmCommander
- RogueSidearm
- RogueMag
- RogueCommandMag
- RoguePistolMag
- FactionArmorPlates
canCustomizeName: true
Expand Down Expand Up @@ -119,9 +119,9 @@
- PirateTrinkets
- PDVBelt
- ContractorEncryptionKey
- RogueFirearm
- RogueFirearmCommander
- RogueSidearm
- RogueMag
- RogueCommandMag
- RoguePistolMag
- FactionArmorPlates
canCustomizeName: true
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_Mono/Loadouts/TSFMC/Specifics/gun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
name: loadout-group-weapon
minLimit: 0
loadouts:
- FactionLecterLoadout
- FactionRiversongLoadout
- FactionDrozdLoadout
- FactionVulcanLoadout
- FactionDragonfangLoadout
- SecurityGuardEnforcerLoadout

- type: loadoutGroup
Expand Down
25 changes: 23 additions & 2 deletions Resources/Prototypes/_Mono/Loadouts/gun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,14 +525,28 @@
back:
- WeaponRifleDragonfang

- type: loadout #M90
id: FactionM90Loadout
price: 0
storage:
back:
- WeaponRifleM90

- type: loadout #Lecter
id: FactionLecterLoadout
price: 0
storage:
back:
- WeaponRifleLecter

- type: loadout #C20r
- type: loadout #Lecter
id: FactionWSPRLoadout
price: 0
storage:
back:
- WeaponRifleWSPR

- type: loadout #Vympel
id: FactionVympelLoadout
price: 0
storage:
Expand Down Expand Up @@ -595,6 +609,13 @@
back:
- BoxMagazine762x39mmFMJ

- type: loadout #Wespr
id: Faction762x39mmSubsonicAmmoLoadout
price: 0
storage:
back:
- BoxMagazine762x39mmSubsonic

- type: loadout #Mosin
id: FactionMosinLoadout
price: 0
Expand Down Expand Up @@ -736,7 +757,7 @@
back:
- BoxMagazine45_ACPFMJ

- type: loadout #MK58 Ammo
- type: loadout
id: FactionHawk4Pistol
price: 0
storage:
Expand Down
Loading