From 61972baa78b28e9d275f81e53aa5443b9918dde3 Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Mon, 8 Jun 2026 02:06:56 +0200 Subject: [PATCH] skill: document item damage/speed/dps/resistances (API 0.2.0) --- skills/coa-db-skill/SKILL.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/skills/coa-db-skill/SKILL.md b/skills/coa-db-skill/SKILL.md index 10f0923..9826fdd 100644 --- a/skills/coa-db-skill/SKILL.md +++ b/skills/coa-db-skill/SKILL.md @@ -54,9 +54,13 @@ Unknown ids return `404`. ### Item detail fields `id, name, quality, item_level, required_level, item_class, item_subclass, -inventory_type, bonding, worldforged, armor, stats[ {stat,value} ], -spell_lines[], taught_spell, sell_price, source_label, description, -required_class_mask`. +inventory_type, bonding, worldforged, armor, damage{min,max,school,secondary}, +speed, dps, resistances[{school,value}], stats[{stat,value}], spell_lines[], +taught_spell, sell_price, source_label, description, required_class_mask`. + +`damage`/`speed`/`dps` are present for weapons (`school` 0=Physical, 1=Holy, +2=Fire, 3=Nature, 4=Frost, 5=Shadow, 6=Arcane); `resistances` lists only +nonzero magic resists. (API ≥ 0.2.0.) `source_label` is the recorded drop/vendor/quest source (may be `null` if not yet catalogued). `description` can contain `@…@`-wrapped flavour tags