Files
pyfa/eos/effects/shipbonusptfalloffmb1.py

9 lines
314 B
Python

# shipBonusPTFalloffMB1
#
# Used by:
# 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")