How to read the attributes for a dwarf in Dwarf Therapist

dwarf-fortress

In Dwarf Therapist, the attributes (Strength, Agility, Toughness, Endurance, Recuperation, and Disease Resistance) are displayed as following:

Strength
Very Strong (4581)
Strong (4413)
(3936)
Weak (3750)
Weak (3654)
Very Weak (3310)
Mighty (1995)

These are the tooltips from the following screenshot.

enter image description here

Clearly there's not a direct correlation between the words and the numbers. What exactly is it telling me?

Best Answer

The numbers are absolute values. 1250 is the median ("average" or no description) for Dwarves in the base game, 1000 the median for Humans.

The descriptions are relative values, as defined by the PHYS_ATT_RANGE and MENT_ATT_RANGE tag of the creature in question - or of its specific caste, if they differ from each other. Base game Dwarves don't differ, but Masterwork (1.9.5) in particular has several castes where the strength attribute is distributed differently.


For comparison, this is the default CREATURE:DWARF entry for strength:

[PHYS_ATT_RANGE:STRENGTH:450:950:1150:1250:1350:1550:2250]

These are from Masterwork 1.9.5 (abbrievated)

[PHYS_ATT_RANGE:200:700:900:1000:1100:1300:2000] -- default, not in the raws
[SELECT_CASTE:BERSERKER_MALE]
[SELECT_CASTE:BERSERKER_FEMALE]
[SELECT_CASTE:LEGION_MALE]
[SELECT_CASTE:LEGION_FEMALE]
[SELECT_CASTE:NECROFIGHTER_MALE]
[SELECT_CASTE:NECROFIGHTER_FEMALE]
[SELECT_CASTE:HOLYFIGHTER_MALE]
[SELECT_CASTE:HOLYFIGHTER_FEMALE]
[SELECT_CASTE:MAGICFIGHTER_MALE]
[SELECT_CASTE:MAGICFIGHTER_FEMALE]
    [PHYS_ATT_RANGE:STRENGTH:3000:3500:3750:4000:4250:4500:5000]
[SELECT_CASTE:NOBLE_MALE]
[SELECT_CASTE:NOBLE_FEMALE]
    [PHYS_ATT_RANGE:STRENGTH:700:1200:1400:1500:1600:1800:2000]

As to your specific example, almost every Dwarf in your list is from one of the fighter castes. For them, an absolute strength value of 3750 or less is already "weak", and 3500 or less even "very weak". The one "mighty" Dwarf with just 1995 absolute strength value is from one of the non-fighter, non-noble castes.