Ling tweak & faction cleanup (#337)

* - tweak: Ling tweaks.

* - fix: Faction cleanup.
This commit is contained in:
Aviu00
2024-06-08 13:03:20 +00:00
committed by GitHub
parent 9cdcedf360
commit d838e850c6
6 changed files with 36 additions and 5 deletions

View File

@@ -215,7 +215,7 @@ public sealed class ChangelingRuleSystem : GameRuleSystem<ChangelingRuleComponen
// Change the faction
_npcFaction.RemoveFaction(changeling, "NanoTrasen", false);
_npcFaction.AddFaction(changeling, "Syndicate");
_npcFaction.AddFaction(changeling, "Changeling");
EnsureComp<ChangelingComponent>(changeling, out var readyChangeling);

View File

@@ -24,7 +24,7 @@ public sealed partial class ChangelingComponent : Component
public float Accumulator;
[ViewVariables(VVAccess.ReadOnly)]
public float UpdateDelay = 4f;
public float UpdateDelay = 8f;
[ViewVariables(VVAccess.ReadOnly)]
public bool IsRegenerating;

View File

@@ -53,7 +53,7 @@ changeling-ability-changeling-lesser-form = Примитивная форма
changeling-ability-changeling-lesser-form-desc = Превращает в самую примитивную форму. Полезно для побега из наручников. Стоит 5 химикатов.
changeling-ability-bees = Выпустить пчёл
changeling-ability-bees-desc = Выпускает 4 агрессивных пчелы из улья.
changeling-ability-bees-desc = Выпускает 6 агрессивных пчёл из улья.
ent-ActionChangelingShop = Эволюции
.desc = Эволюционируйте и развивайтесь.

View File

@@ -10,6 +10,7 @@
state: icon
- type: MeleeWeapon
wideAnimationRotation: 90
attackRate: 0.75
damage:
types:
Slash: 20

View File

@@ -21,6 +21,7 @@
- type: FlashImmunity
- type: EyeProtection
- type: HiveHead
beesAmount: 6
- type: entity
id: ActionReleaseBees
@@ -43,4 +44,4 @@
lifetime: 25.0
- type: NpcFactionMember
factions:
- Syndicate
- Changeling

View File

@@ -7,6 +7,8 @@
- PetsNT
- Zombie
- Revolutionary
- Cultist
- Changeling
- type: npcFaction
id: NanoTrasen
@@ -16,7 +18,9 @@
- Xeno
- Zombie
- Revolutionary
- Cultist
- Wizard
- Changeling
- type: npcFaction
id: Mouse
@@ -43,6 +47,8 @@
- PetsNT
- Zombie
- Revolutionary
- Cultist
- Changeling
- type: npcFaction
id: SimpleNeutral
@@ -55,7 +61,9 @@
- Xeno
- PetsNT
- Zombie
- Cultist
- Wizard
- Changeling
- type: npcFaction
id: Xeno
@@ -66,6 +74,8 @@
- PetsNT
- Zombie
- Revolutionary
- Cultist
- Changeling
- type: npcFaction
id: Zombie
@@ -77,7 +87,9 @@
- Passive
- PetsNT
- Revolutionary
- Cultist
- Wizard
- Changeling
- type: npcFaction
id: Revolutionary
@@ -86,7 +98,9 @@
- Zombie
- SimpleHostile
- Dragon
- Cultist
- Wizard
- Changeling
# WD EDIT STARt
- type: npcFaction
@@ -95,9 +109,10 @@
- NanoTrasen
- SimpleHostile
- Xeno
- PetsNT
- Dragon
- Syndicate
- Wizard
- Changeling
- type: npcFaction
id: Wizard
@@ -107,4 +122,18 @@
- Cultist
- Revolutionary
- Zombie
- Changeling
- type: npcFaction
id: Changeling
hostile:
- NanoTrasen
- SimpleHostile
- Xeno
- Dragon
- Syndicate
- Cultist
- Revolutionary
- Zombie
- Wizard
# WD EDIT END