Commit c28dcca5 authored by nanahira's avatar nanahira

add CCG

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