Compare commits

6 Commits

Author SHA1 Message Date
Sebastian Lundegård Kylander
a53014bec5 Add custom mana symbols for casting time 2026-04-16 02:25:00 +02:00
Sebastian Lundegård Kylander
7f0236243a Update rarity icon for bonus action 2026-04-16 02:24:46 +02:00
Sebastian Lundegård Kylander
53a0875ab1 Fix missing dependency on magic-mainframe-extras in m15-bigtext style 2026-04-16 00:03:47 +02:00
Sebastian Lundegård Kylander
0948bd0dc6 Add rarity icons for action, bonus action, and reaction 2026-04-13 00:22:48 +02:00
Sebastian Lundegård Kylander
92ebc53a26 Unignore all files under 'extras' directory for this fork 2026-04-13 00:22:20 +02:00
Sebastian Lundegård Kylander
842bb3b269 Hide non-magic templates in VSCode 2026-03-29 13:17:39 +02:00
12 changed files with 29 additions and 15 deletions

15
.gitignore vendored
View File

@@ -6,18 +6,3 @@
/sets/*
/files/*
/set symbols/*
# ignore everything with magic-mainframe-extras
/data/magic-mainframe-extras.mse-include/*
# include the include file and readme
!/data/magic-mainframe-extras.mse-include/include
!/data/magic-mainframe-extras.mse-include/readme.txt
# include the specific example files
!/data/magic-mainframe-extras.mse-include/examples
!/data/magic-mainframe-extras.mse-include/examples/*
# include mainframe shared files until we relocate them
!/data/magic-mainframe-extras.mse-include/mfsfiles
!/data/magic-mainframe-extras.mse-include/mfsfiles/*

26
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"data/archenemy*": true,
"data/herospath*": true,
"data/planechase*": true,
"data/saga*": true,
"data/space*": true,
"data/vanguard*": true,
"data/vs*": true
},
"hide-files.files": [
"data/archenemy*",
"data/herospath*",
"data/planechase*",
"data/saga*",
"data/space*",
"data/vanguard*",
"data/vs*"
]
}

View File

@@ -22,6 +22,9 @@ depends on:
depends on:
package: magic-mana-small.mse-symbol-font
version: 2007-09-23
depends on:
package: magic-mainframe-extras.mse-include
version: 2018-01-01
card width: 375

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB