Skip to content

Commit aacc362

Browse files
committed
Template fix on DF free effects
1 parent 196fcb6 commit aacc362

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

OPRPCharBuild/OPRPCharBuild/MainForm.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public MainForm() {
3232

3333
#region Member Variables
3434

35-
public const string VERSION = "1.7.0";
35+
public const string VERSION = "1.8.0";
3636
public const string STD_TEMPLATE_MSG = "Standard Template";
3737
private const string WEBSITE = "https://github.com/mrdoowan/OPRPCharBuild/releases";
3838
public static bool template_imported = false;

OPRPCharBuild/OPRPCharBuild/Sheet.cs

+2-4
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,14 @@ public partial class Sheet : Form
7070
"<zero=28><AP><color>[b]<29> (<78> AP)[/b]</color> - <99>\n\n</AP>\n\n</zero>" +
7171
"[quote=Devil Fruit]<color>[b]Devil Fruit Name: [/b]</color> <52>\n" +
7272
"<color>[b]Devil Fruit Type:[/b]</color> <53>\n" +
73-
"<color>[b]Devil Fruit Ability:[/b]</color> <54>" +
74-
"<empty=55>\n<color>[b]Devil Fruit Free Effect:[/b]</color> <55></empty>[/quote]\n\n" +
73+
"<color>[b]Devil Fruit Ability:[/b]</color> <54>[/quote]\n\n" +
7574
"[center][big][big][i][font=Century Gothic]Techniques[/font][/i][/big][/big][/center]\n" +
7675
"<color>[b]Regular Technique Points:[/b]</color> <57> <58>\n" +
7776
"<color>[b]Used Regular Technique Points:[/b]</color> <56>\n" +
7877
"<color>[b]Special Technique Points:[/b]</color> <60>\n" +
7978
"<color>[b]Used Special Technique Points:[/b]</color> <59> <zero=60>[list]<SpTrait>[*]<61>: <83> / <84>\n</SpTrait>[/list]</zero>\n\n" +
8079
"<empty=88><88>\n</empty>" +
81-
"<empty=62><62>\n</empty>" +
82-
"<empty=55>[u]DF Free Effect:[/u] <55>\n</empty>\n" +
80+
"<empty=62><62>\n</empty>\n" +
8381
"<TechTable>[table=2, <63>, 1][center]<color>[b][u]Name/Type/Range/Power/Stats/TP[/u][/b]</color>[/center][c]\n" +
8482
"[center]<color>[b][u]Description/Notes[/u][/b]</color>[/center]\n" +
8583
"<Technique>[c]<color>[b]<64>[/b]</color> (<65>)\n" +

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Version History
2020
---------------
2121
### v1.8.0
2222
* Updated to May 2018 patch
23+
* Fixed a small template error
2324

2425
### v1.7.0
2526
* Updated to July 2017 patch

0 commit comments

Comments
 (0)