From 9676070f784d2d217fc1a58c0f1b834a6efa6a9c Mon Sep 17 00:00:00 2001
From: Chase Manning <chase@manning.dev>
Date: Wed, 29 Nov 2023 13:06:09 +0000
Subject: [PATCH] :rocket: add full stone evolutions

---
 src/app/use-item-data.ts | 37 ++++++++++++++++++++++++-------------
 1 file changed, 24 insertions(+), 13 deletions(-)

diff --git a/src/app/use-item-data.ts b/src/app/use-item-data.ts
index 5b81f92..9986dee 100644
--- a/src/app/use-item-data.ts
+++ b/src/app/use-item-data.ts
@@ -627,7 +627,10 @@ const useItemData = () => {
       sellPrice: 0,
       action: () => {
         const EVOLUTIONS: Record<number, number> = {
-          133: 136, // TODO
+          30: 31,
+          33: 34,
+          35: 36,
+          39: 40,
         };
 
         dispatch(
@@ -653,11 +656,13 @@ const useItemData = () => {
       usableInBattle: false,
       pokeball: false,
       badge: false,
-      cost: null,
-      sellPrice: 0,
+      cost: 2100,
+      sellPrice: 1050,
       action: () => {
         const EVOLUTIONS: Record<number, number> = {
-          133: 136, // TODO
+          44: 45,
+          70: 71,
+          102: 103,
         };
 
         dispatch(
@@ -683,11 +688,13 @@ const useItemData = () => {
       usableInBattle: false,
       pokeball: false,
       badge: false,
-      cost: null,
-      sellPrice: 0,
+      cost: 2100,
+      sellPrice: 1050,
       action: () => {
         const EVOLUTIONS: Record<number, number> = {
-          133: 136, // TODO
+          37: 38,
+          58: 59,
+          133: 136,
         };
 
         dispatch(
@@ -713,11 +720,14 @@ const useItemData = () => {
       usableInBattle: false,
       pokeball: false,
       badge: false,
-      cost: null,
-      sellPrice: 0,
+      cost: 2100,
+      sellPrice: 1050,
       action: () => {
         const EVOLUTIONS: Record<number, number> = {
-          133: 136, // TODO
+          61: 62,
+          90: 91,
+          120: 121,
+          133: 134,
         };
 
         dispatch(
@@ -743,11 +753,12 @@ const useItemData = () => {
       usableInBattle: false,
       pokeball: false,
       badge: false,
-      cost: null,
-      sellPrice: 0,
+      cost: 2100,
+      sellPrice: 1050,
       action: () => {
         const EVOLUTIONS: Record<number, number> = {
-          133: 136, // TODO
+          25: 26,
+          133: 135,
         };
 
         dispatch(