11 lines
320 B
Python
11 lines
320 B
Python
# shipShieldTransferRangeMC2
|
|
#
|
|
# Used by:
|
|
# Ship: Scimitar
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems"), "maxRange",
|
|
src.getModifiedItemAttr("shipBonusMC2"), skill="Minmatar Cruiser")
|