Skip to content

Commit

Permalink
Adds the SLP-67 "Volk" (#1793)
Browse files Browse the repository at this point in the history
* Adds the SLP-67 "Volk"

Legally distinct VP :blunt:

* Increase size of Volk to normal

---------

Signed-off-by: Tad "Taddy" Johnson <[email protected]>
  • Loading branch information
TadJohnson00 authored Sep 20, 2024
1 parent bc82caf commit c8cc180
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,38 @@
- type: UseDelay
delay: 0 #Straight up doesn't work for guns

- type: entity
name: SLP-67 "Volk"
parent: BaseWeaponPistol
id: WeaponPistolSLP67
description: The SLP-67, featuring a fullsize polymer frame and extended slide, improves upon its predecessor in ergonomics, accuracy, and capacity. Uses .35 auto ammo.
components:
- type: Sprite
sprite: DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi
- type: Item
size: Normal
- type: Clothing
sprite: DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi
- type: ItemSlots
slots:
gun_magazine:
name: Magazine
startingItem: MagazinePistolHighCapacity
insertSound: /Audio/Weapons/Guns/MagIn/pistol_magin.ogg
ejectSound: /Audio/Weapons/Guns/MagOut/pistol_magout.ogg
priority: 2
whitelist:
tags:
- MagazinePistolHighCapacity
whitelistFailPopup: gun-magazine-whitelist-fail
gun_chamber:
name: Chamber
startingItem: CartridgePistol
priority: 1
whitelist:
tags:
- CartridgePistol

- type: entity
name: SLP-57
parent: BaseWeaponPistol
Expand Down
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.
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,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
}
]
}

0 comments on commit c8cc180

Please sign in to comment.