Open nus-se-bot opened 3 years ago
This is intended behaviour. Some game recipes have different quantities required depending on your location or which stage/difficulty of the game you're in. Thus, we want to support crafting in either scenario.
Eg. In Breath of the Wild, during Blood Moon, your ingredient potency increases, thus you need less items to craft food and potions.
--
After I added a recipe
addr -n ab juice -items Apple[2], Banana[3]
, I inputedaddr -n ab juice -items Apple[2], Banana[9]
. It showed that the recipe is added again. But this is clearly wrong recipe as you can craft ab juice with only 2 apple and 3 banana. Need to add additional checks for recipes to be added[original: nus-cs2103-AY2021S1/pe-interim#2169]