AFR Update and sorting

This commit is contained in:
CajunAvenger
2021-07-09 13:48:12 -05:00
parent eda330eee8
commit 946e8534b1
1673 changed files with 5365 additions and 6505 deletions

View File

@@ -294,6 +294,8 @@ card field:
script:
if mainframe_walker() then
mainframe_walker_text_script()
else if alt_text() then
alt_text_script()
else
combined_editor(field1: card.rule_text, separator: "<line>\n</line>", field2: card.flavor_text)
description: The rules and flavor text for the card; use up and down arrows to switch
@@ -846,6 +848,8 @@ card field:
script:
if mainframe_walkerb() then
mainframe_walker_text_scriptb()
else if alt_textb() then
alt_text_scriptb()
else
combined_editor(field1: card.rule_text_2, separator: "<line>\n</line>", field2: card.flavor_text_2)
description: The rules and flavor text of the card
@@ -1025,6 +1029,55 @@ card field:
show statistics: false
multi line: true
description: The eighth level text for the card
card field:
type: text
name: level 9 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias != "" then card.alias else card.name, margin_code:"lv9")
show statistics: false
multi line: true
description: The ninth level text for the card
card field:
type: text
name: level 10 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias != "" then card.alias else card.name, margin_code:"lv10")
show statistics: false
multi line: true
description: The tenth level text for the card
card field:
type: text
name: level 11 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias != "" then card.alias else card.name, margin_code:"lv11")
show statistics: false
multi line: true
description: The eleventh level text for the card
card field:
type: text
name: level 12 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias != "" then card.alias else card.name, margin_code:"lv12")
show statistics: false
multi line: true
description: The twelvth level text for the card
card field:
type: text
name: level 13 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias_2 != "" then card.alias_2 else card.name_2, margin_code:"lv13")
show statistics: false
multi line: true
description: The thirteenth level text for the card
card field:
type: text
name: level 14 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias_2 != "" then card.alias_2 else card.name_2, margin_code:"lv14")
show statistics: false
multi line: true
description: The fourteenth level text for the card
card field:
type: text
name: level 15 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias_2 != "" then card.alias_2 else card.name_2, margin_code:"lv15")
show statistics: false
multi line: true
description: The fifteenth level text for the card
card field:
type: text
name: level 5
@@ -1133,6 +1186,64 @@ card field:
card list name: P/T6
show statistics: false
description: Power/Toughness of a creature
card field:
type: text
name: power 7
icon: stats/power.png
show statistics: false
script: type_over_pt(value)
description: The power of a creature
card field:
type: text
name: toughness 7
icon: stats/toughness.png
show statistics: false
description: The toughness of a creature
card field:
type: text
name: pt 7
save value: false
script:
combined_editor(
field1: card.power_7,
separator: language().pt_separator,
field2: card.toughness_7,
soft_before_empty: true,
hide_when_empty: true
)
card list width: 50
card list name: P/T7
show statistics: false
description: Power/Toughness of a creature
card field:
type: text
name: power 8
icon: stats/power.png
show statistics: false
script: type_over_pt(value)
description: The power of a creature
card field:
type: text
name: toughness 8
icon: stats/toughness.png
show statistics: false
description: The toughness of a creature
card field:
type: text
name: pt 8
save value: false
script:
combined_editor(
field1: card.power_8,
separator: language().pt_separator,
field2: card.toughness_8,
soft_before_empty: true,
hide_when_empty: true
)
card list width: 50
card list name: P/T8
show statistics: false
description: Power/Toughness of a creature
card field:
type: text
name: cmc
@@ -1195,5 +1306,5 @@ card field:
show statistics: false
multi line: true
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias_2 != "" then card.alias_2 else card.name_2, margin_code:"unknown")
default: if not b_saga() then "" else "<i-auto>(" + saga_reminder() + ")</i-auto>"
default: if not b_saga() then "" else "<i-auto>(" + saga_reminderb() + ")</i-auto>"
description: The saga reminder text