(fit, ship, context, projectionRange, **kwargs)
| 9832 | |
| 9833 | @staticmethod |
| 9834 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9835 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 9836 | 'thermalDamage', ship.getModifiedItemAttr('shipBonusAF'), |
| 9837 | skill='Amarr Frigate', **kwargs) |
| 9838 | |
| 9839 | |
| 9840 | class Effect3237(BaseEffect): |
nothing calls this directly
no test coverage detected