{
  "Version": 3,
  "Meta": {
    "PhysicsSettingCount": 1,
    "TotalInputCount": 2,
    "TotalOutputCount": 4,
    "VertexCount": 5,
    "EffectiveForces": {
      "Gravity": {
        "X": 0,
        "Y": -1
      },
      "Wind": {
        "X": 0,
        "Y": 0
      }
    },
    "PhysicsDictionary": [
      {
        "Id": "PhysicsSetting1",
        "Name": "Dummy1"
      }
    ]
  },
  "PhysicsSettings": [
    {
      "Id": "PhysicsSetting1",
      "Input": [
        {
          "Source": {
            "Target": "Parameter",
            "Id": "Param49"
          },
          "Weight": 70,
          "Type": "X",
          "Reflect": false
        },
        {
          "Source": {
            "Target": "Parameter",
            "Id": "ParamAngleX"
          },
          "Weight": 30,
          "Type": "X",
          "Reflect": false
        }
      ],
      "Output": [
        {
          "Destination": {
            "Target": "Parameter",
            "Id": "Param101"
          },
          "VertexIndex": 1,
          "Scale": 30,
          "Weight": 100,
          "Type": "Angle",
          "Reflect": false
        },
        {
          "Destination": {
            "Target": "Parameter",
            "Id": "Param102"
          },
          "VertexIndex": 1,
          "Scale": 30,
          "Weight": 100,
          "Type": "Angle",
          "Reflect": true
        },
        {
          "Destination": {
            "Target": "Parameter",
            "Id": "Param103"
          },
          "VertexIndex": 2,
          "Scale": 20,
          "Weight": 100,
          "Type": "Angle",
          "Reflect": true
        },
        {
          "Destination": {
            "Target": "Parameter",
            "Id": "Param104"
          },
          "VertexIndex": 3,
          "Scale": 30,
          "Weight": 100,
          "Type": "Angle",
          "Reflect": true
        }
      ],
      "Vertices": [
        {
          "Position": {
            "X": 0,
            "Y": 0
          },
          "Mobility": 0.95,
          "Delay": 1,
          "Acceleration": 0.5,
          "Radius": 5
        },
        {
          "Position": {
            "X": 0,
            "Y": 5
          },
          "Mobility": 0.95,
          "Delay": 1,
          "Acceleration": 0.5,
          "Radius": 5
        },
        {
          "Position": {
            "X": 0,
            "Y": 10
          },
          "Mobility": 0.8,
          "Delay": 1,
          "Acceleration": 0.5,
          "Radius": 5
        },
        {
          "Position": {
            "X": 0,
            "Y": 15
          },
          "Mobility": 0.7,
          "Delay": 1,
          "Acceleration": 0.5,
          "Radius": 5
        },
        {
          "Position": {
            "X": 0,
            "Y": 20
          },
          "Mobility": 0.6,
          "Delay": 1,
          "Acceleration": 0.5,
          "Radius": 5
        }
      ],
      "Normalization": {
        "Position": {
          "Minimum": -10,
          "Default": 0,
          "Maximum": 10
        },
        "Angle": {
          "Minimum": -10,
          "Default": 0,
          "Maximum": 10
        }
      }
    }
  ]
}