Raise-Your-Wand/Resources/Spellbooks/wizardSpellbook.tres
nc543 5079a77296 Main Menu and AI
- Mostly finished the settings menu
- Got basic AI working on easy difficulty
- Changed when animations are loaded
- Music now changes when you hit play
- Changed how AI will work. All enemies should only need the combatant script now
2024-05-12 00:22:34 -04:00

14 lines
534 B
Plaintext

[gd_resource type="Resource" script_class="Spellbook" load_steps=3 format=3 uid="uid://g86hap7s43n8"]
[ext_resource type="Script" path="res://Resources/spellbook.gd" id="1_pn4te"]
[ext_resource type="Resource" uid="uid://dl6nv6lp460n3" path="res://Resources/Spells/rockThrow.tres" id="2_ofx8j"]
[resource]
script = ExtResource("1_pn4te")
name = "Wizard Spellbook"
description = "A spellbook used by wizards"
spells = Array[Resource("res://Resources/spell.gd")]([ExtResource("2_ofx8j")])
damageMod = 1.2
defenseMod = 1.2
element = 0