6 lines
299 B
Python
Executable File
6 lines
299 B
Python
Executable File
# Used by:
|
|
# Skill: Defender Missiles
|
|
type = "passive"
|
|
def handler(fit, skill, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Defender Missiles"),
|
|
"maxVelocity", skill.getModifiedItemAttr("missileVelocityBonus") * skill.level) |