Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

WoD 20th edition character sheet stuff

1619206454

Edited 1619206578
How hard would it be to take all the 20th edition character sheets and set them up in a dropdown menu for Roll20 like they are in the Classic WoD character sheet template? Are each of the 20thed sheets made by different people? Would you need the sourcecode for each of the sheets to get them in a dropdown? I would really like to have crossover options for my players at some point in the future, when I eventually move beyond Mage 20th, but I don't want to have to go through all the fuss of making character sheets IRL for each NPC they come across. Additionally I have no coding knowledge or skill whatsoever, save the tiniest bit of Lua you have to learn if you intend to use Computercraft (a minecraft mod), so feel free to treat my like a child and hold my hand the whole way.
1619207268
Andreas J.
Forum Champion
Sheet Author
Translator
How hard would it be to take all the 20th edition character sheets and set them up in a dropdown menu for Roll20 like they are in the Classic WoD character sheet template? Uuuh, that's kinda relative, but I'd put it as "medium" difficulty, but given you have zero coding background, probably "hard" is more accurate. The starting point for how all this works: <a href="https://wiki.roll20.net/Building_Character_Sheets" rel="nofollow">https://wiki.roll20.net/Building_Character_Sheets</a> Here is the base idea for how tabs are done on sheets: <a href="https://wiki.roll20.net/CSS_Wizardry#Tabs" rel="nofollow">https://wiki.roll20.net/CSS_Wizardry#Tabs</a> Apart from switching between the visual parts of the sheets, there is a good change some extra sheetworkers need to be adjusted to only the ones taken from the correct sheet triggers at an time, and/or cleanup any overlap between them. Are each of the 20thed sheets made by different people? Many of the sheets have overlap, and are based on eachother, so even sheets by different authors can be quite similar. Would you need the sourcecode for each of the sheets to get them in a dropdown? Yes, slap them together into a single sheet. <a href="https://github.com/Roll20/roll20-character-sheets" rel="nofollow">https://github.com/Roll20/roll20-character-sheets</a> Obviously looking at the sheet code for the WoD Classic combo-sheet would be useful, apart from looking at the sheet code you actually intend to combine.