[ { "id": "R-01", "ingredients": ["fire", "water"], "result": "steam", "tier": 2 }, { "id": "R-02", "ingredients": ["fire", "wind"], "result": "firestorm", "tier": 2 }, { "id": "R-03", "ingredients": ["fire", "earth"], "result": "lava", "tier": 2 }, { "id": "R-04", "ingredients": ["water", "wind"], "result": "storm", "tier": 2 }, { "id": "R-05", "ingredients": ["water", "earth"], "result": "mud", "tier": 2 }, { "id": "R-06", "ingredients": ["wind", "earth"], "result": "desert", "tier": 2 }, { "id": "R-07", "ingredients": ["steam", "wind"], "result": "cloud", "tier": 3 }, { "id": "R-08", "ingredients": ["steam", "earth"], "result": "fog", "tier": 3 }, { "id": "R-09", "ingredients": ["firestorm", "earth"], "result": "volcano", "tier": 3 }, { "id": "R-10", "ingredients": ["firestorm", "water"], "result": "rainbow", "tier": 3 }, { "id": "R-11", "ingredients": ["lava", "water"], "result": "obsidian", "tier": 3 }, { "id": "R-12", "ingredients": ["lava", "wind"], "result": "ash", "tier": 3 }, { "id": "R-13", "ingredients": ["storm", "earth"], "result": "lightning", "tier": 3 }, { "id": "R-14", "ingredients": ["storm", "water"], "result": "tsunami", "tier": 3 }, { "id": "R-15", "ingredients": ["mud", "earth"], "result": "ceramic", "tier": 3 }, { "id": "R-16", "ingredients": ["mud", "wind"], "result": "dust", "tier": 3 }, { "id": "R-17", "ingredients": ["desert", "water"], "result": "oasis", "tier": 3 }, { "id": "R-18", "ingredients": ["desert", "earth"], "result": "glass", "tier": 3 }, { "id": "R-19", "ingredients": ["cloud", "lightning"], "result": "thunderstorm", "tier": 4 }, { "id": "R-20", "ingredients": ["volcano", "water"], "result": "island", "tier": 4 }, { "id": "R-21", "ingredients": ["obsidian", "water"], "result": "crystal", "tier": 4 }, { "id": "R-22", "ingredients": ["oasis", "wind"], "result": "life", "tier": 4 }, { "id": "R-23", "ingredients": ["lightning", "earth"], "result": "magnet", "tier": 4 }, { "id": "R-24", "ingredients": ["rainbow", "cloud"], "result": "aurora", "tier": 4 }, { "id": "R-25", "ingredients": ["thunderstorm", "life"],"result": "creation", "tier": 5 }, { "id": "R-26", "ingredients": ["crystal", "life"], "result": "spirit", "tier": 5 }, { "id": "R-27", "ingredients": ["water", "water"], "result": "ice", "tier": 2 }, { "id": "R-28", "ingredients": ["fire", "fire"], "result": "smoke", "tier": 2 }, { "id": "R-29", "ingredients": ["cloud", "fog"], "result": "glacier", "tier": 4 }, { "id": "R-30", "ingredients": ["fog", "oasis"], "result": "jungle", "tier": 4 }, { "id": "R-31", "ingredients": ["ash", "dust"], "result": "wasteland", "tier": 4 }, { "id": "R-32", "ingredients": ["lightning", "tsunami"],"result": "maelstrom", "tier": 4 }, { "id": "R-33", "ingredients": ["obsidian", "glass"], "result": "gemstone", "tier": 4 }, { "id": "R-34", "ingredients": ["rainbow", "glass"], "result": "prism", "tier": 4 }, { "id": "R-35", "ingredients": ["volcano", "ceramic"], "result": "ruins", "tier": 4 }, { "id": "R-36", "ingredients": ["dust", "storm"], "result": "cyclone", "tier": 4 }, { "id": "R-37", "ingredients": ["tsunami", "obsidian"], "result": "deepsea", "tier": 4 }, { "id": "R-38", "ingredients": ["oasis", "ceramic"], "result": "prairie", "tier": 4 } ]