Update to SISI 1050133
This commit is contained in:
4
eos/effects/rigdrawbackreductiondrones.py
Normal file
4
eos/effects/rigdrawbackreductiondrones.py
Normal file
@@ -0,0 +1,4 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user