Commit 981f8645 authored by keyongyu's avatar keyongyu

2.2.8.6

parent d0fdda7e
...@@ -126,10 +126,7 @@ public static string[] GetTypes(Card c) ...@@ -126,10 +126,7 @@ public static string[] GetTypes(Card c)
} }
else if (c.IsType(CardType.TYPE_TOKEN)) else if (c.IsType(CardType.TYPE_TOKEN))
{ {
if (c.race == 0) types[0] = (c.race == 0)?"token card":"token monster";
types[0] = "token card";
else
types[0] = "token monster";
types[1] = GetType(CardType.TYPE_TOKEN); types[1] = GetType(CardType.TYPE_TOKEN);
} }
else if (c.IsType(CardType.TYPE_RITUAL)) else if (c.IsType(CardType.TYPE_RITUAL))
...@@ -210,7 +207,6 @@ public static string[] GetTypes(Card c) ...@@ -210,7 +207,6 @@ public static string[] GetTypes(Card c)
} }
if (c.race == 0) if (c.race == 0)
{ {
types[0] = "";
types[1] = ""; types[1] = "";
types[2] = ""; types[2] = "";
} }
......
...@@ -28,4 +28,4 @@ ...@@ -28,4 +28,4 @@
// //
// You can specify all the values or you can use the default the Revision and // You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below: // Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("2.2.8.5")] [assembly: AssemblyVersion("2.2.8.6")]
[DataEditorX]2.2.8.4[DataEditorX] [DataEditorX]2.2.8.4[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL] [URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★捐助
如果你觉得这个软件做得好,可以捐助。
姓名:柯永裕
支付宝帐号:247321453@qq.com
★文件关联 ★文件关联
.lua notepad++/sublime text/DataEditorX .lua notepad++/sublime text/DataEditorX
.cdb DataEditorX .cdb DataEditorX
...@@ -65,6 +60,8 @@ Ctrl+鼠标左键 跳转到函数定义 ...@@ -65,6 +60,8 @@ Ctrl+鼠标左键 跳转到函数定义
Ctrl+鼠标滑轮 缩放文字 Ctrl+鼠标滑轮 缩放文字
★更新历史 ★更新历史
2.2.8.6
修复无种族的token,
2.2.8.4 2.2.8.4
japan japan
历史记录修正 历史记录修正
......
No preview for this file type
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
System.Configuration.ConfigurationManager.AppSettings[key] System.Configuration.ConfigurationManager.AppSettings[key]
--> -->
<!-- language directory --> <!-- language directory -->
<add key="language" value="japan" /> <add key="language" value="chinese" />
<!-- DataEditorX source code --> <!-- DataEditorX source code -->
<add key="sourceURL" value="https://github.com/247321453/DataEditorX" /> <add key="sourceURL" value="https://github.com/247321453/DataEditorX" />
<!-- DataEditorX update url--> <!-- DataEditorX update url-->
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
System.Configuration.ConfigurationManager.AppSettings[key] System.Configuration.ConfigurationManager.AppSettings[key]
--> -->
<!-- language directory --> <!-- language directory -->
<add key="language" value="japan" /> <add key="language" value="chinese" />
<!-- DataEditorX source code --> <!-- DataEditorX source code -->
<add key="sourceURL" value="https://github.com/247321453/DataEditorX" /> <add key="sourceURL" value="https://github.com/247321453/DataEditorX" />
<!-- DataEditorX update url--> <!-- DataEditorX update url-->
......
# database history # database history
F:\games\[jp]cards.cdb
F:\games\ygopro\cards.cdb F:\games\ygopro\cards.cdb
F:\games\[jp]cards.cdb
F:\games\ygopro\p.zip.cdb F:\games\ygopro\p.zip.cdb
# script history # script history
F:\games\ygopro\script\c102380.lua
F:\games\ygopro\script\c27551.lua F:\games\ygopro\script\c27551.lua
F:\games\ygopro\script\c168917.lua F:\games\ygopro\script\c168917.lua
F:\games\ygopro\script\c131182.lua F:\games\ygopro\script\c131182.lua
...@@ -17,5 +18,4 @@ F:\games\ygopro\script\c64496451.lua ...@@ -17,5 +18,4 @@ F:\games\ygopro\script\c64496451.lua
F:\games\ygopro\script\c78835747.lua F:\games\ygopro\script\c78835747.lua
F:\games\ygopro\script\c94415058.lua F:\games\ygopro\script\c94415058.lua
F:\games\ygopro\script\c26270847.lua F:\games\ygopro\script\c26270847.lua
F:\games\ygopro\script\c65025250.lua F:\games\ygopro\script\c65025250.lua
F:\games\ygopro\script\c295517.lua \ No newline at end of file
\ No newline at end of file
...@@ -4,5 +4,5 @@ stylesheet: standard ...@@ -4,5 +4,5 @@ stylesheet: standard
set info: set info:
language: JP language: JP
edition: edition:
ST mark is text: yes ST mark is text: no
pendulum image is small: yes pendulum image is small: yes
\ No newline at end of file
[DataEditorX]2.2.8.5[DataEditorX] [DataEditorX]2.2.8.4[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL] [URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★捐助
如果你觉得这个软件做得好,可以捐助。
姓名:柯永裕
支付宝帐号:247321453@qq.com
★文件关联 ★文件关联
.lua notepad++/sublime text/DataEditorX .lua notepad++/sublime text/DataEditorX
.cdb DataEditorX .cdb DataEditorX
...@@ -65,6 +60,8 @@ Ctrl+鼠标左键 跳转到函数定义 ...@@ -65,6 +60,8 @@ Ctrl+鼠标左键 跳转到函数定义
Ctrl+鼠标滑轮 缩放文字 Ctrl+鼠标滑轮 缩放文字
★更新历史 ★更新历史
2.2.8.6
修复无种族的token,
2.2.8.4 2.2.8.4
japan japan
历史记录修正 历史记录修正
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment