Files
pyfa/eos/effects/shiprocketrofbonusaf2.py

9 lines
311 B
Python

# shipRocketRoFBonusAF2
#
# Used by:
# Ship: Malediction
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Missile Launcher Rocket",
"speed", ship.getModifiedItemAttr("shipBonus2AF"), skill="Amarr Frigate")