(fit, src, context, projectionRange, **kwargs)
| 19000 | |
| 19001 | @staticmethod |
| 19002 | def handler(fit, src, context, projectionRange, **kwargs): |
| 19003 | fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), 'damageMultiplier', |
| 19004 | src.getModifiedItemAttr('shipBonusGD1'), skill='Gallente Destroyer', **kwargs) |
| 19005 | |
| 19006 | |
| 19007 | class Effect5316(BaseEffect): |
nothing calls this directly
no test coverage detected