Files
pyfa/eos/effects/battlecruiserdronespeed.py
2015-09-24 01:08:20 +03:00

10 lines
296 B
Python

# battlecruiserDroneSpeed
#
# Used by:
# Ship: Myrmidon
# Ship: Prophecy
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
"maxVelocity", ship.getModifiedItemAttr("roleBonusCBC"))