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

12 lines
332 B
Python

# shipBonusPTFalloffMB1
#
# Used by:
# Ship: Marshal
# Ship: Vargur
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Projectile Turret"),
"falloff", ship.getModifiedItemAttr("shipBonusMB"), skill="Minmatar Battleship")