EventConfig.json 622 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "configList": [
  3. {
  4. "ID": 1,
  5. "EventType": 1,
  6. "EventTriggerType": 1,
  7. "EventQuality": 1,
  8. "EventCompleteCount": null,
  9. "EventConditionId": [
  10. 2
  11. ],
  12. "EventVlaue": [
  13. 2
  14. ],
  15. "Description": null,
  16. "DialogueID": null
  17. },
  18. {
  19. "ID": 2,
  20. "EventType": 2,
  21. "EventTriggerType": 1,
  22. "EventQuality": 1,
  23. "EventCompleteCount": null,
  24. "EventConditionId": [
  25. 1
  26. ],
  27. "EventVlaue": [
  28. 5
  29. ],
  30. "Description": null,
  31. "DialogueID": 1,
  32. "associateVlaue": [
  33. 1
  34. ]
  35. }
  36. ]
  37. }