diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-09 11:00:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-09 11:00:49 -0300 |
commit | 8a4bf716002a017de77fe7df301ef8e4aaf00a2e (patch) | |
tree | 4947d0b015baad639fa07133369e9a09c8a468bc /db/pre-re/attr_fix.txt | |
download | serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.gz serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.bz2 serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.xz serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.zip |
Initial commit
Diffstat (limited to 'db/pre-re/attr_fix.txt')
-rw-r--r-- | db/pre-re/attr_fix.txt | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/db/pre-re/attr_fix.txt b/db/pre-re/attr_fix.txt new file mode 100644 index 00000000..37e7bd44 --- /dev/null +++ b/db/pre-re/attr_fix.txt @@ -0,0 +1,56 @@ +// Elemental attribute damage adjustment tables +// +// Row: attacker's weapon element +// Column: target's defense element + +1,10 // lv1 Attribute table +//Neut Watr Natr Fire NYI NYI Holy Shdw NYI NYI + 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, // Neutral + 100, 90, 80, 120, 100, 100, 100, 100, 100, 100, // Water + 100, 120, 90, 80, 100, 100, 100, 100, 100, 100, // Nature + 100, 80, 120, 90, 100, 100, 100, 100, 100, 100, // Fire + 100, 100, 100, 100, 90, 100, 100, 100, 100, 100, // UNUSED + 100, 100, 100, 100, 100, 90, 100, 100, 100, 100, // UNUSED + 100, 100, 100, 100, 100, 100, 90, 120, 100, 100, // Holy + 100, 100, 100, 100, 100, 100, 120, 90, 100, 100, // Shadow + 100, 100, 100, 100, 100, 100, 100, 100, 90, 100, // UNUSED + 100, 100, 100, 100, 100, 100, 100, 100, 100, 90, // UNUSED + +2,10 // lv2 Attribute table +//Neut Watr Natr Fire NYI NYI Holy Shdw NYI NYI + 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, // Neutral + 100, 90, 70, 130, 100, 100, 100, 100, 100, 100, // Water + 100, 130, 90, 70, 100, 100, 100, 100, 100, 100, // Nature + 100, 70, 130, 90, 100, 100, 100, 100, 100, 100, // Fire + 100, 100, 100, 100, 90, 100, 100, 100, 100, 100, // UNUSED + 100, 100, 100, 100, 100, 90, 100, 100, 100, 100, // UNUSED + 100, 100, 100, 100, 100, 100, 90, 130, 100, 100, // Holy + 100, 100, 100, 100, 100, 100, 130, 90, 100, 100, // Shadow + 100, 100, 100, 100, 100, 100, 100, 100, 90, 100, // UNUSED + 100, 100, 100, 100, 100, 100, 100, 100, 100, 90, // UNUSED + +3,10 // lv3 Attribute table +//Neut Watr Natr Fire NYI NYI Holy Shdw NYI NYI + 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, // Neutral + 100, 90, 60, 140, 100, 100, 100, 100, 100, 100, // Water + 100, 140, 90, 60, 100, 100, 100, 100, 100, 100, // Nature + 100, 60, 140, 90, 100, 100, 100, 100, 100, 100, // Fire + 100, 100, 100, 100, 90, 100, 100, 100, 100, 100, // UNUSED + 100, 100, 100, 100, 100, 90, 100, 100, 100, 100, // UNUSED + 100, 100, 100, 100, 100, 100, 90, 140, 100, 100, // Holy + 100, 100, 100, 100, 100, 100, 140, 90, 100, 100, // Shadow + 100, 100, 100, 100, 100, 100, 100, 100, 90, 100, // UNUSED + 100, 100, 100, 100, 100, 100, 100, 100, 100, 90, // UNUSED + +4,10 // lv4 Attribute table +//Neut Watr Natr Fire NYI NYI Holy Shdw NYI NYI + 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, // Neutral + 100, 90, 50, 150, 100, 100, 100, 100, 100, 100, // Water + 100, 150, 90, 50, 100, 100, 100, 100, 100, 100, // Nature + 100, 50, 150, 90, 100, 100, 100, 100, 100, 100, // Fire + 100, 100, 100, 100, 90, 100, 100, 100, 100, 100, // UNUSED + 100, 100, 100, 100, 100, 90, 100, 100, 100, 100, // UNUSED + 100, 100, 100, 100, 100, 100, 90, 150, 100, 100, // Holy + 100, 100, 100, 100, 100, 100, 150, 90, 100, 100, // Shadow + 100, 100, 100, 100, 100, 100, 100, 100, 90, 100, // UNUSED + 100, 100, 100, 100, 100, 100, 100, 100, 100, 90, // UNUSED |