Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tileMaps / GroupConfig.json
@小李xl 小李xl on 17 Mar 2024 1 KB 重构主动道具中
  1. {
  2. "Test1": {
  3. "GroupName": "Test1",
  4. "TileSet": "TileSet1",
  5. "BattleList": [
  6. {
  7. "ErrorType": 0,
  8. "Path": "resource/map/tileMaps/Test1/battle/Battle1"
  9. },
  10. {
  11. "ErrorType": 0,
  12. "Path": "resource/map/tileMaps/Test1/battle/Battle2"
  13. },
  14. {
  15. "ErrorType": 0,
  16. "Path": "resource/map/tileMaps/Test1/battle/Battle3"
  17. },
  18. {
  19. "ErrorType": 0,
  20. "Path": "resource/map/tileMaps/Test1/battle/Battle4"
  21. },
  22. {
  23. "ErrorType": 0,
  24. "Path": "resource/map/tileMaps/Test1/battle/Battle5"
  25. },
  26. {
  27. "ErrorType": 0,
  28. "Path": "resource/map/tileMaps/Test1/battle/Battle6"
  29. }
  30. ],
  31. "InletList": [
  32. {
  33. "ErrorType": 0,
  34. "Path": "resource/map/tileMaps/Test1/inlet/Start"
  35. }
  36. ],
  37. "OutletList": [
  38. {
  39. "ErrorType": 0,
  40. "Path": "resource/map/tileMaps/Test1/outlet/End1"
  41. }
  42. ],
  43. "BossList": [
  44. {
  45. "ErrorType": 0,
  46. "Path": "resource/map/tileMaps/Test1/boss/Boss1"
  47. }
  48. ],
  49. "RewardList": [
  50. {
  51. "ErrorType": 0,
  52. "Path": "resource/map/tileMaps/Test1/reward/Reward1"
  53. }
  54. ],
  55. "ShopList": [
  56. {
  57. "ErrorType": 0,
  58. "Path": "resource/map/tileMaps/Test1/shop/Shop1"
  59. }
  60. ],
  61. "EventList": [],
  62. "Remark": ""
  63. },
  64. "test2": {
  65. "GroupName": "test2",
  66. "TileSet": "TileSet1",
  67. "BattleList": [
  68. {
  69. "ErrorType": 1,
  70. "Path": "resource/map/tileMaps/test2/battle/1"
  71. }
  72. ],
  73. "InletList": [],
  74. "OutletList": [],
  75. "BossList": [],
  76. "RewardList": [],
  77. "ShopList": [],
  78. "EventList": [],
  79. "Remark": "\u611F\u8C22\u5927\u5BB6\u7684\u652F\u6301"
  80. }
  81. }