(fit, ship, context, projectionRange, **kwargs)
| 17444 | |
| 17445 | @staticmethod |
| 17446 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17447 | for layer in ('shieldCapacity', 'armorHP', 'hp'): |
| 17448 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 17449 | layer, ship.getModifiedItemAttr('shipBonusGF'), skill='Gallente Frigate', **kwargs) |
| 17450 | |
| 17451 | |
| 17452 | class Effect5090(BaseEffect): |
nothing calls this directly
no test coverage detected