diff --git a/data/magic-m15-split-fusable.mse-style/style b/data/magic-m15-split-fusable.mse-style/style index a28fda1d5..b9cb19676 100644 --- a/data/magic-m15-split-fusable.mse-style/style +++ b/data/magic-m15-split-fusable.mse-style/style @@ -601,6 +601,9 @@ init script: ] ] } + flavor_bar_width := { 251 } + flavor_bar_offset_left_1 := { 25 } + flavor_bar_offset_left_2 := { 268 } harder_script := [ alt_nyx: alt_nyx_template, texture: texture_template diff --git a/data/magic.mse-game/script b/data/magic.mse-game/script index 3b94f6ba6..6b71eb330 100644 --- a/data/magic.mse-game/script +++ b/data/magic.mse-game/script @@ -1187,7 +1187,9 @@ handle_merged_rt := { handle_action_rt := { "To " + to + ", " + to_lower(input) + "" + input + "" } - +handle_action_rt_single := { + "" + prefix + " " + to_lower(input) + "" + input + "" +} ############################################################## Complex reminder texts self_pro_check := match@(match:"You ha(ve|s) protection") protection_code := { @@ -3756,7 +3758,16 @@ loyalty_textbox_background_image := ############################################################## Separators separator_enable_level := { false } -separator_default := { if set.use_flavor_bar then "flavor bar" else "none" } +separator_default := { + if set.use_flavor_bar then ( + if set.default_flavor_bar == "thin bar" + then "grey bar" + else if set.default_flavor_bar == "thick bar" + then "flavor bar" + else set.default_flavor_bar + ) + else "none" +} flavor_bar_left := { face_coordinates_map(input).left } flavor_bar_top := diff --git a/data/magic.mse-game/set_fields b/data/magic.mse-game/set_fields index 651480d77..948c94b28 100644 --- a/data/magic.mse-game/set_fields +++ b/data/magic.mse-game/set_fields @@ -460,6 +460,13 @@ set field: type: boolean name: use flavor bar description: Enables the flavor bar on Mainframe templates. +set field: + type: choice + name: default flavor bar + choice: thin bar + choice: thick bar + choice: none + description: The style of flavor bar to use set field: type: boolean name: auto legends