-
Notifications
You must be signed in to change notification settings - Fork 0
/
weed_plants.json
186 lines (186 loc) · 5.67 KB
/
weed_plants.json
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
[
{
"type" : "furniture",
"id" : "f_indica_plant",
"name": "Indica Cannabis Plant",
"symbol": "&",
"color": "light_green",
"move_cost_mod": 0,
"required_str": -1,
"flags": ["TRANSPARENT", "FLAMMABLE_ASH"],
"examine_action": "harvest_furn_nectar",
"harvest_by_season" : [
{ "seasons": [ "spring", "summer", "autumn" ], "entries": [ { "drop": "raw_indica", "base_num": [ 3, 15 ] }, { "drop": "seed_weed_i", "base_num": [ 1, 3 ] } ] }
],
"bash": {
"str_min": 2, "str_max": 6,
"sound": "crunch.",
"sound_fail": "whish."
}
},{
"type" : "furniture",
"id" : "f_sativa_plant",
"name": "Sativa Cannabis Plant",
"symbol": "&",
"color": "green",
"move_cost_mod": 0,
"required_str": -1,
"flags": ["TRANSPARENT", "FLAMMABLE_ASH"],
"examine_action": "harvest_furn_nectar",
"harvest_by_season" : [
{ "seasons": [ "spring", "summer", "autumn" ], "entries": [ { "drop": "raw_sativa", "base_num": [ 3, 15 ] }, { "drop": "seed_weed_s", "base_num": [ 1, 3 ] } ] }
],
"bash": {
"str_min": 2, "str_max": 6,
"sound": "crunch.",
"sound_fail": "whish."
}
},{
"type" : "COMESTIBLE",
"id" : "raw_indica",
"name" : "indica bud",
"name_plural" : "indica buds",
"weight" : 96,
"color" : "green",
"spoils_in" : 150,
"comestible_type" : "MED",
"symbol" : "%",
"description" : "A collection of freshly picked indica nugs. In their current raw state they are still smokable",
"price" : 60,
"material" : "veggy",
"volume" : 1,
"stack_size" : 4,
"charges" : 1,
"stim" : -3,
"quench" : -5,
"fun" : 5,
"healthy" : 0,
"addiction_potential" : 1,
"use_action" : {
"type" : "consume_drug",
"activation_message" : "You smoke your indica buds. Sitting and reading sounds great.",
"effects" : [ { "id" : "high", "duration" : 15 } ],
"stat_adjustments" : {"hunger" : 10},
"fields_produced" : {"fd_weedsmoke" : 2},
"charges_needed" : { "fire" : 1 },
"tools_needed" : { "apparatus" : -1 }
}
},{
"type" : "COMESTIBLE",
"id" : "raw_sativa",
"name" : "sativa bud",
"name_plural" : "sativa buds",
"weight" : 96,
"color" : "green",
"spoils_in" : 150,
"comestible_type" : "MED",
"symbol" : "%",
"description" : "A collection of freshly picked sativa nugs. In their current raw state they are still smokable",
"price" : 60,
"material" : "veggy",
"volume" : 1,
"stack_size" : 4,
"charges" : 1,
"stim" : 1,
"quench" : -5,
"fun" : 5,
"healthy" : 0,
"addiction_potential" : 1,
"use_action" : {
"type" : "consume_drug",
"activation_message" : "You smoke your sativa buds. Going on a walk sounds great.",
"effects" : [ { "id" : "high", "duration" : 15 } ],
"stat_adjustments" : {"hunger" : 10},
"fields_produced" : {"fd_weedsmoke" : 2},
"charges_needed" : { "fire" : 1 },
"tools_needed" : { "apparatus" : -1 }
}
},{
"type": "COMESTIBLE",
"id": "seed_weed_i",
"copy-from": "seed",
"name": "indica cannabis seeds",
"name_plural": "indica cannabis seeds",
"color": "green",
"use_action": "SEED",
"quench": -1,
"healthy": 1,
"nutrition": 2,
"description": "Seeds of the indica cannabis plant.",
"price": 100,
"weight": 2,
"charges": 2,
"seed_data": { "plant_name": "f_indica_plant", "fruit": "raw_indica", "grow": 40 }
},{
"type": "COMESTIBLE",
"id": "seed_weed_s",
"copy-from": "seed",
"name": "sativa cannabis seeds",
"name_plural": "sativa cannabis seeds",
"color": "green",
"use_action": "SEED",
"quench": -1,
"healthy": 1,
"nutrition": 2,
"description": "Seeds of the sativa cannabis plant.",
"price": 100,
"weight": 2,
"charges": 2,
"seed_data": { "plant_name": "f_sativa_plant", "fruit": "raw_sativa", "grow": 40 }
},{
"type" : "recipe",
"result": "weed_wax",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"difficulty": 3,
"time": 8000,
"book_learn": [ [ "mag_weed", 0 ] ],
"qualities" : [
{"id":"BOIL","level":2}
],
"tools": [
[
[ "surface_heat", 8, "LIST" ]
],[
[ "rag", -1 ]
]
],
"components": [
[
[ "raw_indica", 2 ],
[ "raw_sativa", 2 ]
],
[ [ "chem_ethanol", 1 ] ]
]
},{
"type" : "COMESTIBLE",
"id" : "weed_wax",
"name" : "Cannabis Wax",
"name_plural" : "Cannabis Wax",
"weight" : 75,
"color" : "yellow",
"container" : "jug_plastic",
"comestible_type" : "MED",
"symbol" : "~",
"quench" : -2,
"stim" : -8,
"nutrition" : 1,
"description" : "Sticky wax made from a cannabis plant.",
"price" : 4000,
"material" : "oil",
"volume" : 1,
"charges" : 2,
"phase" : "liquid",
"fun" : 20,
"use_action" : {
"type" : "consume_drug",
"activation_message" : "You smoke your dabs. This stuff is strong.",
"effects" : [ { "id" : "high", "duration" : 20 } ],
"stat_adjustments" : {"hunger" : 12},
"fields_produced" : {"fd_weedsmoke" : 1},
"charges_needed" : { "fire" : 1 },
"tools_needed" : { "apparatus" : -1 }
}
}
]