Files
pyfa/eos/effects/shipshieldexplosiveresistancemc2.py
2014-07-30 21:23:27 -04:00

7 lines
252 B
Python

# 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)