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
b7ea226e
Commit
b7ea226e
authored
Jul 23, 2009
by
pichoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops. Made some mistakes with some defaults I just added.
parent
dc144c2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
data/magic.mse-game/card_fields
data/magic.mse-game/card_fields
+2
-2
No files found.
data/magic.mse-game/card_fields
View file @
b7ea226e
...
@@ -260,13 +260,13 @@ card field:
...
@@ -260,13 +260,13 @@ card field:
name: loyalty cost 4
name: loyalty cost 4
show statistics: false
show statistics: false
description: The loyalty cost for the fourth ability of a planeswalker
description: The loyalty cost for the fourth ability of a planeswalker
default:
{if card.power == "" then card.power_2 else card.power}
#For back compatibility with past templates. Take out a couple versions after 0.3.8
default:
if card.power_2 !="" then card.power_2 else card.power
#For back compatibility with past templates. Take out a couple versions after 0.3.8
card field:
card field:
type: text
type: text
name: loyalty cost 5
name: loyalty cost 5
show statistics: false
show statistics: false
description: The loyalty cost for the fifth ability of a planeswalker
description: The loyalty cost for the fifth ability of a planeswalker
default:
{card.toughness_2}
#For back compatibility with past templates. Take out a couple versions after 0.3.8
default:
card.toughness_2
#For back compatibility with past templates. Take out a couple versions after 0.3.8
############################# PT
############################# PT
card field:
card field:
type: text
type: text
...
...
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