Больше приколов креатуре (#164)
This commit is contained in:
Binary file not shown.
@@ -1,27 +1,24 @@
|
||||
- type: entity
|
||||
name: нечто ужасное
|
||||
parent: [ SimpleMobBase, MobCombat ]
|
||||
parent: [ SimpleMobBase, MobCombat, MobFlammable ]
|
||||
id: MobLaCreatura
|
||||
description: Отвратительный кошмар.
|
||||
suffix: Admeme
|
||||
components:
|
||||
- type: InputMover
|
||||
- type: TimedDespawn
|
||||
lifetime: 10
|
||||
- type: CombatMode
|
||||
- type: Sprite
|
||||
drawdepth: Mobs
|
||||
sprite: _Honk/Mobs/la_creatura.rsi
|
||||
layers:
|
||||
- map: ["enum.DamageStateVisualLayers.Base", "movement"]
|
||||
state: abomination
|
||||
- type: SpriteMovement
|
||||
state: abomination-moving
|
||||
- type: SpriteMovement # It's useless, unless moved by player
|
||||
movementLayers:
|
||||
movement:
|
||||
state: abomination
|
||||
state: abomination-moving
|
||||
noMovementLayers:
|
||||
movement:
|
||||
state: abomination
|
||||
state: abomination-moving
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- SimpleHostile
|
||||
@@ -51,7 +48,7 @@
|
||||
- type: MobThresholds
|
||||
thresholds:
|
||||
0: Alive
|
||||
10000: Dead
|
||||
100: Dead
|
||||
- type: Stamina
|
||||
critThreshold: 100
|
||||
- type: MovementSpeedModifier
|
||||
@@ -63,9 +60,6 @@
|
||||
- type: Bloodstream
|
||||
bloodMaxVolume: 100
|
||||
- type: NonSpreaderZombie
|
||||
- type: FireVisuals
|
||||
sprite: Mobs/Effects/onfire.rsi
|
||||
normalState: Mouse_burning
|
||||
- type: Tool
|
||||
speed: 2
|
||||
qualities:
|
||||
@@ -91,3 +85,31 @@
|
||||
volume: 20
|
||||
sound:
|
||||
path: /Audio/_Honk/la_creatura/scary.ogg
|
||||
- type: TriggerOnMobstateChange
|
||||
mobState:
|
||||
- Dead
|
||||
- type: DeleteOnTrigger
|
||||
|
||||
- type: entity
|
||||
id: MobLaCreatura5
|
||||
parent: MobLaCreatura
|
||||
suffix: Admeme 5
|
||||
components:
|
||||
- type: TimedDespawn
|
||||
lifetime: 5
|
||||
|
||||
- type: entity
|
||||
id: MobLaCreatura10
|
||||
parent: MobLaCreatura
|
||||
suffix: Admeme 10
|
||||
components:
|
||||
- type: TimedDespawn
|
||||
lifetime: 10
|
||||
|
||||
- type: entity
|
||||
id: MobLaCreatura30
|
||||
parent: MobLaCreatura
|
||||
suffix: Admeme 30
|
||||
components:
|
||||
- type: TimedDespawn
|
||||
lifetime: 30
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 1.3 KiB |
@@ -9,6 +9,10 @@
|
||||
"states": [
|
||||
{
|
||||
"name": "abomination",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "abomination-moving",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user