16 lines
477 B
Python
Executable File
16 lines
477 B
Python
Executable File
# Used by:
|
|
# Ship: Adrestia
|
|
# Ship: Arazu
|
|
# Ship: Deimos
|
|
# Ship: Exequror Navy Issue
|
|
# Ship: Guardian-Vexor
|
|
# Ship: Lachesis
|
|
# Ship: Phobos
|
|
# Ship: Thorax
|
|
# Ship: Vexor
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Gallente Cruiser").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Hybrid Turret"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusGC") * level)
|