Replace submodules with actual files
Submodules never were actually useful
This commit is contained in:
8
eos/effects/systemrocketexplosivedamage.py
Executable file
8
eos/effects/systemrocketexplosivedamage.py
Executable file
@@ -0,0 +1,8 @@
|
||||
# Used by:
|
||||
# Celestials named like: Wolf Rayet Effect Beacon Class (6 of 6)
|
||||
runTime = "early"
|
||||
type = ("projected", "offline")
|
||||
def handler(fit, beacon, context):
|
||||
fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill("Rockets"),
|
||||
"explosiveDamage", beacon.getModifiedItemAttr("smallWeaponDamageMultiplier"),
|
||||
stackingPenalties = True)
|
||||
Reference in New Issue
Block a user