12 lines
358 B
Python
12 lines
358 B
Python
# systemShieldEmResistance
|
|
#
|
|
# 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.boostItemAttr("shieldEmDamageResonance", beacon.getModifiedItemAttr("shieldEmDamageResistanceBonus"),
|
|
stackingPenalties=True)
|