View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0013484 | Dwarf Fortress | Graphics and Sprites | public | 2026-03-12 22:51 | 2026-03-12 22:51 |
| Reporter | HueStL | Assigned To | |||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | Steam | OS | windows | OS Version | 10 |
| Product Version | 53.11 | ||||
| Summary | 0013484: Portraits show wrong quality hood on cloaks | ||||
| Description | Hoods on cloaks always use masterwork quality images, from 0 quality up to artifact. Partial fix in additional information. | ||||
| Additional Information | In each of the portrait text tiles (eg: data/vanilla/vanilla_creatures_graphics/graphics/graphics_creatures_portrait_dwarf.txt) adding in a bunch of ITEM_QUALITY tokens fixes the lower quality hoods displaying as masterwork. before: [LAYER:CLOTHING_HOOD:PORTRAIT_DWARF_CLOTHING_HOOD:3:0] [CONDITION_ITEM_WORN:BY_CATEGORY:BODY_UPPER:ARMOR:ITEM_ARMOR_CLOAK] [CONDITION_ITEM_WORN:BY_CATEGORY:HEAD:HELM:ITEM_HELM_HOOD] [ITEM_QUALITY:3] [USE_STANDARD_PALETTE_FROM_ITEM] fix: [LAYER:CLOTHING_HOOD:PORTRAIT_DWARF_CLOTHING_HOOD:3:0] [CONDITION_ITEM_WORN:BY_CATEGORY:BODY_UPPER:ARMOR:ITEM_ARMOR_CLOAK] [ITEM_QUALITY:3] [CONDITION_ITEM_WORN:BY_CATEGORY:HEAD:HELM:ITEM_HELM_HOOD] [ITEM_QUALITY:3] [USE_STANDARD_PALETTE_FROM_ITEM] Does not fix artifact graphics in portrait, but I think those might show as masterwork for /all/ artifact clothing. | ||||
| Tags | masterwork, portrait | ||||