(fit, ship, context, projectionRange, **kwargs)
| 16300 | |
| 16301 | @staticmethod |
| 16302 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16303 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 16304 | 'armorHP', ship.getModifiedItemAttr('shipBonusGF2'), skill='Gallente Frigate', **kwargs) |
| 16305 | |
| 16306 | |
| 16307 | class Effect4898(BaseEffect): |
nothing calls this directly
no test coverage detected