Files
pyfa/eos/effects/effect5361.py
2019-03-16 14:08:20 -04:00

11 lines
331 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")