Files
pyfa/eos/effects/shipbonustorpedomissileemdmgmb.py
2013-10-08 00:35:18 +04:00

8 lines
337 B
Python

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