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

9 lines
342 B
Python

# Used by:
# Ship: Atron
# Ship: Daredevil
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Frigate").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Hybrid Turret"),
"falloff", ship.getModifiedItemAttr("shipBonusGF2") * level)