Initial commit

This commit is contained in:
CajunAvenger
2021-07-08 17:16:53 -05:00
parent b056d1de65
commit b582d03f6a
11645 changed files with 206724 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
mse version: 2.0.0
full name: Magic The Gathering Hero's Path watermarks
version: 2014-01-09
# This file doesn't do anything, other files in this directory can be included
# in game/style files:
# watermarks Includes references to the watermark images, to be used in a style file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@@ -0,0 +1,19 @@
# The watermark choices
# Included by a game file
choice:
name: none
line below: true
choice:
name: quest icons
choice: quest 1
choice: quest 2
choice: quest 3
choice: quest 4
choice: quest 5
choice: quest 6
choice: quest 7
choice: quest 8
choice: quest 9
choice:
name: set symbol

View File

@@ -0,0 +1,26 @@
# Watermark images
choice images:
quest icons quest 1: script: set_alpha(alpha: 0.4, input:"/herospath-watermarks.mse-include/quest1.png")
quest icons quest 2: script: set_alpha(alpha: 0.4, input:"/herospath-watermarks.mse-include/quest2.png")
quest icons quest 3: script: set_alpha(alpha: 0.4, input:"/herospath-watermarks.mse-include/quest3.png")
quest icons quest 4: script: set_alpha(alpha: 0.4, input:"/herospath-watermarks.mse-include/quest4.png")
quest icons quest 5: script: set_alpha(alpha: 0.4, input:"/herospath-watermarks.mse-include/quest5.png")
quest icons quest 6: script: set_alpha(alpha: 0.4, input:"/herospath-watermarks.mse-include/quest6.png")
quest icons quest 7: script: set_alpha(alpha: 0.4, input:"/herospath-watermarks.mse-include/quest7.png")
quest icons quest 8: script: set_alpha(alpha: 0.4, input:"/herospath-watermarks.mse-include/quest8.png")
quest icons quest 9: script: set_alpha(alpha: 0.4, input:"/herospath-watermarks.mse-include/quest9.png")
set symbol:
{ set_combine(combine:"shadow",
set_alpha(
alpha: 0.5,
#symbol_variation(symbol: set.symbol, variation: "common")
drop_shadow(offset_x: -0.01, offset_y: 0.03, blur_radius: 0.02, alpha: 1, color: rgb(0,0,0),
enlarge(border_size: 0.03,
symbol_variation(symbol: set.symbol, variation: "watermark")
)
)
)
)
}