add down triangle

This commit is contained in:
cajun
2024-03-13 19:32:41 -05:00
parent b8b2be05e2
commit 2e935c475b
6 changed files with 15 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@@ -1522,7 +1522,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
@@ -1544,6 +1545,7 @@ extra card field:
choice: multicolor
choice: colorless
default: "lesson"
script: if value == "specialize triangle" then "triangle up" else value
save value: true
editable: true
extra card field:
@@ -2034,7 +2036,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

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@@ -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