1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "configList": [
- {
- "ID": 1,
- "EventType": 1,
- "EventTriggerType": 1,
- "EventQuality": 1,
- "EventConditionId": [
- 2
- ],
- "EventVlaue": [
- 2
- ],
- "BaseProbability": 50,
- "Description": null,
- "DialogueID": null,
- "associateVlaue": null,
- "RewardID": [
- 1001
- ],
- "RewardCount": [
- 10
- ],
- "TriggerEventNextId": -1
- },
- {
- "ID": 2,
- "EventType": 2,
- "EventTriggerType": 1,
- "EventQuality": 1,
- "EventConditionId": [
- 1
- ],
- "EventVlaue": [
- 5
- ],
- "BaseProbability": 50,
- "Description": null,
- "DialogueID": 1,
- "associateVlaue": 1,
- "RewardID": [
- 1001
- ],
- "RewardCount": [
- 10
- ],
- "TriggerEventNextId": -1
- }
- ]
- }
|