(fit, container, context, projectionRange, **kwargs)
| 1469 | |
| 1470 | @staticmethod |
| 1471 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1472 | level = container.level if 'skill' in context else 1 |
| 1473 | amount = container.getModifiedItemAttr('droneRangeBonus') * level |
| 1474 | fit.extraAttributes.increase('droneControlRange', amount, **kwargs) |
| 1475 | |
| 1476 | |
| 1477 | class Effect506(BaseEffect): |
nothing calls this directly
no test coverage detected