9 lines
275 B
Python
9 lines
275 B
Python
# shipShieldEmResistanceMC2
|
|
#
|
|
# 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)
|