Skip to content

Commit

Permalink
Fatherless Turrets
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainMaru committed Dec 19, 2024
1 parent 65357bb commit 370f514
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ ent-WeaponTurretHostile = { ent-BaseWeaponTurret }
ent-WeaponTurretXeno = ксено турель
.desc = Стреляет кислотными зарядами калибра 9 мм.
.suffix = Ксено
ent-WeaponTurretNoFaction = { ent-BaseWeaponTurret }
.desc = { ent-BaseWeaponTurret.desc }
.suffix = Без фракции
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: entity
parent: BaseWeaponTurret
id: WeaponTurretNoFaction
suffix: NoFaction
components:
- type: NpcFactionMember
factions:
- NoFaction
14 changes: 14 additions & 0 deletions Resources/Prototypes/Corvax/ai_factions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- type: npcFaction
id: NoFaction
hostile:
- NanoTrasen
- Dragon
- Mouse
- Passive
- PetsNT
- SimpleHostile
- SimpleNeutral
- Syndicate
- Xeno
- Zombie
- Revolutionary

0 comments on commit 370f514

Please sign in to comment.