fix: add missing flame to cowelder (#12680)
@@ -121,7 +121,6 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
size: 10
|
size: 10
|
||||||
sprite: Objects/Tools/Cowtools/cowelder.rsi
|
sprite: Objects/Tools/Cowtools/cowelder.rsi
|
||||||
heldPrefix: off
|
|
||||||
- type: Tool
|
- type: Tool
|
||||||
speed: 0.05
|
speed: 0.05
|
||||||
- type: Welder
|
- type: Welder
|
||||||
|
|||||||
|
After Width: | Height: | Size: 201 B |
|
Before Width: | Height: | Size: 284 B After Width: | Height: | Size: 284 B |
|
After Width: | Height: | Size: 201 B |
|
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B |
@@ -20,19 +20,63 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "off-inhand-left",
|
"name": "inhand-left-flame",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right-flame",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "off-inhand-right",
|
"name": "inhand-right",
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "on-inhand-left",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "on-inhand-right",
|
|
||||||
"directions": 4
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 306 B |
|
Before Width: | Height: | Size: 306 B |