10 lines
289 B
Python
Executable File
10 lines
289 B
Python
Executable File
# Used by:
|
|
# Ship: Cambion
|
|
# Ship: Harpy
|
|
# Ship: Merlin
|
|
# Ship: Worm
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Caldari Frigate").level
|
|
fit.ship.boostItemAttr("shieldExplosiveDamageResonance", ship.getModifiedItemAttr("shipBonusCF") * level)
|