---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
cajun
2024-10-01 08:34:46 -05:00
committed by GitHub
parent d1b3bdac74
commit 5016c6efa2
32836 changed files with 65408 additions and 48862 deletions

View File

@@ -5,19 +5,19 @@ installer group: magic/game files
icon: card-back.png
position hint: 01
version: 2020-04-25
version: 2024-10-01
depends on:
package: magic-blends.mse-include
version: 2014-06-25
version: 2024-10-01
depends on:
package: magic-watermarks.mse-include
version: 2007-09-23
package: magic-modules.mse-include
version: 2024-10-01
############################################################## The script
############################################################## Load the main scripts
init script: include file: script
############################################################## Lots of lists
############################################################## Load all the fields and lists
################## There be dragons here. -Liosan ##########################
include file: card_fields
@@ -26,22 +26,27 @@ include file: statistics
include file: add_cards_scripts
include file: packs
include file: keywords
include file: keywords_custom
include file: word_lists
include file: auto_replace
#### Add/overwrite things in this file rather than editing the above files
include file: custom_addons
############################################################## Other stuff
#### Determine the color in the card columns
card list color script:
input := card.card_color
if input == "white" then rgb(156,130,90)
else if input == "blue" then rgb(0,64,168)
else if input == "black" then rgb(0,0,0)
else if input == "red" then rgb(168,0,0)
else if input == "green" then rgb(0,168,0)
else if input == "pink" then rgb(210,60,140)
if input == "white" then rgb(156,130,90)
else if input == "blue" then rgb(0,64,168)
else if input == "black" then rgb(0,0,0)
else if input == "red" then rgb(168,0,0)
else if input == "green" then rgb(0,168,0)
else if input == "pink" then rgb(210,60,140)
else if input == "purple" then rgb(150,100,160)
else if input == "yellow" then rgb(190,200,50)
else if input == "brown" then rgb(51, 10, 0)
else if input == "orange" then rgb(255, 51, 0)
else (
artifact := chosen(choice:"artifact")
land := chosen(choice:"land")