Files
pyfa/eos/effects/shipbonusmissileaoevelocitymb2.py

9 lines
321 B
Python

# shipBonusMissileAoeVelocityMB2
#
# Used by:
# Ship: Typhoon
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Torpedoes"),
"aoeVelocity", ship.getModifiedItemAttr("shipBonusMB2"), skill="Minmatar Battleship")