Reformatting all effect files for readability and better PEP8 compliance
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
# Used by:
|
||||
# Skill: Drones Rigging
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, src, context):
|
||||
lvl = src.level
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Rig Drones", "drawback", src.getModifiedItemAttr("rigDrawbackBonus") * lvl)
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Rig Drones", "drawback",
|
||||
src.getModifiedItemAttr("rigDrawbackBonus") * lvl)
|
||||
|
||||
Reference in New Issue
Block a user