Rat king fixes + buffs (#22247)
* fix minor typo * add doafter range * increase miasma release
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -119,7 +119,8 @@ public abstract class SharedRatKingSystem : EntitySystem
|
|||||||
{
|
{
|
||||||
BlockDuplicate = true,
|
BlockDuplicate = true,
|
||||||
BreakOnDamage = true,
|
BreakOnDamage = true,
|
||||||
BreakOnUserMove = true
|
BreakOnUserMove = true,
|
||||||
|
DistanceThreshold = 2f
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -240,7 +240,7 @@
|
|||||||
scaleByQuantity: true
|
scaleByQuantity: true
|
||||||
ignoreResistances: true
|
ignoreResistances: true
|
||||||
damage:
|
damage:
|
||||||
Groups:
|
groups:
|
||||||
Brute: -5
|
Brute: -5
|
||||||
Burn: -5
|
Burn: -5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user