11 lines
266 B
Python
11 lines
266 B
Python
# shipBonusRole4NosferatuCPUBonus
|
|
#
|
|
# Used by:
|
|
# Ship: Dagon
|
|
# Ship: Rabisu
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Nosferatu", "cpu", src.getModifiedItemAttr("shipBonusRole4"))
|