7 lines
267 B
Python
Executable File
7 lines
267 B
Python
Executable File
# Used by:
|
|
# Variations of ship: Moa (4 of 4)
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Caldari Cruiser").level
|
|
fit.ship.boostItemAttr("shieldExplosiveDamageResonance", ship.getModifiedItemAttr("shipBonusCC2") * level)
|