(fit, ship, context, projectionRange, **kwargs)
| 36191 | |
| 36192 | @staticmethod |
| 36193 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36194 | fit.modules.filteredItemBoost( |
| 36195 | lambda mod: mod.item.requiresSkill('Medium Vorton Projector'), 'maxRange', |
| 36196 | ship.getModifiedItemAttr('shipBonusUC1'), skill='EDENCOM Cruiser', **kwargs) |
| 36197 | |
| 36198 | |
| 36199 | class Effect8054(BaseEffect): |
nothing calls this directly
no test coverage detected