Baseball bat now wieldable (#13130)

This commit is contained in:
Easypoller
2023-01-10 11:27:58 +01:00
committed by GitHub
parent 66a01ccbf2
commit 78a08c36f3
4 changed files with 14 additions and 1 deletions

View File

@@ -11,6 +11,11 @@
damage: damage:
types: types:
Blunt: 14 Blunt: 14
- type: Wieldable
- type: IncreaseDamageOnWield
damage:
types:
Blunt: 5
- type: Item - type: Item
size: 15 size: 15
- type: Clothing - type: Clothing

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-NC-SA-3.0", "license": "CC-BY-NC-SA-3.0",
"copyright": "Taken from goonstation and modified by Swept 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, wielded version by Easypoll",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -18,6 +18,14 @@
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
}, },
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B