Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / config / ActivityObject.json
@小李xl 小李xl on 14 Jun 2023 2 KB 完善武器音效
  1. [
  2. {
  3. "Id": "role0001",
  4. "Type": 3,
  5. "Prefab": "res://prefab/role/Role0001.tscn",
  6. "Remark": "\u73A9\u5BB6"
  7. },
  8. {
  9. "Id": "enemy0001",
  10. "Type": 4,
  11. "Prefab": "res://prefab/role/Enemy0001.tscn",
  12. "Remark": "\u654C\u4EBA"
  13. },
  14. {
  15. "Id": "weapon0001",
  16. "Type": 5,
  17. "Prefab": "res://prefab/weapon/Weapon0001.tscn",
  18. "Remark": ""
  19. },
  20. {
  21. "Id": "weapon0002",
  22. "Type": 5,
  23. "Prefab": "res://prefab/weapon/Weapon0002.tscn",
  24. "Remark": ""
  25. },
  26. {
  27. "Id": "weapon0003",
  28. "Type": 5,
  29. "Prefab": "res://prefab/weapon/Weapon0003.tscn",
  30. "Remark": ""
  31. },
  32. {
  33. "Id": "weapon0004",
  34. "Type": 5,
  35. "Prefab": "res://prefab/weapon/Weapon0004.tscn",
  36. "Remark": ""
  37. },
  38. {
  39. "Id": "weapon0005",
  40. "Type": 5,
  41. "Prefab": "res://prefab/weapon/Weapon0005.tscn",
  42. "Remark": ""
  43. },
  44. {
  45. "Id": "weapon0006",
  46. "Type": 5,
  47. "Prefab": "res://prefab/weapon/Weapon0006.tscn",
  48. "Remark": ""
  49. },
  50. {
  51. "Id": "bullet0001",
  52. "Type": 6,
  53. "Prefab": "res://prefab/bullet/Bullet0001.tscn",
  54. "Remark": ""
  55. },
  56. {
  57. "Id": "bullet0002",
  58. "Type": 6,
  59. "Prefab": "res://prefab/bullet/Bullet0002.tscn",
  60. "Remark": ""
  61. },
  62. {
  63. "Id": "shell0001",
  64. "Type": 7,
  65. "Prefab": "res://prefab/shell/Shell0001.tscn",
  66. "Remark": ""
  67. },
  68. {
  69. "Id": "effect0001",
  70. "Type": 8,
  71. "Prefab": "res://prefab/effect/activityObject/Effect0001.tscn",
  72. "Remark": "\u654C\u4EBA\u6B7B\u4EA1\u788E\u7247"
  73. },
  74. {
  75. "Id": "other_door_e",
  76. "Type": 9,
  77. "Prefab": "res://prefab/map/RoomDoor_E.tscn",
  78. "Remark": "\u5730\u7262\u623F\u95F4\u7684\u95E8(\u4E1C\u4FA7)"
  79. },
  80. {
  81. "Id": "other_door_w",
  82. "Type": 9,
  83. "Prefab": "res://prefab/map/RoomDoor_W.tscn",
  84. "Remark": "\u5730\u7262\u623F\u95F4\u7684\u95E8(\u897F\u4FA7)"
  85. },
  86. {
  87. "Id": "other_door_s",
  88. "Type": 9,
  89. "Prefab": "res://prefab/map/RoomDoor_S.tscn",
  90. "Remark": "\u5730\u7262\u623F\u95F4\u7684\u95E8(\u5357\u4FA7)"
  91. },
  92. {
  93. "Id": "other_door_n",
  94. "Type": 9,
  95. "Prefab": "res://prefab/map/RoomDoor_N.tscn",
  96. "Remark": "\u5730\u7262\u623F\u95F4\u7684\u95E8(\u5317\u4FA7)"
  97. }
  98. ]