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

Adding the icon to a chat description?

So I mixed a couple of macros I found in the forums to get this.

&{template:npcaction} {{rname=**BLINDED**[Image](http://i.imgur.com/9DR2apr.jpg)}}{{description=A blinded creature can’t see and automatically fails any ability check that requires sight.
Attack rolls against the creature have advantage, and the creature’s Attack rolls have disadvantage.}}
!token-mod --set statusmarkers|!bleeding-eye



So what I want to know is how do I get the actual icon url addresses so instead of the you died image I can show the Bleeding Eye icon where the 'you died' is now?

May 12 (8 years ago)

Edited May 12 (8 years ago)
Ziechael
Forum Champion
Sheet Author
API Scripter
Most if not all of the icons appear to originate from http://game-icons.net/

Sorry, can't seem to make the image smaller (http://game-icons.net/icons/lorc/originals/svg/bleeding-eye.svg)

May 12 (8 years ago)

Edited May 12 (8 years ago)
If you head over to http://game-icons.net/lorc/originals/bleeding-eye.html, you can select the "negatif" preset and 32px size, select the PNG download option, and upload the PNG to Imgur.

Alternatively, you could use an image editor to break up the statussheet and upload individual images to imgur.
May 12 (8 years ago)

Edited May 12 (8 years ago)
Lithl
Pro
Sheet Author
API Scripter
For roll templates on sheets you're creatign/modifying, you also have access to Roll20's icon fonts: https://wiki.roll20.net/CSS_Wizardry#Icon_Fonts
May 13 (8 years ago)

Edited May 13 (8 years ago)
vÍnce
Pro
Sheet Author

Brian said:

For roll templates on sheets you're creatign/modifying, you also have access to Roll20's icon fonts: https://wiki.roll20.net/CSS_Wizardry#Icon_Fonts
Cool