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 effect Icon names / assignment in the API

January 03 (11 years ago)
aRotondi
Sheet Author
Hi everyone, I am thinking of a script idea that I want to use with the status effect icons, but I can't seem to find any documentation on the wiki as to assign them or mess with them. Specifically just having a list of names would be nice so I can start playing around with them. Does anyone have such information or is willing to point me towards where it currently can be found? I would be willing to throw it up on the wiki if we do manage to get a comprehensive list.

Currently I know this is possible as there are a couple of scripts that work with assigning/detecting the status effect icons, but reverse engineering those only goes so far.

Thanks in advance for any help!
January 03 (11 years ago)
Stephen S.
Pro
Marketplace Creator
Sheet Author
API Scripter
The full list of status markers that are available (in the same order they appear in the marker tray):
"red", "blue", "green", "brown", "purple", "pink", "yellow", "dead", "skull", "sleepy", "half-heart", "half-haze", "interdiction", "snail", "lightning-helix", "spanner", "chained-heart", "chemical-bolt", "death-zone", "drink-me", "edge-crack", "ninja-mask", "stopwatch", "fishing-net", "overdrive", "strong", "fist", "padlock", "three-leaves", "fluffy-wing", "pummeled", "tread", "arrowed", "aura", "back-pain", "black-flag", "bleeding-eye", "bolt-shield", "broken-heart", "cobweb", "broken-shield", "flying-flag", "radioactive", "trophy", "broken-skull", "frozen-orb", "rolling-bomb", "white-tower", "grab", "screaming", "grenade", "sentry-gun", "all-for-one", "angel-outfit", "archery-target"


January 03 (11 years ago)
aRotondi
Sheet Author
fantastic. exactly what I was looking for.

In fact it was so convenient I checked the wiki again... and it's there under graphic/token settings. Double derp on my end.

Oh well, thanks for your time. :)