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

Status Icons

I want to create a macro for my group to reference the status icons that we use. I need a copy of the graphic used for these. anyone know of a list. I have the name but not the graphics. or is there a way to print these in a macro. Example the skull and x bone picture and then text "Posion". So if some as what does the symbols mean I can pop the macro in chat.
1491395705
The Aaron
Pro
API Scripter
The images are in a CSS Image Sprite, so they are all together on a single strip and individual ones are plucked out with offsets and sizes.  Depending on what you wanted to do, you could extract the individual images to their own file and then upload them and reference them that way.  It's also very easy to reference them with the API (See TokenNameNumber's config if you want to see that in action), so there might be an API solution to what you want to do.  Also, I'm pretty sure Power Cards has a way of displaying the individual Status Icons, so you might be able to write your output as a Power Card.
1491395911
The Aaron
Pro
API Scripter
Here's the PowerCards note that talks about statuses:&nbsp;<a href="https://app.roll20.net/forum/permalink/4285062/" rel="nofollow">https://app.roll20.net/forum/permalink/4285062/</a>
User&nbsp; Bryan W. created an image you might find useful:&nbsp;<a href="https://app.roll20.net/forum/permalink/832763/" rel="nofollow">https://app.roll20.net/forum/permalink/832763/</a>