diff options
Diffstat (limited to 'conf-tmpl/battle')
-rw-r--r-- | conf-tmpl/battle/drops.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf-tmpl/battle/drops.conf b/conf-tmpl/battle/drops.conf index 72dadc363..10efb646a 100644 --- a/conf-tmpl/battle/drops.conf +++ b/conf-tmpl/battle/drops.conf @@ -44,14 +44,14 @@ item_second_get_time: 1000 // (Takes effect after the item_second_get_time elapses) item_third_get_time: 1000 -// Grace time during which only the person who did the most damage to a MVP can get the item? (in milliseconds) (Note 3) +// Grace time to apply to MvP reward items when the Most Valuable Player can't get the prize item and it drops on the ground? (in milliseconds) (Note 3) mvp_item_first_get_time: 10000 -// Grace time during which only the first and second person who did the most damage to a MVP can get the item? (in milliseconds) (Note 3) +// Grace time for the first and second MvP so they can get the item? (in milliseconds) (Note 3) // (Takes effect after mvp_item_first_get_time elapses) mvp_item_second_get_time: 10000 -// Grace time during which only the first, second and third person who did the most damage to a MVP can get the item (Note 3) +// Grace time for the first, second and third MvP so they can get the item? (in milliseconds) (Note 3) // (Takes effect after mvp_item_second_get_time elapses) mvp_item_third_get_time: 2000 |