(fit, ship, context, projectionRange, **kwargs)
| 22280 | |
| 22281 | @staticmethod |
| 22282 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22283 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Weapon Disruption'), |
| 22284 | 'maxRange', ship.getModifiedItemAttr('shipBonusAF'), skill='Amarr Frigate', **kwargs) |
| 22285 | |
| 22286 | |
| 22287 | class Effect5852(BaseEffect): |
nothing calls this directly
no test coverage detected