Skip to content

v0.7.0

Compare
Choose a tag to compare
@Trisfald Trisfald released this 30 Mar 17:14
· 59 commits to master since this release

Features

Methods to obtain a mutable access to all rules and models.

Introduced new methods in Battle and in some other components to let the player modify the rules and the models in the context of custom events.

Rounds can now be initiated by multiple actors.

A round can be started by multiple actors with the new function StartRound::trigger_with_actors. All actors can use their abilities, in no particular order.
EndRound automatically ends the round for everyone.