All hostile turret (#33970)

* All hostile turret

* Other factions are now hostile against "all hostile" too
This commit is contained in:
CaptainMaru 2024-12-21 01:34:53 +05:00 committed by deltanedas
parent 314946f35d
commit a75b15dfd4
2 changed files with 33 additions and 0 deletions

View File

@ -195,6 +195,15 @@
factions:
- SimpleHostile
- type: entity
parent: BaseWeaponTurret
id: WeaponTurretAllHostile
suffix: All hostile
components:
- type: NpcFactionMember
factions:
- AllHostile
- type: entity
name: xeno turret
description: Shoots 9mm acid projectiles.

View File

@ -7,6 +7,7 @@
- PetsNT
- Zombie
- Revolutionary
- AllHostile
- type: npcFaction
id: NanoTrasen
@ -16,11 +17,13 @@
- Xeno
- Zombie
- Revolutionary
- AllHostile
- type: npcFaction
id: Mouse
hostile:
- PetsNT
- AllHostile
- type: npcFaction
id: Passive
@ -32,6 +35,7 @@
- SimpleHostile
- Zombie
- Xeno
- AllHostile
- type: npcFaction
id: SimpleHostile
@ -42,6 +46,7 @@
- PetsNT
- Zombie
- Revolutionary
- AllHostile
- type: npcFaction
id: SimpleNeutral
@ -54,6 +59,7 @@
- Xeno
- PetsNT
- Zombie
- AllHostile
- type: npcFaction
id: Xeno
@ -64,6 +70,7 @@
- PetsNT
- Zombie
- Revolutionary
- AllHostile
- type: npcFaction
id: Zombie
@ -75,6 +82,7 @@
- Passive
- PetsNT
- Revolutionary
- AllHostile
- type: npcFaction
id: Revolutionary
@ -83,3 +91,19 @@
- Zombie
- SimpleHostile
- Dragon
- AllHostile
- type: npcFaction
id: AllHostile
hostile:
- NanoTrasen
- Dragon
- Mouse
- Passive
- PetsNT
- SimpleHostile
- SimpleNeutral
- Syndicate
- Xeno
- Zombie
- Revolutionary