11 lines
316 B
Python
11 lines
316 B
Python
# bcLargeEnergyTurretCapacitorNeedBonus
|
|
#
|
|
# Used by:
|
|
# Ship: Oracle
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Large Energy Turret"),
|
|
"capacitorNeed", ship.getModifiedItemAttr("bcLargeTurretCap"))
|