(fit, ship, context, projectionRange, **kwargs)
| 15013 | |
| 15014 | @staticmethod |
| 15015 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15016 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 15017 | 'maxRange', ship.getModifiedItemAttr('shipBonus2AF'), skill='Amarr Frigate', **kwargs) |
| 15018 | |
| 15019 | |
| 15020 | class Effect4484(BaseEffect): |
nothing calls this directly
no test coverage detected