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

12 lines
377 B
Python

# eliteBonusCommandShipHeavyDroneVelocityCS2
#
# Used by:
# Ship: Eos
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Heavy Drone Operation"),
"maxVelocity", ship.getModifiedItemAttr("eliteBonusCommandShips2"),
skill="Command Ships")