(fit, ship, context, projectionRange, **kwargs)
| 23959 | |
| 23960 | @staticmethod |
| 23961 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23962 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Light Drone Operation'), |
| 23963 | 'armorHP', ship.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 23964 | |
| 23965 | |
| 23966 | class Effect6062(BaseEffect): |
nothing calls this directly
no test coverage detected