7 lines
240 B
Python
Executable File
7 lines
240 B
Python
Executable File
# 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)
|