Skip to content

Commit 35fafb1

Browse files
committed
tooltip
1 parent f49f0ad commit 35fafb1

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

FF1Blazorizer/Tabs/AdjustmentsTab.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<CheckBox UpdateAction="@UpdateAction" Id="dashCheckBox" @bind-Value="Flags.Dash">Faster Walking Speed</CheckBox>
4545
<CheckBox UpdateAction="@UpdateAction" Id="speedboatCheckBox" @bind-Value="Flags.SpeedBoat">Faster Ship</CheckBox>
4646
<CheckBox UpdateAction="@UpdateAction" Id="identifyTreasuresCheckBox" @bind-Value="Flags.IdentifyTreasures">Identify Treasures</CheckBox>
47-
<CheckBox UpdateAction="@UpdateAction" Id="openedChestsCheckBox" @bind-Value="Flags.ChestsAppearOpened">Chests Appear Opened</CheckBox>
47+
<CheckBox UpdateAction="@UpdateAction" Id="chestsAppearOpenedCheckBox" @bind-Value="Flags.ChestsAppearOpened">Chests Appear Opened</CheckBox>
4848
<CheckBox UpdateAction="@UpdateAction" Id="buyTenCheckBox" @bind-Value="Flags.BuyTen">Buy Quantity</CheckBox>
4949
<CheckBox UpdateAction="@UpdateAction" Id="waitWhenUnrunnableCheckBox" @bind-Value="Flags.WaitWhenUnrunnable">Change Unrunnable RUN to WAIT</CheckBox>
5050
<CheckBox UpdateAction="@UpdateAction" IsEnabled="@Flags.SpeedHacks" Id="enableCritNumberDisplayCheckBox" @bind-Value="Flags.EnableCritNumberDisplay">Critical Hit Count</CheckBox>
6.59 KB
Loading

FF1Blazorizer/wwwroot/tooltips/tooltips.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,6 +2135,12 @@
21352135
"screenshot": "identifyTreasuresCheckBox.png",
21362136
"description": "If enabled, the player can see what item is in a chest if their inventory is full, instead of seeing \"Can't hold any more\"."
21372137
},
2138+
{
2139+
"Id": "chestsAppearOpenedCheckBox",
2140+
"title": "Chests Appear Opened",
2141+
"screenshot": "chestsAppearOpened.png",
2142+
"description": "Treasure chests will have an opened appearance after you open them."
2143+
},
21382144
{
21392145
"Id": "dashCheckBox",
21402146
"title": "Faster Walking Speed",

0 commit comments

Comments
 (0)