# Used by: # Ship: Hel # Ship: Nidhoggur type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Minmatar Carrier").level fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Shield Booster", "shieldBonus", ship.getModifiedItemAttr("carrierMinmatarBonus2") * level) fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Armor Repairer", "armorDamageAmount", ship.getModifiedItemAttr("carrierMinmatarBonus2") * level)