Files
pyfa/eos/effects/shipbonusmissileaoevelocitymb2.py

10 lines
364 B
Python

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