manavortex / FurnitureCatalogue

FurnitureCatalogue
4 stars 9 forks source link

What's the Deal with Attunable Crafting Stations 🤷 #74

Open wookiefriseur opened 1 year ago

wookiefriseur commented 1 year ago

Attunable crafting stations are missing tooltips.

normal and attunable

Exploration

Probably special type of item (not furnishing) because it is generic before being attuned.

Tooltip type is not special:

The attuned versions are proper furnishings. They show misleading tooltips, which could make the user think it's an unknown furnishing. attuned

-- attunable table
[137947] = {
  "itemId" = 137947,
  "itemLink" = "|H1:item:137947:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h",
  "itemName" = "einstimmbarer Schmuckhandwerkstisch^m",
  "origin" = 13, -- ROLIS
  "version" = 6, -- DRAGONS
}

-- regular table
[137870] = {
  "itemId" = 137870,
  "itemLink" = "|H1:item:137870:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h",
  "itemName" = "Schmuckhandwerkstisch^m",
  "origin" = 13, -- ROLIS
  "version" = 6, -- DRAGONS
}

/script d(FurC.getRolisSource(137947)) works: => Sold by ||cd68957Faustina Curio||r for ||c25C31E250||r vouchers

So it must be some function deciding that it's not furniture (which is correct).

Thoughts