diff options
author | Smokexyz <sagunxp@gmail.com> | 2015-08-29 15:04:04 +0530 |
---|---|---|
committer | Smokexyz <sagunxp@gmail.com> | 2015-10-02 00:42:13 +0530 |
commit | 993138361b5d712afbd7afee6aba5d5c52bdcc4f (patch) | |
tree | d5572d3a5291044e7f890c8f7b9b160c5a1d733f /db/pre-re/refine_db.txt | |
parent | f7a97b556e05373711998d4f819cf7d89e4b0ce8 (diff) | |
download | hercules-993138361b5d712afbd7afee6aba5d5c52bdcc4f.tar.gz hercules-993138361b5d712afbd7afee6aba5d5c52bdcc4f.tar.bz2 hercules-993138361b5d712afbd7afee6aba5d5c52bdcc4f.tar.xz hercules-993138361b5d712afbd7afee6aba5d5c52bdcc4f.zip |
Convert refine_db.txt to refine_db.conf (libconfig)
Thanks for Haru and 4414 for pointing out inefficiency in code, edited
as suggested.
Rework - Changed refine_db.conf format to a more concise one, thanks to Haru for suggesting.
[2/10/15]
Updated with corrections pointed out by Haru.
Updated warning and error messages.
Diffstat (limited to 'db/pre-re/refine_db.txt')
-rw-r--r-- | db/pre-re/refine_db.txt | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/db/pre-re/refine_db.txt b/db/pre-re/refine_db.txt deleted file mode 100644 index 457fd370f..000000000 --- a/db/pre-re/refine_db.txt +++ /dev/null @@ -1,39 +0,0 @@ -// Pre-renewal Version -// -// Type,Stats per level,Random bonus start level,Random bonus value,Chance+1:Bonus+1,Chance+2:Bonus+2,Chance+3:Bonus+3,... -// -// IMPORTANT: changing the number of upgrade levels requires modifying MAX_REFINE in status.h -// -// For armors, values of 100 add 1 armor defense. -// For weapons, values of 100 add 1 ATK. -// -// Type: -// 0 - Armors -// 1 - Level 1 weapons -// 2 - Level 2 weapons -// 3 - Level 3 weapons -// 4 - Level 4 weapons -// -// Stats per level: -// This value is applied for every upgrade level. -// -// Random bonus start level: -// This value specifies the start point for those levels that give a random bonus value. -// -// Random bonus value: -// A random number between 0 and (Random bonus start level - Upgrade level + 1) * this value is applied for all upgrades past -// Random bonus start level (usually the first unsafe upgrade). This is only applied for weapons, and not displayed client-side. -// -// Chance: -// 100 = 100% - -// Armors -0,66,0,0,100:0,100:0,100:0,100:0,60:0,40:0,40:0,20:0,20:0,10:0 -// Level 1 weapons -1,200,8,300,100:0,100:0,100:0,100:0,100:0,100:0,100:0,60:0,40:0,20:0 -// Level 2 weapons -2,300,7,500,100:0,100:0,100:0,100:0,100:0,100:0,60:0,40:0,20:0,20:0 -// Level 3 weapons -3,500,6,800,100:0,100:0,100:0,100:0,100:0,60:0,50:0,20:0,20:0,20:0 -// Level 4 weapons -4,700,5,1300,100:0,100:0,100:0,100:0,60:0,40:0,40:0,20:0,20:0,10:0 |