Files
pyfa/eos/effects/carrieramarrfightermaxvelocity2.py

9 lines
318 B
Python

# carrierAmarrFighterMaxVelocity2
#
# Used by:
# Ship: Revenant
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Fighters"),
"maxVelocity", ship.getModifiedItemAttr("carrierAmarrBonus2"), skill="Amarr Carrier")