Files
pyfa/eos/effects/shipfalloffbonusgf.py

10 lines
322 B
Python

# shipFalloffBonusGF
#
# 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")