Add kangaroos (#5829)
This commit is contained in:
@@ -303,6 +303,43 @@
|
|||||||
crit: dead
|
crit: dead
|
||||||
dead: dead
|
dead: dead
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: kangaroo
|
||||||
|
parent: SimpleMobBase
|
||||||
|
id: MobKangaroo
|
||||||
|
description: A large marsupial herbivore. It has powerful hind legs, with nails that resemble long claws.
|
||||||
|
components:
|
||||||
|
- type: MovementSpeedModifier
|
||||||
|
baseWalkSpeed: 4
|
||||||
|
baseSprintSpeed: 7
|
||||||
|
- type: Sprite
|
||||||
|
drawdepth: Mobs
|
||||||
|
layers:
|
||||||
|
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||||
|
state: kangaroo
|
||||||
|
sprite: Mobs/Animals/kangaroo.rsi
|
||||||
|
- type: Physics
|
||||||
|
- type: Fixtures
|
||||||
|
fixtures:
|
||||||
|
- shape:
|
||||||
|
!type:PhysShapeCircle
|
||||||
|
radius: 0.25
|
||||||
|
mass: 60
|
||||||
|
mask:
|
||||||
|
- Impassable
|
||||||
|
- MobImpassable #Bullets?!
|
||||||
|
- VaultImpassable
|
||||||
|
- SmallImpassable
|
||||||
|
layer:
|
||||||
|
- Opaque
|
||||||
|
- type: Appearance
|
||||||
|
visuals:
|
||||||
|
- type: DamageStateVisualizer
|
||||||
|
normal: kangaroo
|
||||||
|
# SKIPPY NO!
|
||||||
|
crit: kangaroo-dead
|
||||||
|
dead: kangaroo-dead
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: monkey
|
name: monkey
|
||||||
id: MobMonkey
|
id: MobMonkey
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 674 B |
BIN
Resources/Textures/Mobs/Animals/kangaroo.rsi/kangaroo-boxing.png
Normal file
BIN
Resources/Textures/Mobs/Animals/kangaroo.rsi/kangaroo-boxing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Mobs/Animals/kangaroo.rsi/kangaroo-dead.png
Normal file
BIN
Resources/Textures/Mobs/Animals/kangaroo.rsi/kangaroo-dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 580 B |
Binary file not shown.
|
After Width: | Height: | Size: 639 B |
BIN
Resources/Textures/Mobs/Animals/kangaroo.rsi/kangaroo-space.png
Normal file
BIN
Resources/Textures/Mobs/Animals/kangaroo.rsi/kangaroo-space.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Resources/Textures/Mobs/Animals/kangaroo.rsi/kangaroo.png
Normal file
BIN
Resources/Textures/Mobs/Animals/kangaroo.rsi/kangaroo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
32
Resources/Textures/Mobs/Animals/kangaroo.rsi/meta.json
Normal file
32
Resources/Textures/Mobs/Animals/kangaroo.rsi/meta.json
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from https://github.com/austation/austation/tree/30f0ba9c2dab3ec8e55ab6fae03bde1566a154ca",
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "kangaroo",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "kangaroo-dead"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "kangaroo-boxing",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "kangaroo-boxing-dead"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "kangaroo-space",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "kangaroo-space-dead"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user