10 lines
294 B
Python
10 lines
294 B
Python
# shipBonusRole5CapitalRemoteArmorRepairPowergridBonus
|
|
#
|
|
# Used by:
|
|
# Ship: Dagon
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Remote Armor Repair Systems"), "power", src.getModifiedItemAttr("shipBonusRole5"))
|