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

Text output Weight Issue #61

Closed
WayneStewart opened this issue Feb 6, 2018 · 4 comments
Closed

Text output Weight Issue #61

WayneStewart opened this issue Feb 6, 2018 · 4 comments
Labels

Comments

@WayneStewart
Copy link

Hi,

Text output uses a mixture of lb and kg

Eg.
Equipment: ($5,000, 35.775 kg)
1 Greatsword [$900; 7 lb]; 1 Dagger [$20; 0.25 lb];

The relevant template section is this:
Equipment: (@CARRIED_VALUE, @CARRIED_WEIGHT)
@EQUIPMENT_LOOP_START @qty @DESCRIPTION_PRIMARY [$@cost; @weight];@EQUIPMENT_LOOP_END

Thanks,

Wayne

@richardwilkes
Copy link
Owner

It doesn't do this for me. I suspect you have one or more of the preferences regarding the use of metric vs imperial weights set such that it is causing this. If you set them back to defaults, do you get the expected output? If not please attach a character sheet that illustrates the issue.

@WayneStewart
Copy link
Author

I've uploaded the template, my prefs, a character and output.

Is that all you need?
text_template.txt

preferences

[03 Knight.txt](https://github.com/richardwilkes/gcs/files/1700864/03.Knight.txt)

03 Knight.gcs.txt

@richardwilkes
Copy link
Owner

Fixed in commit 5c637eb

@WayneStewart
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants