Files
pyfa/eos/effects/carrieramarrfighterbombermaxvelocity2.py
2014-07-30 21:23:27 -04:00

8 lines
332 B
Python

# Used by:
# Ship: Revenant
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Carrier").level
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Fighter Bombers"),
"maxVelocity", ship.getModifiedItemAttr("carrierAmarrBonus2") * level)