GentleMoa / Spellcraft-VR

A passion VR project created to test out a rune-based magic crafting system similar to the one seen in Arx Fatalis.
0 stars 0 forks source link

Introduce Rune Combination System #27

Open GentleMoa opened 10 months ago

GentleMoa commented 10 months ago

Features:

GentleMoa commented 10 months ago

Open question:

What kind of system should be used to store each runes' spell properties in a structured and streamlined way?

Ideas: --> Scriptable objects? --> Class inheritance & function overrides? --> Delegates/Events