(fit, ship, context, projectionRange, **kwargs)
| 36156 | |
| 36157 | @staticmethod |
| 36158 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36159 | fit.modules.filteredItemBoost( |
| 36160 | lambda mod: mod.item.requiresSkill('Small Vorton Projector'), 'damageMultiplier', |
| 36161 | ship.getModifiedItemAttr('shipBonusUF2'), skill='EDENCOM Frigate', **kwargs) |
| 36162 | |
| 36163 | |
| 36164 | class Effect8052(BaseEffect): |
nothing calls this directly
no test coverage detected