Feature - Implemented Add image proxy record field for $phylum and $element

zarqon

Well-known member
Each phylum has an image associated with it (as per Manuel), and the five major elements also have associated images (as per Manuel and the elemental Blow skills). It would be handy to also have those images associated with the corresponding data type.

That's about it.
 

Bale

Minion
Getting this information isn't too hard, but it non-trivial.
  • Beast
    /images/itemimages/beastflavor.gif
  • Bug
    /images/itemimages/stinkbug.gif
  • Constellation
    /images/itemimages/star.gif
  • Construct
    /images/itemimages/sprocket.gif
  • Demon /
    images/itemimages/demonflavor.gif
  • Dude
    /images/itemimages/happy.gif
  • Elemental
    /images/itemimages/rrainbow.gif
  • Elf
    /images/itemimages/elfflavor.gif
  • Fish
    /images/itemimages/fish.gif
  • Goblins
    /images/itemimages/goblinflavor.gif
  • Hippy
    /images/itemimages/hippyflavor.gif
  • Hobos
    /images/itemimages/hoboflavor.gif
  • Humanoid
    /images/itemimages/statue.gif
  • Horror
    /images/itemimages/skull.gif
  • Mer-Kin
    /images/itemimages/merkinflavor.gif
  • Orcs
    /images/itemimages/frattyflavor.gif
  • Penguin
    /images/itemimages/bowtie.gif
  • Pirate
    /images/itemimages/pirateflavor.gif
  • Plant
    /images/itemimages/leafflavor.gif
  • Slime
    /images/itemimages/sebashield.gif
  • Weird
    /images/itemimages/weirdflavor.gif
  • Undead
    /images/itemimages/spookyflavor.gif

Elements: No time now. Gotta go.
 

Darzil

Developer
If we had a datafile for elements / phylum I could certainly see adding this, but I'm not really sure I feel like adding some hard coding for something that could equally well sit in a script. If it were something desired for several scripts I could be persuaded. Maybe a zlib feature?
 

Veracity

Developer
Staff member
I'm not averse to hardcoding it. "element" and "phylum" are built-in ASH datatypes.
Since Bale did the work of getting the images, I'll do it. For phylum, at least.
 

Bale

Minion
I've got time to find images for elements now. Fortunately zarqon is worth the trouble.

Element images from Manuel:
  • None
    /images/itemimages/circle.gif
  • Hot
    /images/itemimages/fire.gif
  • Spooky
    /images/itemimages/skull.gif
  • Cold
    /images/itemimages/snowflake.gif
  • Sleaze
    /images/itemimages/wink.gif
  • Stench
    /images/itemimages/stench.gif
 

Bale

Minion
According to Manuel, there are no monsters with those elements. Manuel says that Slimes and Warbears have no particular elemental alignment.

I guess I don't hate that you did that though.
 

Bale

Minion
Jick actually said on a radio show that cuteness was just a joke and they don't ever intend to make it an element. Of course that wouldn't be the first time Jick was wrong about his future plans.
 

zarqon

Well-known member
One last thing: I'm currently needing to check for $phylum[none] and specify an image for monsters with unknown phyla. Could the image for $phylum[none] also be specified? I suggest 'obnoxious.gif', which is simply a question mark, handily located in the itemimages folder like the rest.
 
Top