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

7 lines
245 B
Python

# Used by:
# Ship: Phobos
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Cruiser").level
fit.ship.boostItemAttr("armorThermalDamageResonance", ship.getModifiedItemAttr("shipBonusGC2") * level)