9 lines
329 B
Python
9 lines
329 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("shipBonusPirateFaction"))
|