summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/obsoletion.json
blob: 8ce915aa481be0f986e720fee541a78b2ff5389a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
  {
    "id": "bloodbar",
    "type": "COMESTIBLE",
    "comestible_type": "FOOD",
    "looks_like": "jerky",
    "name": { "str": "blood bar" },
    "description": "An 'energy' bar made from powdered and thickened blood. It is reasonably tasty and keeps for a long time.",
    "weight": "85 g",
    "volume": "125 ml",
    "price": "0 cent",
    "material": [ "blood" ],
    "symbol": "'",
    "color": "red",
    "count": 1,
    "calories": 250,
    "quench": 0,
    "healthy": 3,
    "fun": 5,
    "spoils_in": "180 days",
    "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "VAMPIRISM" ]
  },
  {
    "id": "synthbloodbar",
    "type": "COMESTIBLE",
    "comestible_type": "FOOD",
    "copy-from": "bloodbar",
    "looks_like": "bloodbar",
    "name": { "str": "synthetic blood bar" },
    "description": "An 'energy' bar made from powdered and thickened synthetic blood. It is moderately tasty and keeps for a long time.",
    "calories": 125,
    "healthy": 1,
    "fun": 3
  },
  {
    "result": "bloodbar",
    "type": "recipe",
    "obsolete": true
  },
  {
    "result": "synthbloodbar",
    "type": "recipe",
    "obsolete": true
  }
]