summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
blob: 07b696de91738f0290cf4e844165e9a818746c5e (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
[
  {
    "result": "blood",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "firstaid",
    "difficulty": 1,
    "charges": 20,
    "time": "30 m",
    "batch_time_factors": [25,2],
    "autolearn": true,
    "byproducts": [ [ "corpse_generic_human_exsanguinated", 1 ] ],
    "tools": [ [ [ "vacutainer", -1 ] ] ],
    "components": [
        [
            [ "corpse_generic_human", 1 ],
            [ "corpse_generic_male", 1 ],
            [ "corpse_generic_female", 1 ],
            [ "corpse_generic_boy", 1 ],
            [ "corpse_generic_girl", 1 ],
            [ "corpse_child_calm", 1 ],
            [ "corpse_child_gunned", 1 ],
            [ "corpse_oldwoman_jewelry", 1 ],
            [ "corpse_bloody", 1 ],
            [ "corpse_painful", 1 ],
            [ "corpse_scorched", 1 ],
            [ "corpse_stabbed", 1 ],
            [ "corpse_gunned", 1 ],
            [ "corpse_halved_upper", 1 ],
            [ "corpse_half_beheaded", 1 ]
        ]
    ]
  },
  {
    "type": "recipe",
    "result": "blood_reconstituted",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "time": "1 m",
    "book_learn": [ [ "vamp_upgradebook1", 4 ] ],
    "components": [ [ [ "bloodpowder", 1 ] ], [ [ "water_clean", 1 ], [ "bloodextract", 1 ] ] ]
  },
  {
    "type": "recipe",
    "result": "synthblood",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "difficulty": 4,
    "time": "5 m",
    "batch_time_factors": [ 80, 4 ],
    "book_learn": [ [ "vamp_upgradebook1", 6 ] ],
    "qualities": [ { "id": "BOIL", "level": 1 } ],
    "tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ],
    "components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ], [ [ "salt", 5 ] ] ]
  },
  {
    "type": "recipe",
    "result": "synthblood_reconstituted",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRINKS",
    "skill_used": "cooking",
    "time": "1 m",
    "book_learn": [ [ "vamp_upgradebook1", 4 ] ],
    "components": [ [ [ "synthbloodpowder", 1 ] ], [ [ "water_clean", 1 ], [ "synthbloodextract", 1 ] ] ]
  },
  {
    "result": "bloodpowder",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRY",
    "skill_used": "cooking",
    "difficulty": 4,
    "charges": 4,
    "time": "12 m",
    "batch_time_factors": [83,3],
    "book_learn": [ [ "vamp_upgradebook1", 4 ] ],
    "byproducts": [ [ "bloodextract" ] ],
    "qualities": [ { "id": "CHEM", "level": 2 } ],
    "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ],
    "components": [ [ [ "blood", 1 ] ] ]
  },
  {
    "result": "synthbloodpowder",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_DRY",
    "skill_used": "cooking",
    "difficulty": 4,
    "charges": 4,
    "time": "12 m",
    "batch_time_factors": [83,3],
    "book_learn": [ [ "vamp_upgradebook1", 4 ] ],
    "byproducts": [ [ "synthbloodextract" ] ],
    "qualities": [ { "id": "CHEM", "level": 2 } ],
    "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ],
    "components": [ [ [ "synthblood", 1 ] ] ]
  },
  {
    "result": "bloodbar",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "cooking",
    "difficulty": 3,
    "charges": 2,
    "time": "30 m",
    "batch_time_factors": [ 75, 2 ],
    "book_learn": [ [ "vamp_upgradebook1", 4 ] ],
    "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
    "components": [
      [ [ "bloodpowder", 8 ] ],
      [ [ "bloodextract", 1 ] ]
    ]
  },
  {
    "result": "synthbloodbar",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "cooking",
    "difficulty": 3,
    "charges": 2,
    "time": "30 m",
    "batch_time_factors": [ 75, 2 ],
    "book_learn": [ [ "vamp_upgradebook1", 4 ] ],
    "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
    "components": [
      [ [ "synthbloodpowder", 8 ] ],
      [ [ "synthbloodextract", 1 ] ]
    ]
  },
  {
    "result": "compactsheet",
    "//": "Loosely base difficulty on neoprene sheets from chemicals.",
    "type": "recipe",
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_MATERIALS",
    "skill_used": "fabrication",
    "difficulty": 5,
    "time": "5 m",
    "book_learn": [ [ "vamp_upgradebook1", 5 ] ],
    "qualities": [ { "id": "BCOMPRESSING", "level": 1 } ],
    "components": [ [ [ "bloodpowder", 125 ] ] ]
  },
  {
    "result": "stickyblood",
    "//": "Loosely base difficulty on concentrated hydrogen peroxide.",
    "type": "recipe",
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_MATERIALS",
    "skill_used": "fabrication",
    "difficulty": 7,
    "time": "10 m",
    "book_learn": [ [ "vamp_upgradebook1", 7 ] ],
    "qualities": [ { "id": "BCHEMISTRY", "level": 1 } ],
    "components": [ [ [ "bloodextract", 30 ] ] ]
  },
  {
    "result": "melted_bloodrune",
    "//": "Loosely base difficulty on HMTD.",
    "type": "recipe",
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_MATERIALS",
    "skill_used": "fabrication",
    "difficulty": 7,
    "time": "10 m",
    "book_learn": [ [ "vamp_upgradebook1", 8 ] ],
    "qualities": [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "BOIL", "level": 2 } ],
    "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ],
    "components": [ [ [ "bloodrune", 1 ] ] ]
  },
  {
    "result": "melted_bloodrune",
    "id_suffix": "from_bigbloodrune",
    "//": "Loosely base difficulty on HMTD.",
    "type": "recipe",
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_MATERIALS",
    "skill_used": "fabrication",
    "difficulty": 7,
    "count": 4,
    "time": "30 m",
    "book_learn": [ [ "vamp_upgradebook1", 8 ] ],
    "qualities": [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "BOIL", "level": 2 } ],
    "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ],
    "components": [ [ [ "bigbloodrune", 1 ] ] ]
  }
]