6 lines
312 B
Python
Executable File
6 lines
312 B
Python
Executable File
# Used by:
|
|
# Skill: Warhead Upgrades
|
|
type = "passive"
|
|
def handler(fit, skill, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
|
|
"explosiveDamage", skill.getModifiedItemAttr("damageMultiplierBonus") * skill.level) |