9 lines
289 B
Python
Executable File
9 lines
289 B
Python
Executable File
# Used by:
|
|
# Ships named like: Punisher (3 of 3)
|
|
# Ship: Astero
|
|
# Ship: Malice
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Amarr Frigate").level
|
|
fit.ship.boostItemAttr("armorEmDamageResonance", ship.getModifiedItemAttr("shipBonusAF") * level)
|