Files
pyfa/eos/effects/missileskillaoecloudsizebonusallincludingcapitals.py
2014-01-22 23:51:42 +04:00

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