about summary refs log tree commit diff
path: root/src/entities/raws/noodles.json
blob: 6e2ecded7513a4859b4f8dd05c85060c0e9fedef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "Item": {
    "name": "noodles",
    "char": {
      "char": "n",
      "color": "yellow"
    },
    "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"
  }
}