Files
pyfa/eos/effects/systemarmorthermalresistance.py
2014-01-22 23:51:42 +04:00

11 lines
456 B
Python
Executable File

# Used by:
# Celestials named like: Pulsar Effect Beacon Class (6 of 6)
# Celestials named like: Wolf Rayet Beacon (6 of 6)
# Celestial: Incursion Effect Assault
# Celestial: Incursion Effect HQ
runTime = "early"
type = ("projected", "offline")
def handler(fit, beacon, context):
fit.ship.boostItemAttr("armorThermalDamageResonance", beacon.getModifiedItemAttr("armorThermalDamageResistanceBonus"),
stackingPenalties = True)