about summary refs log tree commit diff
path: root/src/entities/raws/noodles.json
blob: d4b773cac53385b8e5c58731f40b5b7b2dd2a4a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "Item": {
    "name": "noodles",
    "char": {
      "char": "🍜"
    },
    "description": "You know exactly what kind of noodles",
    "edible_item": {
      "eat_message": "You slurp up the noodles",
      "hitpoints_healed": 2
    },
    "display_name": "big bowl o' noodles"
  }
}