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

11 lines
271 B
Python

# systemArmorHP
#
# Used by:
# Celestials named like: Wolf Rayet Effect Beacon Class (6 of 6)
runTime = "early"
type = ("projected", "passive")
def handler(fit, beacon, context):
fit.ship.multiplyItemAttr("armorHP", beacon.getModifiedItemAttr("armorHPMultiplier"))