Files
pyfa/eos/effects/shipshieldthermalresistancemc2.py

9 lines
285 B
Python

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