Skip to content

Releases: AnimaBeyondDevelop/AnimaBeyondFoundry

v1.19.5

10 Nov 22:08
Compare
Choose a tag to compare

Add ki seals migration

v1.19.4

10 Nov 17:35
Compare
Choose a tag to compare

This version comes with the new excel import option for actors.

What's changed?

  • Fixed: error in ki seals hbs where the data path was not referencing anything in #232
  • Added an excel import option for the actors (explained below) in #229

Full Changelog: v1.19.2...v1.19.4

How to import an Excel file:

  • Right-click on an actor from the actors tab in Foundry
  • Select the "Import from Excel" option
  • Click the "Select file" button
  • Choose the Excel file you want to import
  • Click the "Import" button

Everything should be imported except for:

  • Techniques
  • Mentalism powers
  • Equipped weapons
  • Equipped armor
  • Description box
  • Contacts
  • Notes
  • Inventory
  • Any option in the customization tab except inhuman and zen

Ficha de anima 8.7.0: https://mega.nz/folder/XA8UTIyC#WvCv3-DvzGuWir-Vduq4EQ/file/fEcEXRIa

v1.19.2

23 Oct 20:35
Compare
Choose a tag to compare

This is a small version fixing some bugs, in particular the one causing a very annoying spam of image popout of some actors.

What's changed?

  • Fixed image popout spam when GM updating base actor for unlinked tokens by @Eryx5502 in #230
  • Fixed error in psychic powers compendium by @Miliviu in #228
  • Build: Use foundryvtt-cli to get the build destination path by @Eryx5502 in #220

Full Changelog: v1.19.1...v1.19.2

v1.19.1

14 Oct 08:17
Compare
Choose a tag to compare

Warning

It is always wise to backup your data before updating the system to a new version.

What's Changed

  • FIX - A bug affecting the damage calculator has been resolved by @paiva92.
  • FIX - El tipo de movimiento debe reducirse solo en multiplos de 20 by @Miliviu in #224
  • FIX - Los penalizadores de armadura deben aplicarse solo cuando hay una armadura equipada by @Miliviu in #225
  • FIX - Añadido el Sello de fuego y eliminado el sello de Tierra by @Miliviu in #226

New Contributors

Full Changelog: v1.19.0...v1.19.1

v1.19.0

03 Oct 08:22
Compare
Choose a tag to compare

Warning

[English below] En esta versión se introducen migraciones de datos. Para evitar pérdidas, no olvides hacer un backup de tus datos antes de actualizar el sistema.
This version introduces data migration. To prevent data loss, it is always wise to create a backup before updating the system.

This new version comes with a few small bugfixes and finally brings support to FoundryVtt 12 🥳

What's Changed

  • FoundryVtt v12 support added by @JulenBordonaba and @Eryx5502 in #222
  • We also have new behaviour for the ownership settings introduced by @JulenBordonaba in #213: now users with permission set to limited for a given actor will see its entry on the Actor directory, but when clicking it instead the profile image will display instead of the sheet details.
  • Bugfix for weapons with own strength by @paiva92 in #194
  • We now use foundryvtt-cli to mantain compendia in plain json files and finally removed all TypeScript code from our codebase (#214 and #221 by @Eryx5502).

Full Changelog: v1.18.1...v1.19.0

v1.18.1

09 May 20:51
Compare
Choose a tag to compare

⚠️ [English below] En esta versión se introducen varias migraciones de datos. Para evitar pérdidas, no olvides hacer un backup de tus datos antes de actualizar el sistema.
⚠️ In this version we introduced several data migrations. To prevent data loss, please create a backup before updating the system.

This is a hotfix release. In the previous version the route inside actor's system for user inputted modifiers while previous modifiers were not migrated. This led to a bug on the case modifiers were inputted into actors on previous versions: old modifiers were taken into account for the final calculations but it was impossible to remove or modify the old modifiers.

This version introduces a migration to solve that issue.

Full Changelog: v1.18.0...v1.18.1

v1.18.0

07 May 17:11
Compare
Choose a tag to compare

⚠️ [English below] En esta versión se introducen varias migraciones de datos. Para evitar pérdidas, no olvides hacer un backup de tus datos antes de actualizar el sistema.
⚠️ In this version we introduced several data migrations. To prevent data loss, please create a backup before updating the system.

This version introduces massive changes in automated combat by @paiva92, and there is more coming! 🥳
In order to keep track of all the specific changes, @paiva92 created this document providing an extensive list of all of them.
Check also this Discord threat.

Installation: Check Foundry package manager as a first option. To manually install this version, input the following manifest url in Foundry: https://github.com/AnimaBeyondDevelop/AnimaBeyondFoundry/releases/download/v1.18.1/system.json.

What's Changed

Full Changelog: v1.17.1...v1.18.0

v1.17.1

15 Feb 20:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.17.0...v1.17.1

v1.17.0

17 Sep 11:09
Compare
Choose a tag to compare

This version supports Foundry V11 🥳. The old system for the compendia has been replaced by the new native folder support in Foundry 11.

Instalation: To manually install this version, input the following manifest on Foundry: https://raw.githubusercontent.com/AnimaBeyondDevelop/AnimaBeyondFoundry/v1.17.0/src/system.json

What's new

  • [#162] Foundry v11 supported (@Linkaynn & @Eryx5502)
  • [22f9a21] System dependencies removed and compendia switched to the new style in Foundry 11.

Full Changelog: v1.16.0...v1.17.0

v1.16.0

17 Sep 10:52
Compare
Choose a tag to compare

Finally, support to newer versions of Foundry is here 🥳! This version allows to use Foundry version 10 and introduces a number of bugfixes and new features.

Instalation: To manually install this version, input the following manifest on Foundry: https://raw.githubusercontent.com/AnimaBeyondDevelop/AnimaBeyondFoundry/v1.16.0/src/system.json

What's new

Bugfixes

  • [#150] The Turn Tracker now shows the correct order on each round (@Eryx5502)
  • [#148] Combined AT value with pieces having AT greater than 10 are now calculated correctly
  • [#164] Throwing initiative from Turn Tracker uses again the correct die formula.
  • [#117] Fix an old error reported on console with unclear effects.

Other changes

  • [#154] Changes on the orchestration system

Full Changelog: v1.15.1...v1.16.0