{
  "accelerationConfig": {
    "maxReferenceAcceleration": 300,
    "referenceSpeed": 1000
  },
  "boostConfig": {
    "boostTime": 0.3,
    "boostAcceleration": 350
  },
  "liftDragConfig": {
    "liftCoefficient": 0.2,
    "dragCoefficient": 0.7,
    "liftDragRatio": 5
  },
  "bodyConfig": {
    "mass": 0.37,
    "crossSectionalArea": 0.0003,
    "finArea": 0.0006,
    "bodyArea": 0.01
  },
  "hitConfig": {
    "hitRadius": 1,
    "killProbability": 0.9
  }
}