Files
pyfa/eos/effects/systemshieldexplosiveresistance.py
2015-09-24 13:09:25 -04:00

10 lines
377 B
Python

# systemShieldExplosiveResistance
#
# Used by:
# Celestials named like: Wolf Rayet Effect Beacon Class (6 of 6)
runTime = "early"
type = ("projected", "passive")
def handler(fit, beacon, context):
fit.ship.boostItemAttr("shieldExplosiveDamageResonance", beacon.getModifiedItemAttr("shieldExplosiveDamageResistanceBonus"),
stackingPenalties=True)