Skip to content

Commit

Permalink
Fixed links in GettingStarted, rewrote RequiredSpells
Browse files Browse the repository at this point in the history
  • Loading branch information
tsgrissom committed Oct 22, 2024
1 parent b8ff10b commit d175625
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 deletions GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This is generally how the server should flow for new players:

`spellshop` is the spell for the player to spend Academic Credits on new spells and progressing their knowledge.

[`finalspellshop`](https://github.com/tsgrissom/PotterPlus/wiki/Final-Spells) is the spell for the player to spend Completion Credits on final spell books to finish their year.
[`shop_spells_required`](https://tsgrissom.github.io/PotterPlus/RequiredSpells) opens the Required Spell Shop for the player, allowing them to spend Completion Credits on required spell books to finish their year.

`upgrades` is the spell for the player to view their progression. The more they cast a spell, the stronger that spell becomes.

Expand All @@ -75,4 +75,4 @@ As direct deposit: `/mgive <player> <currency> <amount>`

`ac` is Academic Credits which are the currency the player will obtain through whatever you choose (slaying monsters, attending classes, completing quests, etc.) The player will trade Academic Credits at a `spellshop` NPC for new spells.

`cc` is Completion Credits. More on those in the [Final Spells](https://github.com/tsgrissom/PotterPlus/wiki/Final-Spells) section.
`cc` is Completion Credits. More on those in the [Final Spells](https://tsgrissom.github.io/PotterPlus/RequiredSpells) section.
21 changes: 18 additions & 3 deletions RequiredSpells.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
At the end of each path there's a required spell that cannot be unlocked in the regular spell shop. The player needs to obtain this spell after purchasing all of the spells for their year with Academic Credits. There's a sort of drop in setup available in the form of Completion Credits and Required Spell Books.
# Required Spells

At the end of each year, in whatever form that takes for your players (like the end of a questline) give them one Completion Credit (`cc`). The player can take this Completion Credit to a Required Spell Teacher NPC (`shop_spells_required`) to purchase one of the master spell books. Once they have learned this master spell from this book, they can return to their spell teacher and graduate to the next year. This sort of setup allows you to control when the player is deemed ready to graduate to the next year.
> This page describes the experience with the default PotterPlus configuration. You may have customized it to have a different game flow.
At the end of each path there's a required spell that cannot be unlocked in the regular spell shop.

After purchasing all of their year's spells with Academic Credits, and in order to proceed to the next path, the player needs to obtain a **required spell**.

By default, this required spell can be obtained by spending the Completion Credits currency on a Required Spell Book. It is up to the server admins to determine how these credits are obtained.

## Completion Credits

Completion Credits are the currency used to obtain required spell books and learn the required spells. To give Completion Credits, do `/mgive <player> cc <amount>`. These credits can be spent at a Required Spell Teacher NPC.
Completion Credits are the currency used to obtain required spell books and learn the required spells. To give Completion Credits, do `/mgive <player> cc <amount>`. These credits can be spent at a Required Spell Teacher NPC.

## Recommended Approach

1. At the end of each year, in whatever form that takes for your players (like the end of a questline,) award them one Completion Credit (Item: `cc`)
2. The player should take this credit to a Required Spell Teacher NPC (Spell: `shop_spells_required`)
3. There, they can purchase the master spell book for their current path
4. After this spell is learned, and upon interacting with a spell teacher, the player will automatically graduate to the next year

Using this kind of game flow enables you to control the pace of the player's progression as well as when they are ready to proceed to the next year.

0 comments on commit d175625

Please sign in to comment.