Files
pyfa/eos/effects/shipbonusthermalmissiledamagegf.py
2014-05-31 22:13:59 +04:00

8 lines
341 B
Python

# Used by:
# Ship: Worm
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Frigate").level
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
"thermalDamage", ship.getModifiedItemAttr("shipBonusGF") * level)