Add effects up to 8.47.816656
This commit is contained in:
8
eos/effects/systemaoecloudsize.py
Normal file
8
eos/effects/systemaoecloudsize.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# Used by:
|
||||
# Celestials named like: Magnetar Effect Beacon Class (6 of 6)
|
||||
runTime = "early"
|
||||
type = ("projected", "offline")
|
||||
def handler(fit, beacon, context):
|
||||
fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
|
||||
"aoeCloudSize", beacon.getModifiedItemAttr("aoeCloudSizeMultiplier"),
|
||||
penaltyGroup="postMul")
|
||||
Reference in New Issue
Block a user