Files
pyfa/eos/effects/effect5403.py
2019-03-16 14:08:20 -04:00

12 lines
365 B
Python

# shipMissileHeavyVelocityABC2
#
# Used by:
# Ship: Damnation
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"),
"maxVelocity", ship.getModifiedItemAttr("shipBonusABC2"),
skill="Amarr Battlecruiser")