This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
SorceryCraft/README.md

79 lines
2.3 KiB
Markdown
Raw Normal View History

2020-03-01 18:19:59 +00:00
# SorceryCraft
Cast Spells in Minecraft!
This mod supports the Minecraft 1.16 snapshots.
2020-03-02 23:06:47 +00:00
## What are Spells?
2020-03-01 18:56:28 +00:00
Spells are found throughout the world in chests. When you pick up a Spell you will learn it, one you learn a Spell you can apply it to a blank or existing Spell in the Casting Table. You can cast Spells by right-clicking. There is also a 30% chance the spell will rebound and hit you instead, unless the "Steadfast" Spell is applied.
2020-03-01 18:19:59 +00:00
2020-03-02 23:06:47 +00:00
## What's a Casting Table?
2020-03-01 18:19:59 +00:00
You can apply Spells to blank or existing Spells in the Casting Table. Doing so will require a certain amount of levels, and sometimes may require an item.
## Crafting
#### Blank Spell
2020-03-02 23:23:12 +00:00
<table>
<tr>
<td></td>
<td>Lapis Lazuli</td>
<td></td>
</tr>
<tr>
<td>Lapis Lazuli</td>
<td>Paper</td>
<td>Lapis Lazuli</td>
</tr>
<tr>
<td></td>
<td>Lapis Lazuli</td>
<td></td>
</tr>
</table>
2020-03-01 18:19:59 +00:00
2020-03-04 01:22:40 +00:00
#### Casting Table
2020-03-02 23:23:12 +00:00
<table>
<tr>
<td>Lapis Lazuli</td>
<td>Cobblestone</td>
<td>Lapis Lazuli</td>
</tr>
<tr>
<td>Cobblestone</td>
<td>Diamond</td>
<td>Cobblestone</td>
</tr>
<tr>
<td>Lapis Lazuli</td>
<td>Cobblestone</td>
<td>Lapis Lazuli</td>
</tr>
</table>
2020-03-02 23:06:47 +00:00
## Spells
| Spell | Max Level | Description |
| --- | --- | --- |
| Flame | 2 | Sets target on fire. |
| Damage | 2 | Damages target. |
| Heal | 2 | Heals target. |
| Dissolve | 1 | Removes target's status effects. |
| Levitate | 2 | Gives target the Levitation effect. |
| Steadfast | 1 | Prevents Spell from rebounding. |
| Teleport | 2 | Teleports target to random location. |
2020-03-04 01:22:40 +00:00
| Inward | 1 | Causes the Spell to target the player. If the Spell fails instead of rebounding, it will just do nothing. |
## ```/spell``` Command
This command requires OP permissions.
#### ```/spell clear <player>```
This command clears all known spells from the given player.
#### ```/spell list <player>```
This lists all the spells the given player knows.
#### ```/spell learn <player> <spell-id> <level>```
This teaches the specified spell to the specified player.
#### ```/spell add <player> <spell-id> <level>```
This adds the specified spell to the item in the player's main hand.
#### ```/spell remove <player> <spell-id>```
This removes the specified spell from the item in the player's main hand.