[required] Add orange field
This commit is contained in:
@@ -1103,7 +1103,8 @@ primary_card_color := {
|
||||
black := chosen(choice:"black")
|
||||
red := chosen(choice:"red")
|
||||
green := chosen(choice:"green")
|
||||
multi_color := count_chosen(choices:"white, blue, black, red, green")
|
||||
orange := chosen(choice:"orange")
|
||||
multi_color := count_chosen(choices:"white, blue, black, red, green, orange")
|
||||
if land then "land"
|
||||
else if multi then "multicolor"
|
||||
else if multi_color == 2 and chosen(choice:"artifact") then "hybrid" #### hybrid artifacts would show as their first color
|
||||
@@ -1134,7 +1135,8 @@ sparker_card_color := {
|
||||
black := chosen(choice:"black")
|
||||
red := chosen(choice:"red")
|
||||
green := chosen(choice:"green")
|
||||
multi_color := count_chosen(choices:"white, blue, black, red, green")
|
||||
orange := chosen(choice:"orange")
|
||||
multi_color := count_chosen(choices:"white, blue, black, red, green, orange")
|
||||
if land then "colorless"
|
||||
else if multi then "multicolor"
|
||||
else if multi_color >= 2 then "multicolor"
|
||||
|
||||
Reference in New Issue
Block a user