(fit, src, context, projectionRange, **kwargs)
| 33614 | |
| 33615 | @staticmethod |
| 33616 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33617 | fit.ship.multiplyItemAttr('shieldCapacity', src.getModifiedItemAttr('structureFullPowerStateHitpointMultiplier') or 0, **kwargs) |
| 33618 | fit.ship.multiplyItemAttr('armorHP', src.getModifiedItemAttr('structureFullPowerStateHitpointMultiplier') or 0, **kwargs) |
| 33619 | |
| 33620 | |
| 33621 | class Effect7009(BaseEffect): |
nothing calls this directly
no test coverage detected