7 lines
245 B
Python
Executable File
7 lines
245 B
Python
Executable File
# Used by:
|
|
# Ship: Broadsword
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Minmatar Cruiser").level
|
|
fit.ship.boostItemAttr("shieldEmDamageResonance", ship.getModifiedItemAttr("shipBonusMC2") * level)
|