8 lines
271 B
Python
8 lines
271 B
Python
type = "active"
|
|
runtime = "late"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
for dmgType in ('em', 'thermal', 'kinetic', 'explosive'):
|
|
fit.ship.forceItemAttr('{}DamageResonance'.format(dmgType), src.getModifiedItemAttr("hull{}DamageResonance".format(dmgType.title())))
|