(fit, src, context, projectionRange, **kwargs)
| 26152 | |
| 26153 | @staticmethod |
| 26154 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26155 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), 'explosiveDamage', |
| 26156 | src.getModifiedItemAttr('shipBonus3MF'), skill='Minmatar Frigate', **kwargs) |
| 26157 | |
| 26158 | |
| 26159 | class Effect6362(BaseEffect): |
nothing calls this directly
no test coverage detected