entity_spell_system/entities
2020-04-23 12:17:33 +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 Stat and StatModifier is also a resource now. Stats are not yet exposed as properties, as they need a bit of rework to work properly this way. 2020-04-23 12:13:56 +02:00
entity.cpp Stat and StatModifier is also a resource now. Stats are not yet exposed as properties, as they need a bit of rework to work properly this way. 2020-04-23 12:13:56 +02:00
entity.h 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