8 lines
309 B
Python
8 lines
309 B
Python
# shipRemoteArmorRange1
|
|
#
|
|
# Used by:
|
|
# Ship: Oneiros
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Armor Repairer",
|
|
"maxRange", ship.getModifiedItemAttr("shipBonusGC"), skill="Gallente Cruiser") |