add down triangle
This commit is contained in:
@@ -2585,7 +2585,8 @@ extra card field:
|
||||
choice: compass
|
||||
choice: closed fan
|
||||
choice: open fan
|
||||
choice: specialize triangle
|
||||
choice: triangle up
|
||||
choice: triangle down
|
||||
choice: specialize arrows
|
||||
choice: artifact
|
||||
choice: creature
|
||||
@@ -2610,7 +2611,7 @@ extra card field:
|
||||
choice: custom one
|
||||
choice: custom two
|
||||
default: "day"
|
||||
script: if is_modal_dfc() then "modal" else if value == "modal" then "day" else value
|
||||
script: if is_modal_dfc() then "modal" else if value == "modal" then "day" else if value == "specialize triangle" then "triangle up" else value
|
||||
save value: true
|
||||
editable: true
|
||||
extra card field:
|
||||
@@ -2624,7 +2625,8 @@ extra card field:
|
||||
choice: compass
|
||||
choice: closed fan
|
||||
choice: open fan
|
||||
choice: specialize triangle
|
||||
choice: triangle up
|
||||
choice: triangle down
|
||||
choice: specialize arrows
|
||||
choice: artifact
|
||||
choice: creature
|
||||
@@ -2648,7 +2650,7 @@ extra card field:
|
||||
choice: colorless
|
||||
choice: custom one
|
||||
choice: custom two
|
||||
script: if is_modal_dfc() then "modal" else if value == "modal" then "night" else value
|
||||
script: if is_modal_dfc() then "modal" else if value == "modal" then "night" else if value == "specialize triangle" then "triangle down" else value
|
||||
default: "night"
|
||||
save value: true
|
||||
editable: true
|
||||
@@ -3828,7 +3830,8 @@ extra card style:
|
||||
aetherprint: corners/aetherprint.png
|
||||
closed fan: corners/closedfan.png
|
||||
open fan: corners/openfan.png
|
||||
specialize triangle: corners/specialize.png
|
||||
triangle up: corners/triangle_up.png
|
||||
triangle down: corners/triangle_down.png
|
||||
specialize arrows: corners/specialized.png
|
||||
sparker colors white: corners/wcorner.png
|
||||
sparker colors blue: corners/ucorner.png
|
||||
@@ -3868,7 +3871,8 @@ extra card style:
|
||||
aetherprint: corners/aetherprint.png
|
||||
closed fan: corners/closedfan.png
|
||||
open fan: corners/openfan.png
|
||||
specialize triangle: corners/specialize.png
|
||||
triangle up: corners/triangle_up.png
|
||||
triangle down: corners/triangle_down.png
|
||||
specialize arrows: corners/specialized.png
|
||||
sparker colors white: corners/wcorner.png
|
||||
sparker colors blue: corners/ucorner.png
|
||||
|
||||
Reference in New Issue
Block a user