* fix minor typo
* add doafter range
* increase miasma release
/// How many moles of Miasma are released after one us of Domain
/// </summary>
[DataField("molesMiasmaPerDomain"), ViewVariables(VVAccess.ReadWrite)]
- public float MolesMiasmaPerDomain = 100f;
+ public float MolesMiasmaPerDomain = 200f;
/// <summary>
/// The current order that the Rat King assigned.
{
BlockDuplicate = true,
BreakOnDamage = true,
- BreakOnUserMove = true
+ BreakOnUserMove = true,
+ DistanceThreshold = 2f
});
}
});
scaleByQuantity: true
ignoreResistances: true
damage:
- Groups:
+ groups:
Brute: -5
Burn: -5