-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
113 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters