sync with Full and prune

update templates to sync up with Full Pack
remove depreciated and full-pack exclusive templates
This commit is contained in:
cajun
2024-01-05 18:54:40 -06:00
parent a2e9c76161
commit 8e6d6c7198
16551 changed files with 777665 additions and 210108 deletions

View File

@@ -1,13 +1,49 @@
mse version: 0.3.8
version: 2015-12-13
version: 2020-02-07
# Symbol font in the 'futuristic' style, used for casting costs on futureshift cards
short name: Future Sight style
installer group: magic/Mana symbols/Future Sight style
position hint: 005
icon: mana_r.png
depends on:
package: magic-mainframe-extras.mse-include
version: 2018-01-01
image font size: 135
horizontal space: 2
#######Custom Mana Symbols
### Colored
symbol:
code: V/W
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "future/" + v_mana_name() + "_w.png"}
image font size: 120
enabled: {use_large_v_mana() and use_color_v_mana()}
symbol:
code: V/U
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "future/" + v_mana_name() + "_u.png"}
image font size: 120
enabled: {use_large_v_mana() and use_color_v_mana()}
symbol:
code: V/B
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "future/" + v_mana_name() + "_b.png"}
image font size: 120
enabled: {use_large_v_mana() and use_color_v_mana()}
symbol:
code: V/R
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "future/" + v_mana_name() + "_r.png"}
image font size: 120
enabled: {use_large_v_mana() and use_color_v_mana()}
symbol:
code: V/G
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "future/" + v_mana_name() + "_g.png"}
image font size: 120
enabled: {use_large_v_mana() and use_color_v_mana()}
symbol:
code: V
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "future/" + v_mana_name() + ".png"}
image font size: 120
enabled: {use_large_v_mana()}
symbol:
code: T
image: mana_t.png