7 lines
291 B
Python
Executable File
7 lines
291 B
Python
Executable File
# Used by:
|
|
# Skill: Drone Interfacing
|
|
type = "passive"
|
|
def handler(fit, skill, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
|
|
"damageMultiplier", skill.getModifiedItemAttr("damageMultiplierBonus") * skill.level)
|