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

Templates For 3.5 D&D?

April 24 (9 years ago)
I searched and couldn't find a tread for optional custom Templates for 3.5 D&D Character Sheets, I am just learning Templates and using the basic one is great but when i get the Notes or Descriptor of the spell it puts it all on one side and makes the box realy long, is there a way to fix that or is there another Template I can use that is similar? The template I am using now is this .......

&{template:default} {{name=Eye Bleed}} {{School=Necromancy}} {{Components=V,S}} {{Casting Time=1 Standard Action}} {{Range=Close ([[25+5*@{casterlevel}/2]]ft)}} {{Duration=Instant}} {{Saving Throw:= Fort negates (DC=[[@{spelldc0}]]) }} {{Spell Resis.=Yes}} {{Notes=Upon finishing the spell, your targets eyes throb and they lose the ability to see, dealing 1 point of damage and blinding them for one round. Targets without discernible eyes are unaffected by this spell}}
April 24 (9 years ago)

Edited April 24 (9 years ago)
Diana P
Pro
Sheet Author
Roll templates are built in to the character sheets.

There are a set of them built into the stock D&D3.5 character sheet if you're interested. If you scroll down to the bottom of the sheet and click on the arrow next to "Roll Templates" it will open up the information and some examples of the sheet's built-in templates.

Some of the other sheets also have roll templates built into them.

Otherwise, you would have to program your own in html/css and use the 'custom sheet' selection for character sheets.. The default template you are using is the only generally available one.

Some additional information on roll templates is on the wiki: https://wiki.roll20.net/Roll_Templates

April 24 (9 years ago)
ok so no way to keep the description flowing and have it all the way across the box instead of this...

Description the fire burns
with a fierce
heat, making
all around it
turn into a
charred husk
of what it once
was.

See i want to have it go...

Description: The Fire burns
with a fierce heat making all
around it turn into a charred
husk of what it once was.


so if that is not possible I guess I will have to figure out a different way of doing Template. and I would do CSS and html if I could find the place to put it on the abilitys or macros or someplace in the game.



April 24 (9 years ago)
Diana P
Pro
Sheet Author
The default template is only set up to allow a double column of information. Using the default template, you cannot have a field (except the name field) cross the entire chat box.

If you are not using any of the built-in character sheet templates, you (as a mentor) can select 'Custom' on the Campaign settings page for that campaign. That gives you access to a set of tabs for html and css which would allow you to build your own roll templates.
April 24 (9 years ago)
I figgured out how to get the words to go fluidly......

&{template:default} {{name=Eye Bleed}} {{School=Necromancy}} {{Components=V,S}} {{Casting Time=1 Standard Action}} {{Range=Close ([[25+5*@{casterlevel}/2]]ft)}} {{Duration=Instant}} {{Saving Throw:= Fort negates (DC=[[@{spelldc0}]]) }} {{Spell Resis.=Yes}}
**Upon finishing the spell, your targets eyes throb and they lose the ability to see, dealing 1 point of damage and blinding them for one round. Targets without discernible eyes are unaffected by this spell**

along with ** as a bold so the wording is different.
April 24 (9 years ago)
Diana P
Pro
Sheet Author
Excellent! :)