11 lines
323 B
Python
11 lines
323 B
Python
# shipPTurretFalloffBonusGB
|
|
#
|
|
# Used by:
|
|
# Ship: Machariel
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Projectile Turret"),
|
|
"falloff", ship.getModifiedItemAttr("shipBonusGB"), skill="Gallente Battleship")
|