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
|
--- a/data/json/npcs/tacoma_ranch/NPC_ranch_nurse.json
+++ b/data/json/npcs/tacoma_ranch/NPC_ranch_nurse.json
@@ -36,25 +36,62 @@
"repeat_responses": {
"for_item": [
- "1st_aid",
+ "adderall",
+ "adrenaline_injector",
+ "anesthetic",
"antibiotics",
+ "antifungal",
+ "antiparasitic",
"aspirin",
"bandages",
+ "bandages_makeshift",
+ "bandages_makeshift_bleached",
+ "bandages_makeshift_boiled",
"bfipowder",
+ "bonemeal_tablet",
+ "caffeine",
+ "calcium_tablet",
+ "cattail_jelly",
"chem_hydrogen_peroxide",
"codeine",
+ "contacts",
+ "cotton_ball",
"dayquil",
+ "disincottonball",
"disinfectant",
+ "disinfectant_makeshift",
+ "disinrag",
+ "diazepam",
+ "eyedrops",
+ "flavored_bonemeal_tablet",
+ "gummy_vitamins",
+ "inj_vitb",
+ "inj_iron",
+ "iodine",
+ "medical_gauze",
+ "medical_tape",
"morphine",
+ "mugwort_oil",
+ "nic_gum",
"nyquil",
"oxycodone",
+ "pepto",
+ "pills_sleep",
"poppy_pain",
"poppysyrup",
+ "prozac",
+ "prussian_blue",
"quikclot",
+ "saline",
+ "tea_bark",
+ "thermometer",
+ "thorazine",
"thyme_oil",
"tramadol",
"vaccine_shot",
- "weak_antibiotic",
- "cattail_jelly"
+ "vitamins",
+ "weak_antibiotic",
+ "wrapped_rad_badge",
+ "xanax"
],
"response": { "text": "Delivering <topic_item>.", "topic": "TALK_DELIVER_ASK" }
},
|