This commit is contained in:
metalgearsloth
2022-06-04 16:52:39 +10:00
committed by GitHub
parent c11903be44
commit 654355bddb
4 changed files with 18 additions and 12 deletions

View File

@@ -75,7 +75,7 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: WeaponLightMachineGunL6 - id: WeaponLightMachineGunL6
- id: MagazineBoxLightRifle - id: MagazineLightRifleBox
- type: entity - type: entity
parent: ClothingBackpackDuffelSyndicateAmmo parent: ClothingBackpackDuffelSyndicateAmmo

View File

@@ -34,16 +34,18 @@
# Magazines # Magazines
- type: entity - type: entity
id: MagazineBoxLightRifle id: MagazineLightRifleBox
name: "L6 SAW magazine box (.30 rifle)" name: "L6 SAW magazine box (.30 rifle)"
parent: BaseMagazineLightRifle parent: BaseMagazineLightRifle
components: components:
- type: Tag - type: Tag
tags: tags:
- MagazineBoxLightRifle - MagazineLightRifleBox
- type: BallisticAmmoProvider - type: BallisticAmmoProvider
proto: CartridgeLightRifle proto: CartridgeLightRifle
capacity: 50 capacity: 100
- type: Item
size: 10
- type: Sprite - type: Sprite
sprite: Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_box.rsi sprite: Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_box.rsi
- type: Appearance - type: Appearance
@@ -144,7 +146,7 @@
components: components:
- type: Tag - type: Tag
tags: tags:
- MagazineBoxLightRifle - MagazineLightRifleBox
- type: BallisticAmmoProvider - type: BallisticAmmoProvider
proto: CartridgeLightRifle proto: CartridgeLightRifle
capacity: 80 capacity: 80

View File

@@ -8,8 +8,12 @@
- type: Sprite - type: Sprite
netsync: false netsync: false
- type: Item - type: Item
size: 24 size: 60
- type: Gun - type: Gun
minAngle: 4
maxAngle: 16
angleIncrease: 0.5
angleDecay: 12
fireRate: 8 fireRate: 8
selectedMode: FullAuto selectedMode: FullAuto
availableModes: availableModes:
@@ -19,16 +23,17 @@
soundEmpty: soundEmpty:
path: /Audio/Weapons/Guns/Empty/lmg_empty.ogg path: /Audio/Weapons/Guns/Empty/lmg_empty.ogg
- type: ChamberMagazineAmmoProvider - type: ChamberMagazineAmmoProvider
- type: AmmoCounter
- type: ItemSlots - type: ItemSlots
slots: slots:
gun_magazine: gun_magazine:
name: Magazine name: Magazine
startingItem: MagazineBoxLightRifle startingItem: MagazineLightRifleBox
insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg
ejectSound: /Audio/Weapons/Guns/MagOut/batrifle_magout.ogg ejectSound: /Audio/Weapons/Guns/MagOut/batrifle_magout.ogg
whitelist: whitelist:
tags: tags:
- MagazineBoxLightRifle - MagazineLightRifleBox
gun_chamber: gun_chamber:
name: Chamber name: Chamber
startingItem: CartridgeLightRifle startingItem: CartridgeLightRifle
@@ -54,7 +59,6 @@
- state: mag-3 - state: mag-3
map: ["enum.GunVisualLayers.Mag"] map: ["enum.GunVisualLayers.Mag"]
- type: Item - type: Item
size: 24
sprite: Objects/Weapons/Guns/LMGs/l6.rsi sprite: Objects/Weapons/Guns/LMGs/l6.rsi
- type: Appearance - type: Appearance
visuals: visuals:

View File

@@ -239,9 +239,6 @@
# Magazines ordered by slot then caliber # Magazines ordered by slot then caliber
- type: Tag
id: MagazineBoxLightRifle
- type: Tag - type: Tag
id: MagazineCalico id: MagazineCalico
@@ -257,6 +254,9 @@
- type: Tag - type: Tag
id: MagazineLightRifle id: MagazineLightRifle
- type: Tag
id: MagazineLightRifleBox
- type: Tag - type: Tag
id: MagazineLightRiflePan id: MagazineLightRiflePan