Files
pyfa/eos/effects/effect5901.py
2019-03-16 14:08:20 -04:00

12 lines
346 B
Python

# roleBonusBulkheadCPU
#
# Used by:
# Ships from group: Freighter (4 of 5)
# Ships from group: Jump Freighter (4 of 4)
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Reinforced Bulkhead",
"cpu", ship.getModifiedItemAttr("cpuNeedBonus"))