9 lines
269 B
Python
9 lines
269 B
Python
# shipArmorEmResistanceGC2
|
|
#
|
|
# Used by:
|
|
# Ship: Phobos
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Gallente Cruiser").level
|
|
fit.ship.boostItemAttr("armorEmDamageResonance", ship.getModifiedItemAttr("shipBonusGC2") * level)
|