-
Notifications
You must be signed in to change notification settings - Fork 605
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Argenti Revolver, added it to LiberationVend (#696)
- Loading branch information
Showing
8 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/Guns/revolvers.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Binary file added
BIN
+1008 Bytes
Resources/Textures/_NF/Objects/Weapons/Argenti-Revolver.rsi/bolt-open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+237 Bytes
Resources/Textures/_NF/Objects/Weapons/Argenti-Revolver.rsi/equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1008 Bytes
Resources/Textures/_NF/Objects/Weapons/Argenti-Revolver.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.02 KB
Resources/Textures/_NF/Objects/Weapons/Argenti-Revolver.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1023 Bytes
Resources/Textures/_NF/Objects/Weapons/Argenti-Revolver.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions
29
Resources/Textures/_NF/Objects/Weapons/Argenti-Revolver.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |