Files
pyfa/eos/effects/shipbonushtfalloffgb2.py

9 lines
311 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")