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 // Change the faction
_npcFaction.RemoveFaction(changeling, "NanoTrasen", false); _npcFaction.RemoveFaction(changeling, "NanoTrasen", false);
_npcFaction.AddFaction(changeling, "Syndicate"); _npcFaction.AddFaction(changeling, "Changeling");
EnsureComp<ChangelingComponent>(changeling, out var readyChangeling); EnsureComp<ChangelingComponent>(changeling, out var readyChangeling);

View File

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

View File

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

View File

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

View File

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

View File

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