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
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
- WeaponPistolDualetta

- type: entity
parent: [ NFBaseWeaponRevolverChamber45, BaseItem, BaseC3PirateContraband ]
parent: [ BaseItem, BaseC3PirateContraband ]
id: WeaponPistolAnaconda
name: Anaconda
description: A heavy pistol.
description: A heavy pistol capable of supplying itself with the ammo on the way using a built-in fabricator.
components:
- type: Item
size: Small
Expand Down Expand Up @@ -91,13 +91,15 @@
- SemiAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/hpistol.ogg
- type: BasicEntityAmmoProvider
proto: BulletAnaconda
capacity: 7
count: 7
- type: RechargeBasicEntityAmmo
rechargeCooldown: 4
rechargeSound:
path: /Audio/Weapons/Guns/Cock/shotgun_close.ogg
- type: AmmoCounter
- type: ContainerContainer
containers:
revolver-ammo: !type:Container
- type: RevolverAmmoProvider
whitelist:
tags:
- Cartridge45_magnumFMJ
- SpeedLoader45_magnumFMJ
proto: Cartridge45_ACPFMJ
- type: AmmoCounter
ballistic-ammo: !type:Container
3 changes: 3 additions & 0 deletions Resources/Prototypes/_StarLight/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
- type: Tag
id: Felionoid

- type: Tag
id: GunCanAimShooter

- type: Tag
id: HiltPlasteel

Expand Down
Loading