templates/tinyknightgames/support.html.twig line 1

  1. {# ./templates/default/index.html.twig #}
  2. {% extends 'base.html.twig' %}
  3. {% block title %}Fisher's Quest - Support{% endblock %}
  4.  {% block body %}
  5.      <div class="grid-container">
  6.          <div class="grid-x grid-padding-x">
  7.              <div class="small-12 cell">
  8.                  <h1 class="main" style="margin-top: 75px;">Fisher's Quest Support</h1>
  9.              </div>
  10.              <div class="small-12 medium-10 medium-offset-1 cell content-section">
  11.                  <ul>
  12.                      <li><a href="#whatisef" style="color: #1779ba;">What is Fisher's Quest?</a></li>
  13.                      <li><a href="#controls" style="color: #1779ba;">How do I Fish? (Game Controls)</a></li>
  14.                      <li><a href="#salvage" style="color: #1779ba;">How do I Salvage My Catches?</a></li>
  15.                      <li><a href="#craft" style="color: #1779ba;">How do I Craft?</a></li>
  16.                      <li><a href="#whatisnft" style="color: #1779ba;">What is an NFT?</a></li>
  17.                      <li><a href="#howtopurchasenft" style="color: #1779ba;">How do I purchase NFTs in game?</a>
  18.                          <ul>
  19.                              <li><a href="#thetawallet" style="color: #1779ba;">Theta Wallet</a></li>
  20.                              <li><a href="#browserextension" style="color: #1779ba;">Theta Wallet Browser Extension</a></li>
  21.                              <li><a href="#metamaskextension" style="color: #1779ba;">MetaMask Browser Extension</a></li>
  22.                          </ul>
  23.                      </li>
  24.                      <li><a href="#nftcreateerror" style="color: #1779ba;">There was an error during my NFT creation.</a></li>
  25.                      <li><a href="#canistillplay" style="color: #1779ba;">Can I still play without purchasing NFTs?</a></li>
  26.                      <li><a href="#buyselltrade" style="color: #1779ba;">How do I buy/sell/trade my NFTs with other players?</a></li>
  27.                  </ul>
  28.              </div>
  29.              <div class="small-12 medium-10 medium-offset-1 cell content-section">
  30.                  <h2 id="whatisef">What is Fisher's Quest?</h2>
  31.                  <p>Fisher's Quest is a game all about fishing for the mysteries in the sea. Everyone starts as a beginner
  32.                  and works their way up the ranks by collecting, salvaging, and crafting. The majority of the items you
  33.                  catch can be salvaged for parts that you can then use to craft new equipment and other collectibles. Craft
  34.                  higher tiers of equipment to catch the rarest mysteries of the deep. Players also have the option to convert
  35.                  their equipment and catchables to NFTs that have extra stat bonuses.</p>
  36.              </div>
  37.              <div class="small-12 medium-10 medium-offset-1 cell content-section">
  38.                  <h2 id="controls">How do I Fish? (Game Controls)</h2>
  39.                  <ul>
  40.                      <li><strong>Movement</strong> You can move the character around using the W (up), A (left), S (down), and D (right) keys on your keyboard.</li>
  41.                      <li><strong>Casting</strong> Press and hold the spacebar to bring up the power meter. Try to let go of the spacebar while the green line is the closest to the top for the strongest cast.</li>
  42.                      <li><strong>Reeling In</strong> Once your bobber is out in the water, wait a few seconds and the bobber will turn red to indicate that a fish is on your line. You can now use the spacebar to reel it in! But be careful, you can't just hold the spacebar in or the tension (red bar) will break your line. You will need to strategically let go of the spacebar at times to let the tension (red bar) relax. Do this until the green line is full and you'll receive your catch!</li>
  43.                      <li><strong>AFK Fish</strong> by leaving your bobber out on the water and you will slowly catch more things over time!</li>
  44.                  </ul>
  45.                  <img src="{{ asset('build/images/web/controls.png') }}" />
  46.              </div>
  47.              <div class="small-12 medium-10 medium-offset-1 cell content-section">
  48.                  <h2 id="salvage">How do I Salvage My Catches?</h2>
  49.                  <ul>
  50.                      <li><strong>Salvage Menu</strong> To access the Salvage Menu you must first find the salvage station on the map. Press E to interact and open the Salvage Menu. From within the menu you can select your catch and specify the number you want to drop off to be salvaged. There is no limit to how many you can drop off at one time. Once you hit submit a countdown will begin. Your salvaged Materials will be ready to claim at the end of the countdown.</li>
  51.                  </ul>
  52.              </div>
  53.              <div class="small-12 medium-10 medium-offset-1 cell content-section">
  54.                  <h2 id="craft">How do I Craft?</h2>
  55.                  <ul>
  56.                      <li><strong>Craft Menu</strong> To access the Craft Menu you must first find the crafting station on the map.</li>
  57.                      <li><strong>Using Materials</strong> Inside the Craft Menu you will see a list of your materials (if you don't have any yet, check out the Salvaging tips above). Click on a material to select it, and then click on a square in the crafting grid to drop it in. Continue doing this until you are satisfied with your selections and then press the Craft button below the grid. <strong>Keep in mind that your materials will be lost whether the craft is a success or a failure, so craft strategically!</strong></li>
  58.                      <li><strong>Recipes</strong> in the game are all hidden by design. Catch, Salvage, and Craft to find them all!</li>
  59.                  </ul>
  60.              </div>
  61.              <div class="small-12 medium-10 medium-offset-1 cell content-section">
  62.                 <h2 id="whatisnft">What is an NFT?</h2>
  63.                  <p>NFT is short for Non-Fungible Token, which is a fancy way of saying a unique, one-of-a-kind token that is
  64.                  stored on a blockchain. The NFT is stored on a blockchain and is tied to your personal blockchain wallet.
  65.                      Fisher's Quest utilizes the Theta Blockchain for all of our NFT assets.</p>
  66.                  <p>Tiny Knight Games Tokens NFT contract: <a href="https://explorer.thetatoken.org/account/0x866c363da6c3199286fbf4f2a558f34a35971514" target="_blank" style="color: #1779ba;">0x866c363da6c3199286fbf4f2a558f34a35971514</a></p>
  67.              </div>
  68.              <div class="small-12 medium-10 medium-offset-1 cell content-section">
  69.                  <h2 id="howtopurchasenft">How do I purchase NFTs in game?</h2>
  70.                  <p>Players have the option to convert their in-game equipment and catches to
  71.                      special NFTs that are stored on the Theta Blockchain. In order to purchase NFTs players will need <strong><span style="color: orange">Tfuel</span></strong>
  72.                  and have the following tasks done beforehand:</p>
  73.                  <div style="margin-left: 20px;">
  74.                      <ul style="list-style-type: none;">
  75.                          <li><h3 id="thetawallet" style="text-align: left;">Theta Wallet</h3>
  76.                                  <p style="padding: 0 15px; border-left: 3px solid #666;">You can create a wallet on <a href="https://wallet.thetatoken.org/create" target="_blank" style="color: #1779ba;">thetatoken.org</a>.
  77.                                  Follow the prompts and as always, be sure to save your mnemonic phrase, private key, and/or password
  78.                                  in a safe place and do note share them with anyone.<br>
  79.                                      <a href="https://www.youtube.com/watch?v=zdCH-LzT6FA" target="_blank" style="color: #1779ba;">Video Tutorial - Create a Theta Wallet</a></p>
  80.                          </li>
  81.                          <li><h3 id="browserextension" style="text-align: left;">Theta Wallet Browser Extension</h3>
  82.                              <p style="padding: 0 15px; border-left: 3px solid #666;">Download the <a href="https://chrome.google.com/webstore/detail/theta-wallet/ckelpdlfgochnkdgikcgbimdcfgpkhgk/related?hl=en&authuser=0" target="_blank" style="color: #1779ba;">Theta Wallet browser extension</a>. You can choose to import an existing wallet, or create a new wallet.<br>
  83.                              <a href="https://www.youtube.com/watch?v=FYd4fdR7KRo" target="_blank" style="color: #1779ba;">Video Tutorial - Install Theta Wallet browser extension</a></p>
  84.                          </li>
  85.                          <li><h3 id="metamaskextension" style="text-align: left;">MetaMask Extension</h3>
  86.                              <p style="padding: 0 15px; border-left: 3px solid #666;">Download the <a href="https://metamask.io/" target="_blank" style="color: #1779ba;">MetaMask extension</a>. Under Settings -> Networks -> Add Network, enter the following information:<br>
  87.                                  - <strong>Network Name:</strong> Theta Mainnet <br>
  88.                                  - <strong>New RPC URL:</strong> https://eth-rpc-api.thetatoken.org/rpc <br>
  89.                                  - <strong>Chain ID:</strong> 361 <br>
  90.                                  - <strong>Currency Symbol:</strong> TFUEL <br>
  91.                                  - <strong>Block Explorer:</strong> https://explorer.thetatoken.org/</p>
  92.                          </li>
  93.                      </ul>
  94.                  </div>
  95.              </div>
  96.              <div class="small-12 medium-10 medium-offset-1 cell content-section">
  97.                  <h2 id="nftcreateerror">There was an error during my NFT creation.</h2>
  98.                  <p>All NFTs are generated and minted in real-time. While we have worked and continue to work to make this process
  99.                      as smooth and error-free as possible, understandably things do still go wrong from time-to-time. If something
  100.                      does go wrong during your NFT creation please contact us in <a href="https://discord.gg/HeSe9rPxjc" target="_blank" style="color: #1779ba;">Discord</a> in the <strong>#support</strong> channel.</p>
  101.              </div>
  102.              <div class="small-12 medium-10 medium-offset-1 cell content-section">
  103.                  <h2 id="canistillplay">Can I still play without purchasing NFTs?</h2>
  104.                  <p>Absolutely! The base game is available so that everyone can fish, salvage, and craft.</p>
  105.              </div>
  106.              <div class="small-12 medium-10 medium-offset-1 cell content-section">
  107.                  <h2 id="buyselltrade">How do I buy/sell NFTs with other players?</h2>
  108.                  <p>Currently NFTs are only collectibles. We have plans to implement a marketplace soon.</p>
  109.              </div>
  110.          </div>
  111.      </div>
  112.  {% endblock %}