QUOTE(Kuoo @ Mar 17 2016, 17:45)

궁금한게 있는데 크리스탈5찍으면 랜카나 아레나에서는 몇개씩 떨어지나요?
위키에는 페스트만 나오는것 같아서... (IMG:[
invalid]
style_emoticons/default/heh.gif) 어떠셨어요?
https://ehwiki.org/wiki/GrindfestCrystal Drop = floor(crystarium * (diffmod + min(gfbonus, (gfbonus / 500) * round)))
crystarium is 2, 3, 5, 7, 10 for each rank of the Hath Perk, respectively. Otherwise it is 1.
위 공식에서 그페 무시에 푸더 난이도 보너스는 x3이므로
Crystal Drop = floor(crystarium * 3)
6, 9, 15, 21, 30씩 줍니다
This post has been edited by hansvar92: Mar 17 2016, 12:07