Corrected Fame Points for level 3 weapons (#4354)
* Fixes #4346. * Level 3 forged weapons should give 1,000 fame points instead of 10,000. Thanks to @Indigo000!
This commit is contained in:
parent
d2aebaf0a5
commit
78b2f10964
@ -244,7 +244,7 @@ fame_taekwon_mission: 1
|
||||
// Refined own forged weapon to +10
|
||||
fame_refine_lv1: 1
|
||||
fame_refine_lv2: 25
|
||||
fame_refine_lv3: 10000
|
||||
fame_refine_lv3: 1000
|
||||
// Success to forge a lv3 weapon with 3 additional ingredients
|
||||
fame_forge: 10
|
||||
// Success to prepare 'n' Condensed Potions in a row
|
||||
|
Loading…
x
Reference in New Issue
Block a user