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

Mongoose traveller Character Sheet.

Hey there! Anyone got a bead on a Mongoose Traveller Character sheet for Roll20? Cheers Dave
1426475035
The Aaron
Roll20 Production Team
API Scripter
Would probably be better to post this in the Character Sheets forum. Want me to move it?
Thanks mate that nice of you tah. Cheers Dave
1426477789
The Aaron
Roll20 Production Team
API Scripter
Moved to character sheets! =D
You mean like this one? It is in the drop down menu and can be selected in the campaign settings page.
Nice thanks for that! Love your work ;o)
Thanks, John W.
Hey JohnW. Dave here again mate. Listen I know this may sound really simple but I keep getting a missing value when i attempt to roll an attack from the weapons inventory on the sheet. the character has all the stats and DM for them in place and the skills etc are all done up as well and I have added all the variables that you indicate to put in the inventory weapon area. What am I doing wrong? Help an old bloke out will ya? :o) also can i drag the macros from the character sheet into macro bar below the character icon on the tabletop? Cheers mate! PS Still love your work! I just need to learn to give it justice thats all! lol
Found and fixed the isue; pull request made. Also, the first tab was over-sized, so I fixed that too. Its a different pull request . Any button not in a repeating field should be able to be dragged to the macro bar. Repeating sections are identified by the "add" and "modify" buttons that are under them. On the Traveller sheet, any button not an additional skill shold be able to be dragged over.
1427406506

Edited 1427406692
John W. said: Found and fixed the isue; pull request made. Also, the first tab was over-sized, so I fixed that too. Its a different pull request . Any button not in a repeating field should be able to be dragged to the macro bar. Repeating sections are identified by the "add" and "modify" buttons that are under them. On the Traveller sheet, any button not an additional skill shold be able to be dragged over. Hey John sorry but there was still this happening with my character sheets No attribute was found for @{Malmon (James)|weaponDM-1} so i figured it was with the missing underscore?? without change = <button name="roll_weapon-1" type="roll" value="/me attacks with @{weapon_name-1}[[(2d6 +@{weaponDM-1}+@{weapon_skill-1}+ ?{Modifier|0})]] and deals [[@{weapon_damage-1}]] damage" data-characterid="-JlKUBjX4fG2Y0YBDz1B"></button> with change = <button name="roll_weapon-1" type="roll" value="/me attacks with @{weapon_name-1}[[(2d6 +@{weapon_DM-1}+@{weapon_skill-1}+ ?{Modifier|0})]] and deals [[@{weapon_damage-1}]] damage" data-characterid="-JlKUBjX4fG2Y0YBDz1B"></button> so when I changed it in the google+ edit panel it all worked great but unfortunately it doesnt save it so I am guessing it needs to be done by you?? Cheers Dave
Process works like this: I (or anyone) submits a change to github. The Roll20 devs look over the change, and approve/disapprove of it, manually The github site updates/sends info to the Roll20 site The Roll20 site updates Change is in effect. Any fix will not be instant. I gave the link to the github site you you can "follow" the pull request if you want, and be notified if there is a comment, approved, disapproved, or edit done to the request. Patience, young Grasshopper.