Added falloffeffectiveness

This commit is contained in:
Ebag333
2016-11-22 16:38:55 -08:00
parent a50f89db67
commit f1b9c788f3

View File

@@ -61,6 +61,12 @@ def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"),
"maxRange",
src.getModifiedItemAttr("industrialCoreBonusCommandBurstRange"),
stackingPenalties=True
)
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"),
"falloffEffectiveness",
src.getModifiedItemAttr("industrialCoreBonusCommandBurstRange"),
stackingPenalties=True
)
# Drone Bonuses