powerof3 / Spell-Perk-Item-Distributor

MIT License
29 stars 8 forks source link

Distribution History #58

Open adya opened 4 months ago

adya commented 4 months ago

Implement a universal distribution history that will be stored in SPID for each loaded NPC. Instead of storing each state of what NPC get, store the change.

This will allow easy revert for NPCs, both during reloads as well as through console #57

For example list of changes:

AddPerk(Perk)
AddItem(Item)

instead of

Perk
Perk
Item

...