12 lines
335 B
Python
12 lines
335 B
Python
# shipPTurretFalloffBonusGC
|
|
#
|
|
# Used by:
|
|
# Ship: Cynabal
|
|
# Ship: Moracha
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Projectile Turret"),
|
|
"falloff", ship.getModifiedItemAttr("shipBonusGC"), skill="Gallente Cruiser")
|