8 lines
304 B
Python
8 lines
304 B
Python
# shipBonusMutadaptiveRepCapNeedPC2
|
|
#
|
|
# Used by:
|
|
# Ship: Rodiva
|
|
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Mutadaptive Remote Armor Repairer", "capacitorNeed", src.getModifiedItemAttr("shipBonusPC2"), skill="Precursor Cruiser")
|