Alpha ABS. Dev Diary. Build 1110 (Patreon)
Published:
2019-09-12 13:13:41
Imported:
2023-02
Content
Features:
- Fog Of War - allows you to create fog of war on the map. Great thing to the dungeons. How it works - see the video.
- New Damage PopUp's - optional, full customization through JSON
- Bloodsplatter effect when HP is low - optional, has settings
- Outer ABS settings for skills, weapons, items and enemies
You can write all the settings in a JSON file. And also use inheritance settings.
For example:
You have skill (id 31) with many settings, it's not very useful
You can define all in JSON file
Then use new <outer> parameter
All settings will be loaded from JSON
Also, you can use inheritance with some changes, like this
(Load all settings from skill with ID 30 and override <range> parameter)
After the build release build, I will add a Wiki page how to work with it