Ruhrpottpatriot / GW2.NET

A user friendly wrapper around the official GW2 API
GNU General Public License v2.0
17 stars 17 forks source link

Add property 'Item.DefaultSkinId' #19

Open sliekens opened 8 years ago

sliekens commented 8 years ago

Right now, only equipment item types have a DefaultSkin property:

This is not in line with the json schema, which defines field default_skin on the root object.

I now believe that the game is not limited to what item types can have a default skin, and that any item type can be used to unlock a skin. It's easy to imagine a consumable item type that unlocks a skin but cannot itself be equipped.