Made musket wieldable. (#29910)

* Made musket wieldable.

* Updated musket rsi meta.json copyright.

* Copyright adjustment again.
This commit is contained in:
Jonathan Argo
2024-07-12 05:16:21 -04:00
committed by GitHub
parent 4945e6a61c
commit 00a2c6a234
4 changed files with 10 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
- type: entity - type: entity
name: musket name: musket
parent: BaseWeaponSniper parent: [BaseWeaponSniper, BaseGunWieldable]
id: Musket id: Musket
description: This should've been in a museum long before you were born. Uses .60 anti-materiel ammo. description: This should've been in a museum long before you were born. Uses .60 anti-materiel ammo.
components: components:

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Made by Pato Grone for SS14", "copyright": "Made by Pato Grone for SS14, Wielded states by Jonathan Argo",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -15,6 +15,14 @@
"name": "inhand-left", "name": "inhand-left",
"directions": 4 "directions": 4
}, },
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{ {
"name": "base" "name": "base"
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 B