Skip to content

Commit

Permalink
Cleanup Home and FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLope committed May 24, 2024
1 parent 9e6a61e commit 3ede3b4
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 99 deletions.
42 changes: 23 additions & 19 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
---
icon: material/help-box
---

1. What do some of these shorthand names mean?

| Shorthand | Explanation |
| --------- | -------------------------------- |
| + | Bank first |
| - | Degear for wildy |
| GLIDE | Seed pod→climb up to glider |
| RESP | Respawn: set to Edgeville |
| FISH | Max Cape→Fishing Teleports |
| OTHER | Max Cape→Other Teleports |
| GVS | Goblin village sphere |
| BOX | POH jewellery box |
| Shorthand | Explanation |
| --------- | -------------------------------- |
| + | Bank first |
| - | Degear for wildy |
| GLIDE | Seed pod→climb up to glider |
| RESP | Respawn: set to Edgeville |
| FISH | Max Cape→Fishing Teleports |
| OTHER | Max Cape→Other Teleports |
| GVS | Goblin village sphere |
| BOX | POH jewellery box |

2. Which teleports are for Ancient Magicks?

| Shorthand | Explanation |
| --------- | --------------------- |
| PADD | Paddewwa Teleport |
| SENN | Senntisten Teleport |
| KHAR | Kharyrll Teleport |
| LASS | Lassar Teleport |
| CARR | Carrallanger Teleport |
| ANNA | Annakarl Teleport |
| GHOR | Ghorrock Teleport |
| Shorthand | Teleport |
| --------- | ------------ |
| PADD | Paddewwa |
| SENN | Senntisten |
| KHAR | Kharyrll |
| LASS | Lassar |
| CARR | Carrallanger |
| ANNA | Annakarl |
| GHOR | Ghorrock |
53 changes: 50 additions & 3 deletions docs/gear/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Gear Tags

Bank presets and screenshots of complete loadouts are provided.
Bank Tag Layouts of recommended gear setups for all clues

### How To
## How To

Requires the [Bank Tag Layouts](https://runelite.net/plugin-hub/show/bank-tag-layouts) RuneLite plugin

Expand All @@ -16,4 +16,51 @@ To import:

You should now see a new tag tab

![Bank Tag Example](images/example.png)
![Bank Tag Example](images/example.png)

## Tags

<div style="width: 100%; padding-bottom:50px;display: flex;flex-direction: row;flex-wrap: wrap;float: left;">
<a href="beginner">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="../icons/beginner.png" width="35">
<span>Beginner</span>
</div>
</a>
<a href="easy">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="../icons/easy.png" width="35">
<span>Easy</span>
</div>
</a>
<a href="medium">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="../icons/medium.png" width="35">
<span>Medium</span>
</div>
</a>
<a href="hard">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="../icons/hard.png" width="35">
<span>Hard</span>
</div>
</a>
<a href="elite">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="../icons/elite.png" width="35">
<span>Elite</span>
</div>
</a>
<a href="master">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="../icons/master.png" width="35">
<span>Master</span>
</div>
</a>
<a href="mimic">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="../icons/mimic.png" width="35">
<span>Mimic</span>
</div>
</a>
</div>
84 changes: 9 additions & 75 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,87 +1,21 @@
---
icon: material/home
---

# Clue Tags

_Welcome to Clue Tags!_

## Item Tags

Allow you to see a custom text for each clue without having to open it
All clue tiers **except beginner and master** have unique item IDs for each clue step

[Start Here](items/index.md){ .md-button }
This allows us to provide hints on the clue scroll item without requiring players to open the clue

<div style="width: 100%; padding-bottom:50px;display: flex;flex-direction: row;flex-wrap: wrap;float: left;">
<a href="items/easy">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="icons/easy.png" width="35">
<span>Easy</span>
</div>
</a>
<a href="items/medium">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="icons/medium.png" width="35">
<span>Medium</span>
</div>
</a>
<a href="items/hard">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="icons/hard.png" width="35">
<span>Hard</span>
</div>
</a>
<a href="items/elite">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="icons/elite.png" width="35">
<span>Elite</span>
</div>
</a>
</div>
[Start Here](items/index.md){ .md-button }

## Gear Tags

Bank Tag Layouts for recommended gear setups

[Start Here](gear/index.md){ .md-button }
Bank Tag Layouts of recommended gear setups for all clues

<div style="width: 100%; padding-bottom:50px;display: flex;flex-direction: row;flex-wrap: wrap;float: left;">
<a href="gear/beginner">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="icons/beginner.png" width="35">
<span>Beginner</span>
</div>
</a>
<a href="gear/easy">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="icons/easy.png" width="35">
<span>Easy</span>
</div>
</a>
<a href="gear/medium">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="icons/medium.png" width="35">
<span>Medium</span>
</div>
</a>
<a href="gear/hard">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="icons/hard.png" width="35">
<span>Hard</span>
</div>
</a>
<a href="gear/elite">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="icons/elite.png" width="35">
<span>Elite</span>
</div>
</a>
<a href="gear/master">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="icons/master.png" width="35">
<span>Master</span>
</div>
</a>
<a href="gear/mimic">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="icons/mimic.png" width="35">
<span>Mimic</span>
</div>
</a>
</div>
[Start Here](gear/index.md){ .md-button }
33 changes: 31 additions & 2 deletions docs/items/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All clue tiers **except beginner and master** have unique item IDs for each clue

This allows us to provide hints on the clue scroll item without requiring players to open the clue

### How To
## How To

Requires the [Custom Item Tags](https://runelite.net/plugin-hub/show/custom-items) RuneLite plugin

Expand All @@ -16,4 +16,33 @@ Paste the contents of the tag files into the *Custom Tags* section of of the plu

You should now see a tag on your current clue

![Item Tag Example](images/example.png)
![Item Tag Example](images/example.png)

## Tags

<div style="width: 100%; padding-bottom:50px;display: flex;flex-direction: row;flex-wrap: wrap;float: left;">
<a href="easy">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="../icons/easy.png" width="35">
<span>Easy</span>
</div>
</a>
<a href="medium">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="../icons/medium.png" width="35">
<span>Medium</span>
</div>
</a>
<a href="hard">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="../icons/hard.png" width="35">
<span>Hard</span>
</div>
</a>
<a href="elite">
<div style="width: 85px !important; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom:10px">
<img style="vertical-align:middle" src="../icons/elite.png" width="35">
<span>Elite</span>
</div>
</a>
</div>

0 comments on commit 3ede3b4

Please sign in to comment.