Commit 0af2956d authored by ke yongyu's avatar ke yongyu Committed by GitHub

Merge pull request #3 from shadowfox87/master

Upgrade to 421x614+Link fixes
parents f9a6eac9 59c332d8
......@@ -7,7 +7,7 @@ installer group: Yugioh/Symbol Fonts/Level Symbols
# Symbol font for level symbols
image font size: 16
horizontal space: 0
horizontal space: 3
symbol:
code: %
......@@ -74,7 +74,7 @@ symbol:
code: *
image: dstar.png
enabled: {card.card_type == "dark synchro monster"}
image font size: 17.95
image font size: 16.5
symbol:
code: *
image: xyzstar.png
......
This diff is collapsed.
......@@ -131,6 +131,11 @@ card field:
name: type 4
script: card_class_filter(value)
default: if contains(card.type2, match:get_sep()) then split_text(match:get_sep(), card.type2).2 else "" # Remove when card.type2 is removed.
card field:
type: text
name: type 5
script: card_class_filter(value)
default: if contains(card.type2, match:get_sep()) then split_text(match:get_sep(), card.type3).3 else "" # Remove when card.type2 is removed.
card field:
type: text
name: monster type
......@@ -148,6 +153,8 @@ card field:
field3: card.type_3,
separator3: get_sep(),
field4: card.type_4,
separator4: get_sep(),
field5: card.type_5,
soft_before_empty: true,
hide_when_empty: true
)
......@@ -160,6 +167,8 @@ card field:
field3: card.type_3,
separator3: get_sepex(card.type_4),
field4: card.type_4,
separator4: get_sepex(card.type_5),
field5: card.type_5,
prefix: if remove_tags(card.type_1)==" " then "" else if is_jp() then "【" else if is_en() then "[" else "<sym-auto>[</sym-auto>",
suffix: if remove_tags(card.type_1)==" " then "" else if is_jp() then "】" else if is_en() then "]" else "<sym-auto>]</sym-auto>",
soft_before_empty: true,
......@@ -392,6 +401,13 @@ card field:
editable: false
default: small_type(card.type_4)
save value: false
card field:
type: text
name: small type 5
show statistics: false
editable: false
default: small_type(card.type_5)
save value: false
############################
card field:
type: text
......
......@@ -11,6 +11,7 @@
is_ko := { set.language == "KO" }
hide_gamecode := {set.hide_gamecode == "yes"}
hide_foil := {set.hide_foil == "yes"}
st_has_text :={ set.ST_mark_is_text=="yes"}
get_sep := {if is_en() or is_ko() then " / " else if is_cn()then "<i>/</i>" else "/" }
......
......@@ -12,7 +12,7 @@ set field:
set field:
type: choice
name: language
initial: TW
initial: EN
choice: CN
choice: TW
choice: JP
......@@ -22,12 +22,12 @@ set field:
set field:
type: text
name: edition
default: "AM Edition"
default: "LIMITED Edition"
description: such as "DUEL TERMINAL"
set field:
type: text
name: author
default: "Your Name"
default: "AntiMetaman"
description: 247321453
set field:
type: text
......@@ -56,11 +56,31 @@ set field:
name: hide gamecode
description: 隐藏密码,最好先写好密码,再导出的时候再设置这个
initial: no
set field:
type: boolean
name: hide copyright
description: 隐藏密码,最好先写好密码,再导出的时候再设置这个
initial: no
set field:
type: boolean
name: hide edition
description: 隐藏密码,最好先写好密码,再导出的时候再设置这个
initial: no
set field:
type: boolean
name: hide number
description: 隐藏密码,最好先写好密码,再导出的时候再设置这个
initial: false
set field:
type: boolean
name: hide foil
description: 隐藏密码,最好先写好密码,再导出的时候再设置这个
initial: false
set field:
type: boolean
name: ST mark is text
description: 魔法陷阱的符号带标志文字?用于OCG制作
initial: no
initial: yes
set field:
type: boolean
name: copyright images
......@@ -70,7 +90,7 @@ set field:
type: boolean
name: pendulum image is small
description: pendulum image is small? Pendulum怪兽的中间图,不包含P的描述区域?用于YGOCORE
initial: no
initial: yes
############################# Default style
default set style:
Set Options:
......
......@@ -25,6 +25,7 @@ word list:
word: 幻神兽族
word: 创造神族
word: 幻龙族
word: 电子界
word list:
name: CNeffect
word: 同调
......@@ -32,7 +33,9 @@ word list:
word: 融合
word: 仪式
word: 效果
word: 连接
word: 调整
word: 连接
word: 灵魂
word: 卡通
word: 二重
......
@echo off
cd update
echo check...
cd /d "%~dp0/update"
if exist update_new.exe move /y update_new.exe update.exe
echo start download
update.exe
pause
\ No newline at end of file
start update.exe -d "%~dp0" "https://github.com/247321453/MagicSetEditor2/raw/master/"
exit
\ No newline at end of file
This diff is collapsed.
2017/3/30 13:39:55
\ No newline at end of file
2015-5-24 9:52:20
\ 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