Car.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. [
  2. {
  3. "id": 10101,
  4. "name": "超级跑车",
  5. "speed": 40,
  6. "turnSpeed": 40,
  7. "dropSpeed": 40,
  8. "sprintSpeed": 80,
  9. "sprintTime": 0.5,
  10. "sprintCDTime": 1.5,
  11. "sprintAnimation": "Sprint",
  12. "width": 1,
  13. "height": 1,
  14. "packageName": "cars",
  15. "icon": "icons/101",
  16. "prefab": "Car000/Car_101"
  17. },
  18. {
  19. "id": 10102,
  20. "name": "超级跑车",
  21. "speed": 40,
  22. "turnSpeed": 40,
  23. "dropSpeed": 40,
  24. "sprintSpeed": 80,
  25. "sprintTime": 0.5,
  26. "sprintCDTime": 1.5,
  27. "sprintAnimation": "Sprint",
  28. "width": 1,
  29. "height": 1,
  30. "packageName": "cars",
  31. "icon": "icons/102",
  32. "prefab": "Car000/Car_102"
  33. },
  34. {
  35. "id": 10103,
  36. "name": "超级跑车",
  37. "speed": 40,
  38. "turnSpeed": 40,
  39. "dropSpeed": 40,
  40. "sprintSpeed": 80,
  41. "sprintTime": 0.5,
  42. "sprintCDTime": 1.5,
  43. "sprintAnimation": "Sprint",
  44. "width": 1,
  45. "height": 1,
  46. "packageName": "cars",
  47. "icon": "icons/103",
  48. "prefab": "Car000/Car_103"
  49. },
  50. {
  51. "id": 10104,
  52. "name": "超级跑车",
  53. "speed": 40,
  54. "turnSpeed": 40,
  55. "dropSpeed": 40,
  56. "sprintSpeed": 80,
  57. "sprintTime": 0.5,
  58. "sprintCDTime": 1.5,
  59. "sprintAnimation": "Sprint",
  60. "width": 1,
  61. "height": 1,
  62. "packageName": "cars",
  63. "icon": "icons/201",
  64. "prefab": "Car000/Car_201"
  65. },
  66. {
  67. "id": 10105,
  68. "name": "超级跑车",
  69. "speed": 40,
  70. "turnSpeed": 40,
  71. "dropSpeed": 40,
  72. "sprintSpeed": 80,
  73. "sprintTime": 0.5,
  74. "sprintCDTime": 1.5,
  75. "sprintAnimation": "Sprint",
  76. "width": 1,
  77. "height": 1,
  78. "packageName": "cars",
  79. "icon": "icons/202",
  80. "prefab": "Car000/Car_202"
  81. },
  82. {
  83. "id": 10106,
  84. "name": "超级跑车",
  85. "speed": 40,
  86. "turnSpeed": 40,
  87. "dropSpeed": 40,
  88. "sprintSpeed": 80,
  89. "sprintTime": 0.5,
  90. "sprintCDTime": 1.5,
  91. "sprintAnimation": "Sprint",
  92. "width": 1,
  93. "height": 1,
  94. "packageName": "cars",
  95. "icon": "icons/203",
  96. "prefab": "Car000/Car_203"
  97. }
  98. ]