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