Viewing Issue Simple Details Jump to Notes ] Wiki ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003503 [DCSS] Implementables minor N/A 2011-02-25 17:53 2011-09-15 15:03
Reporter galehar View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Branch 0.8 ancient branch
Summary 0003503: Tile request: side view of spiders
Description New tiles for monster spiders and player spider form showing it from the side. To use when it's clinging on the wall. No need to provide the 4 rotations, I'll take care of it (and of the code of course).
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0013846)
coolio (reporter)
2011-07-17 14:25

How about giant geckos and (possibly) other monsters with the wall clinging ability?
(0013847)
galehar (administrator)
2011-07-17 14:59

well yeah, all clinging monsters could use a side view.
(0014640)
Contrecoup (reporter)
2011-09-14 00:17

I'm thinking of working on this; trying to figure out which all monsters have clinging. Is there a list somewhere? Additionally, is there a resource where I can easily find a given monster's image (rather than manually searching through the composite image "player.png")? Forgive my noobishness; I'm new around here.
(0014663)
KiloByte (manager)
2011-09-15 12:07

It's done by monster genus:
bool monster::can_cling_to_walls() const
{
    return (mons_genus(type) == MONS_SPIDER || type == MONS_GIANT_GECKO
            || type == MONS_GIANT_COCKROACH || type == MONS_GIANT_MITE
            || type == MONS_DEMONIC_CRAWLER);
}

Members of those are: spider, tarantella, jumping spider, wolf spider, trapdoor spider, redback; giant gecko; giant cockroach; giant mite; demonic crawler.
(0014668)
galehar (administrator)
2011-09-15 15:03

You'll find the images in the sources in rltiles/dc-mon, most of them in the animal subfolder.

- Issue History
Date Modified Username Field Change
2011-02-25 17:53 galehar New Issue
2011-07-17 14:25 coolio Note Added: 0013846
2011-07-17 14:59 galehar Note Added: 0013847
2011-09-14 00:17 Contrecoup Note Added: 0014640
2011-09-15 12:07 KiloByte Note Added: 0014663
2011-09-15 15:03 galehar Note Added: 0014668


Mantis 1.1.8[^]
Copyright © 2000 - 2009 Mantis Group
Powered by Mantis Bugtracker