-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add tools, prattling pates, and multiplayer items #86
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
data/lists/collectables.ts
Outdated
{ | ||
id: "05fa5138-b2aa-4fef-b27e-5b8cadc29db6", | ||
name: "Prattling Pates", | ||
url: "https://eldenring.wiki.fextralife.com/Tools", | ||
requirements: [ | ||
{ | ||
id: "3525bd1f-5e2d-480f-894c-3cb5cd90e4ee", | ||
description: rawHTMLLink( | ||
"https://eldenring.wiki.fextralife.com/Prattling+Pate+Hello", | ||
"Hello" | ||
), | ||
}, | ||
{ | ||
id: "2c277ff7-1ec3-4ea0-a076-d100bc360490", | ||
description: rawHTMLLink( | ||
"https://eldenring.wiki.fextralife.com/Prattling+Pate+Thank+you", | ||
"Thank You" | ||
), | ||
}, | ||
{ | ||
id: "577123a1-4932-498e-bf18-4ba8e7b39fc2", | ||
description: rawHTMLLink( | ||
"https://eldenring.wiki.fextralife.com/Prattling+Pate+Please+help", | ||
"Please Help" | ||
), | ||
}, | ||
{ | ||
id: "00a3c087-6d74-4802-8d2d-690d3b5710ff", | ||
description: rawHTMLLink( | ||
"https://eldenring.wiki.fextralife.com/Prattling+Pate+Apologies", | ||
"Apologies" | ||
), | ||
}, | ||
{ | ||
id: "76e6b62e-2fc7-4cc1-9377-c0a5458ec237", | ||
description: rawHTMLLink( | ||
"https://eldenring.wiki.fextralife.com/Prattling+Pate+You're+Beautiful", | ||
"You're Beautiful" | ||
), | ||
}, | ||
{ | ||
id: "1e3901b8-ea52-4ef0-acb1-d08fe0e64b52", | ||
description: rawHTMLLink( | ||
"https://eldenring.wiki.fextralife.com/Prattling+Pate+Wonderful", | ||
"Wonderful" | ||
), | ||
}, | ||
{ | ||
id: "f316c080-94ee-4545-80de-31fb7f0a7aa7", | ||
description: rawHTMLLink( | ||
"https://eldenring.wiki.fextralife.com/Prattling+Pate+Let's+get+to+it", | ||
"Let's Get To It" | ||
), | ||
}, | ||
{ | ||
id: "13cf4992-b22c-4114-a426-bb391502f766", | ||
description: rawHTMLLink( | ||
"https://eldenring.wiki.fextralife.com/Prattling+Pate+My+Beloved", | ||
"My Beloved" | ||
), | ||
}, | ||
] | ||
}, | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the DLC
{ | ||
id: "37c71b67-dc23-4fe8-b70b-cc4fc8520994", | ||
description: rawHTMLLink( | ||
"https://eldenring.wiki.fextralife.com/Mimic's+Veil", | ||
"Mimic's Veil" | ||
), | ||
}, | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Saw this in multiplayer items page on the wiki but I agree it's probably best in tools since some PVE content does work with it
npm apparently broken in latest node js so build failed |
Live now |
No description provided.