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
5ad9f35a
Commit
5ad9f35a
authored
Oct 28, 2008
by
artfreakwiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No commit message
No commit message
parent
1137fc1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
data/yugioh-standard.mse-style/card-ritual.jpg
data/yugioh-standard.mse-style/card-ritual.jpg
+0
-0
data/yugioh-standard.mse-style/style
data/yugioh-standard.mse-style/style
+13
-4
No files found.
data/yugioh-standard.mse-style/card-ritual.jpg
View replaced file @
1137fc1b
View file @
5ad9f35a
81.2 KB
|
W:
|
H:
91.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
data/yugioh-standard.mse-style/style
View file @
5ad9f35a
...
@@ -91,6 +91,7 @@ card style:
...
@@ -91,6 +91,7 @@ card style:
else if card.rarity=="ultimate rare" then rgb(60,0,0)
else if card.rarity=="ultimate rare" then rgb(60,0,0)
else if card.rarity=="parallel rare" then rgb(216,199,53)
else if card.rarity=="parallel rare" then rgb(216,199,53)
else if card.rarity=="gold tech" then rgb(216,199,53)
else if card.rarity=="gold tech" then rgb(216,199,53)
else if card.card_type=="dark synchro monster" then rgb(255,255,255)
else if is_nmonster() then rgb(255,255,255)
else if is_nmonster() then rgb(255,255,255)
else rgb(0,0,0)
else rgb(0,0,0)
attribute:
attribute:
...
@@ -164,7 +165,9 @@ card style:
...
@@ -164,7 +165,9 @@ card style:
font:
font:
name: Palatino Linotype
name: Palatino Linotype
size: 8
size: 8
color: rgb(0,0,0)
color:
script: if card.card_type=="dark synchro monster" then rgb(255,255,255)
else rgb(0,0,0)
edition:
edition:
left: 43
left: 43
top: 380
top: 380
...
@@ -174,7 +177,9 @@ card style:
...
@@ -174,7 +177,9 @@ card style:
font:
font:
name: Palatino Linotype Bold
name: Palatino Linotype Bold
size: 8
size: 8
color: rgb(0,0,0)
color:
script: if card.card_type=="dark synchro monster" then rgb(255,255,255)
else rgb(0,0,0)
############################# Text box
############################# Text box
rule text:
rule text:
left: 35
left: 35
...
@@ -251,7 +256,9 @@ card style:
...
@@ -251,7 +256,9 @@ card style:
font:
font:
name: Palatino Linotype
name: Palatino Linotype
size: 8
size: 8
color: rgb(0,0,0)
color:
script: if card.card_type=="dark synchro monster" then rgb(255,255,255)
else rgb(0,0,0)
rarity:
rarity:
left: 332
left: 332
top : 492
top : 492
...
@@ -290,7 +297,9 @@ card style:
...
@@ -290,7 +297,9 @@ card style:
font:
font:
name: Palatino Linotype
name: Palatino Linotype
size: 7
size: 7
color: rgb(0,0,0)
color:
script: if card.card_type=="dark synchro monster" then rgb(255,255,255)
else rgb(0,0,0)
############################################extra card field:
############################################extra card field:
extra card field:
extra card field:
type: choice
type: choice
...
...
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