Add support for 8 level dungeons
Baldur's Gate Wilderness just had to be 8 levels
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user