This website requires JavaScript.
Explore
Help
Sign In
Relintai
/
entity_spell_system
Watch
1
Star
0
Fork
0
You've already forked entity_spell_system
mirror of
https://github.com/Relintai/entity_spell_system.git
synced
2025-02-22 17:18:12 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ceb71f56d4
entity_spell_system
/
data
History
Relintai
ceb71f56d4
Added similar api to Items. And fix typo.
2020-02-26 17:24:11 +01:00
..
atlases
Moved the atlases folder into data aswell.
2020-02-03 13:03:33 +01:00
auras
Added similar api to Items. And fix typo.
2020-02-26 17:24:11 +01:00
entities
Now entity also stores the class level, and class xp. Added separate class and character xp properties to EntityCreateInfo aswell. Standardized the remaining methods in XPData.
2020-02-20 12:18:55 +01:00
items
Added similar api to Items. And fix typo.
2020-02-26 17:24:11 +01:00
loot
Organized the data folder's classes into subfolders.
2020-02-03 13:01:17 +01:00
species
Added SpeciesInstance, it can store an entity's look setup (like hair index etc.). Also added SpeciesData loading/storing into EntityDataManager.
2020-02-03 16:13:42 +01:00
spells
Spell's get_description can now replace some words with value of it's properties. e.g. "%%cast_cast_time " (not the whitespace at the end) will be replaced to the value stored in cast_cast_time. This value can scaled with class level like %#cast_cast_time, and with character level like %$cast_cast_time. Also made get_description overrideabe from scripts. And bound text_translation_key.
2020-02-26 16:49:52 +01:00