Fix #159
Added all new system-wide effects as postMul, removed penalty group for cases where in coincides with 'default' group (e.g. it's also postMul for turret damage mods)
This commit is contained in:
@@ -5,4 +5,4 @@ type = ("projected", "offline")
|
||||
def handler(fit, beacon, context):
|
||||
fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill("Rockets"),
|
||||
"explosiveDamage", beacon.getModifiedItemAttr("smallWeaponDamageMultiplier"),
|
||||
stackingPenalties = True)
|
||||
stackingPenalties=True, penaltyGroup="postMul")
|
||||
|
||||
Reference in New Issue
Block a user