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 .
×

Referencing Created Repeating Attributes

So I'm not quite grasping the concept of referencing things on the attribute tab at a character sheet. I hope anyone can help me with this: I have an attribute called Burn, for my kineticist character, whose bar is the third one, and I'm trying to create a buff to calculate the effect (which is, basically, a two points of nonlethal damage that I cannot erase until a long rest, thus reducing my hp and max hp for that day) The buff has the following writting: "-@{selected|bar3}*(@{level}) to hp" Of course, it doesn't work if I put a number in that bar (accepting Burn), but if I change "@{selected|bar3}" to a number, the (de)buff does it thing. So, can someone help me with a wording that might work referencing the repeating attribute ($id=$0, i put the attribute on top), please? Thanks in advance
Attributes you create on the "Attributes & Abilities" tab be be referenced directly by name. For your buff try using -@{Burn}*(@{level}) to hp
1615915867
Andreas J.
Forum Champion
Sheet Author
Translator
RainbowEncoder said: Attributes you create on the "Attributes &amp; Abilities" tab be be referenced directly by name. For your buff try using -@{Burn}*(@{level}) to hp That's not what OP was asking for, it was about repeating sections on character sheets, which are a bit trickier. This page has some examples on how to do it for the PF2E sheet, should be some help: <a href="https://wiki.roll20.net/PF2E#Repeating_Sections" rel="nofollow">https://wiki.roll20.net/PF2E#Repeating_Sections</a>