Files
pyfa/eos/effects/shipbonusshtfalloffgf2.py
2017-11-22 23:04:32 -05:00

12 lines
328 B
Python

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