Rat king fixes + buffs (#22247)

* fix minor typo

* add doafter range

* increase miasma release
This commit is contained in:
Whisper
2023-12-08 13:46:28 -05:00
committed by GitHub
parent c409223469
commit 8fa47b87fb
3 changed files with 4 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ public sealed partial class RatKingComponent : Component
/// How many moles of Miasma are released after one us of Domain /// How many moles of Miasma are released after one us of Domain
/// </summary> /// </summary>
[DataField("molesMiasmaPerDomain"), ViewVariables(VVAccess.ReadWrite)] [DataField("molesMiasmaPerDomain"), ViewVariables(VVAccess.ReadWrite)]
public float MolesMiasmaPerDomain = 100f; public float MolesMiasmaPerDomain = 200f;
/// <summary> /// <summary>
/// The current order that the Rat King assigned. /// The current order that the Rat King assigned.

View File

@@ -119,7 +119,8 @@ public abstract class SharedRatKingSystem : EntitySystem
{ {
BlockDuplicate = true, BlockDuplicate = true,
BreakOnDamage = true, BreakOnDamage = true,
BreakOnUserMove = true BreakOnUserMove = true,
DistanceThreshold = 2f
}); });
} }
}); });

View File

@@ -240,7 +240,7 @@
scaleByQuantity: true scaleByQuantity: true
ignoreResistances: true ignoreResistances: true
damage: damage:
Groups: groups:
Brute: -5 Brute: -5
Burn: -5 Burn: -5