12 lines
299 B
Python
12 lines
299 B
Python
# shipBonusDroneMWDboostrole
|
|
#
|
|
# Used by:
|
|
# Ship: Algos
|
|
# Ship: Dragoon
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
|
|
"maxVelocity", ship.getModifiedItemAttr("shipBonusRole7"))
|