Files
CajunAvenger eda330eee8 Initial commit
2021-07-09 02:07:58 -05:00

8 lines
1.0 KiB
Plaintext

# Watermark images
choice images:
invocation: { set_combine(combine:"shadow", set_alpha(alpha: 0.9, 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")))))}
glow: { set_combine(combine:"glow", set_alpha(alpha: 0.3, 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")))))}
invocationmaster: { set_combine(combine:"shadow", set_alpha(alpha: 0.9, 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.masterpiece_symbol, variation: "watermark")))))}
glowmaster: { set_combine(combine:"glow", set_alpha(alpha: 0.3, 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.masterpiece_symbol, variation: "watermark")))))}