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.
<thing id="pwTest" name="Test" description="Made up of powers X, Y and Z." compset="Power">
<autoadd thing="pwAfflict">
<augmentgizmo>
<autoadd thing="pxReaction" portal="pxAffectIn"/>
<autoadd thing="pfLimited" portal="pxAffectIn">
<assignval field="domDomain" value="text here"/>
</autoadd>
<augmentbootstrap thing="peAffDeg2">
<assignval field="usrChosen1" value="conCompel" behavior="hero"/>
</augmentbootstrap>
</augmentgizmo>
</autoadd>
</thing>
<thing id="gAutoTest" name="A Autoadd magic weapon" description="Silver sickle" compset="Gear" isautoaddonly="yes">
<fieldval field="gWeight" value="34"/>
<fieldval field="gCost" value="21"/>
<usesource source="ACG" parent="ACGHeader" name="Advanced Class Guide"/>
<tag group="gType" tag="AdventKits" name="Adventuring Kits" abbrev="Kit"/>
<autoadd thing="iMagWeapon" portal="wTableMag">
<augmentgizmo>
<autoadd thing="wSickle" portal="wMagChoose"></autoadd>
<autoadd thing="eAlchSilv" portal="wMagMat"></autoadd>
</augmentgizmo>
</autoadd>
</thing>
The only thing now is that when I add the warning box lists the weapons as - Custom/Magic Weapon - instead of the weapon name. I gather it is taking that from iMagWeapon's name or thingname, but those cannot be changed with a simple field assignment.
Sweet! Thank you very much for the examples. Now if only we had some place to store "examples" that would be searchable. Something that started with a "W" I am thinking.I'm told that this won't be necessary, shadowchemosh. There is apparently an element called augmentgizmo which lets you pre-select some things inside the gizmo of an auto-added pick. I'm researching it further now.