(fit, module, context, projectionRange, **kwargs)
| 444 | |
| 445 | @staticmethod |
| 446 | def handler(fit, module, context, projectionRange, **kwargs): |
| 447 | # We default this to None as there are times when the source attribute doesn't exist (for example, Cap Power Relay). |
| 448 | # It will return 0 as it doesn't exist, which would nullify whatever the target attribute is |
| 449 | fit.ship.multiplyItemAttr('capacitorCapacity', module.getModifiedItemAttr('capacitorCapacityMultiplier', None), **kwargs) |
| 450 | |
| 451 | |
| 452 | class Effect59(BaseEffect): |
nothing calls this directly
no test coverage detected