Big Potion
Big potions restore your health to maximum when used.
{
"id": "BigPotion1", // Unique item identifier
"type": "big_potion", // Item type
"position": { // Current position on map
"x": 100,
"y": 200
},
"value": 100, // Percentage of health regained when used
"points": 12 // XP points awarded when collected
}