entity_spell_system/entities
2020-04-25 19:25:00 +02:00
..
ai Clang format. 2020-04-10 14:09:21 +02:00
auras AuraData is a Resource now aswell. 2020-04-23 12:17:33 +02:00
data Added is_playable property to EntityData. 2020-04-13 22:04:14 +02:00
resources Fix typo. 2020-04-19 17:32:51 +02:00
skills Now resource paths are used instead of ids for save files. (They are converted back on load - ids are better for networking) This makes remapping resource ids possible, which makes creating modules (and later mods into zips or pcks) simple. 2020-04-19 17:15:36 +02:00
stats SimpleLevelStatData now uses the new flexible stat system. 2020-04-25 19:24:05 +02:00
entity.cpp Entity's character level up uses the new system now aswell. 2020-04-25 19:25:00 +02:00
entity.h Customizable stats - part 2. Removed the StatId enum. (The main stat enum still nees to be removed.) 2020-04-25 16:50:53 +02:00