All hostile turret (#33970)
* All hostile turret * Other factions are now hostile against "all hostile" too
This commit is contained in:
parent
314946f35d
commit
a75b15dfd4
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue