Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Trudvang Chronicles] bug on the display of the equipment tab #6852

Open
dyvim opened this issue Jun 27, 2020 · 4 comments
Open

[Trudvang Chronicles] bug on the display of the equipment tab #6852

dyvim opened this issue Jun 27, 2020 · 4 comments
Labels
bug A bug found in the character sheet help wanted Requesting a sheet author's help

Comments

@dyvim
Copy link
Contributor

dyvim commented Jun 27, 2020

There is a problem in the display of the equipment tab in the part "Money and valuables".

A priori the display should be like a table with the names at left and the quantity at right. The problem is that the quantity is displayed below the names.

I suspect that it is due to a css class mentionned in the html code (line 2490, class="sheet-5colrow") but doesn't exist in the css. But as I have no pro account and so I can't be sure...

@TheAziraphale can you have a look? Or someone else...

@TheAziraphale
Copy link
Contributor

I currently don't have a pro account so can't really test new code in their environment. I don't think I would want to blindly do a fix to it. Is it a show stopper for your group? If not, then I could do an update when I get pro again. Probably will get it again in a month or two, but no guarantee exactly when I will reactivate.

@Snorglup
Copy link

Greetings,

I take this opportunity to report another problem on the Trudvang Chronicles character sheet.

For more readability, I will report them by tabs

  1. Character tab
  • In the characters Features it would be necessary to replace the fields by a mulitple choice +4 , +2 , +1, 0 ,-1, -2 , -4 except for the feature "Raud".
  1. Combat Tab
  • the calculation of "lightly Damage" is not correct.
    lightly damage represents the malus received according to the level of injury.
    A character has 33 Body Points. Divide the number by 4 (33/4 = 8.25).
    The first level is rounded up to 9 and the last three levels are rounded down to 8 (9 + 8 + 8 + 8 + 8 = 33).

  • Fear is not caught in the dice results.
    I think the simplest would be to put the free field only in "Fear Point", an automatic calculation will be on the fields "Fear Modifier" and "Fear Level" here is the calculation
    1-10 Fear Point = Fear level = 1, Modifier 0
    11-20 Fear Point = Fear level = 2, Modifier -1
    21-30 Fear Point = Fear level = 3, modifier -3
    31-40 Fear Point = Fear level = 4, modifier -5
    41-50 Fear Point = Fear level = 5, modifier -7
    the modifiers are applied on the initiative, skills roll.

-The body point works the same way as fear points but the calculation is different.

Lightly damaged = 1 – (BP/4) Mod ± 0
Injured = ((BP/4) + 1) – (BP/4) x 2 Mod -1
Seriously injured = ((BP/4) x 2 + 1) – (BP/4) x 3 Mod -3
Critically injured = ((BP/4) x 3 + 1) – (BP/4) x 4 Mod -7

the modifiers are also applied on the initiative, skills roll.

-Armor and Shield
Move Shield on weapons field and give the posibility of adds more

  1. Equipment

Money and valuable are buggy > see the dyvim's post

Equipement
there's a problem that happens when you add 2x. you can't remove the fields anymore.

and last point for this post ;)

"Total weight of equipment and coins" only the equipment is calculated and not the money.
Can we remove the weight field in "Money and valuables" and add the weight of everything (money and equipment) on the field "Total weight of equipment and coins".

The above problems are the most crippling for the players.

Thank you in advance for whoever is about to embark on this crusade of correction.

I am always available to help if needed or for tests.

@TheAziraphale
Copy link
Contributor

First off, thank you for your testing. The campaign I made this sheet for was cancelled after first session, so my own testing is lacking. I will try to do these corrections sooner than later, everything you mention should be kinda fast changes and it's only me not being pro atm is in the way.

Thank you for your feedback

@Snorglup
Copy link

Hi guys,

Please don't forget us, players of Trudvang.

We still waiting for the solution !

for STORM !

Greetings

@nmbradley nmbradley added bug A bug found in the character sheet help wanted Requesting a sheet author's help labels Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug found in the character sheet help wanted Requesting a sheet author's help
Projects
None yet
Development

No branches or pull requests

4 participants