7 lines
267 B
Python
7 lines
267 B
Python
# Used by:
|
|
# Ship: Tornado
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Large Projectile Turret"),
|
|
"cpu", ship.getModifiedItemAttr("bcLargeTurretCPU"))
|