(fit, ship, context, projectionRange, **kwargs)
| 23831 | |
| 23832 | @staticmethod |
| 23833 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23834 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Heavy Drone Operation'), |
| 23835 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 23836 | |
| 23837 | |
| 23838 | class Effect6054(BaseEffect): |
nothing calls this directly
no test coverage detected