11 lines
318 B
Python
11 lines
318 B
Python
# shipRemoteArmorRangeAC2
|
|
#
|
|
# Used by:
|
|
# Ship: Guardian
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Remote Armor Repair Systems"), "maxRange",
|
|
src.getModifiedItemAttr("shipBonusAC2"), skill="Amarr Cruiser")
|