So I scraped the ashop and made the information available as a pair of JSON files. One is the information from the ashop, with the ashop ID number as keys. The other is a simple lookup table for getting the ID of an artifact by its name/short description.
Handy for doing things like making an offline ashop browser, or cross-referencing your ARTIFACT LIST with the information from the ashop, things like that.
The files are more condensed, but here's an example formatted for humans
<div>"590": {</div><div> "short_description": "a circlet of interlocking crystal",</div><div> "artifact_description": "This is exactly the same as a Circlet of Lucidity:\n-Must be worn.\n-Your sanity will be partially protected while travelling the astral\nplanes (approximately 50%).",</div><div> "cost": "600",</div><div> "id": "590",</div><div> "keywords": "astral",</div><div> "cost_type": "credits",</div><div> "extended_description": "A series of interlocking crystals forms the basic structure of this simple,\nfunctional circlet. Although the body of this headpiece is elaborately woven,\nas if it were made of a fine thread rather than such an inflexible material,\nthe simplicity of the design is its genius: each ripple in the pattern has been\nmeticulously crafted and then set together, forming a seamless circle. A cool\nenergy emanates from it and it is cold to the touch, providing the wearer with\na sense of sensory clarity.",</div><div> "name": "a circlet of interlocking crystal",</div><div> "category": "miscellaneous",</div><div> "skins": [</div><div> "588",</div><div> "589",</div><div> "591",</div><div> "592",</div><div> "593"</div><div> ],</div><div> "dropped_description": "A perfect circle of glimmering crystal lies here, forming a fragile-looking circlet that refracts the available light.",</div><div> "base_skin": "4"</div><div> }</div>
They're available at the URLs below, and I'll update them occasionally with fresh scrapes.
https://demonnic.github.io/data/lusternia/artifacts/artifacts.jsonhttps://demonnic.github.io/data/lusternia/artifacts/artifact_names_to_ashop_ids.json