ScreenData.MarketSellAllLayout = { Components = {}, OpenSound = "/SFX/Menu Sounds/HadesLocationTextAppear", CloseSound = "/SFX/Menu Sounds/IrisMenuBack", ComponentData = { DefaultGroup = "Combat_Menu_TraitTray_Backing", UseNativeScreenCenter = true, BackgroundTint = { Graphic = "rectangle01", GroupName = "Combat_Menu_TraitTray_Backing", Scale = 10, X = ScreenCenterX, Y = ScreenCenterY, }, Background = { AnimationName = "MythmakerBoxDefault", GroupName = "Combat_Menu_TraitTray", X = ScreenCenterX, Y = ScreenCenterY, Scale = 1.15, Children = { TitleText = { Text = "MarketScreen_SellAllPrompt", GroupName = "Combat_Menu_TraitTray", OffsetY = -300, TextArgs = { Justification = "Center", VerticalJustification = "Center", Font = "P22UndergroundSCMedium", FontSize = 40, Color = { 221, 211, 211, 255 }, OutlineColor = { 27, 26, 23, 255 }, ShadowColor = { 12, 11, 10, 255 }, ShadowBlur = 0, ShadowOffset = { 0, 4 }, OutlineThickness = 4, }, }, DescriptionText = { Text = "MarketScreen_SellAllPrompt", GroupName = "Combat_Menu_TraitTray", OffsetY = -100, TextArgs = { UseDescription = true, Justification = "Center", VerticalJustification = "Center", Font = "LatoMedium", FontSize = 26, Width = 750, TextSymbolScale = 0.8, Color = { 207, 225, 217, 255 }, OutlineColor = { 52, 51, 49, 255 }, ShadowColor = { 12, 11, 10, 255 }, ShadowBlur = 0, ShadowOffset = { 0, 4 }, OutlineThickness = 4, }, }, ConfirmButton = { Graphic = "ButtonDefault", GroupName = "Combat_Menu_TraitTray", Scale = 1.0, OffsetX = -200, OffsetY = 200, Text = "MarketScreen_ConfirmSellAll", TextArgs = { FontSize = 22, Width = 600, OffsetY = -4, Color = Color.White, Font = "P22UndergroundSCMedium", ShadowBlur = 0, ShadowColor = {0,0,0,0}, ShadowOffset={0, 3}, }, Data = { OnPressedFunctionName = "ConfirmSellAllMarketPromptScreen", PressSound = "/SFX/Menu Sounds/IrisMenuBack", } }, CloseButton = { Graphic = "ButtonDefault", GroupName = "Combat_Menu_TraitTray", Scale = 1.0, OffsetX = 200, OffsetY = 200, Text = "MarketScreen_CancelSellAll", TextArgs = { FontSize = 22, Width = 600, OffsetY = -4, Color = Color.White, Font = "P22UndergroundSCMedium", ShadowBlur = 0, ShadowColor = {0,0,0,0}, ShadowOffset={0, 3}, }, Data = { OnPressedFunctionName = "CancelSellAllMarketPromptScreen", PressSound = "/SFX/Menu Sounds/IrisMenuBack", } }, } }, } }