13 lines
338 B
Python
13 lines
338 B
Python
# shipBonusSmartbombCapNeedRoleBonus2
|
|
#
|
|
# Used by:
|
|
# Ship: Damavik
|
|
# Ship: Leshak
|
|
# Ship: Vedmak
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Energy Pulse Weapons"),
|
|
"capacitorNeed", ship.getModifiedItemAttr("shipBonusRole2"))
|