Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I would recommend reading the Glossary of Terms for the Editor. Then check out FAQ#2 for all the places to learn about the editor including YouTube videos.Hmm, just how do I do that?![]()
Only derived fields can generally be modified via scripts (field 'aAbbr')
hero.childfound[svHON].field[aAbbr].text = "BLO"
hero.childfound[aHON].field[aAbbr].text = "BLO"
trustme
hero.childfound[aHON].field[aAbbr].text = "BLO"
<?xml version="1.0" encoding="UTF-8"?>
<document signature="Hero Lab Data"></document>
<?xml version="1.0" encoding="UTF-8"?>
<document signature="Hero Lab Data">
<thing
id="aSTR"
name="Strength"
compset="Attribute"
isunique="yes"
description="Strength measures bodily power, athletic training, and the extent to which you can exert raw physical force.">
<fieldval field="aAbbr" value="STR"/>
<tag group="explicit" tag="5"/>
<tag group="AbilSumOrd" tag="5"/>
<tag group="AttribCat" tag="Physical"/>
<link linkage="save" thing="svSTR"/>
</thing>
</document>
<thing
id="svBLD"
name="Bloodline"
compset="Saving Throws"
isunique="yes"
description="Bloodline save">
<fieldval field="svAbbr" value="BLD"/>
<fieldval field="svOutName" value="BLD"/>
<tag group="AttribCat" tag="Other"/>
<tag group="AbilSumOrd" tag="75"/>
<tag group="explicit" tag="75"/>
</thing>