#Armour & Shield Icon Updates

1 messages · Page 1 of 1 (latest)

spare tusk
#

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

solar ember
#

Oh yeah I do like that shield better too.

iron grove
#

The armour is more distinguishable, especially the medium.
And agree the shield looks much better. It looks like a buckler rather than a lozenge. 🙂

shut wren
#

did you make these yourself?

spare tusk
#

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.

shut wren
#

I see. Do you happen to know where Foundry has them from or whether they are made by them?

wary spear
#

I think an artist named Rexard made them, foundry has a liscense for it- link was from media and assets channel

tough magnet
#

Yours is a huge improvement, the icons resemble the correct armor type much more closely

spare tusk
wary spear
#

also humble bundle has icons?

spare tusk
#

Sometimes!

#

Game making packs and the like.

spare tusk
#

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.

wary spear
#

noice even tho I already redid the icons myself

#

big improvement over the old ones anyhow

night roost
#

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);
}
spare tusk
#

Ooh, very cool.

night roost
# spare tusk 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)});
}
tough magnet
shut wren
#

Yeah that ones a bit weird tbh

wary spear
#

a missile is just kinda of a fast hug at a distance

#

shield looks like its hugging itself

#

👍

tough magnet
#

Keep it in I say... I didn't even know that icon existed

spare tusk
#

Haha. It's a cursed item and I thought it looked cool.

tough magnet
#

It’s now the shield my 750 year old elf druid is rocking… fits his aesthetic

night roost
spare tusk
#

Ah yes, necromancer lich "druid".

#

Also for completeness, I hadn't posted these 2 here yet as they are different:

night roost
#

Yeah that old demon armor had to go

spare tusk
#

Does it look demon-y? Yes. Is it a good inventory icon? Nooo.

night roost
#

The new one does look sort of basic, however.

#

Are there no red or black armor icons?

spare tusk
#

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.

timid marten
#

Of the choices here, I'd say it looks most "demonic" because it just looks different. I do enjoy the rotund dwarf one.

night roost
#

No. 2 is... OK?

spare tusk
#

Yeah, OK is about the best we can do haha. No2 looks kinda ethereal/spooky to me.

night roost
#

"Pick me :("

spare tusk
#

There's also this one

#

Still generic, but purple

night roost
#

Might be something good in 'treasures' or a different folder?

spare tusk
night roost
#

Maybe not.

#

Although I guess technically, if you look at a lot of the demons in dnd...

spare tusk
#

Yeah, not a whole lot that gives "This is Plate Armor" as well as Demon-y

night roost
#

Yeah, I guess Fishface or the purple one will have to do

#

Are you also updating the migration script?

spare tusk
#

Wasn't planning to

night roost
#

probably not needed.

spare tusk
#

To anyone following, feel free to voice which of these you think is the best fit for Demon Armor, or suggest other options:

spare tusk
#

Armour & Shield Icon Updates

tough magnet
#

Looks like Fishface might have a competitor... when does the poll close?

spare tusk
#

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.

tough magnet
#

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

spare tusk
#

1st and 4th are indeed being used for standard armours. Unfortunately not a broad selection.

tough magnet
#

Yeah those are my faves... fishface it up

spare tusk
#

And yeah the 2nd is a weird one for sure