Files
cajun 6d617985ce [274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
2024-09-10 22:21:23 -05:00

88 lines
3.3 KiB
Plaintext

include file: /magic-modules.mse-include/loyalty/stripe_fields
extra card field:
type: choice
name: textbox stripe 9
editable: false
save value: false
show statistics: false
choice: textbox stripe 9
extra card field:
type: choice
name: textbox stripe 10
editable: false
save value: false
show statistics: false
choice: textbox stripe 10
extra card field:
type: choice
name: textbox stripe 11
editable: false
save value: false
show statistics: false
choice: textbox stripe 11
extra card field:
type: choice
name: textbox stripe 12
editable: false
save value: false
show statistics: false
choice: textbox stripe 12
extra card field:
type: choice
name: textbox background 2
editable: false
save value: false
show statistics: false
choice: textbox background 2
extra card style:
textbox stripe 9:
left: { instance := 2; a_left() }
width: { instance := 2; a_width() }
top: { instance := 2; a_top() }
bottom: { instance := 2; round_near(loyalty_stripe_separator_top(1)) + 0.5 }
z index: 710
visible: { instance := 2; loyalty_abilities_count(active:true) >= 2 }
render style: image
image: { instance := 2; loyalty_stripe_image() }
mask: { instance := 2; loyalty_stripe_mask(1) }
textbox stripe 10:
left: { instance := 2; a_left() }
width: { instance := 2; a_width() }
top: { instance := 2; loyalty_stripe_separator_top(2) + loyalty_stripe_separator_height() }
bottom: { instance := 2; round_near(if loyalty_abilities_count(active:true) >= 4 then loyalty_stripe_separator_top(3) else a_bottom()) + 0.5 }
z index: 710
visible: { instance := 2; loyalty_abilities_count(active:true) >= 3 }
render style: image
image: { instance := 2; loyalty_stripe_image() }
mask: { instance := 2; loyalty_stripe_mask(2) }
textbox stripe 11:
left: { instance := 2; a_left() }
width: { instance := 2; a_width() }
top: { instance := 2; loyalty_stripe_separator_top(4) + loyalty_stripe_separator_height() }
bottom: { instance := 2; round_near(if loyalty_abilities_count(active:true) >= 6 then loyalty_stripe_separator_top(5) else a_bottom()) + 0.5 }
z index: 710
visible: { instance := 2; loyalty_abilities_count(active:true) >= 5 }
render style: image
image: { instance := 2; loyalty_stripe_image() }
mask: { instance := 2; loyalty_stripe_mask(3) }
textbox stripe 12:
left: { instance := 2; a_left() }
width: { instance := 2; a_width() }
top: { instance := 2; loyalty_stripe_separator_top(6) + loyalty_stripe_separator_height() }
bottom: { instance := 2; round_near(if loyalty_abilities_count(active:true) >= 8 then loyalty_stripe_separator_top(7) else a_bottom()) + 0.5 }
z index: 710
visible: { instance := 2; loyalty_abilities_count(active:true) >= 7 }
render style: image
image: { instance := 2; loyalty_stripe_image() }
mask: { instance := 2; loyalty_stripe_mask(4) }
textbox background 2:
left: { instance := 2; a_left() }
width: { instance := 2; a_width() }
top: { instance := 2; a_top() }
bottom: { instance := 2; a_bottom() }
z index: 700
render style: image
image: { instance := 2; loyalty_textbox_background_image() }
mask: { instance := 2; loyalty_textbox_mask() }
visible: { mainframe_walkerb() }