Binary file not shown.
@@ -546,43 +546,3 @@
|
||||
- type: DamageStateVisualizer
|
||||
normal: penguin
|
||||
dead: penguin_dead
|
||||
|
||||
- type: entity
|
||||
save: false
|
||||
name: big chungus
|
||||
parent: MonkeyMob_Content
|
||||
id: BigChungusMob_Content
|
||||
description:
|
||||
drawdepth: Mobs
|
||||
suffix: AI
|
||||
components:
|
||||
- type: LoopingSound
|
||||
sound: /Audio/Effects/chungus.ogg
|
||||
- type: Sprite
|
||||
drawdepth: Mobs
|
||||
layers:
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: chungster
|
||||
sprite: Mobs/Animals/unusuallylargefunnyrabbit.rsi
|
||||
- type: Icon
|
||||
sprite: Mobs/Animals/unusuallylargefunnyrabbit.rsi
|
||||
state: chungster
|
||||
- type: Physics
|
||||
mass: 10
|
||||
- type: Collidable
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.50,-0.30,0.35,0.30"
|
||||
mask:
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- SmallImpassable
|
||||
layer:
|
||||
- Opaque
|
||||
- MobImpassable
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: DamageStateVisualizer
|
||||
normal: chungster
|
||||
dead: dead
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 848 B |
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "PPAP",
|
||||
"copyright": "BIGBIGCHUNGUSBIGCHUNGUSBIGCHUNGUS",
|
||||
"states": [
|
||||
{
|
||||
"name": "dead",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "chungster",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user