Gun whitelist fixies (#8587)
This commit is contained in:
@@ -512,6 +512,9 @@
|
|||||||
soundGunshot:
|
soundGunshot:
|
||||||
path: /Audio/Weapons/Guns/Gunshots/revolver.ogg
|
path: /Audio/Weapons/Guns/Gunshots/revolver.ogg
|
||||||
- type: BallisticAmmoProvider
|
- type: BallisticAmmoProvider
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- CartridgeCap
|
||||||
capacity: 6
|
capacity: 6
|
||||||
autoCycle: true
|
autoCycle: true
|
||||||
soundInsert:
|
soundInsert:
|
||||||
|
|||||||
@@ -101,7 +101,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- MagazinePistolTopMounted
|
- MagazinePistolSubMachineGunTopMounted
|
||||||
- type: BallisticAmmoProvider
|
- type: BallisticAmmoProvider
|
||||||
proto: CartridgePistol
|
proto: CartridgePistol
|
||||||
whitelist:
|
whitelist:
|
||||||
|
|||||||
@@ -1,33 +1,34 @@
|
|||||||
#- type: entity
|
- type: entity
|
||||||
# id: CapAmmoBase
|
id: BaseSpeedLoaderCap
|
||||||
# name: "cap gun loader"
|
name: "cap gun loader"
|
||||||
# parent: BaseItem
|
parent: BaseItem
|
||||||
# abstract: true
|
abstract: true
|
||||||
# components:
|
components:
|
||||||
# - type: SpeedLoader
|
- type: BallisticAmmoProvider
|
||||||
# caliber: Cap
|
whitelist:
|
||||||
# capacity: 6
|
tags:
|
||||||
# - type: Sprite
|
- CartridgeCap
|
||||||
# netsync: false
|
capacity: 6
|
||||||
# layers:
|
- type: Sprite
|
||||||
# - state: base
|
netsync: false
|
||||||
# map: ["enum.GunVisualLayers.Base"]
|
layers:
|
||||||
# - state: mag-6
|
- state: base
|
||||||
# map: ["enum.GunVisualLayers.Mag"]
|
map: ["enum.GunVisualLayers.Base"]
|
||||||
# - type: Appearance
|
- state: mag-6
|
||||||
# visuals:
|
map: ["enum.GunVisualLayers.Mag"]
|
||||||
# - type: MagVisualizer
|
- type: Appearance
|
||||||
# magState: mag
|
visuals:
|
||||||
# steps: 7
|
- type: MagVisualizer
|
||||||
# zeroVisible: false
|
magState: mag
|
||||||
#
|
steps: 7
|
||||||
#- type: entity
|
zeroVisible: false
|
||||||
# id: CapLoader
|
|
||||||
# name: "cap gun loader"
|
- type: entity
|
||||||
# parent: CapAmmoBase
|
id: SpeedLoaderCap
|
||||||
# components:
|
name: "cap gun loader"
|
||||||
# - type: SpeedLoader
|
parent: BaseSpeedLoaderCap
|
||||||
# proto: CartridgeCap
|
components:
|
||||||
# - type: Sprite
|
- type: BallisticAmmoProvider
|
||||||
# sprite: Objects/Fun/caps.rsi
|
proto: CartridgeCap
|
||||||
#
|
- type: Sprite
|
||||||
|
sprite: Objects/Fun/caps.rsi
|
||||||
|
|||||||
@@ -166,6 +166,22 @@
|
|||||||
selectedMode: FullAuto
|
selectedMode: FullAuto
|
||||||
availableModes:
|
availableModes:
|
||||||
- FullAuto
|
- FullAuto
|
||||||
|
- type: ItemSlots
|
||||||
|
slots:
|
||||||
|
gun_magazine:
|
||||||
|
name: Magazine
|
||||||
|
startingItem: MagazinePistolSubMachineGunTopMounted
|
||||||
|
insertSound: /Audio/Weapons/Guns/MagIn/smg_magin.ogg
|
||||||
|
ejectSound: /Audio/Weapons/Guns/MagOut/smg_magout.ogg
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- MagazinePistolSubMachineGunTopMounted
|
||||||
|
gun_chamber:
|
||||||
|
name: Chamber
|
||||||
|
startingItem: CartridgePistol
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- CartridgePistol
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
visuals:
|
visuals:
|
||||||
- type: MagVisualizer
|
- type: MagVisualizer
|
||||||
|
|||||||
@@ -273,7 +273,7 @@
|
|||||||
id: MagazinePistolHighCapacity
|
id: MagazinePistolHighCapacity
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: MagazinePistolTopMounted
|
id: MagazinePistolSubMachineGunTopMounted
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: MagazineRifle
|
id: MagazineRifle
|
||||||
|
|||||||
Reference in New Issue
Block a user