PDA

View Full Version : Deadlands Reloaded SWADE/Grit extension



Eru the One
March 3rd, 2019, 01:37
This is now obsolete, Ikael fixed in main extension.


Since SWADE was released I noticed the derived stat Grit was not calculating correctly anymore when using SavageWorlds (SWADE), so I wrote this extension to use Advances to calculate Grit.

Be sure to enable both as my SWADE one will override the base Grit calculation.

https://www.fantasygrounds.com/forums/attachment.php?attachmentid=26544&d=1551576394

Eru the One

Ikael
March 3rd, 2019, 07:25
Can you try to run FG Updater again because Grit was one topic that was updated. How is it not working?

Eru the One
March 3rd, 2019, 23:04
I deleted DLR from my system and ran the updater and still have the same results:

Without:

https://www.fantasygrounds.com/forums/attachment.php?attachmentid=26557&d=1551653474

With my extension:

https://www.fantasygrounds.com/forums/attachment.php?attachmentid=26558&d=1551653479

All I had to change was:

<root>
<template name="derivedstat_grit">
<derbase>
<setup>
<node>
<full>main.xp</full>
</node>
<division>20</division>
<modifier>1</modifier>
<maxvalue>5</maxvalue>
</setup>
</derbase>
</template>
</root>
To:

<root>
<template name="derivedstat_grit">
<derbase>
<setup>
<node>
<full>advances</full>
</node>
<division>4</division>
<modifier>1</modifier>
<maxvalue>5</maxvalue>
</setup>
</derbase>
</template>
</root>

Eru the One

Ikael
March 4th, 2019, 18:52
Seems like I never made the actual planned update for DLR Grit :) Thanks for the detailed report, I have commited the change and it will be available in upcoming update.

Side note: Similar issue exists in IZ 2.0 Street Cred calculation, this has been fixed as well!

Eru the One
March 5th, 2019, 01:27
Thanks Ikael :)