Skip to content

Commit

Permalink
Development (#452)
Browse files Browse the repository at this point in the history
* fix: improve deal damage to actors

Currently there is only an automated way of dealign damage to actors
this change brings up a dialog for all players who own an actor and
let them distribute the damage among the attributes. Holding shift will
use the old behavior and no dialog will be shown.
This change also adds the ability to target enemies when shooting.

Fix #222

* chore(release): 0.7.24-development.1 [skip ci]

* improve deal damage to actors ([ac47ecc](ac47ecc)), closes [#222](#222)

* fix: Improve setting text

* chore(release): 0.7.24-development.2 [skip ci]

* Improve setting text ([b660729](b660729))

* fix: Rebase on master, update package-lock.json, make a new development release.

* chore(release): 0.7.25-development.1 [skip ci]

* improve deal damage to actors ([b5822ac](b5822ac)), closes [#222](#222)
* Improve setting text ([f3ef1c4](f3ef1c4))
* Rebase on master, update package-lock.json, make a new development release. ([c701982](c701982))

Co-authored-by: Patrik Jonell <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
  • Loading branch information
3 people authored Mar 28, 2021
1 parent 9f5b946 commit 748b21f
Show file tree
Hide file tree
Showing 13 changed files with 1,372 additions and 527 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.7.25-development.1](https://github.com/xdy/twodsix-foundryvtt/compare/v0.7.24...v0.7.25-development.1) (2021-03-28)


### Bug Fixes

* improve deal damage to actors ([b5822ac](https://github.com/xdy/twodsix-foundryvtt/commit/b5822ac69b97d3829dbed359639d62bb34f5cd35)), closes [#222](https://github.com/xdy/twodsix-foundryvtt/issues/222)
* Improve setting text ([f3ef1c4](https://github.com/xdy/twodsix-foundryvtt/commit/f3ef1c49f680ddbf3d0f8c0f4f1add421660a93b))
* Rebase on master, update package-lock.json, make a new development release. ([c701982](https://github.com/xdy/twodsix-foundryvtt/commit/c7019826581848ee3dc89855485558b1dcf0e0e6))

## [0.7.25](https://github.com/xdy/twodsix-foundryvtt/compare/v0.7.24...v0.7.25) (2021-03-28)


Expand All @@ -12,6 +21,20 @@

* Adds roll tables, gm screen and a missing monster to Cepheus Atom, courtesy of [@marvin9257](https://github.com/marvin9257) ([e16a9e4](https://github.com/xdy/twodsix-foundryvtt/commit/e16a9e49bb42be0d5f565d03e331857934186f3b))

## [0.7.24-development.2](https://github.com/xdy/twodsix-foundryvtt/compare/v0.7.24-development.1...v0.7.24-development.2) (2021-03-27)


### Bug Fixes

* Improve setting text ([b660729](https://github.com/xdy/twodsix-foundryvtt/commit/b6607291440eed767d66f2e6be7bdf5ddaa667dc))

## [0.7.24-development.1](https://github.com/xdy/twodsix-foundryvtt/compare/v0.7.23...v0.7.24-development.1) (2021-03-27)


### Bug Fixes

* improve deal damage to actors ([ac47ecc](https://github.com/xdy/twodsix-foundryvtt/commit/ac47eccb7db341452abe6c3774eab9482a9db2c6)), closes [#222](https://github.com/xdy/twodsix-foundryvtt/issues/222)

## [0.7.23](https://github.com/xdy/twodsix-foundryvtt/compare/v0.7.22...v0.7.23) (2021-03-21)


Expand Down
Loading

0 comments on commit 748b21f

Please sign in to comment.