New Features
- Show player achievements and player data in-game. You can view them by using
dulst.view("player1")
and can be controlled with the dot syntax.
- Send to Stack location random index
- Add option to remove achievements.
- Added $_targetUndefined for custom actions that have no target. If no target column is selected, it will return 1.
- Allow custom js for enterprise clients.
- Better dulst.view() in console. You can now use dot syntax. For example,
dulst.view("player1.hand[2]")
- You can iterate over objects with ‘each’ and get its key by doing $valueKey
Changes
- Effects list now shows rule triggers and “no action” if no action is selected.
- Autohide non-selected card properties if a custom property is already selected.
- customCardProperties now stay in game after the card loads. They were previously deleted.
- When you fork a game, rename it to your name's game.
- No wait option without running an effect
- No instructions option without running an effect
- show cards list and deck data in the dulst.view(‘game’)
- Optimize add card to match with an nid index and a card title index. Both adding by nid and card title are now faster.
- Initial game creation to link to wiki page
- Play button now more visible.
Fixes
- Fix wiki bugs
- Search to work with display names of properties too.
- Target: value can now output objects.