Add effects up to 8.47.816656
This commit is contained in:
8
eos/effects/systemwebifierstrengthmultiplier.py
Normal file
8
eos/effects/systemwebifierstrengthmultiplier.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# Used by:
|
||||
# Celestials named like: Black Hole Effect Beacon Class (6 of 6)
|
||||
runTime = "early"
|
||||
type = ("projected", "offline")
|
||||
def handler(fit, beacon, context):
|
||||
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Stasis Web",
|
||||
"speedFactor", beacon.getModifiedItemAttr("stasisWebStrengthMultiplier"),
|
||||
stackingPenalties = True, penaltyGroup="postMul")
|
||||
Reference in New Issue
Block a user