|
|
## New Features
|
|
|
|
|
|
- Headline new feature: [Saving data to the user library](https://dev.dulst.com/dulst/core/wikis/Save).
|
|
|
- Ability to indent and dedent effects without opening the effect builder. Hold down shift, left click to indent, right click to dedent each effect line.
|
|
|
|
|
|
## Changes
|
|
|
|
|
|
- Reenabled realtime feature. Now no longer automatically fires the newTurn event. It is still useful for automatically not-waiting on choices. It keeps count of milliseconds since game start by incrementing the `turnCount` by 200 every 200 milliseconds. This can be used as a definitive in-game clock though it is unlikely to match up with time experienced by the user.
|
|
|
- `customActionInstance.actionSourceTarget` and `customActionInstance._target` now grab the value of the actual property itself if it’s set to a card, player or game property.
|
|
|
- Dot syntax to work on modify stats in the targeting column.
|
|
|
- Dynamic card property sync button now gains a tooltip
|
|
|
- Swapped out card cropping and resizing system.
|
|
|
- Dynamic card property sync button now gains a tooltip.
|
|
|
- Error message on ui: targeting if nothing is found
|
|
|
- Achievements can are now visible in the DOM as attributes on the body element.
|
|
|
- Partially document javascript events.
|
|
|
|
|
|
|
|
|
## Fixes
|
|
|
|
|
|
- Fix bug with verify true and comma separated effects
|
|
|
- Fix bug with target value and array handling.
|
|
|
- Target: value can now output objects.
|
|
|
- Fix bug with effect description's dynamic property sync breaking. Some cards have had the broken versions resaved so those sync connections will have to be remade. Simply remove the star by clicking on the format remove button and then reclick on the star to reapply it.
|
|
|
- Parse variables in custom params |
|
|
\ No newline at end of file |