ardittristan / VTTNPCGen

MIT License
8 stars 13 forks source link

I miss some data in the saved actor sheet #2

Closed JJBocanegra closed 4 years ago

JJBocanegra commented 4 years ago

First I want to say that the idea of this module is fantastic and that it can become an indispensable module :).

And now to the problem, when generating a character it shows data like race, profession, or "proficiencies" that don't appear later in the actor that is saved.

It would be enough if these data appeared in the biography tab of the actor.

ardittristan commented 4 years ago

it might be some issue with the sheet you are using, are there any errors in the console? race + profession image

proficiencies: image

everything that doesn't have a seperate sheet field and is in the bio image

JJBocanegra commented 4 years ago

I even did a new world with no modules to try it and it's the same, here is the proof

image image image

EDIT: Just one module, Plutonium, I was trying it :P

ardittristan commented 4 years ago

found the issue, if saved as npc it does not fill in those fields, will look into fixing (it works when saved as character)

JJBocanegra commented 4 years ago

I am sorry but where is the option to save as character? It always saves as NPC 🤔

EDIT: Ok, I saw it in settings, I though that maybe there was a popup or something that wasn't working too

ardittristan commented 4 years ago

I set the default of the setting to save as character now. Do have a fix ready that I'll push in a sec, but I think it being integrated into the sheet looks better than being in the biography.

ardittristan commented 4 years ago

oh shit, update has an error, one moment

ardittristan commented 4 years ago

should be fixed now

JJBocanegra commented 4 years ago

Yes! I can see the race on the upper NPC sheet right now and the profession and proficiencies in the biography, that will work :)

Thanks!