10 lines
349 B
Python
10 lines
349 B
Python
# shipShieldBoostMF
|
|
#
|
|
# 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)
|