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
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m9s
This commit is contained in:
@@ -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
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user