Rughalt / D35E

3.5e SRD implementation for Foundry VTT.
https://legaciesofthedragon.com
GNU General Public License v3.0
37 stars 30 forks source link

Animal Companion Level Issue #862

Closed bizzar0helldemon closed 2 years ago

bizzar0helldemon commented 2 years ago

The Animal Companion Class feature is having a bug when it is telling the Class Animal Companion how to determine it's level.

This first image will show case the issue at hand. The druid is level 6 but his animal companion is only level 5. image

The Ranger formula works until you hit level 12
image

image The above imagine is the Default Ranger Minion Class Level Formula

image The above image is the Default Druid Minion Class Level Formula

https://www.d20srd.org/srd/classes/druid.htm image

https://www.d20srd.org/srd/classes/ranger.htm image

image The above is the fixed formula for Druid

image The above is the fixed formula for Rangers

github-actions[bot] commented 2 years ago

Thanks for opening an issue, traveller! If your issue is related to an actor or an item, sending thing that is broken will help a lot and speed up debugging.

How to send an item? > - If item is owned by a character, drag and drop it to world item list. > - Right click on item in browser item list and click export. > - Attach downloaded item to this ticket. How to send an actor? > - Right click on actor in browser actor list and click export. > - Attach downloaded actor to this ticket.

Rughalt commented 2 years ago

I cannot reproduce the bug. The minion updates correctly (it takes some time as this needs to run an update loop over the minion actor after the base actor is changed. Usually opening class details on the owner of the minion fixes the problem (system does not try to always forcefully update the minion)