14 lines
303 B
Python
14 lines
303 B
Python
# shipArmorEXResistanceRookie
|
|
#
|
|
# Used by:
|
|
# Ship: Devoter
|
|
# Ship: Gold Magnate
|
|
# Ship: Impairor
|
|
# Ship: Phobos
|
|
# Ship: Silver Magnate
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("armorExplosiveDamageResonance", ship.getModifiedItemAttr("rookieArmorResistanceBonus"))
|