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