8 lines
327 B
Python
Executable File
8 lines
327 B
Python
Executable File
# Used by:
|
|
# Ship: Breacher
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Minmatar Frigate").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Operation"),
|
|
"shieldBonus", ship.getModifiedItemAttr("shipBonusMF") * level)
|