skill: document item damage/speed/dps/resistances (API 0.2.0)
This commit is contained in:
parent
2e0e8a37d1
commit
61972baa78
1 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue