Skip to content

Commit

Permalink
All hostile turret (space-wizards#33970)
Browse files Browse the repository at this point in the history
* All hostile turret

* Other factions are now hostile against "all hostile" too
  • Loading branch information
CaptainMaru authored Dec 20, 2024
1 parent 1419b88 commit 5a07413
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
24 changes: 24 additions & 0 deletions Resources/Prototypes/ai_factions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- PetsNT
- Zombie
- Revolutionary
- AllHostile

- type: npcFaction
id: NanoTrasen
Expand All @@ -16,11 +17,13 @@
- Xeno
- Zombie
- Revolutionary
- AllHostile

- type: npcFaction
id: Mouse
hostile:
- PetsNT
- AllHostile

- type: npcFaction
id: Passive
Expand All @@ -32,6 +35,7 @@
- SimpleHostile
- Zombie
- Xeno
- AllHostile

- type: npcFaction
id: SimpleHostile
Expand All @@ -42,6 +46,7 @@
- PetsNT
- Zombie
- Revolutionary
- AllHostile

- type: npcFaction
id: SimpleNeutral
Expand All @@ -54,6 +59,7 @@
- Xeno
- PetsNT
- Zombie
- AllHostile

- type: npcFaction
id: Xeno
Expand All @@ -64,6 +70,7 @@
- PetsNT
- Zombie
- Revolutionary
- AllHostile

- type: npcFaction
id: Zombie
Expand All @@ -75,6 +82,7 @@
- Passive
- PetsNT
- Revolutionary
- AllHostile

- type: npcFaction
id: Revolutionary
Expand All @@ -83,3 +91,19 @@
- Zombie
- SimpleHostile
- Dragon
- AllHostile

- type: npcFaction
id: AllHostile
hostile:
- NanoTrasen
- Dragon
- Mouse
- Passive
- PetsNT
- SimpleHostile
- SimpleNeutral
- Syndicate
- Xeno
- Zombie
- Revolutionary

0 comments on commit 5a07413

Please sign in to comment.