Files
pyfa/eos/effects/shipbonushtfalloffgb2.py
2013-11-20 22:17:09 +04:00

8 lines
328 B
Python

# Used by:
# Ship: Kronos
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"),
"falloff", ship.getModifiedItemAttr("shipBonusGB2") * level)