8 lines
342 B
Python
8 lines
342 B
Python
# Used by:
|
|
# Ship: Barghest
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Caldari Battleship").level
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
|
|
"emDamage", ship.getModifiedItemAttr("shipBonusCB") * level)
|