card_fields rewrite and magic-modules.mse-include (#21)
Overhauls the card_fields file to allow for template designers more freedom in manipulating data. Adds magic-modules.mse-include, a large scale include file for building templates in a standardized way. Applying this to existing frames will be coming in future updates.
This commit is contained in:
63
data/magic-modules.mse-include/loyalty/styling_fields_dfc
Normal file
63
data/magic-modules.mse-include/loyalty/styling_fields_dfc
Normal file
@@ -0,0 +1,63 @@
|
||||
include file: /magic-modules.mse-include/loyalty/styling_fields
|
||||
styling field:
|
||||
type: choice
|
||||
name: number of textboxes 2
|
||||
description: Number of textboxes for abilities and passives for the second face. MODIFY CONTENTS OF TEXTBOXES IF THIS HAS TROUBLE UPDATING AFTER BEING CHANGED.
|
||||
choice: 1
|
||||
choice: 2
|
||||
choice: 3
|
||||
choice: 4
|
||||
choice: 5
|
||||
choice: 6
|
||||
choice: 7
|
||||
choice: 8
|
||||
initial: 3
|
||||
styling field:
|
||||
type: text
|
||||
name: textbox opacity percentage 2
|
||||
description: Set the opacity percentage for textboxes for the second face. Opaque is 100, transparent is 0, default is 70.
|
||||
styling field:
|
||||
type: color
|
||||
name: textbox color 2
|
||||
description: Use the specified color for the textbox background for the second face.
|
||||
choice:
|
||||
name: black
|
||||
color: rgb(0,0,0)
|
||||
choice:
|
||||
name: white
|
||||
color: rgb(255,255,255)
|
||||
initial: rgb(255,255,255)
|
||||
styling field:
|
||||
type: text
|
||||
name: stripes opacity percentage 2
|
||||
description: Set the opacity percentage for stripes separating abilities for the second face. Opaque is 100, transparent is 0, default is 40.
|
||||
styling field:
|
||||
type: color
|
||||
name: stripes color 2
|
||||
description: Use the specified color for the textbox background for the second face.
|
||||
choice:
|
||||
name: black
|
||||
color: rgb(0,0,0)
|
||||
choice:
|
||||
name: white
|
||||
color: rgb(255,255,255)
|
||||
initial: rgb(255,255,255)
|
||||
styling field:
|
||||
type: text
|
||||
name: move separators 2
|
||||
description: Moves the limits between abilities for the second face down by this many pixels. Use negatives to move up. Formatted as "1,2,3,4,5"
|
||||
styling field:
|
||||
type: text
|
||||
name: move loyalty costs 2
|
||||
description: Moves loyalty costs for the second face down by this many pixels. Use negatives to move up. Formatted as "1,2,3,4,5,6"
|
||||
styling field:
|
||||
type: color
|
||||
name: rule text color 2
|
||||
description: Use the specified color for the rule text for the second face.
|
||||
choice:
|
||||
name: black
|
||||
color: rgb(0,0,0)
|
||||
choice:
|
||||
name: white
|
||||
color: rgb(255,255,255)
|
||||
initial: rgb(0,0,0)
|
||||
Reference in New Issue
Block a user