When creating the entry convert fractional CRs to decimals for the Challenge Rating field, then after saving open the file as a text file (with Wordpad, Notepad, or Notepad++)
replace the decimal number after "challenge_rating": with the fraction and XP, so replace "0.25" with "1/4 (50 XP)"
leave the decimal after "cr": as is
The D&D Entry Creator does weird things, so use ctrl+H and replace
/ with /
replace
"\ with "
and replace
\" with "
Code: Select all
<h2>Monster Template</h2><p><em>Medium humanoid, neutral</em></p><hr /><p><strong>Armor Class</strong> 10 (clothing)<br /><strong>Hit Points</strong> 5 (1d8 + 0)<br /><strong>Speed</strong> 30 ft.</p><hr /><table class="d20" border="0" width="384" cellspacing="0" cellpadding="0"><tbody><tr><td valign="bottom"><p align="center"><strong>STR</strong></p></td><td valign="bottom"><p align="center"><strong>DEX</strong></p></td><td valign="bottom"><p align="center"><strong>CON</strong></p></td><td valign="bottom"><p align="center"><strong>INT</strong></p></td><td valign="bottom"><p align="center"><strong>WIS</strong></p></td><td valign="bottom"><p align="center"><strong>CHA</strong></p></td></tr><tr><td valign="bottom"><p align="center">10 (+0)</p></td><td valign="bottom"><p align="center">10 (+0)</p></td><td valign="bottom"><p align="center">10 (+0)</p></td><td valign="bottom"><p align="center">10 (+0)</p></td><td valign="bottom"><p align="center">10 (+0)</p></td><td valign="bottom"><p align="center">10 (+0)</p></td></tr></tbody></table><hr /><p><strong>Saving Throws</strong> Str +0, Con +0, Int +0, Wis +0, Cha +0<br /><strong>Skills</strong> Skill +0, Skill +0<br /><strong>Damage Resistance</strong> Resistance, Resistance<br /><strong>Damage Immunities</strong> Immunity, Immunity<br /><strong>Condition Immunitites</strong> Immunity<br /><strong>Senses</strong> Sense, Passive Perception 10<br /><strong>Languages</strong> Language, Language<br /><strong>Challenge</strong> 1/4 (10 XP)</p><hr /><p><em><strong>Ability.</strong></em> Ability</p><p><em><strong>Legendary Resistance (0/Day).</strong></em> Resistance</p><p><em><strong>Spellcasting.</strong> spell, spell</em></p><h3>Actions</h3><hr /><p><em><strong>Multiattack.</strong></em> Multiattack</p><p><em><strong>Attack.</strong> </em>Attack</p><p><em><strong>Ability.</strong> </em>Ability</p><h3>Legendary Actions</h3><hr /><p><strong>Action.</strong> Action<br /><strong>Action.</strong> Action</p><h3>Reactions</h3><hr /><p><strong>Ability.</strong> Ability</p><hr /><p>Description</p>"


