Cap gun uses proper revolver behavior, and starts with ammo (#12063)
This commit is contained in:
@@ -562,18 +562,19 @@
|
|||||||
- SemiAuto
|
- SemiAuto
|
||||||
soundGunshot:
|
soundGunshot:
|
||||||
path: /Audio/Weapons/Guns/Gunshots/revolver.ogg
|
path: /Audio/Weapons/Guns/Gunshots/revolver.ogg
|
||||||
- type: BallisticAmmoProvider
|
- type: RevolverAmmoProvider
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- CartridgeCap
|
- CartridgeCap
|
||||||
|
proto: CartridgeCap
|
||||||
capacity: 6
|
capacity: 6
|
||||||
autoCycle: true
|
chambers: [ True, True, True, True, True, True ]
|
||||||
|
ammoSlots: [ null, null, null, null, null, null ]
|
||||||
soundInsert:
|
soundInsert:
|
||||||
path: /Audio/Weapons/Guns/MagIn/revolver_magin.ogg
|
path: /Audio/Weapons/Guns/MagIn/revolver_magin.ogg
|
||||||
- type: ContainerContainer
|
- type: ContainerContainer
|
||||||
containers:
|
containers:
|
||||||
ballistic-ammo: !type:Container
|
revolver-ammo: !type:Container
|
||||||
ents: []
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
|
|||||||
Reference in New Issue
Block a user