Property talk:Has miniature id

From Guild Wars 2 Wiki
Jump to navigationJump to search

I've replaced "Property:Has miniature sort order" with this property. This value is straight from the api, e.g. https://api.guildwars2.com/v2/items?ids=44726 :

[{
  "name":"Mini Twisted Reaver",
  "description":"Double-click to summon this miniature to follow you around. Only one miniature may be in use at a time.",
  "type":"MiniPet",
  "level":0,
  "rarity":"Fine",
  "vendor_value":50,
  "game_types":["PvpLobby","Activity","Wvw","Dungeon","Pve"],
  "flags":["NoSell"],
  "restrictions":[],
  "id":44726,
  "chat_link":"[&AgG2rgAA]",
  "icon":"https://render.guildwars2.com/file/9864A4B1F122F2AE774C3B66703F0362F035EFBC/625796.png",
  "details":{
     "minipet_id":174
  }
}]

-Chieftain AlexUser Chieftain Alex sig.png 12:25, 16 December 2015 (UTC)

Minis have a separate sort order property, e.g. https://api.guildwars2.com/v2/minis/174
 {
   "id": 174,
   "name": "Mini Twisted Reaver",
   "icon": "https://render.guildwars2.com/file/9864A4B1F122F2AE774C3B66703F0362F035EFBC/625796.png",
   "order": 220,
   "item_id": 44726
 }
It's just a coincidence that the id and order values both sort the same way for now, but it's possible that they won't in the future. —Dr Ishmael User Dr ishmael Diablo the chicken.png 16:26, 16 December 2015 (UTC)
Damn, I always see useful talk page comments too late. However, it seems that neither the "id" (mini), "item_id" nor "order" matches the ingame wardrobe or bank storage order. -Chieftain AlexUser Chieftain Alex sig.png 11:12, 9 March 2016 (UTC)