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
9e07d661
Commit
9e07d661
authored
Sep 27, 2008
by
pichoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added field descriptions when missing.
Possible fix for affiliation separator problem.
parent
7deb4392
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
4 deletions
+29
-4
data/vs.mse-game/game
data/vs.mse-game/game
+29
-4
No files found.
data/vs.mse-game/game
View file @
9e07d661
...
...
@@ -235,8 +235,15 @@ init script:
word_count := break_text@(match:"[^[:space:]]+") + length
separator_type := {
if contains(card.shape, match:"old") then " <sym>@</sym> " else " • "
if contains(card.shape, match:"old") then (
if team2 != "<word-list-affiliation2></word-list-affiliation2>" then " <sym>@</sym> "
else " "
)
else " • "
}
#separator_type := {
# if contains(card.shape, match:"old") then " <sym>@</sym> " else " • "
#}
only_first := replace@(match:"card.team", replace:"")
...
...
@@ -367,6 +374,7 @@ card field:
choice: planet
default: card_type()
show statistics: false
description: The frame of the card.
############################# Name line
card field:
type: text
...
...
@@ -401,7 +409,7 @@ card field:
card list visible: true
card list column: 1
card list width: 200
description: The name of the card, use @ for a diamond
description: The name of the card, use @ for a diamond
.
card field:
type: text
name: cost
...
...
@@ -412,6 +420,7 @@ card field:
card list alignment: right
card list width: 37
card list name: Cost
description: The cost of the card.
############################# Image
card field:
type: image
...
...
@@ -500,6 +509,7 @@ card field:
card list visible: true
card list column: 2
show statistics: false
description: The version of the card.
############################# Card ID
card field:
type: text
...
...
@@ -557,11 +567,12 @@ card field:
choice: promo
default: set.set_rarity
icon: stats/rarity.png
description: The rarity of the card.
############################# Affiliation
card field:
type: text
name: separator
script: separator_type(
value
)
script: separator_type(
team2: card.team_2_of_2
)
editable: false
show statistics: false
card field:
...
...
@@ -589,6 +600,12 @@ card field:
hide_when_empty: true
)
description: The team of the card, use ` for a separator for dual cards
card field:
type: text
name: separator 2
script: separator_type(team2: card.team_2_of_2_2)
editable: false
show statistics: false
card field:
type: text
name: team 2
...
...
@@ -644,6 +661,7 @@ card field:
name: flavor text
show statistics: false
multi line: true
description: Flavor text of the card.
card field:
type: choice
name: watermark
...
...
@@ -662,6 +680,7 @@ card field:
card list width: 33
card list name: ATK
card list alignment: right
description: The attack of the card.
card field:
type: text
name: defence
...
...
@@ -673,12 +692,14 @@ card field:
card list width: 33
card list name: DEF
card list alignment: right
description: The defence of the card.
############################# Copyright stuff
card field:
type: text
name: illustrator
default: set.artist
icon: stats/illustrator.png
description: The artist for the card.
card field:
type: text
name: copyright
...
...
@@ -686,7 +707,7 @@ card field:
default: set.copyright
multi line: true
show statistics: false
description: The copyright line of the card.
###############################################
########################### For New style cards
card field:
...
...
@@ -721,6 +742,7 @@ card field:
else (value)
show statistics: false
save value: true
description: Flight and range icons for the card.
card field:
type: choice
name: ongoing
...
...
@@ -728,18 +750,21 @@ card field:
choice: ongoing
initial: none
script: symbol_default()
description: Ongoing icons for the card.
card field:
type: choice
name: affiliation
editable: false
initial: none
include file: /vs-common.mse-include/watermark-names
description: First affiliation icon for the card.
card field:
type: choice
name: affiliation2
editable: false
initial: none
include file: /vs-common.mse-include/dual-affiliation
description: Second affiliation icon for the card.
############################################################# Extra Statistics
statistics dimension:
name: keywords
...
...
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