From 889c34b5869edba6b35dbdd87c1bc40c8137b489 Mon Sep 17 00:00:00 2001 From: Kyle Austad Date: Sat, 25 Jan 2025 14:04:19 -0700 Subject: [PATCH] Update Quick Start --- Quick-Start.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Quick-Start.md b/Quick-Start.md index 562d148..c9024fd 100644 --- a/Quick-Start.md +++ b/Quick-Start.md @@ -4,4 +4,10 @@ Here is a quick start guide to getting a custom spell in the demo map that comes in the *SpellPlayground* folder under *Enums*, open the *E_SpellEffects* enum and add a new entry here for the effect you wish to add. The demo spell crafting UI will auto populate it once we add it as a craftable effect. For this quick start guide, I will add a simple 'Fortify Mana' spell effect. -![](https://git.crabinteractive.com/crabdev/SimpleSpellsWiki/raw/branch/main/Pics/QuickStart/1.png) \ No newline at end of file +![](https://git.crabinteractive.com/crabdev/SimpleSpellsWiki/raw/branch/main/Pics/QuickStart/1.png) + +### Add the new effect to the crafting menu + +Next, under the path *SpellPlayground/Demo/UI/Widgets* open the *WBP_SpellCraftingMenu* and go the the graph tab in the upper right (not designer). There is a variable there titled *PossibleSpellEffects*. Select it and add a new element to the array and select your newly added effect. + +![](https://git.crabinteractive.com/crabdev/SimpleSpellsWiki/raw/branch/main/Pics/QuickStart/2.png) \ No newline at end of file