View Issue Details

IDProjectCategoryView StatusLast Update
0013484Dwarf FortressGraphics and Spritespublic2026-03-12 22:51
ReporterHueStL Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status newResolutionopen 
PlatformSteamOSwindowsOS Version10
Product Version53.11 
Summary0013484: Portraits show wrong quality hood on cloaks
DescriptionHoods on cloaks always use masterwork quality images, from 0 quality up to artifact. Partial fix in additional information.
Additional InformationIn 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.
Tagsmasterwork, portrait

Activities

There are no notes attached to this issue.

Add Note

Note

Issue History

Date Modified Username Field Change
2026-03-12 22:51 HueStL New Issue
2026-03-12 22:51 HueStL Tag Attached: masterwork
2026-03-12 22:51 HueStL Tag Attached: portrait