AI Factions (#481)
* factions * CP14 * Update ai_factions.yml --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
@@ -9,4 +9,4 @@
|
||||
task: SimpleHostileCompound
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- SimpleHostile
|
||||
- CP14Undead
|
||||
|
||||
@@ -3,12 +3,18 @@
|
||||
parent: MobXeno
|
||||
components:
|
||||
- type: CP14OutPVSDespawn
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- CP14HostileEveryone
|
||||
|
||||
- type: entity
|
||||
id: CP14MobXenoDrone
|
||||
parent: MobXenoDrone
|
||||
components:
|
||||
- type: CP14OutPVSDespawn
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- CP14HostileEveryone
|
||||
|
||||
- type: entity
|
||||
id: CP14MobSpaceCobra
|
||||
@@ -16,21 +22,33 @@
|
||||
parent: MobCobraSpace
|
||||
components:
|
||||
- type: CP14OutPVSDespawn
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- CP14HostileEveryone
|
||||
|
||||
- type: entity
|
||||
id: CP14MobPurpleSnake
|
||||
parent: MobPurpleSnake
|
||||
components:
|
||||
- type: CP14OutPVSDespawn
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- CP14HostileEveryone
|
||||
|
||||
- type: entity
|
||||
id: CP14MobSmallPurpleSnake
|
||||
parent: MobSmallPurpleSnake
|
||||
components:
|
||||
- type: CP14OutPVSDespawn
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- CP14HostileEveryone
|
||||
|
||||
- type: entity
|
||||
id: CP14MobWatcherMagmawing
|
||||
parent: MobWatcherMagmawing
|
||||
components:
|
||||
- type: CP14OutPVSDespawn
|
||||
- type: CP14OutPVSDespawn
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- CP14HostileEveryone
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
messagePerceivedByOthers: hugging-success-generic-others
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- NanoTrasen
|
||||
- CP14Adventurers
|
||||
- type: Stripping
|
||||
- type: Strippable
|
||||
- type: UserInterface
|
||||
|
||||
32
Resources/Prototypes/_CP14/ai_factions.yml
Normal file
32
Resources/Prototypes/_CP14/ai_factions.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
- type: npcFaction
|
||||
id: CP14Adventurers #TODO - Change name to some lore-related
|
||||
hostile:
|
||||
- CP14AggressiveAnimals
|
||||
- CP14Undead
|
||||
- CP14HostileEveryone
|
||||
|
||||
- type: npcFaction
|
||||
id: CP14HostileEveryone
|
||||
hostile:
|
||||
- CP14Adventurers
|
||||
- CP14Undead
|
||||
- CP14PeacefulAnimals
|
||||
- CP14AggressiveAnimals
|
||||
|
||||
- type: npcFaction
|
||||
id: CP14Undead
|
||||
hostile:
|
||||
- CP14Adventurers
|
||||
- CP14HostileEveryone
|
||||
- CP14PeacefulAnimals
|
||||
- CP14AggressiveAnimals
|
||||
|
||||
- type: npcFaction
|
||||
id: CP14PeacefulAnimals
|
||||
|
||||
- type: npcFaction
|
||||
id: CP14AggressiveAnimals
|
||||
hostile:
|
||||
- CP14Adventurers
|
||||
- CP14Undead
|
||||
- CP14PeacefulAnimals
|
||||
Reference in New Issue
Block a user