emerysong
New Member
- Joined
- May 1, 2014
- Messages
- 343
- Reaction score
- 2
Last edited:
return Skills.Crusader.Bombardment.IsActive && Legendary.BeltOfTheTrove.IsEquipped &&
!Skills.Crusader.Punish.IsActive &&
// Including LoN Bombardment build that uses Mortal Drama,
(Legendary.TheMortalDrama.IsEquipped ||
// Pony builds that use Norvald's Fervor
Sets.NorvaldsFavor.IsFullyEquipped ||
// Phalanx LoN build that uses Phalanx boosting items
Legendary.WarhelmOfKassar.IsEquipped && Legendary.UnrelentingPhalanx.IsEquipped &&
Legendary.EternalUnion.IsEquipped ||
// or just some generic variation that uses Ingeom
Legendary.Ingeom.IsEquipped ||
Legendary.BloodBrother.IsEquipped);