Add effects up to 8.47.816656

This commit is contained in:
Ryan Holmes
2014-08-11 21:06:09 +00:00
parent a0093d9760
commit ae02e214f0
67 changed files with 175 additions and 47 deletions

View 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")