Skip to content

Commit

Permalink
Added Argenti Revolver, added it to LiberationVend (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qulibly authored Dec 15, 2023
1 parent 01ed133 commit d11696f
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
BoxBeanbag: 15
BoxShellTranquilizer: 15
BoxShotgunPractice: 15
WeaponRevolverArgenti: 15
MagazineBoxRifle: 15
MagazineBoxRifleRubber: 15
MagazineBoxRiflePractice: 15
emaggedInventory:
WeaponPistolViper: 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- type: entity
name: Argenti
parent: BaseWeaponRevolver
id: WeaponRevolverArgenti
description: Argenti Type 20 revolver. Manufactured by Silver Industries. While the design with expanded cylinder is quite ancient, the right gunslinger will know how to utilise it well. Uses .20 rifle ammo.
components:
- type: Sprite
sprite: _NF/Objects/Weapons/Argenti-Revolver.rsi
- type: Clothing
sprite: _NF/Objects/Weapons/Argenti-Revolver.rsi
- type: Gun
fireRate: 2
resetOnHandSelected: false
- type: RevolverAmmoProvider
whitelist:
tags:
- CartridgeRifle
proto: CartridgeRifle
capacity: 6
chambers: [ True, True, True, True, True, True ]
ammoSlots: [ null, null, null, null, null, null ]
- type: StaticPrice
price: 200
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by discord #vipan9104",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "bolt-open"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

0 comments on commit d11696f

Please sign in to comment.