[entities] Kangaroos, boxer improvements, boxing bell and hamlet updates. (#15546)
* kangaroo * fixes * fuix * fixes and rotational sprites for bell * why wont u work, stupid rsi thingy * attempt to fix * now hsould work * fix bell * fix the bell * bell make noise on hitting it * add faction simple hostile to space kangaroo * added boxing kangaroo spawner comes with gloves and agressive
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
BIN
Resources/Textures/Mobs/Animals/kangaroo.rsi/glow.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 674 B |
|
Before Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Mobs/Animals/kangaroo.rsi/kangaroo-crit.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 639 B After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 18 KiB |
@@ -5,7 +5,7 @@
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from https://github.com/austation/austation/tree/30f0ba9c2dab3ec8e55ab6fae03bde1566a154ca",
|
||||
"copyright": "Taken from https://github.com/austation/austation/tree/30f0ba9c2dab3ec8e55ab6fae03bde1566a154ca, space kangaroo made by and kangaroo modified by brainfood1183 (github)",
|
||||
"states": [
|
||||
{
|
||||
"name": "kangaroo",
|
||||
@@ -15,16 +15,45 @@
|
||||
"name": "kangaroo-dead"
|
||||
},
|
||||
{
|
||||
"name": "kangaroo-boxing",
|
||||
"directions": 4
|
||||
"name": "kangaroo-crit"
|
||||
},
|
||||
{
|
||||
"name": "kangaroo-boxing-dead"
|
||||
"name": "kangaroo-space-crit"
|
||||
},
|
||||
{
|
||||
"name": "kangaroo-space",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "glow",
|
||||
"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
|
||||
],
|
||||
[
|
||||
0.2,
|
||||
0.2,
|
||||
0.2,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "kangaroo-space-dead"
|
||||
}
|
||||
|
||||