8 lines
337 B
Python
Executable File
8 lines
337 B
Python
Executable File
# Used by:
|
|
# Ship: Damnation
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Amarr Battlecruiser").level
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"),
|
|
"maxVelocity", ship.getModifiedItemAttr("shipBonusABC2") * level)
|