Skip to content

Commit

Permalink
Added remainKeyEntry.txt. Updated skill and jewel list.
Browse files Browse the repository at this point in the history
  • Loading branch information
nh60211as committed Oct 1, 2020
1 parent 926e33b commit a1b8e29
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 3 deletions.
3 changes: 3 additions & 0 deletions jewelList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,3 +401,6 @@ JU_M301_NAME;Handicraft/Evasion Jewel 4;Handicraft,1,Evade Window,1
JU_M302_NAME;Release/Evasion Jewel 4;Free Elem/Ammo Up,1,Evade Window,1
JU_M303_NAME;Survival Jewel 1;Survival Expert,1
JU_M305_NAME;Warming Jewel 2;Coldproof,1
JU_M306_NAME;Diversion Jewel 3;Provoker,1
JU_M307_NAME;Acrobat Jewel 3;Safe Landing,1
JU_M308_NAME;Shaver Jewel 3;Clutch Claw Boost,1
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ java -jar MHW_Max_Decor_CSV.jar "input file name" 1
or
java -jar MHW_Max_Decor_CSV.jar "input file folder" 1

If the input argument is a single file, the generated "remain file" will be named something like item_chT_remain.csv.
If the input argument is a single file, the generated "remain file" will be named something like item_chT_patch_1008_MDLI.csv.

If the input argument is a folder, the program will scan the files with the extension "csv" in the folder and generate the corresponding files in the folder named <original file folder>_remain.

Expand All @@ -19,7 +19,7 @@ The second argument is the variant of the indicator
// method 3: Lower level needed -> min(3,7) -> [3]
Example:
java -jar MHW_Max_Decor_CSV.jar item_chT.csv 1
will get you a variant 1 item_chT_remain.csv for you to import to GMD Editor.
will get you a variant 1 item_chT_patch_1008_MDLI.csv for you to import to GMD Editor.

How to add new skills and jewls
Edit skillList.txt and jewelList.txt according to their format
Expand Down
Loading

0 comments on commit a1b8e29

Please sign in to comment.