Skip to content

Commit

Permalink
Resprite Mk32 (#1806)
Browse files Browse the repository at this point in the history
resprites mk32
  • Loading branch information
TadJohnson00 authored Sep 12, 2024
1 parent 137931d commit 3884fae
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
- type: entity
name: mk 32 "Universal"
name: Mk32 "Universal" # DeltaV - update Mk32
parent: BaseWeaponPistol
id: WeaponPistolUniversal
description: An expensive and robust pistol with decent offensive capabilities. Uses .45 magnum ammo.
description: The Mark 32 Offensive Handgun, produced by NanoTrasen's Small Arms Division. Uses .45 magnum ammo. # DeltaV - update Mk32
components:
- type: Sprite
sprite: Nyanotrasen/Objects/Weapons/Guns/Pistols/universal.rsi
sprite: DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi # DeltaV - update Mk32
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- state: mag-0
map: ["enum.GunVisualLayers.Mag"]
- type: Clothing
sprite: Nyanotrasen/Objects/Weapons/Guns/Pistols/universal.rsi
sprite: DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi # DeltaV - update Mk32
- type: Gun
fireRate: 3
availableModes:
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 3884fae

Please sign in to comment.