Files
pyfa/eos/effects/shipbonussptfalloffmf2.py

9 lines
313 B
Python

# shipBonusSPTFalloffMF2
#
# Used by:
# Ship: Rifter
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Projectile Turret"),
"falloff", ship.getModifiedItemAttr("shipBonusMF2"), skill="Minmatar Frigate")