12 lines
317 B
Python
12 lines
317 B
Python
# shipRocketEmDmgAF
|
|
#
|
|
# Used by:
|
|
# Ship: Anathema
|
|
# Ship: Vengeance
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Rockets"),
|
|
"emDamage", ship.getModifiedItemAttr("shipBonusAF"), skill="Amarr Frigate")
|