Commit 95f85bcb authored by ke yongyu's avatar ke yongyu Committed by GitHub

Merge pull request #18 from shadowfox87/master

Cyberse to Cyverse
parents ada9b289 143b2521
......@@ -653,7 +653,7 @@ public Card ReadCard(string content, out string img)
GetValue(content, TAG_TYPE2),
GetValue(content, TAG_TYPE3),
GetValue(content, TAG_TYPE4),
GetValue(content, TAG_TYPE5));
GetValue(content, TAG_TYPE5));
long t = GetSpellTrapType(GetValue(content, TAG_LEVEL));
//不是魔法,陷阱卡片的星数
if (!(c.IsType(CardType.TYPE_SPELL)
......
################ use tab
################ use tab
##rule
0x0 Rule
0x1 OCG
0x2 TCG
0x3 OCG&TCG
0x4 Anime/DIY
0x8 Illegal
0x16 VG
0x32 Custom
##attribute
0x0 Attribute
0x1 EARTH
0x2 WATER
0x4 FIRE
0x8 WIND
0x10 LIGHT
0x20 DARK
0x40 DIVINE
0x10 LIGHT
0x20 DARK
0x40 DIVINE
##level
0x0 Level/Rank
0x0 Level/Rank/Link
0x1 1★
0x2 2★
0x3 3★
......@@ -100,7 +97,7 @@
0x200000 Divine-Beast
0x400000 Creator God
0x800000 Wyrm
0x1000000 Cyberse
0x1000000 Cyverse
##type
0x1 Monster
0x2 Spell
......
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