{
  "Version": 3,
  "Meta": {
    "PhysicsSettingCount": 1,
    "TotalInputCount": 5,
    "TotalOutputCount": 1,
    "VertexCount": 4,
    "EffectiveForces": {
      "Gravity": {
        "X": 0,
        "Y": -1
      },
      "Wind": {
        "X": 0,
        "Y": 0
      }
    },
    "PhysicsDictionary": [
      {
        "Id": "PhysicsSetting1",
        "Name": "Dummy1"
      }
    ]
  },
  "PhysicsSettings": [
    {
      "Id": "PhysicsSetting1",
      "Input": [
        {
          "Source": {
            "Target": "Parameter",
            "Id": "ParamBodyAngleX"
          },
          "Weight": 50,
          "Type": "X",
          "Reflect": false
        },
        {
          "Source": {
            "Target": "Parameter",
            "Id": "ParamBodyAngleZ"
          },
          "Weight": 100,
          "Type": "Angle",
          "Reflect": false
        },
        {
          "Source": {
            "Target": "Parameter",
            "Id": "ParamArmLXZ"
          },
          "Weight": 10,
          "Type": "X",
          "Reflect": false
        },
        {
          "Source": {
            "Target": "Parameter",
            "Id": "ParamZQBXZ"
          },
          "Weight": 10,
          "Type": "X",
          "Reflect": false
        },
        {
          "Source": {
            "Target": "Parameter",
            "Id": "ParamZQB2DXZ"
          },
          "Weight": 30,
          "Type": "X",
          "Reflect": false
        }
      ],
      "Output": [
        {
          "Destination": {
            "Target": "Parameter",
            "Id": "ParamSH"
          },
          "VertexIndex": 1,
          "Scale": 5,
          "Weight": 100,
          "Type": "Angle",
          "Reflect": false
        }
      ],
      "Vertices": [
        {
          "Position": {
            "X": 0,
            "Y": 0
          },
          "Mobility": 1,
          "Delay": 1,
          "Acceleration": 1,
          "Radius": 0
        },
        {
          "Position": {
            "X": 0,
            "Y": 10
          },
          "Mobility": 0.85,
          "Delay": 0.9,
          "Acceleration": 1,
          "Radius": 10
        },
        {
          "Position": {
            "X": 0,
            "Y": 20
          },
          "Mobility": 0.9,
          "Delay": 0.9,
          "Acceleration": 1,
          "Radius": 10
        },
        {
          "Position": {
            "X": 0,
            "Y": 28
          },
          "Mobility": 0.9,
          "Delay": 0.9,
          "Acceleration": 0.8,
          "Radius": 8
        }
      ],
      "Normalization": {
        "Position": {
          "Minimum": -10,
          "Default": 0,
          "Maximum": 10
        },
        "Angle": {
          "Minimum": -10,
          "Default": 0,
          "Maximum": 10
        }
      }
    }
  ]
}