Files
pyfa/eos/effects/effect5611.py
2019-03-16 14:08:20 -04:00

11 lines
313 B
Python

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