7 lines
322 B
Python
Executable File
7 lines
322 B
Python
Executable File
# Used by:
|
|
# Ship: Hound
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Minmatar Frigate").level
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Torpedoes"),
|
|
"aoeVelocity", ship.getModifiedItemAttr("shipBonusMF") * level) |