Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
MSE201_w_ygos10
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
List
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
Nemo Ma
MSE201_w_ygos10
Commits
77151ca2
Commit
77151ca2
authored
Oct 24, 2020
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
make Lyris' implemention fully work in original style
parent
c2f366b0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
5 deletions
+27
-5
Sample.mse-set
Sample.mse-set
+0
-0
data/yugioh-series10.mse-style/style
data/yugioh-series10.mse-style/style
+16
-5
data/yugioh.mse-game/card_fields
data/yugioh.mse-game/card_fields
+11
-0
No files found.
Sample.mse-set
View file @
77151ca2
No preview for this file type
data/yugioh-series10.mse-style/style
View file @
77151ca2
...
...
@@ -25,6 +25,7 @@ card height: 614
card dpi: 178.0156
############################################################## Extra scripts
############################################################## Extra style
styling field:
type: info
...
...
@@ -212,11 +213,6 @@ styling field:
choice: 20thser
choice: custom1
choice: customvirtualsan
styling field:
type: boolean
name: is link card
description: 是否为链接魔陷卡 Choosing "Yes" will apply the Link frame even if it's not a Link Monster, used for Link Spell/Traps.
initial: no
styling field:
type: info
name: Text Formatting
...
...
@@ -289,6 +285,19 @@ styling field:
name: is ZARC card
description: 是否是霸王龙ZARC卡模 Set the pendulum monster to be ZARC monster.
initial: no
styling field:
type: info
name: Advanced Options
styling field:
type: boolean
name: is link card
description: 是否为链接魔陷卡 Choosing "Yes" will apply the Link frame even if it's not a Link Monster, used for Link Spell/Traps.
initial: no
#styling field:
# type: boolean
# name: force not pendulum card
# description: 强迫将卡片不作为灵摆处理 Force the card to NOT be a pendulum card.
# initial: no
styling style:
language:
render style: both
...
...
@@ -332,6 +341,8 @@ styling style:
ultrafoil: /yugioh.mse-game/icons/ultrafoilpreview.png
20thser: /yugioh.mse-game/icons/collectborderpreview.png
20thserpendulum: /yugioh.mse-game/icons/collectborderpreview.png
#script:
# if styling.force_not_pendulum_card then card.pendulum == "none"
############################################################## Card fields
card style:
############################# Background stuff
...
...
data/yugioh.mse-game/card_fields
View file @
77151ca2
...
...
@@ -89,6 +89,17 @@ card field:
choice: conjoint pandemonium
choice: conjoint relay
choice: conjoint pendulum pandemonium
#Making Lyris' changes work with the original variant.
script:
if card.card_type == "pendulum normal monster" or
card.card_type == "pendulum effect monster" or
card.card_type == "pendulum fusion monster" or
card.card_type == "pendulum ritual monster" or
card.card_type == "pendulum synchro monster" or
card.card_type == "pendulum dark synchro monster" or
card.card_type == "pendulum xyz monster"
then "pendulum"
else "none"
############################# Link Marker Border
card field:
...
...
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