Skip to content

Commit

Permalink
update readme to match mr page
Browse files Browse the repository at this point in the history
  • Loading branch information
CammiePone committed Jan 10, 2025
1 parent 8d47bca commit 77f3a8f
Showing 1 changed file with 29 additions and 14 deletions.
43 changes: 29 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
# Arcanus: Continuum
Arcanus: Continuum is the continuation of the primary ideas behind Arcanus: Legacy. A simple magic mod with a fairly unique casting system that I've only ever seen in Wynncraft - with some improvements.

a simple magic mod inspired by the mod Electroblob's Wizardry and the server Wynncraft.
<br><br>
The mod's main goal is to maintain simplicity above all else, to make for an accessible experience for all players.
I only separated it from Legacy because it was so radically different, and I didn't want players who preferred Legacy's relative simplicity to be disappointed. The two mods are able to be used together as well, though it may lead to some level of confusion for players, so be warned.

![](https://mod-assets.upcraft.dev/promo/arcanus-continuum/wizard_tower.png)

---

<table align="center">
<tr>
<th><b>Join my Discord</b></th>
<th><b>Join my Ko-Fi!</b></th>
</tr>
<tr>
<th><a href="https://mods.upcraft.dev/discord"><img src="https://cammiescorner.dev/images/extras/discord.png" width="150" height="150" title="Cammie's Corner Discord" alt="Cammie's Corner Discord"></a></th>
<th><a href="https://www.ko-fi.com/camellias_"><img src="https://cammiescorner.dev/images/extras/kofi.png" width="150" height="150" title="Cammie's Corner Ko-Fi" alt="Cammie's Corner Ko-Fi"></a></th>
</tr>
</table>
To select a spell, you have to combine mouse inputs that correspond to one of 8 slots on your staff. Each mouse input also corresponds to a shape: square for left, circle for right. When you cast a spell, you'll see these shapes appear around your crosshair, and other players will see them in front of your player model.

<!-- update the cache value with the latest time from https://www.unixtimestamp.com to force a cache refresh -->
![](https://mod-assets.upcraft.dev/promo/arcanus-continuum/modpage_banner.png?cache=1736511913)

---

To create a spell, you must make a spell book and place it on a lectern. Depending on how many knowledge scrolls you've obtained from your local Wizard, you will see a variety of spell shapes on the left and spell effects on the right. These shapes and effects can be chained together in order to create fully customizable spells, with the only limits on their power being their mana cost and your own creativity.

![](https://mod-assets.upcraft.dev/promo/arcanus-continuum/spellcrafting.png)

Spell shapes are how the effects are delivered to the target. For instance, a self shape will apply the chained effects to the caster, while a projectile shape will apply the chained effects to whatever it hits. Spell effects are more obvious; they are the actual functioning parts of the spell, such as damage or freezing.

---

The mod is fully documented in the in-game book, the Compedium Arcanus. I highly recommend reading through it to understand everything there is to know about the mod! It's also fully configurable, including allowing pack makers to disable specific spell shapes or spell effects completely.

## For Developers:

You can also find the mod on Up's [maven repository](https://maven.uuid.gg/#/releases).
Expand All @@ -34,3 +37,15 @@ dependencies {
}
```

---

<table align="center">
<tr>
<th><b>Join my Discord</b></th>
<th><b>Join my Ko-Fi!</b></th>
</tr>
<tr>
<th><a href="https://cammiescorner.dev/discord"><img src="https://cammiescorner.dev/images/extras/discord.png" width="150" height="150" title="Cammie's Corner Discord" alt="Cammie's Corner Discord"></a></th>
<th><a href="https://ko-fi.com/camellias/tiers"><img src="https://cammiescorner.dev/images/extras/kofi.png" width="150" height="150" title="Cammie's Corner Patreon" alt="Cammie's Corner Patreon"></a></th>
</tr>
</table>

0 comments on commit 77f3a8f

Please sign in to comment.