11 lines
309 B
Python
11 lines
309 B
Python
# bcLargeProjectileTurretCPUNeedBonus
|
|
#
|
|
# 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"))
|