KINBARROW modding reference
v0.2.0+main.c05ef2b dataset 45d0fe274f851548

QualityProfile

FieldTypeRequiredDescription
classstringrequired

The item class this profile covers ("weapon"/"armor"/"tool"/"lock"/"good").

tiersTierEffects[]required

All seven tier effects, in ladder order.

Nested shapes

Every shape QualityProfile closes over, so this page stands alone.

QualityTier

The seven quality tiers (semantic — engine code branches on it).

TrashPoorNormalGoodExcellentMasterworkLegendary

TierEffects

FieldTypeRequiredDescription
ac_deltaintegeroptional

AC delta at this tier (armor); absent = n/a.

attack_deltaintegeroptional

Attack-roll delta at this tier (weapons); absent = n/a.

damage_deltaintegeroptional

Damage delta at this tier (weapons); absent = n/a.

dc_deltaintegeroptional

Lock DC delta vs the Normal DC 10 base at this tier (locks); absent = n/a.

integrity_factornumberoptional

Max-integrity multiplier (the structure class) — defaulted so the arms/tool/lock profiles never spell it.

tierQualityTierrequired

The quality tier this row describes.

value_factordoublerequired

Worth multiplier at this tier (every class).

work_factornumberoptional

Work-output multiplier at this tier (tools); absent = n/a.