Commit 16d61a43 authored by 柯南's avatar 柯南 Committed by GitHub

Merge pull request #28 from shadowfox87/master

Add Link type
parents 87dd05f7 5190b4f6
This diff is collapsed.
################ 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
......@@ -14,6 +17,7 @@
0x10 LIGHT
0x20 DARK
0x40 DIVINE
0x80 LAUGH
##level
0x0 Level/Rank/Link
0x1 1★
......@@ -98,7 +102,8 @@
0x200000 Divine-Beast
0x400000 Creator God
0x800000 Wyrm
0x1000000 Cyverse
0x1000000 Cyberse
0x100000000 Charisma
##type
0x1 Monster
0x2 Spell
......
......@@ -104,7 +104,7 @@ MainForm.mainMenu.menuitem_closeall Close All
0xf It's up to date.\nDo you want to download it again?
0x10 Check update fail. Please Check Network.
0x11 Find a new version,\nIf Download it?
0x12 File doesn't exists!
0x12 File doesn't exist!
0x13 No selected database!
0x14 select database file
0x15 select ydk file
......@@ -135,7 +135,7 @@ MainForm.mainMenu.menuitem_closeall Close All
0x2e Cutting Images...
0x2f Cut Images OK
0x30 No Selected Cards
0x31 Replace image when it exists?
0x31 Replace Image when it exists?
0x32 Converting Images
0x33 Convert Images OK
0x34 Compression DataBase OK
......
......@@ -5,19 +5,19 @@
########################### Chs 2 Cht
cn2tw = false
########################### Setting
maxcount = 200
maxcount = 3000
imagepath = ./Images
########################### Artwork
reimage = false
width = 319
height = 317
pwidth = 363
pheight= 275
width = 618
height = 618
pwidth = 710
pheight= 530
########################### Spell/Trap
spell = [Spell Card%%]
trap = [Trap Card%%]
spell = %%
trap = %%
############################ language,style,other setting
head = mse version: 0.3.8\r\ngame: yugioh\r\nstylesheet: standard\r\nset info:\r\n\tlanguage: EN\r\n\tedition: \r\n\tST mark is text: no\r\n\tpendulum image is small: yes
head = mse version: 0.3.8\r\ngame: yugioh\r\nstylesheet: standard\r\nset info:\r\n\tlanguage: EN\r\n\tedition: \r\n\tST mark is text: yes\r\n\tpendulum image is small: yes
end = version control:\n\ttype: none\napprentice code:
############################ Text
text = Pendulum Text :\n%ptext%\nMonster Text :\n%text%\n
......@@ -27,7 +27,9 @@ monster-text = (?:Monster Effect|Flavor Text) \]\s*\n([\S\s]*)
########################### Replace
#replace = \s <sym-auto>^</sym-auto>
#replace = ([A-Z]) <i>$1</i>
###########################
########################### no.10's card
no10 = false
no_star_cards = 1686814,52653092,65305468
##race
race 0x1 Warrior
race 0x2 Spellcaster
......@@ -53,33 +55,34 @@ race 0x100000 Psychic
race 0x200000 Divine-Beast
race 0x400000 Creator God
race 0x800000 Wyrm
race 0x1000000 Charisma
race 0x1000000 Cyberse
race 0x100000000 Charisma
###########################
##type
type 0x1 Monster
type 0x2 Spell
type 0x4 Trap
type 0x1 Monster
type 0x2 Spell
type 0x4 Trap
type 0x8 N/A
type 0x10 Normal
type 0x20 Effect
type 0x40 Fusion
type 0x80 Ritual
type 0x100 T-Monster
type 0x200 Spirit
type 0x400 Union
type 0x800 Gemini
type 0x1000 Tuner
type 0x2000 Synchro
type 0x4000 Token
type 0x10 Normal
type 0x20 Effect
type 0x40 Fusion
type 0x80 Ritual
type 0x100 T-Monster
type 0x200 Spirit
type 0x400 Union
type 0x800 Gemini
type 0x1000 Tuner
type 0x2000 Synchro
type 0x4000 Token
type 0x8000 N/A
type 0x10000 Quick-Play
type 0x20000 Continuous
type 0x40000 Equip
type 0x80000 Field
type 0x100000 Counter
type 0x200000 Flip
type 0x400000 Toon
type 0x800000 Xyz
type 0x1000000 Pendulum
type 0x40000 Equip
type 0x80000 Field
type 0x100000 Counter
type 0x200000 Flip
type 0x400000 Toon
type 0x800000 Xyz
type 0x1000000 Pendulum
type 0x4000000 Link
##########################
\ No newline at end of file
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