Files
pyfa/eos/effects/shipbonushmlthermdamageac.py

9 lines
318 B
Python

# shipBonusHMLThermDamageAC
#
# Used by:
# Ship: Sacrilege
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"),
"thermalDamage", ship.getModifiedItemAttr("shipBonusAC"), skill="Amarr Cruiser")