ð¯Quest Rarity (V- 1.0.7 Update)
In Rarities.yml
This function is used to control the refresh rate and amount of specified rare quests.
#ID
#Can continue to add downwards according to format
common:
display: '&7æ®éä»»å¡'
#Weight ratio, lower priority
weight: 3
#The probability of randomly reaching this rarity
chance: 100
#Whether to send a full server broadcast when players accept quest of this rarity can be modified in the language file
broad-when-accept: false
#The maximum number of occurrences of this rarity -1 is unlimited
max: -1
rare:
display: '&eå°éŸä»»å¡'
weight: 2
chance: 25
broad-when-accept: false
max: 3
epic:
display: '&6å°ç±çº§ä»»å¡'
weight: 1
chance: 5
broad-when-accept: true
max: 1
Last updated