Files
pyfa/eos/effects/shipprojectilefalloffbonusmbc2.py

9 lines
329 B
Python

# shipProjectileFalloffBonusMBC2
#
# Used by:
# Ship: Tornado
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Projectile Turret"),
"falloff", ship.getModifiedItemAttr("shipBonusMBC2"), skill="Minmatar Battlecruiser")