Adds SLP-57 (#1792)

Adds the SLP-57, intended to eventually replace the Mk58.
This commit is contained in:
Tad "Taddy" Johnson 2024-09-19 11:14:35 +10:00 committed by GitHub
parent bbdb0bdcec
commit e6b7c50b3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 61 additions and 1 deletions

View File

@ -131,4 +131,25 @@
graph: WeaponPistolFlintlockCraftedGraph
node: flintlock
- type: UseDelay
delay: 0 #Straight up doesn't work for guns
delay: 0 #Straight up doesn't work for guns
- type: entity
name: SLP-57
parent: BaseWeaponPistol
id: WeaponPistolSLP57
description: The ubiquitous, compact, and reliable Self-Loading Pistol, Model 57. Uses .35 auto ammo.
components:
- type: Sprite
sprite: DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi
- type: Clothing
sprite: DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi
- type: Gun
minAngle: 0
maxAngle: 30
angleIncrease: 10
angleDecay: 100
fireRate: 6
availableModes:
- SemiAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/mk58.ogg

Binary file not shown.

After

Width:  |  Height:  |  Size: 910 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 725 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 846 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 853 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

View File

@ -0,0 +1,39 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Original work by TJohnson.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "base"
},
{
"name": "bolt-open"
},
{
"name": "mag-0"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
}
]
}