Initial commit
7
data/herospath-watermarks.mse-include/include
Normal 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
|
||||
BIN
data/herospath-watermarks.mse-include/original images/quest1.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
data/herospath-watermarks.mse-include/original images/quest2.png
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
data/herospath-watermarks.mse-include/original images/quest3.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
data/herospath-watermarks.mse-include/original images/quest4.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
data/herospath-watermarks.mse-include/original images/quest5.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
data/herospath-watermarks.mse-include/original images/quest6.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
data/herospath-watermarks.mse-include/original images/quest7.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
data/herospath-watermarks.mse-include/original images/quest8.png
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
data/herospath-watermarks.mse-include/original images/quest9.png
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
data/herospath-watermarks.mse-include/quest1.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
data/herospath-watermarks.mse-include/quest2.png
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
data/herospath-watermarks.mse-include/quest3.png
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
data/herospath-watermarks.mse-include/quest4.png
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
data/herospath-watermarks.mse-include/quest5.png
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
data/herospath-watermarks.mse-include/quest6.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
data/herospath-watermarks.mse-include/quest7.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
data/herospath-watermarks.mse-include/quest8.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
data/herospath-watermarks.mse-include/quest9.png
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
19
data/herospath-watermarks.mse-include/watermark-names
Normal 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
|
||||
26
data/herospath-watermarks.mse-include/watermarks
Normal 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")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
||||