(fit, ship, context, projectionRange, **kwargs)
| 9798 | |
| 9799 | @staticmethod |
| 9800 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9801 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 9802 | 'explosiveDamage', ship.getModifiedItemAttr('shipBonusAF'), |
| 9803 | skill='Amarr Frigate', **kwargs) |
| 9804 | |
| 9805 | |
| 9806 | class Effect3235(BaseEffect): |
nothing calls this directly
no test coverage detected