diff options
author | Hocus <hocus@themanaworld.org> | 2020-06-07 03:18:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-07 03:18:41 -0300 |
commit | 87dd784da8d8d9fc53fe93d6527c112175ab2fc7 (patch) | |
tree | 1f6ef094bb4c3477371fd7855648d7bd82066dcc /db/re | |
parent | c6ee020a67bf312d8449baa2a972b152654f2d4d (diff) | |
download | serverdata-87dd784da8d8d9fc53fe93d6527c112175ab2fc7.tar.gz serverdata-87dd784da8d8d9fc53fe93d6527c112175ab2fc7.tar.bz2 serverdata-87dd784da8d8d9fc53fe93d6527c112175ab2fc7.tar.xz serverdata-87dd784da8d8d9fc53fe93d6527c112175ab2fc7.zip |
Fix elemental attribute table.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/attr_fix.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/db/re/attr_fix.txt b/db/re/attr_fix.txt index 7da6797a..37e7bd44 100644 --- a/db/re/attr_fix.txt +++ b/db/re/attr_fix.txt @@ -6,9 +6,9 @@ 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, 120, 80, 100, 100, 100, 100, 100, 100, // Water - 100, 80, 90, 120, 100, 100, 100, 100, 100, 100, // Nature - 100, 120, 80, 90, 100, 100, 100, 100, 100, 100, // Fire + 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 @@ -19,9 +19,9 @@ 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, 130, 70, 100, 100, 100, 100, 100, 100, // Water - 100, 70, 90, 130, 100, 100, 100, 100, 100, 100, // Nature - 100, 130, 70, 90, 100, 100, 100, 100, 100, 100, // Fire + 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 @@ -32,9 +32,9 @@ 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, 140, 60, 100, 100, 100, 100, 100, 100, // Water - 100, 60, 90, 140, 100, 100, 100, 100, 100, 100, // Nature - 100, 140, 60, 90, 100, 100, 100, 100, 100, 100, // Fire + 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 @@ -45,9 +45,9 @@ 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, 150, 50, 100, 100, 100, 100, 100, 100, // Water - 100, 50, 90, 150, 100, 100, 100, 100, 100, 100, // Nature - 100, 150, 50, 90, 100, 100, 100, 100, 100, 100, // Fire + 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 |