Files
pyfa/eos/effects/shipbonusdronemwdboostrole.py

10 lines
305 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("shipBonusPirateFaction"))