Magic 8 (#376)
* - add: Flash protection for wiz hardsuit helmet. * - tweak: Cheaper wiz melee weapons. * - add: Rework alt lightning. * - fix: Timestop fixes. * - add: Don't end round on midround wizard death. * - tweak: Better shield. * - fix: Some fixes. * - fix: Fix wizard teleport pulling. * - add: Improve arc. * - add: Update knock. * - add: Update knock desc. * - add: Arcane Barrage.
This commit is contained in:
@@ -110,6 +110,11 @@ public sealed partial class ExplosionPrototype : IPrototype
|
||||
[DataField("fireStates")]
|
||||
public int FireStates = 3;
|
||||
|
||||
// WD START
|
||||
[DataField]
|
||||
public bool IgnoreResistances = true;
|
||||
// WD END
|
||||
|
||||
/// <summary>
|
||||
/// Basic function for linear interpolation of the _tileBreakChance and _tileBreakIntensity arrays
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user