4 lines
223 B
Python
4 lines
223 B
Python
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill("Fighters"), "shieldCapacity", src.getModifiedItemAttr("shipBonusCarrierG3"), skill="Gallente Carrier")
|