(fit, src, context, projectionRange, **kwargs)
| 25201 | |
| 25202 | @staticmethod |
| 25203 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25204 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'maxRange', |
| 25205 | src.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs) |
| 25206 | |
| 25207 | |
| 25208 | class Effect6260(BaseEffect): |
nothing calls this directly
no test coverage detected