#Armour & Shield Icon Updates
1 messages · Page 1 of 1 (latest)
Pulling in @tough magnet @ancient bay @timid marten @solar ember @iron grove just because I was talking about it with you guys earlier.
Oh, also Shield
Oh yeah I do like that shield better too.
The armour is more distinguishable, especially the medium.
And agree the shield looks much better. It looks like a buckler rather than a lozenge. 🙂
did you make these yourself?
Good lord no. They are all core icons shipped with Foundry, but hopefully a better and more varied selection applied to the SRD items.
I've been slowly submitting changes to the SRD stuff over time.
I see. Do you happen to know where Foundry has them from or whether they are made by them?
I think an artist named Rexard made them, foundry has a liscense for it- link was from media and assets channel
Yours is a huge improvement, the icons resemble the correct armor type much more closely
Yeah, Zanderaf is right they are by REXARD. They are sometimes available for a very reasonable price on HumbleBundle.
also humble bundle has icons?
Whilst going through the armour icons, I noticed that some of the shields actually have icons that are coins and other misc items - despite the fact we have quite a few shield icons. So here is a set of updated shields.
noice even tho I already redid the icons myself
big improvement over the old ones anyhow
Macro to update all items on the world's actors to match their img with the img found in the 'Items' srd pack. (Goes by name and item type.)
const srdItems = await game.packs.get("dnd5e.items").getDocuments();
for(const actor of game.actors){
const updates = [];
for(const item of actor.items){
const srdItem = srdItems.find(e => e.name === item.name && e.type === item.type);
if(!srdItem) continue;
updates.push({_id: item.id, img: srdItem.img});
}
await actor.updateEmbeddedDocuments("Item", updates);
}
Ooh, very cool.
Also here's one that shows you all the items that share an image in the srd pack.
const items = await game.packs.get("dnd5e.items").getDocuments();
const set = new Set(items.map(item => item.img));
for(const s of set){
const hasImg = items.filter(item => item.img === s);
if(hasImg.length > 1) console.warn({img: s, items: hasImg.map(i => i.name)});
}
That new Shield of Missile Attraction lol... what is going on there – Shield of Self Attraction?
Yeah that ones a bit weird tbh
a missile is just kinda of a fast hug at a distance
shield looks like its hugging itself
👍
Keep it in I say... I didn't even know that icon existed
Haha. It's a cursed item and I thought it looked cool.
It’s now the shield my 750 year old elf druid is rocking… fits his aesthetic

Ah yes, necromancer lich "druid".
Also for completeness, I hadn't posted these 2 here yet as they are different:
Yeah that old demon armor had to go
Does it look demon-y? Yes. Is it a good inventory icon? Nooo.
The new one does look sort of basic, however.
Are there no red or black armor icons?
Not that look very appropriate. I am sure Rexard does have some, but not that we have access to. Some of these are sort of OK?
Bearing in mind it is a Plate Armor variant though.
Probably why the Demon icon was chosen in the first place.
Of the choices here, I'd say it looks most "demonic" because it just looks different. I do enjoy the rotund dwarf one.
No. 2 is... OK?
Yeah, OK is about the best we can do haha. No2 looks kinda ethereal/spooky to me.
"Pick me :("
Might be something good in 'treasures' or a different folder?
😆
Maybe not.
Although I guess technically, if you look at a lot of the demons in dnd...
Yeah, I guess Fishface or the purple one will have to do
Are you also updating the migration script?
Wasn't planning to
probably not needed.
To anyone following, feel free to voice which of these you think is the best fit for Demon Armor, or suggest other options:
Armour & Shield Icon Updates
Looks like Fishface might have a competitor... when does the poll close?
Ummm ... how long is a piece of string 😅
I've posted about it like 3 times now at various times of day in the dnd5e channel. I don't feel like I should keep spamming about it, especially since it's one rarely used icon. So we'll probably just fishface it up.
There are a few other armors in the Chest folder that I wonder if they would have ranked well, but I assume you're using them elsewhere
I feel like only a demon could fit that second one... wth
Anyway I'm happy with fishface

1st and 4th are indeed being used for standard armours. Unfortunately not a broad selection.
Yeah those are my faves... fishface it up
And yeah the 2nd is a weird one for sure