(fit, ship, context, projectionRange, **kwargs)
| 23863 | |
| 23864 | @staticmethod |
| 23865 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23866 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Heavy Drone Operation'), |
| 23867 | 'armorHP', ship.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 23868 | |
| 23869 | |
| 23870 | class Effect6056(BaseEffect): |
nothing calls this directly
no test coverage detected