pee matches "speed" in the item stats and poo matches "spooky" in the item active description, I would imagine
This is accurate!
The item shop’s behavior can be recreated with a bit of data. Notably: http://ddragon.leagueoflegends.com/cdn/9.24.1/data/en_US/item.json and http://ddragon.leagueoflegends.com/cdn/9.24.1/data/en_US/language.json (or as appropriate by patch and language).
This is a reflection of some of the data the game uses. We’d just need to combine it a bit.
The League item shop makes a “searchable key” out of: An items name (“name”), colloquialisms for that item (“colloq”, which you’ll notice is often “;”, this is important), adds a “;”, and th...
Read more