Files
pyfa/eos/effects/effect4643.py
2019-03-16 14:08:20 -04:00

14 lines
510 B
Python

# shipHeavyAssaultMissileEMAndExpAndKinAndThmDmgAC1
#
# Used by:
# Ship: Sacrilege
type = "passive"
def handler(fit, ship, context):
damageTypes = ("em", "explosive", "kinetic", "thermal")
for damageType in damageTypes:
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Assault Missiles"),
"{0}Damage".format(damageType), ship.getModifiedItemAttr("shipBonusAC"),
skill="Amarr Cruiser")