Commit c28dcca5 authored by nanahira's avatar nanahira

add CCG

parent 79e724fb
...@@ -13,5 +13,9 @@ public enum CardRule : int ...@@ -13,5 +13,9 @@ public enum CardRule : int
OCGTCG = 3, OCGTCG = 3,
/// <summary>DIY,原创卡</summary> /// <summary>DIY,原创卡</summary>
DIY = 4, DIY = 4,
/// <summary>简体中文</summary>
CCG = 9,
/// <summary>简体中文/TCG</summary>
CCG = 0xa,
} }
} }
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
0x2 TCG 0x2 TCG
0x3 OCG & TCG 0x3 OCG & TCG
0x4 Custom 0x4 Custom
0x9 简体中文
0xa 简体中文 & TCG
##attribute ##attribute
0x0 属性 N/A 0x0 属性 N/A
0x1 地 0x1 地
...@@ -525,4 +527,4 @@ ...@@ -525,4 +527,4 @@
0x146 童话动物 メルフィー 0x146 童话动物 メルフィー
0x147 波波 ポータン 0x147 波波 ポータン
0x148 罗兰 ローラン 0x148 罗兰 ローラン
#end #end
\ No newline at end of file
...@@ -3,8 +3,10 @@ ...@@ -3,8 +3,10 @@
0x0 Rule 0x0 Rule
0x1 OCG 0x1 OCG
0x2 TCG 0x2 TCG
0x3 OCG&TCG 0x3 OCG & TCG
0x4 Anime/DIY 0x4 Custom
0x9 Simplified Chinese
0xa Simplified Chinese & TCG
##attribute ##attribute
0x0 Attribute 0x0 Attribute
0x1 EARTH 0x1 EARTH
......
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