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
b7fdf553
Commit
b7fdf553
authored
Jan 10, 2009
by
pichoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating pack structures for Vanguard, VS, and Yugioh.
parent
7cd24d39
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
15 deletions
+15
-15
data/vanguard.mse-game/game
data/vanguard.mse-game/game
+3
-3
data/vs.mse-game/game
data/vs.mse-game/game
+1
-1
data/vs.mse-game/packs
data/vs.mse-game/packs
+5
-5
data/yugioh.mse-game/game
data/yugioh.mse-game/game
+6
-6
No files found.
data/vanguard.mse-game/game
View file @
b7fdf553
...
...
@@ -5,7 +5,7 @@ installer group: Magic Vanguard/game files
icon: card-sample.png
position hint: 02
version: 200
8-12-2
9
version: 200
9-01-0
9
# Author : Wolfwood
# Most stuff is copy/pasted from magic.mse-game
...
...
@@ -436,9 +436,9 @@ auto replace:
match: AAA
replace: as an additional cost to play
############################################################## Card pack items
pack
item
:
pack
type
:
name: card
filter:
card.name != ""
filter:
nil
############################################################## Card packs
pack type:
name: booster pack
...
...
data/vs.mse-game/game
View file @
b7fdf553
...
...
@@ -5,7 +5,7 @@ installer group: VS System/game files
icon: card-back.png
position hint: 3
version: 2009-01-0
4
version: 2009-01-0
9
depends on:
package: vs-common.mse-include
version: 2008-09-23
...
...
data/vs.mse-game/packs
View file @
b7fdf553
############################################################## Card pack items
pack
item
:
pack
type
:
name: rare
filter: card.rarity == "rare"
pack
item
:
pack
type
:
name: uncommon
filter: card.rarity == "uncommon"
pack
item
:
pack
type
:
name: common
filter: card.rarity == "common"
pack
item
:
pack
type
:
name: promo
filter: card.rarity == "promo"
pack
item
:
pack
type
:
name: random non-rare foil
filter: card.rarity == "common" or card.rarity == "uncommon"
############################################################## Card packs
...
...
data/yugioh.mse-game/game
View file @
b7fdf553
mse version: 0.3.
7
mse version: 0.3.
8
short name: Yu-Gi-Oh!
installer group: Yugioh/Game Files
icon: card-back.png
position hint: 4
version: 200
8-11-13
version: 200
9-01-09
############################################################## Functions & filters
## Copied and Pasted from vs.mse-game, with a few modifications
...
...
@@ -482,16 +482,16 @@ word list:
word: Tuner
word: Union
############################################################## Card pack items
pack
item
:
pack
type
:
name: rare
filter: card.rarity != "common"
pack
item
:
pack
type
:
name: common
filter: card.rarity == "common"
pack
item
:
pack
type
:
name: gold
filter: card.rarity == "gold tech"
pack
item
:
pack
type
:
name: card
filter: card.number != ""
############################################################## Card packs
...
...
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