Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
DataEditorX
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dark_Zane
DataEditorX
Commits
c28dcca5
Commit
c28dcca5
authored
Jul 22, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add CCG
parent
79e724fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
DataEditorX/Core/Info/CardRule.cs
DataEditorX/Core/Info/CardRule.cs
+4
-0
DataEditorX/data/cardinfo_chinese.txt
DataEditorX/data/cardinfo_chinese.txt
+3
-1
DataEditorX/data/cardinfo_english.txt
DataEditorX/data/cardinfo_english.txt
+4
-2
No files found.
DataEditorX/Core/Info/CardRule.cs
View file @
c28dcca5
...
...
@@ -13,5 +13,9 @@ public enum CardRule : int
OCGTCG
=
3
,
/// <summary>DIY,原创卡</summary>
DIY
=
4
,
/// <summary>简体中文</summary>
CCG
=
9
,
/// <summary>简体中文/TCG</summary>
CCG
=
0xa
,
}
}
DataEditorX/data/cardinfo_chinese.txt
View file @
c28dcca5
...
...
@@ -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
DataEditorX/data/cardinfo_english.txt
View file @
c28dcca5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment