Files
pyfa/eos/effects/shipshieldexplosiveresistancemc2.py

9 lines
289 B
Python

# shipShieldExplosiveResistanceMC2
#
# Used by:
# Ship: Broadsword
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Minmatar Cruiser").level
fit.ship.boostItemAttr("shieldExplosiveDamageResonance", ship.getModifiedItemAttr("shipBonusMC2") * level)