We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I wanted to report an anomaly when creating an new characted with Create Scvm dialog.
Here is my config:
Foundry Virtual Tabletop: Version 11 Stable, 11.306 Système de jeu: morkborg, 3.2.1 Modules actifs: 0 Mode de performance: 2
And here are the logs from browser console:
Foundry VTT | Rendering ScvmDialog scvmfactory.js:237 Creating new Adventurer packutils.js:102 Could not find Compendium.morkborg.morkborg-actors.sdWMb1q5nZ4l972t packutils.js:103 TableResult {type: 2, text: 'Donkey', img: 'systems/morkborg/tokens/containers/donkey_bw.png', documentCollection: 'morkborg.morkborg-actors', #validationFailures: {…}, …} commons.js:8713 Foundry VTT | Created Actor with id [Ur62EEYtt7Za51QA] foundry.js:5724 Foundry VTT | Rendering MBCharacterSheet
I suppose the dialog tried to create a Donkey from the roll table ?
By the way, the resul is the same with the cart (another actor). But the sack (an item) seems te be created just find.
Thanks for your help !
The text was updated successfully, but these errors were encountered:
I think I found the error! It's in the file packs/mork-borg-tables/000113.ldb.
When extracting the information, there is a typo on some items:
"!tables.results!ByN7RI3Vc88ScBCj.sGVR3Gfan63FInU3;": "{"type":2,"weight":1,"range":[6,6],"drawn":false,"text":"Donkey","img":"systems/morkborg/tokens/containers/donkey_bw.png","documentId":"sdWMb1q5nZ4l972t","_id":"sGVR3Gfan63FInU3","documentCollection":"morkborg.morkborg-actors","flags":{}}",
The documentCollection attribute should be morkborg.mork-borg-actors instead of morkborg.morkborg-actors.
Sorry, something went wrong.
No branches or pull requests
Hi!
I wanted to report an anomaly when creating an new characted with Create Scvm dialog.
Here is my config:
And here are the logs from browser console:
I suppose the dialog tried to create a Donkey from the roll table ?
By the way, the resul is the same with the cart (another actor). But the sack (an item) seems te be created just find.
Thanks for your help !
The text was updated successfully, but these errors were encountered: