12 lines
377 B
Python
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")
|