11 lines
323 B
Python
11 lines
323 B
Python
# shipBonusRemoteRepairAmountPirateFaction
|
|
#
|
|
# Used by:
|
|
# Ship: Nestor
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Remote Armor Repair Systems"),
|
|
"armorDamageAmount", ship.getModifiedItemAttr("shipBonusRole7"))
|