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