27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
# 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")
|
|
)
|
|
)
|
|
)
|
|
)
|
|
}
|