CloningPod emag effect. (#15876)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
brainfood1183
2023-04-29 10:50:10 +01:00
committed by GitHub
parent a4f77b7376
commit ff58e6462d
7 changed files with 111 additions and 0 deletions

View File

@@ -154,3 +154,42 @@
- type: MovementSpeedModifier
baseWalkSpeed: 2
baseSprintSpeed: 2.5
- type: entity
parent: BaseMobFlesh
id: MobAbomination
name: abomination
description: A rejected clone, in constant pain and seeking revenge.
components:
- type: Sprite
drawdepth: Mobs
sprite: Mobs/Demons/abomination.rsi
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: abomination
- type: DamageStateVisuals
states:
Alive:
Base: abomination
Dead:
Base: dead
- type: MobState
allowedStates:
- Alive
- Dead
- type: MobThresholds
thresholds:
0: Alive
100: Dead
- type: MovementSpeedModifier
baseWalkSpeed: 1.5
baseSprintSpeed: 2.5
- type: MeleeWeapon
hidden: true
soundHit:
path: /Audio/Weapons/Xeno/alien_claw_flesh3.ogg
angle: 0
animation: WeaponArcClaw
damage:
types:
Blunt: 10