10 lines
405 B
Python
Executable File
10 lines
405 B
Python
Executable File
# Used by:
|
|
# Implant: Improved Crash Booster
|
|
# Implant: Standard Crash Booster
|
|
# Implant: Strong Crash Booster
|
|
# Implant: Synth Crash Booster
|
|
type = "passive"
|
|
def handler(fit, implant, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
|
|
"aoeCloudSize", implant.getModifiedItemAttr("aoeCloudSizeBonus"))
|