Files
pyfa/eos/effects/boostermissileexplosionvelocitypenalty.py
2014-03-15 17:33:45 +04:00

7 lines
337 B
Python
Executable File

# Used by:
# Implants named like: Blue Pill Booster (3 of 5)
type = "boosterSideEffect"
def handler(fit, booster, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
"aoeVelocity", booster.getModifiedItemAttr("boosterAOEVelocityPenalty"))