12 lines
332 B
Python
12 lines
332 B
Python
# shipBonusSPTFalloffMF2
|
|
#
|
|
# Used by:
|
|
# Ship: Pacifier
|
|
# 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")
|