Skip to content

Commit a238f5f

Browse files
authored
New flags + About page update (#439)
* New Flag - Guaranteed Ruse Item * New Flag - Remove Stun Touch * About page formatting + Default preset fix
1 parent c6c6404 commit a238f5f

11 files changed

Lines changed: 335 additions & 285 deletions

File tree

FF1Blazorizer/Pages/About.razor

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22
<div class="content px-4 tinted">
33
<div class="nes-container is-dark col-xs-12">
44
<p></p>
5-
<img src="images/chaos.png" style="margin: 10px; width:102px;" align="left" />
65
<p>
76
Welcome to the Final Fantasy Randomizer (FFR) website! We’re excited to introduce you to our community, our mod, and everything you need to know to get started.
87
</p>
98
<p>
109
FFR takes the original 8-bit Final Fantasy game for NES and allows you to shuffle important aspects like the location of key items, the difficulty of monsters and fiends, and even the location of towns and dungeons. Part puzzle and part speedrun, it’s a fantastic way to breathe new life into one of the most influential games ever made, and requires very little to get started.
1110
</p>
12-
<p style="text-align:center">
13-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Wc3C1NTnTqk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
14-
</p>
11+
<iframe style="margin: 10px;" width="560" height="315" align="right" src="https://www.youtube-nocookie.com/embed/Wc3C1NTnTqk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
1512
<p>
1613
Let’s take a look at how to join the FFR community and start running.
1714
</p>
@@ -39,7 +36,7 @@
3936

4037
<h2>3) Randomize</h2>
4138
<p>
42-
Now that you can play the game, head over to the <a href="http://finalfantasyrandomizer.com/Randomize?s=4c30f536&f=FAg-imLLU2Au9LQi0KsVVECzZWZzNr70MSbugEellC8F0ng">Randomize!</a> page. There are a number of ways to start playing, but we recommend starting with the “Beginner” flagset, which is automatically generated if you click the previous link. This will keep the changes light: the contents of magic shops will be shuffled, the locations of a number of key items will be shuffled, and you’ll have early access to a few places and NPCs (specifically Sarda, the Crescent Lake Sages, and Castle of Ordeal).
39+
Now that you can play the game, head over to the <a href="http://finalfantasyrandomizer.com/Randomize">Randomize!</a> page. There are a number of ways to start playing, but we recommend starting with the “Default” flagset, which is automatically generated if you click the previous link. This will keep the changes light: the contents of magic shops will be shuffled, the locations of a number of key items will be shuffled, and you’ll have early access to a few places and NPCs (specifically Sarda, the Crescent Lake Sages, and Castle of Ordeal).
4340
</p>
4441
<p>
4542
Of course, we <i>highly recommend</i> that you beat Final Fantasy 1 at least once before trying out the Randomizer so that you know what’s going on.

FF1Blazorizer/Pages/Randomize.razor

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,10 @@
540540
<CheckBox UpdateToolTip="@UpdateToolTipID" Id="disableInnSaving" @bind-Checked="Flags.DisableInnSaving">Disable Inn Saving</CheckBox>
541541
<CheckBox UpdateToolTip="@UpdateToolTipID" Id="saveGameWhenGameOverCheckBox" @bind-Checked="Flags.SaveGameWhenGameOver">Save Game When Game Over</CheckBox>
542542
<CheckBox UpdateToolTip="@UpdateToolTipID" Indent Id="saveGameDWModeCheckBox" IsEnabled="@Flags.SaveGameWhenGameOver" @bind-Checked="Flags.SaveGameDWMode">Dragon Warrior Mode</CheckBox>
543+
<div class="checkbox-cell"></div>
544+
<p>DW Mode Single Character Tweaks</p>
545+
<TriStateCheckBox UpdateToolTip="@UpdateToolTipID" Id="ruseItemCheckBox" @bind-Value="Flags.GuaranteedRuseItem">Guaranteed Ruse Item</TriStateCheckBox>
546+
<TriStateCheckBox UpdateToolTip="@UpdateToolTipID" Id="disableStunTouchCheckBox" IsEnabled="@Flags.RandomStatusAttacks" @bind-Value="Flags.DisableStunTouch">Remove Stun Touch from Randomize Status Attacks</TriStateCheckBox>
543547
</div>
544548
</div>
545549
</div>

0 commit comments

Comments
 (0)