Godot - major refactor needed.
Equipment is getting quite complex, and is currently stored as a Dictionary of Dictionaries of Arrays
I'm thinking of making it a Class. But maybe a Resource?
Equipment needs to know:
Playbook/General
Name
Description
Load
is_equiped
Each item can only be instantiated once, and the only bit that ever changes is is_equiped
Advices?
#godot #gdscript #gamedev #godotengine #ttrpg #rpg #BladesInTheDark