12 lines
377 B
Python
12 lines
377 B
Python
# eliteBonusHeavyGunshipLaserOptimal1
|
|
#
|
|
# Used by:
|
|
# Ship: Zealot
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Energy Turret"),
|
|
"maxRange", ship.getModifiedItemAttr("eliteBonusHeavyGunship1"),
|
|
skill="Heavy Assault Cruisers")
|