Can now equip fireaxe, claymore, spear and baseball back on your back (#4484)
* Can equip spears and claymores on your back now * Adds fireaxe and baseball bat back equip
This commit is contained in:
@@ -9,10 +9,11 @@
|
||||
state: icon
|
||||
- type: MeleeWeapon
|
||||
damage: 15
|
||||
- type: Item
|
||||
size: 24
|
||||
- type: Clothing
|
||||
size: 15
|
||||
sprite: Objects/Weapons/Melee/baseball_bat.rsi
|
||||
prefix: inhand
|
||||
Slots:
|
||||
- back
|
||||
- type: Construction
|
||||
graph: WoodenBat
|
||||
node: bat
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
state: icon
|
||||
- type: MeleeWeapon
|
||||
damage: 25
|
||||
- type: Item
|
||||
- type: Clothing
|
||||
size: 20
|
||||
sprite: Objects/Weapons/Melee/fireaxe.rsi
|
||||
prefix: inhand
|
||||
Slots:
|
||||
- back
|
||||
|
||||
@@ -17,10 +17,11 @@
|
||||
arc: spear
|
||||
- type: DamageOtherOnHit
|
||||
amount: 15
|
||||
- type: Item
|
||||
- type: Clothing
|
||||
size: 24
|
||||
sprite: Objects/Weapons/Melee/spear.rsi
|
||||
prefix: inhand
|
||||
Slots:
|
||||
- back
|
||||
- type: Construction
|
||||
graph: spear
|
||||
node: spear
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
- type: Item
|
||||
size: 15
|
||||
sprite: Objects/Weapons/Melee/captain_sabre.rsi
|
||||
prefix: inhand
|
||||
- type: Tag
|
||||
tags:
|
||||
- CaptainSabre
|
||||
@@ -34,7 +33,6 @@
|
||||
- type: Item
|
||||
size: 15
|
||||
sprite: Objects/Weapons/Melee/katana.rsi
|
||||
prefix: inhand
|
||||
|
||||
- type: entity
|
||||
name: machete
|
||||
@@ -53,7 +51,6 @@
|
||||
- type: Item
|
||||
size: 15
|
||||
sprite: Objects/Weapons/Melee/machete.rsi
|
||||
prefix: inhand
|
||||
|
||||
- type: entity
|
||||
name: claymore
|
||||
@@ -66,7 +63,8 @@
|
||||
state: icon
|
||||
- type: MeleeWeapon
|
||||
damage: 25
|
||||
- type: Item
|
||||
size: 15
|
||||
- type: Clothing
|
||||
size: 20
|
||||
sprite: Objects/Weapons/Melee/claymore.rsi
|
||||
prefix: inhand
|
||||
Slots:
|
||||
- back
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 463 B |
@@ -1,12 +1,15 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"copyright": "Taken from goonstation at commit https://github.com/goonstation/goonstation/pull/3555/commits/b24eb6260647c0fcfe858268a26b6160bc50017a",
|
||||
"copyright": "Taken from goonstation and modified by Swept at commit https://github.com/goonstation/goonstation/pull/3555/commits/b24eb6260647c0fcfe858268a26b6160bc50017a",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
@@ -16,7 +19,8 @@
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 600 B |
@@ -1,22 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation and modified by Taral at https://github.com/tgstation/tgstation/pull/18086/commits/aea72a79fd34990dc7affd5cdf8dc13bd5b6431a",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation and modified by Taral and Swept at https://github.com/tgstation/tgstation/pull/18086/commits/aea72a79fd34990dc7affd5cdf8dc13bd5b6431a",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 494 B |
@@ -7,6 +7,9 @@
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
@@ -16,7 +19,8 @@
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 420 B |
@@ -7,6 +7,9 @@
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "spear"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
@@ -16,7 +19,8 @@
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "spear"
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user