(fit, ship, context, projectionRange, **kwargs)
| 16284 | |
| 16285 | @staticmethod |
| 16286 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16287 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 16288 | 'hp', ship.getModifiedItemAttr('shipBonusGF2'), skill='Gallente Frigate', **kwargs) |
| 16289 | |
| 16290 | |
| 16291 | class Effect4897(BaseEffect): |
nothing calls this directly
no test coverage detected