EventConfig.json 858 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "configList": [
  3. {
  4. "ID": 1,
  5. "EventType": 1,
  6. "EventTriggerType": 1,
  7. "EventQuality": 1,
  8. "EventConditionId": [
  9. 2
  10. ],
  11. "EventVlaue": [
  12. 2
  13. ],
  14. "BaseProbability": 50,
  15. "Description": null,
  16. "DialogueID": null,
  17. "associateVlaue": null,
  18. "RewardID": [
  19. 1001
  20. ],
  21. "RewardCount": [
  22. 10
  23. ],
  24. "TriggerEventNextId": -1
  25. },
  26. {
  27. "ID": 2,
  28. "EventType": 2,
  29. "EventTriggerType": 1,
  30. "EventQuality": 1,
  31. "EventConditionId": [
  32. 1
  33. ],
  34. "EventVlaue": [
  35. 5
  36. ],
  37. "BaseProbability": 50,
  38. "Description": null,
  39. "DialogueID": 1,
  40. "associateVlaue": 1,
  41. "RewardID": [
  42. 1001
  43. ],
  44. "RewardCount": [
  45. 10
  46. ],
  47. "TriggerEventNextId": -1
  48. }
  49. ]
  50. }