fix: address multiple bugs (1,2,3,5,6,9,10,11,12,13) - partial fix for 4, remaining 7,8
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m9s

This commit is contained in:
2026-05-07 12:28:16 +02:00
parent 54d5e576ab
commit 7851d8c7cb
10 changed files with 136 additions and 22 deletions
@@ -13,7 +13,8 @@ export const RAW_SPELLS: Record<string, SpellDef> = {
castSpeed: 3,
unlock: 0,
studyTime: 0,
desc: "A weak bolt of pure mana. Costs raw mana instead of elemental."
desc: "A weak bolt of pure mana. Costs raw mana instead of elemental.",
grimoire: true
},
manaStrike: {
name: "Mana Strike",
@@ -24,6 +25,7 @@ export const RAW_SPELLS: Record<string, SpellDef> = {
castSpeed: 2.5,
unlock: 50,
studyTime: 1,
desc: "A concentrated strike of raw mana. Slightly stronger than Mana Bolt."
desc: "A concentrated strike of raw mana. Slightly stronger than Mana Bolt.",
grimoire: true
},
};