Add support for 8 level dungeons

Baldur's Gate Wilderness just had to be 8 levels
This commit is contained in:
cajun
2024-03-06 19:56:49 -06:00
parent 8d8107d711
commit 9ee0a387bd
2 changed files with 428 additions and 9 deletions

View File

@@ -1134,6 +1134,27 @@ card field:
show statistics: false
multi line: true
description: The nineteenth level text for the card
card field:
type: text
name: level 20 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias != "" then card.alias else card.name, margin_code:"lv20")
show statistics: false
multi line: true
description: The twentieth level text for the card
card field:
type: text
name: level 21 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias != "" then card.alias else card.name, margin_code:"lv21")
show statistics: false
multi line: true
description: The twenty-first level text for the card
card field:
type: text
name: level 22 text
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias != "" then card.alias else card.name, margin_code:"lv22")
show statistics: false
multi line: true
description: The twenty-second level text for the card
card field:
type: text
name: level 5