Skip to content

EventMatching: Rewards

Part of EventMatching. Reward configuration controls daily/weekly bonus schedules, completion limits per content type, and maximum reward counts.


Section: eventMatchingRewards Operations: update (all subsections)

The rewards section contains four subsections, each targeting a different reward mechanism.


Update daily bonus reward tiers, matched by completeCount + minLevel + maxLevel.

PropertyTypeSinceDescription
completeCountintv92Completion count threshold
minLevelintv92Minimum player level
maxLevelintv92Maximum player level
mailSenderstringv92Mail sender string
mailTitlestringv92Mail title string
mailBodystringv92Mail body string
rewardslistv92Compensation entries (see Compensation)
eventMatchingRewards:
dailyBonuses:
update:
- completeCount: 16
minLevel: 65
maxLevel: 70
rewards:
- type: item
templateId: 367
amount: 5
- completeCount: 32
minLevel: 65
maxLevel: 70
rewards:
- type: item
templateId: 367
amount: 10

Update weekly bonus reward tiers, matched by minLevel + maxLevel. Also supports configuration of reset schedule.

PropertyTypeSinceDescription
minLevelintv92Minimum player level
maxLevelintv92Maximum player level
mailSenderstringv92Mail sender string
mailTitlestringv92Mail title string
mailBodystringv92Mail body string
rewardslistv92Compensation entries
PropertyTypeSinceDescription
resetDaystringv92Day of week to reset
resetIntervalintv92Reset interval in days
eventMatchingRewards:
weeklyBonus:
config:
resetDay: monday
resetInterval: 7
update:
- minLevel: 65
maxLevel: 70
rewards:
- type: item
templateId: 114
amount: 20

Update completion limits per content type per day, matched by minLevel + maxLevel.

PropertyTypeSinceDescription
minLevelintv92Minimum player level
maxLevelintv92Maximum player level
commonintv92Common content daily limit
dungeonintv92Dungeon daily limit
battleFieldintv92Battlefield daily limit
fieldintv92Field content daily limit
eventMatchingRewards:
completeLimits:
update:
- minLevel: 65
maxLevel: 70
common: 30
dungeon: 31
battleField: 32
field: 33

Update the singleton maximum reward count caps.

PropertyTypeSinceDescription
normalintv92Normal reward cap
additionalintv92Additional reward cap
weeklyintv92Weekly reward cap
dailyintv92Daily reward cap
eventMatchingRewards:
itemRewardMaxCount:
normal: 12
additional: 10
weekly: 8
daily: 8

eventMatchingRewards:
dailyBonuses:
update:
- completeCount: 16
minLevel: 65
maxLevel: 70
rewards:
- type: item
templateId: 367
amount: 5
weeklyBonus:
config:
resetDay: monday
resetInterval: 7
update:
- minLevel: 65
maxLevel: 70
rewards:
- type: item
templateId: 114
amount: 20
completeLimits:
update:
- minLevel: 65
maxLevel: 70
common: 30
dungeon: 31
battleField: 32
field: 33
itemRewardMaxCount:
normal: 12
additional: 10
weekly: 8
daily: 8