Skip to content

Instantly share code, notes, and snippets.

View gregoriorrxndn-droid's full-sized avatar

gregoriorrxndn-droid

View GitHub Profile
@Hidden50
Hidden50 / pq - recipeGenerator.js
Last active October 29, 2025 22:50
Pokemon Quest Recipe Generator
/*
* Recipe Generator
*/
(function() {
const recipeData = {
ingredients: {
r: {name: "Tiny Mushroom", quality: 0, properties: ["red", "soft", "mushroom"]},
b: {name: "Bluk Berry", quality: 0, properties: ["blue", "soft", "sweet"]},