Resized baseball bats to be more realistic (#38392)
* Resized baseball bats to be more realistic * Added new vertical icon for the baseball bat & incomplete variant, sprites by TiniestShark * Added requested changes * Added suggested changes for the incomplete sprite
This commit is contained in:
parent
947101403e
commit
0fce727d62
|
|
@ -23,6 +23,11 @@
|
|||
Structural: 10
|
||||
- type: Item
|
||||
size: Normal
|
||||
shape:
|
||||
- 0,0,0,3
|
||||
storedSprite:
|
||||
state: storage
|
||||
sprite: Objects/Weapons/Melee/baseball_bat.rsi
|
||||
- type: Tool
|
||||
qualities:
|
||||
- Rolling
|
||||
|
|
@ -54,6 +59,11 @@
|
|||
state: icon
|
||||
- type: Item
|
||||
size: Normal
|
||||
shape:
|
||||
- 0,0,0,3
|
||||
storedSprite:
|
||||
state: storage
|
||||
sprite: Objects/Weapons/Melee/incomplete_bat.rsi
|
||||
sprite: Objects/Weapons/Melee/incomplete_bat.rsi
|
||||
- type: Construction
|
||||
graph: WoodenBat
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": 1,
|
||||
"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, wielded version by Easypoll",
|
||||
"copyright": "Taken from goonstation and modified by Swept at commit https://github.com/goonstation/goonstation/pull/3555/commits/b24eb6260647c0fcfe858268a26b6160bc50017a, wielded version by Easypoll, vertical icon sprite by TiniestShark",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
|
@ -10,6 +10,9 @@
|
|||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "storage"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 281 B |
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": 1,
|
||||
"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, modified into incomplete version by Vermidia, in-hands by SeamLesss (GitHub)",
|
||||
"copyright": "Taken from goonstation and modified by Swept at commit https://github.com/goonstation/goonstation/pull/3555/commits/b24eb6260647c0fcfe858268a26b6160bc50017a, modified into incomplete version by Vermidia, in-hands by SeamLesss (GitHub), vertical icon sprite by TiniestShark",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
|
@ -10,6 +10,9 @@
|
|||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "storage"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 554 B |
Loading…
Reference in New Issue