10 lines
426 B
Python
10 lines
426 B
Python
# missileAOECloudSizeBonusOnline
|
|
#
|
|
# Used by:
|
|
# Modules from group: Missile Guidance Enhancer (3 of 3)
|
|
type = "passive"
|
|
def handler(fit, container, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
|
|
"aoeCloudSize", container.getModifiedItemAttr("aoeCloudSizeBonus"),
|
|
stackingPenalties=True)
|