Skip to content

Commit

Permalink
Merge pull request #710 from Lonkuk/unsleepyEnemies
Browse files Browse the repository at this point in the history
Удаление мобам "Мерзости" c экспедиции возможности сна
  • Loading branch information
Schrodinger71 committed May 21, 2024
2 parents c283887 + 69c8855 commit 56027fc
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions Resources/Prototypes/ADT/Entities/Mobs/anomally_abomination.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
- type: entity
parent: BaseMobFlesh
id: ADTBaseMobAbomination
name: abomination
description: A shambling mass of flesh and abomination, animated through anomalous energy.
abstract: true
components:
- type: StatusEffects
allowed:
- Stun
- KnockedDown
- SlowedDown
- Stutter
- Electrocution
- TemporaryBlindness
- Pacified
- StaminaModifier

- type: entity
parent: ADTBaseMobAbomination
id: ADTMobDistorted
name: distorted
description: distorted
Expand Down Expand Up @@ -39,7 +57,7 @@
100: Dead

- type: entity
parent: BaseMobFlesh
parent: ADTBaseMobAbomination
id: ADTMobEcho
name: echo
description: echo
Expand Down Expand Up @@ -81,7 +99,7 @@
jumpAction: CompActionJumpAbomination

- type: entity
parent: BaseMobFlesh
parent: ADTBaseMobAbomination
id: ADTMobGrant
name: grant
description: grant
Expand Down Expand Up @@ -122,7 +140,7 @@
200: Dead

- type: entity
parent: BaseMobFlesh
parent: ADTBaseMobAbomination
id: ADTMobHunter
name: hunter
description: hunter
Expand Down Expand Up @@ -164,7 +182,7 @@
jumpAction: CompActionJumpAbomination

- type: entity
parent: BaseMobFlesh
parent: ADTBaseMobAbomination
id: ADTMobSoldier
name: soldier
description: soldier
Expand Down Expand Up @@ -209,7 +227,7 @@
prototype: BulletAcid

- type: entity
parent: BaseMobFlesh
parent: ADTBaseMobAbomination
id: ADTMobWrecker
name: wrecker
description: wrecker
Expand Down

0 comments on commit 56027fc

Please sign in to comment.