(fit, ship, context, projectionRange, **kwargs)
| 19441 | |
| 19442 | @staticmethod |
| 19443 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19444 | for layer in ('shieldCapacity', 'armorHP', 'hp'): |
| 19445 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 19446 | layer, ship.getModifiedItemAttr('shipBonusGBC1'), skill='Gallente Battlecruiser', **kwargs) |
| 19447 | |
| 19448 | |
| 19449 | class Effect5349(BaseEffect): |
nothing calls this directly
no test coverage detected