Files
pyfa/eos/effects/shiprocketexplosivedmgaf.py
2014-07-30 21:23:27 -04:00

9 lines
343 B
Python

# Used by:
# Ship: Anathema
# Ship: Vengeance
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Frigate").level
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Rockets"),
"explosiveDamage", ship.getModifiedItemAttr("shipBonusAF") * level)