Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{Made Corrections to Docs} #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/clients/create-your-own.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Loot Survivor is dependant on having reliable client providers to maintain uptime of interfaces to display data and interact with the contract. We also want to incentivise experimenting with designs that will further attract players to Loot Survivor and grow the series as a whole.

This is why we have fully open-sourced all code and provided a reward (27% of LORDS fees) that anyone can utilise to to create and earn.
This is why we have fully open-sourced all code and provided a reward (27% of LORDS fees) that anyone can utilise to create and earn.

The UI and contracts are all located in this repo: https://github.com/Provable-Games/loot-survivor.git

2 changes: 1 addition & 1 deletion pages/rewards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ The contract has a built in distribution model for incentivising different parti
<img src="/phoenix-collectible.png" alt="Collectible Beast" width="50%" height="150" />
</div>

A beast beomes collectible when it is above the level 19 and has special name prefixes. Slaying a colletible beast, if not already collected, will be instantly transferred to the account playing.
A beast becomes collectible when it is above the level 19 and has special name prefixes. Slaying a colletible beast, if not already collected, will be instantly transferred to the account playing.
4 changes: 2 additions & 2 deletions pages/start/mainnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ___

## Onboarding Steps

1. Conect a Starknet Account, we recommend using Cartridge Controller for a seamless experience. Loot Survivor also supports Argent and Braavos Accounts.
1. Connect a Starknet Account, we recommend using Cartridge Controller for a seamless experience. Loot Survivor also supports Argent and Braavos Accounts.
- Select the "Login with Cartridge Controller"

<div style={{ display: 'flex', justifyContent: 'center' }}>
Expand All @@ -35,7 +35,7 @@ ___
<img src="/getting-started/get-eth.png" alt="Get ETH" width="250" height="150" />
</div>

3. Finally, the token of the this Arcade Machine is $LORDS. There is a link to AVNU for purchasing LORDS.
3. Finally, the token of this Arcade Machine is $LORDS. There is a link to AVNU for purchasing LORDS.

<div style={{ display: 'flex', justifyContent: 'center' }}>
<img src="/getting-started/get-lords.png" alt="Get LORDS" width="250" height="150" />
Expand Down
2 changes: 1 addition & 1 deletion pages/start/tutorial/prescience.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It is crucial to utilise the adventurers special ability of seeing the outcomes

The first column in the table shows the starting xp of the adventurer for a specific encounter, and the last column shows the total xp after it. To read the table correctly the player should map the end xp to the matching starting xp on a following row to asses what encounter will come next. This pattern should be repeated until the next xp results in reaching a higher level, then the entropy will change and result in different future encounters.

To maximise effectiveness it is important to know that fleeing a beast increases adventurer xp by 1. For example there might be a beneficial strategy to flee a beast even if it is defeatable to get a more favourable future outcome.
To maximise effectiveness, it is important to know that fleeing a beast increases adventurer xp by 1. For example there might be a beneficial strategy to flee a beast even if it is defeatable to get a more favourable future outcome.

Some other more obvious strategies when utilising the information provided in this table are:

Expand Down
2 changes: 1 addition & 1 deletion pages/start/tutorial/start-game.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Enter a unique name for your adventurer, this will be used to identify you on th

Here you will need to pay the cost of the game, a dynamic LORDS amount based on a fixed $3.

If you have a Golden Token in your account you can also play for free every 24 hours.
If you have a Golden Token in your account, you can also play for free every 24 hours.
2 changes: 1 addition & 1 deletion pages/start/tutorial/upgrades.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In Loot Survivor once you get sufficient xp for a level up you will be able to c
<img src="/tutorial/stat-upgrade.png" alt="Stat Upgrade" width="100%" height="150" />
</div>

Levelling stats is vital in the fight for survival through the game. Depending on the number of levels you gained will depend on how many stat upgrades are available. See stat abilities <Link href="/stats/stats-list" style={{ color: '#FFB000' }}>here</Link>. Choosing the number of stat upgrades equivalent to the number available will enable you to move to the marketplace.
Levelling stats is vital in the fight for survival throughout the game. Depending on the number of levels you gained will depend on how many stat upgrades are available. See stat abilities <Link href="/stats/stats-list" style={{ color: '#FFB000' }}>here</Link>. Choosing the number of stat upgrades equivalent to the number available will enable you to move to the marketplace.

### Marketplace
<br/>
Expand Down
2 changes: 1 addition & 1 deletion pages/stats/suffix-list.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Item Suffix Boosts

When an item reaches Greatness 15 it earns a suffix boost that provides an additional +3 stat boost depending on the [16 Orders of Divinity](https://docs.loot.foundation/canonical-principles/loot/the-16-orders) given. The Order is randomly assigned but follows the canonical loot lore, you can read more about the Loot Foundation to gain a deeper understanding of [Loot Lore](https://docs.loot.foundation/).
When an item reaches Greatness 15, it earns a suffix boost, providing an additional +3 stat boost depending on the [16 Orders of Divinity](https://docs.loot.foundation/canonical-principles/loot/the-16-orders) given. The Order is randomly assigned but follows the canonical Loot lore. You can read more about the Loot Foundation to gain a deeper understanding of [Loot Lore](https://docs.loot.foundation/).

In addition to the +3 stat boost at G15, the adventurer will also receive +1 when the item reaches Greatness 19+.

Expand Down