[274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
This commit is contained in:
344
data/magic-modules.mse-include/loyalty/ability_fields_dfc
Normal file
344
data/magic-modules.mse-include/loyalty/ability_fields_dfc
Normal file
@@ -0,0 +1,344 @@
|
||||
include file: /magic-modules.mse-include/loyalty/ability_fields
|
||||
extra card field:
|
||||
type: text
|
||||
name: colon 9
|
||||
editable: false
|
||||
save value: false
|
||||
script: ":"
|
||||
extra card field:
|
||||
type: text
|
||||
name: colon 10
|
||||
editable: false
|
||||
save value: false
|
||||
script: ":"
|
||||
extra card field:
|
||||
type: text
|
||||
name: colon 11
|
||||
editable: false
|
||||
save value: false
|
||||
script: ":"
|
||||
extra card field:
|
||||
type: text
|
||||
name: colon 12
|
||||
editable: false
|
||||
save value: false
|
||||
script: ":"
|
||||
extra card field:
|
||||
type: text
|
||||
name: colon 13
|
||||
editable: false
|
||||
save value: false
|
||||
script: ":"
|
||||
extra card field:
|
||||
type: text
|
||||
name: colon 14
|
||||
editable: false
|
||||
save value: false
|
||||
script: ":"
|
||||
extra card field:
|
||||
type: text
|
||||
name: colon 15
|
||||
editable: false
|
||||
save value: false
|
||||
script: ":"
|
||||
extra card field:
|
||||
type: text
|
||||
name: colon 16
|
||||
editable: false
|
||||
save value: false
|
||||
script: ":"
|
||||
extra card style:
|
||||
colon 9:
|
||||
left: { instance := 2; loyalty_colon_left() }
|
||||
top: { instance := 2; loyalty_colon_top(1) }
|
||||
width: { instance := 2; loyalty_colon_width() }
|
||||
height: { instance := 2; loyalty_colon_height() }
|
||||
z index: 900
|
||||
visible: { instance := 2; card.loyalty_cost_9 != "" and loyalty_abilities_count() >= 1 }
|
||||
font:
|
||||
name: Beleren Bold
|
||||
size: { instance := 2; loyalty_colon_font_size() }
|
||||
color: { body2_font_color() }
|
||||
alignment: center middle
|
||||
colon 10:
|
||||
left: { instance := 2; loyalty_colon_left() }
|
||||
top: { instance := 2; loyalty_colon_top(2) }
|
||||
width: { instance := 2; loyalty_colon_width() }
|
||||
height: { instance := 2; loyalty_colon_height() }
|
||||
z index: 900
|
||||
visible: { instance := 2; card.loyalty_cost_10 != "" and loyalty_abilities_count() >= 2 }
|
||||
font:
|
||||
name: Beleren Bold
|
||||
size: { instance := 2; loyalty_colon_font_size() }
|
||||
color: { body2_font_color() }
|
||||
alignment: center middle
|
||||
colon 11:
|
||||
left: { instance := 2; loyalty_colon_left() }
|
||||
top: { instance := 2; loyalty_colon_top(3) }
|
||||
width: { instance := 2; loyalty_colon_width() }
|
||||
height: { instance := 2; loyalty_colon_height() }
|
||||
z index: 900
|
||||
visible: { instance := 2; card.loyalty_cost_11 != "" and loyalty_abilities_count() >= 3 }
|
||||
font:
|
||||
name: Beleren Bold
|
||||
size: { instance := 2; loyalty_colon_font_size() }
|
||||
color: { body2_font_color() }
|
||||
alignment: center middle
|
||||
colon 12:
|
||||
left: { instance := 2; loyalty_colon_left() }
|
||||
top: { instance := 2; loyalty_colon_top(4) }
|
||||
width: { instance := 2; loyalty_colon_width() }
|
||||
height: { instance := 2; loyalty_colon_height() }
|
||||
z index: 900
|
||||
visible: { instance := 2; card.loyalty_cost_12 != "" and loyalty_abilities_count() >= 4 }
|
||||
font:
|
||||
name: Beleren Bold
|
||||
size: { instance := 2; loyalty_colon_font_size() }
|
||||
color: { body2_font_color() }
|
||||
alignment: center middle
|
||||
colon 13:
|
||||
left: { instance := 2; loyalty_colon_left() }
|
||||
top: { instance := 2; loyalty_colon_top(5) }
|
||||
width: { instance := 2; loyalty_colon_width() }
|
||||
height: { instance := 2; loyalty_colon_height() }
|
||||
z index: 900
|
||||
visible: { instance := 2; card.loyalty_cost_13 != "" and loyalty_abilities_count() >= 5 }
|
||||
font:
|
||||
name: Beleren Bold
|
||||
size: { instance := 2; loyalty_colon_font_size() }
|
||||
color: { body2_font_color() }
|
||||
alignment: center middle
|
||||
colon 14:
|
||||
left: { instance := 2; loyalty_colon_left() }
|
||||
top: { instance := 2; loyalty_colon_top(6) }
|
||||
width: { instance := 2; loyalty_colon_width() }
|
||||
height: { instance := 2; loyalty_colon_height() }
|
||||
z index: 900
|
||||
visible: { instance := 2; card.loyalty_cost_14 != "" and loyalty_abilities_count() >= 6 }
|
||||
font:
|
||||
name: Beleren Bold
|
||||
size: { instance := 2; loyalty_colon_font_size() }
|
||||
color: { body2_font_color() }
|
||||
alignment: center middle
|
||||
colon 15:
|
||||
left: { instance := 2; loyalty_colon_left() }
|
||||
top: { instance := 2; loyalty_colon_top(7) }
|
||||
width: { instance := 2; loyalty_colon_width() }
|
||||
height: { instance := 2; loyalty_colon_height() }
|
||||
z index: 900
|
||||
visible: { instance := 2; card.loyalty_cost_15 != "" and loyalty_abilities_count() >= 7 }
|
||||
font:
|
||||
name: Beleren Bold
|
||||
size: { instance := 2; loyalty_colon_font_size() }
|
||||
color: { body2_font_color() }
|
||||
alignment: center middle
|
||||
colon 16:
|
||||
left: { instance := 2; loyalty_colon_left() }
|
||||
top: { instance := 2; loyalty_colon_top(8) }
|
||||
width: { instance := 2; loyalty_colon_width() }
|
||||
height: { instance := 2; loyalty_colon_height() }
|
||||
z index: 900
|
||||
visible: { instance := 2; card.loyalty_cost_16 != "" and loyalty_abilities_count() >= 8 }
|
||||
font:
|
||||
name: Beleren Bold
|
||||
size: { instance := 2; loyalty_colon_font_size() }
|
||||
color: { body2_font_color() }
|
||||
alignment: center middle
|
||||
card style:
|
||||
loyalty 2:
|
||||
left: { instance := 2; card.loyalty_box_2; loyalty_left() }
|
||||
top: { instance := 2; loyalty_top() }
|
||||
width: { instance := 2; card.loyalty_box_2; loyalty_width() }
|
||||
height: { instance := 2; loyalty_height() }
|
||||
z index: 900
|
||||
alignment: center middle shrink-overflow
|
||||
font:
|
||||
name: { name2_font() }
|
||||
size: { instance := 2; card.loyalty_box_2; loyalty_font_size() }
|
||||
color: white
|
||||
loyalty box 2:
|
||||
left: { instance := 2; loyalty_box_left() }
|
||||
top: { instance := 2; loyalty_box_top() }
|
||||
width: { instance := 2; if card.loyalty_2 == "" then 0 else loyalty_box_width() }
|
||||
height: { instance := 2; loyalty_box_height() }
|
||||
z index: 830
|
||||
visible: { instance := 2; card.loyalty_2 != "" }
|
||||
include file: /magic.mse-game/loyalty/menu_choice_images
|
||||
render style: image
|
||||
image: { instance := 2; loyalty_box_image() }
|
||||
loyalty cost 9:
|
||||
left: { instance := 2; loyalty_cost_left() }
|
||||
top: { instance := 2; card.loyalty_cost_box_9; loyalty_cost_top(1) }
|
||||
width: { instance := 2; loyalty_cost_width() }
|
||||
height: { instance := 2; loyalty_cost_height(1) }
|
||||
z index: 900
|
||||
alignment: center middle shrink-overflow
|
||||
font:
|
||||
name: { name2_font() }
|
||||
size: { instance := 2; loyalty_cost_font_size() }
|
||||
scale down to: 7
|
||||
color: white
|
||||
loyalty cost 10:
|
||||
left: { instance := 2; loyalty_cost_left() }
|
||||
top: { instance := 2; card.loyalty_cost_box_10; loyalty_cost_top(2) }
|
||||
width: { instance := 2; loyalty_cost_width() }
|
||||
height: { instance := 2; loyalty_cost_height(2) }
|
||||
z index: 900
|
||||
alignment: center middle shrink-overflow
|
||||
font:
|
||||
name: { name2_font() }
|
||||
size: { instance := 2; loyalty_cost_font_size() }
|
||||
scale down to: 7
|
||||
color: white
|
||||
loyalty cost 11:
|
||||
left: { instance := 2; loyalty_cost_left() }
|
||||
top: { instance := 2; card.loyalty_cost_box_11; loyalty_cost_top(3) }
|
||||
width: { instance := 2; loyalty_cost_width() }
|
||||
height: { instance := 2; loyalty_cost_height(3) }
|
||||
z index: 900
|
||||
alignment: center middle shrink-overflow
|
||||
font:
|
||||
name: { name2_font() }
|
||||
size: { instance := 2; loyalty_cost_font_size() }
|
||||
scale down to: 7
|
||||
color: white
|
||||
loyalty cost 12:
|
||||
left: { instance := 2; loyalty_cost_left() }
|
||||
top: { instance := 2; card.loyalty_cost_box_12; loyalty_cost_top(4) }
|
||||
width: { instance := 2; loyalty_cost_width() }
|
||||
height: { instance := 2; loyalty_cost_height(4) }
|
||||
z index: 900
|
||||
alignment: center middle shrink-overflow
|
||||
font:
|
||||
name: { name2_font() }
|
||||
size: { instance := 2; loyalty_cost_font_size() }
|
||||
scale down to: 7
|
||||
color: white
|
||||
loyalty cost 13:
|
||||
left: { instance := 2; loyalty_cost_left() }
|
||||
top: { instance := 2; card.loyalty_cost_box_13; loyalty_cost_top(5) }
|
||||
width: { instance := 2; loyalty_cost_width() }
|
||||
height: { instance := 2; loyalty_cost_height(5) }
|
||||
z index: 900
|
||||
alignment: center middle shrink-overflow
|
||||
font:
|
||||
name: { name2_font() }
|
||||
size: { instance := 2; loyalty_cost_font_size() }
|
||||
scale down to: 7
|
||||
color: white
|
||||
loyalty cost 14:
|
||||
left: { instance := 2; loyalty_cost_left() }
|
||||
top: { instance := 2; card.loyalty_cost_box_14; loyalty_cost_top(6) }
|
||||
width: { instance := 2; loyalty_cost_width() }
|
||||
height: { instance := 2; loyalty_cost_height(6) }
|
||||
z index: 900
|
||||
alignment: center middle shrink-overflow
|
||||
font:
|
||||
name: { name2_font() }
|
||||
size: { instance := 2; loyalty_cost_font_size() }
|
||||
scale down to: 7
|
||||
color: white
|
||||
loyalty cost 15:
|
||||
left: { instance := 2; loyalty_cost_left() }
|
||||
top: { instance := 2; card.loyalty_cost_box_15; loyalty_cost_top(7) }
|
||||
width: { instance := 2; loyalty_cost_width() }
|
||||
height: { instance := 2; loyalty_cost_height(7) }
|
||||
z index: 900
|
||||
alignment: center middle shrink-overflow
|
||||
font:
|
||||
name: { name2_font() }
|
||||
size: { instance := 2; loyalty_cost_font_size() }
|
||||
scale down to: 7
|
||||
color: white
|
||||
loyalty cost 16:
|
||||
left: { instance := 2; loyalty_cost_left() }
|
||||
top: { instance := 2; card.loyalty_cost_box_16; loyalty_cost_top(8) }
|
||||
width: { instance := 2; loyalty_cost_width() }
|
||||
height: { instance := 2; loyalty_cost_height(8) }
|
||||
z index: 900
|
||||
alignment: center middle shrink-overflow
|
||||
font:
|
||||
name: { name2_font() }
|
||||
size: { instance := 2; loyalty_cost_font_size() }
|
||||
scale down to: 7
|
||||
color: white
|
||||
loyalty cost box 9:
|
||||
left: { instance := 2; loyalty_cost_box_left() }
|
||||
top: { instance := 2; loyalty_cost_box_top(1) }
|
||||
width: { instance := 2; loyalty_cost_box_width() }
|
||||
height: { instance := 2; loyalty_cost_box_height(1) }
|
||||
z index: 830
|
||||
visible: { instance := 2; card.loyalty_cost_9 != "" and loyalty_abilities_count() >= 1 }
|
||||
include file: /magic.mse-game/loyalty/menu_choice_images_cost
|
||||
render style: image
|
||||
image: { instance := 2; loyalty_cost_box_image(1) }
|
||||
loyalty cost box 10:
|
||||
left: { instance := 2; loyalty_cost_box_left() }
|
||||
top: { instance := 2; loyalty_cost_box_top(2) }
|
||||
width: { instance := 2; loyalty_cost_box_width() }
|
||||
height: { instance := 2; loyalty_cost_box_height(2) }
|
||||
z index: 830
|
||||
visible: { instance := 2; card.loyalty_cost_10 != "" and loyalty_abilities_count() >= 2 }
|
||||
include file: /magic.mse-game/loyalty/menu_choice_images_cost
|
||||
render style: image
|
||||
image: { instance := 2; loyalty_cost_box_image(2) }
|
||||
loyalty cost box 11:
|
||||
left: { instance := 2; loyalty_cost_box_left() }
|
||||
top: { instance := 2; loyalty_cost_box_top(3) }
|
||||
width: { instance := 2; loyalty_cost_box_width() }
|
||||
height: { instance := 2; loyalty_cost_box_height(3) }
|
||||
z index: 830
|
||||
visible: { instance := 2; card.loyalty_cost_11 != "" and loyalty_abilities_count() >= 3}
|
||||
include file: /magic.mse-game/loyalty/menu_choice_images_cost
|
||||
render style: image
|
||||
image: { instance := 2; loyalty_cost_box_image(3) }
|
||||
loyalty cost box 12:
|
||||
left: { instance := 2; loyalty_cost_box_left() }
|
||||
top: { instance := 2; loyalty_cost_box_top(4) }
|
||||
width: { instance := 2; loyalty_cost_box_width() }
|
||||
height: { instance := 2; loyalty_cost_box_height(4) }
|
||||
z index: 830
|
||||
visible: { instance := 2; card.loyalty_cost_12 != "" and loyalty_abilities_count() >= 4 }
|
||||
include file: /magic.mse-game/loyalty/menu_choice_images_cost
|
||||
render style: image
|
||||
image: { instance := 2; loyalty_cost_box_image(4) }
|
||||
loyalty cost box 13:
|
||||
left: { instance := 2; loyalty_cost_box_left() }
|
||||
top: { instance := 2; loyalty_cost_box_top(5) }
|
||||
width: { instance := 2; loyalty_cost_box_width() }
|
||||
height: { instance := 2; loyalty_cost_box_height(5) }
|
||||
z index: 830
|
||||
visible: { instance := 2; card.loyalty_cost_13 != "" and loyalty_abilities_count() >= 5 }
|
||||
include file: /magic.mse-game/loyalty/menu_choice_images_cost
|
||||
render style: image
|
||||
image: { instance := 2; loyalty_cost_box_image(5) }
|
||||
loyalty cost box 14:
|
||||
left: { instance := 2; loyalty_cost_box_left() }
|
||||
top: { instance := 2; loyalty_cost_box_top(6) }
|
||||
width: { instance := 2; loyalty_cost_box_width() }
|
||||
height: { instance := 2; loyalty_cost_box_height(6) }
|
||||
z index: 830
|
||||
visible: { instance := 2; card.loyalty_cost_14 != "" and loyalty_abilities_count() >= 6 }
|
||||
include file: /magic.mse-game/loyalty/menu_choice_images_cost
|
||||
render style: image
|
||||
image: { instance := 2; loyalty_cost_box_image(6) }
|
||||
loyalty cost box 15:
|
||||
left: { instance := 2; loyalty_cost_box_left() }
|
||||
top: { instance := 2; loyalty_cost_box_top(7) }
|
||||
width: { instance := 2; loyalty_cost_box_width() }
|
||||
height: { instance := 2; loyalty_cost_box_height(7) }
|
||||
z index: 830
|
||||
visible: { instance := 2; card.loyalty_cost_15 != "" and loyalty_abilities_count() >= 7 }
|
||||
include file: /magic.mse-game/loyalty/menu_choice_images_cost
|
||||
render style: image
|
||||
image: { instance := 2; loyalty_cost_box_image(7) }
|
||||
loyalty cost box 16:
|
||||
left: { instance := 2; loyalty_cost_box_left() }
|
||||
top: { instance := 2; loyalty_cost_box_top(8) }
|
||||
width: { instance := 2; loyalty_cost_box_width() }
|
||||
height: { instance := 2; loyalty_cost_box_height(8) }
|
||||
z index: 830
|
||||
visible: { instance := 2; card.loyalty_cost_16 != "" and loyalty_abilities_count() >= 8 }
|
||||
include file: /magic.mse-game/loyalty/menu_choice_images_cost
|
||||
render style: image
|
||||
image: { instance := 2; loyalty_cost_box_image(8) }
|
||||
Reference in New Issue
Block a user