(fit, ship, context, projectionRange, **kwargs)
| 15443 | |
| 15444 | @staticmethod |
| 15445 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15446 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 15447 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusGF2'), skill='Gallente Frigate', **kwargs) |
| 15448 | |
| 15449 | |
| 15450 | class Effect4620(BaseEffect): |
nothing calls this directly
no test coverage detected