8 lines
296 B
Python
8 lines
296 B
Python
# shipBonusNosNeutCapNeedRoleBonus2
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Rodiva (2 of 2)
|
|
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capacitor Emission Systems"), "capacitorNeed", src.getModifiedItemAttr("shipBonusRole2"))
|