Skip to content

Commit

Permalink
RepairLore_v8
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazzy-pingvin committed Oct 31, 2024
1 parent 7eebfef commit 495e478
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions Resources/Prototypes/Corvax/Lore/SNK/ai_snk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

- type: htnCompound
id: MeleeAttackTargetCompoundBotSNK
preconditions:
branches:
# Move to melee range and hit them
- tasks:
Expand Down Expand Up @@ -386,8 +385,6 @@
- type: BasicEntityAmmoProvider
proto: SNKCartridgeDrobStd
capacity: 9
count: 9
spread: 15
- type: Gun
showExamineText: false
fireRate: 1.1
Expand Down Expand Up @@ -730,7 +727,7 @@
- type: entity
name: Спавнер бота Радист СНК
suffix: Бот, СНК, безОруж, бег
id: SpawnMobSNKrad
id: SpawnMobSNK
parent: MarkerBase
components:
- type: Sprite
Expand All @@ -740,34 +737,34 @@
- state: engineer
- type: ConditionalSpawner
prototypes:
- MobSNKrad
- MobSNKRad
#-------------Без оружия ждущий---------------
- type: entity
parent: SpawnMobSNKrad
id: SpawnMobSNKradStop
parent: SpawnMobSNKRad
id: SpawnMobSNKRadStop
suffix: Бот, СНК, безОруж, стоп
components:
- type: ConditionalSpawner
prototypes:
- MobSNKradStop
- MobSNKRadStop
#-------------Вооружён бегающий---------------
- type: entity
parent: SpawnMobSNKrad
id: SpawnMobSNKradWeapon
parent: SpawnMobSNKRad
id: SpawnMobSNKRadWeapon
suffix: Бот, СНК, Оруж, бег
components:
- type: ConditionalSpawner
prototypes:
- MobSNKradWeapon
- MobSNKRadWeapon
#-------------Вооружён ждущий---------------
- type: entity
parent: SpawnMobSNKrad
id: SpawnMobSNKradWeaponStop
parent: SpawnMobSNKRad
id: SpawnMobSNKRadWeaponStop
suffix: Бот, СНК, Оруж, стоп
components:
- type: ConditionalSpawner
prototypes:
- MobSNKradWeaponStop
- MobSNKRadWeaponStop
#-------------------------------Офицер----------------------
#-------------Без оружия бегающий---------------
- type: entity
Expand Down

0 comments on commit 495e478

Please sign in to comment.