(fit, src, context, projectionRange, **kwargs)
| 25218 | |
| 25219 | @staticmethod |
| 25220 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25221 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'falloffEffectiveness', |
| 25222 | src.getModifiedItemAttr('shipBonusAB2'), skill='Amarr Battleship', **kwargs) |
| 25223 | |
| 25224 | |
| 25225 | class Effect6267(BaseEffect): |
nothing calls this directly
no test coverage detected