Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
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
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
MyCard
magicseteditor
Commits
d7c2b31b
Commit
d7c2b31b
authored
Mar 28, 2017
by
AntiMetaman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Link monsters
parent
2500627e
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
188 additions
and
9 deletions
+188
-9
data/yugioh-standard.mse-style/card-link.png
data/yugioh-standard.mse-style/card-link.png
+0
-0
data/yugioh-standard.mse-style/link_marker_d.png
data/yugioh-standard.mse-style/link_marker_d.png
+0
-0
data/yugioh-standard.mse-style/link_marker_dl.png
data/yugioh-standard.mse-style/link_marker_dl.png
+0
-0
data/yugioh-standard.mse-style/link_marker_dr.png
data/yugioh-standard.mse-style/link_marker_dr.png
+0
-0
data/yugioh-standard.mse-style/link_marker_l.png
data/yugioh-standard.mse-style/link_marker_l.png
+0
-0
data/yugioh-standard.mse-style/link_marker_r.png
data/yugioh-standard.mse-style/link_marker_r.png
+0
-0
data/yugioh-standard.mse-style/link_marker_u.png
data/yugioh-standard.mse-style/link_marker_u.png
+0
-0
data/yugioh-standard.mse-style/link_marker_ul.png
data/yugioh-standard.mse-style/link_marker_ul.png
+0
-0
data/yugioh-standard.mse-style/link_marker_ur.png
data/yugioh-standard.mse-style/link_marker_ur.png
+0
-0
data/yugioh-standard.mse-style/style
data/yugioh-standard.mse-style/style
+116
-8
data/yugioh.mse-game/card_fields
data/yugioh.mse-game/card_fields
+68
-0
data/yugioh.mse-game/script
data/yugioh.mse-game/script
+1
-0
data/yugioh.mse-game/set_fields
data/yugioh.mse-game/set_fields
+1
-1
data/yugioh.mse-game/word/word_lists_en
data/yugioh.mse-game/word/word_lists_en
+2
-0
font/Eurostile Candy W01 Semibold.ttf
font/Eurostile Candy W01 Semibold.ttf
+0
-0
No files found.
data/yugioh-standard.mse-style/card-link.png
0 → 100644
View file @
d7c2b31b
632 KB
data/yugioh-standard.mse-style/link_marker_d.png
0 → 100644
View file @
d7c2b31b
8.5 KB
data/yugioh-standard.mse-style/link_marker_dl.png
0 → 100644
View file @
d7c2b31b
6.49 KB
data/yugioh-standard.mse-style/link_marker_dr.png
0 → 100644
View file @
d7c2b31b
6.5 KB
data/yugioh-standard.mse-style/link_marker_l.png
0 → 100644
View file @
d7c2b31b
8.47 KB
data/yugioh-standard.mse-style/link_marker_r.png
0 → 100644
View file @
d7c2b31b
8.25 KB
data/yugioh-standard.mse-style/link_marker_u.png
0 → 100644
View file @
d7c2b31b
8.65 KB
data/yugioh-standard.mse-style/link_marker_ul.png
0 → 100644
View file @
d7c2b31b
6.04 KB
data/yugioh-standard.mse-style/link_marker_ur.png
0 → 100644
View file @
d7c2b31b
5.82 KB
data/yugioh-standard.mse-style/style
View file @
d7c2b31b
...
...
@@ -139,6 +139,7 @@ card style:
fusion monster: card-fusion.png
token monster: card-token.png
xyz monster: card-xyz.png
link monster: card-link.png
obelisk: card-obelisk.png
slifer: card-slifer.png
ra: card-ra.png
...
...
@@ -318,6 +319,7 @@ card style:
else 8
else 8
else 8
visible: script: if is_link() then false else true
############################# Image
image:
left:
...
...
@@ -440,9 +442,9 @@ card style:
line height line max: 1.1
############################# Attack/Defense
attack:
left: 2
44
left: 2
63.5
top: 553.6
width:
56
width:
38
height: 21.5
z index: 3
alignment: right middle
...
...
@@ -457,9 +459,9 @@ card style:
size: 3
visible: script: if is_nmonster() then false else true
defense:
left: 3
29.5
left: 3
50
top: 553.6
width:
56
width:
38
height: 21.5
z index: 3
alignment: right middle
...
...
@@ -472,7 +474,113 @@ card style:
name: yugioh-text-replacements
alignment: middle center
size: 3
visible: script: if is_nmonster() then false else true
visible: script: if is_nmonster() or is_link() then false else true
###################### Link
link number:
left: 375.5
top: 553.6
height: 21.5
width: 12
z index: 3
alignment: right middle
font:
name: Eurostile Candy W01 Semibold
size: 12.5
color: rgb(20,20,20)
symbol font:
name: yugioh-text-replacements
alignment: shrink-overflow middle center
size: 7
visible: script: if is_nmonster() or not is_link() then false else true
###################### Link markers
Link Marker Up:
left: 163.5
top: 89.5
width: 93.5
height: 22.5
z index: 5
render style: image
popup style: in place
choice images:
yes: link_marker_u.png
visible: script: if is_link() then true else false
Link Marker UL:
left: 36.5
top: 97
width: 38
height: 38
z index: 5
render style:image
popup style: in place
choice images:
yes: link_marker_ul.png
visible: script: if is_link() then true else false
Link Marker UR:
left: 347.5
top: 97
width: 38
height: 38
z index: 5
render style:image
popup style: in place
choice images:
yes: link_marker_ur.png
visible: script: if is_link() then true else false
Link Marker Down:
left: 164
top: 429.5
width: 93.5
height: 22.5
z index: 5
render style:image
popup style: in place
choice images:
yes: link_marker_d.png
visible: script: if is_link() then true else false
Link Marker DL:
left: 36.5
top: 406.5
width: 38
height: 38
z index: 5
render style:image
popup style: in place
choice images:
yes: link_marker_dl.png
visible: script: if is_link() then true else false
Link Marker DR:
left: 347
top: 406.5
width: 38
height: 38
z index: 5
render style:image
popup style: in place
choice images:
yes: link_marker_dr.png
visible: script: if is_link() then true else false
Link Marker Left:
left: 29
top: 224
width: 22.5
height: 93.5
z index: 5
render style:image
popup style: in place
choice images:
yes: link_marker_l.png
visible: script: if is_link() then true else false
Link Marker Right:
left: 370.5
top: 224
width: 22.5
height: 93.5
z index: 5
render style:image
popup style: in place
choice images:
yes: link_marker_r.png
visible: script: if is_link() then true else false
############################# Card sorting / numbering
############################# Copyright stuff
rarity:
...
...
@@ -520,9 +628,9 @@ card style:
###################### pendulum
pendulum:
left: 14.5
top:
273
top:
316.5
width: 392
height:
175
height:
86
z index: -1
render style:image list
popup style: in place
...
...
@@ -794,7 +902,7 @@ extra card style:
render style:image list
choice images:
bg: pendulum/pendulum.png
visible: script: if is_nopendulum() then false else true
visible: script: if is_nopendulum()
or is_link()
then false else true
bar:
left: 35
top : 554
...
...
data/yugioh.mse-game/card_fields
View file @
d7c2b31b
...
...
@@ -12,6 +12,7 @@ card field:
choice: fusion monster
choice: token monster
choice: xyz monster
choice: link monster
choice: obelisk
choice: slifer
choice: ra
...
...
@@ -237,6 +238,63 @@ card field:
name: pendulum scale 2
save value: true
show statistics: false
############################# Link Markers
card field:
type: choice
name: Link Marker Up
choice: none
choice: yes
save value: yes
show statistics: false
card field:
type: choice
name: Link Marker UL
choice: none
choice: yes
save value: yes
show statistics: false
card field:
type: choice
name: Link Marker UR
choice: none
choice: yes
save value: yes
show statistics: false
card field:
type: choice
name: Link Marker Down
choice: none
choice: yes
save value: yes
show statistics: false
card field:
type: choice
name: Link Marker DL
choice: none
choice: yes
save value: yes
show statistics: false
card field:
type: choice
name: Link Marker DR
choice: none
choice: yes
save value: yes
show statistics: false
card field:
type: choice
name: Link Marker Left
choice: none
choice: yes
save value: yes
show statistics: false
card field:
type: choice
name: Link Marker Right
choice: none
choice: yes
save value: yes
show statistics: false
############################# Attack/Defense
card field:
type: text
...
...
@@ -258,6 +316,16 @@ card field:
card list width: 33
card list name: DEF
description: & = unlimited 无限
############################ Link
card field:
type: text
name: link number
save value: true
script: a_and_d_filter(value)
card list visible: true
card list column: 5
card list name: Link
card list width: 33
############################# Copyright stuff
card field:
type: choice
...
...
data/yugioh.mse-game/script
View file @
d7c2b31b
...
...
@@ -3,6 +3,7 @@
is_12star :={ remove_tags(card.level) == "************" }
is_13star :={ remove_tags(card.level) == "*************" }
is_blmonster := {card.card_type == "dark synchro monster" or card.card_type == "xyz monster"}
is_link := {card.card_type == "link monster"}
is_tw := { set.language == "TW" }
is_cn := { set.language == "CN" }
is_en := { set.language == "EN" }
...
...
data/yugioh.mse-game/set_fields
View file @
d7c2b31b
...
...
@@ -22,7 +22,7 @@ set field:
set field:
type: text
name: edition
default: "
MSE
Edition"
default: "
AM
Edition"
description: such as "DUEL TERMINAL"
set field:
type: text
...
...
data/yugioh.mse-game/word/word_lists_en
View file @
d7c2b31b
...
...
@@ -25,6 +25,8 @@ word list:
word: Divine-Beast
word: Created-Divine
word: Wyrm
word: Cyberse
word: Charisma
word list:
name: ENeffect
word: Synchro
...
...
font/Eurostile Candy W01 Semibold.ttf
0 → 100644
View file @
d7c2b31b
File added
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