diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-08-30 17:45:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-08-30 17:45:12 -0300 |
commit | 68e68615f9ddbf444cef50182f65386b1d816f30 (patch) | |
tree | dafe7e462d087d8d4964e1bc857867ff10355e30 /ledit | |
parent | 6a97526935a0c89761d6ce57d638e40b5e2aa8cd (diff) | |
download | tools-68e68615f9ddbf444cef50182f65386b1d816f30.tar.gz tools-68e68615f9ddbf444cef50182f65386b1d816f30.tar.bz2 tools-68e68615f9ddbf444cef50182f65386b1d816f30.tar.xz tools-68e68615f9ddbf444cef50182f65386b1d816f30.zip |
L'Edit: Split Tonori and Halinarzo with a Canyon. Not official.
Diffstat (limited to 'ledit')
-rwxr-xr-x | ledit/ledit.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ledit/ledit.py b/ledit/ledit.py index 6375400..c44b850 100755 --- a/ledit/ledit.py +++ b/ledit/ledit.py @@ -81,9 +81,10 @@ print("Current progress: "+str(po.percent_translated())+"%") scope_list=[("Nard Ship", "npc/002-", "npc/000-"), ("Candor", "npc/005-", "npc/006-2"), ("Databases", "db/", "npc/functions", "npc/items", "npc/config", "npc/craft", "npc/016-"), - ("Tonori", "npc/003-", "npc/004-", "npc/007-"), + ("Tonori", "npc/003-", "npc/007-"), ("Hurnscald", "npc/012-", "npc/013-", "npc/014-", "npc/015-"), - ("Halinarzo", "npc/009-", "npc/010-", "npc/011-"), + ("Halinarzo", "npc/009-", "npc/011-"), + ("Canyon", "npc/004-", "npc/010-"), ("Land Fire", "npc/017-", "npc/018-"), ("M Academy", "npc/027-", "npc/magic"), ("Kaizei", "npc/019-", "npc/020-", "npc/021-", "npc/022-"), |