(fit, src, context, projectionRange, **kwargs)
| 25150 | |
| 25151 | @staticmethod |
| 25152 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25153 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'falloffEffectiveness', |
| 25154 | src.getModifiedItemAttr('shipBonusAD1'), skill='Amarr Destroyer', **kwargs) |
| 25155 | |
| 25156 | |
| 25157 | class Effect6253(BaseEffect): |
nothing calls this directly
no test coverage detected