-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
875 lines (875 loc) · 29 KB
/
data.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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
{
"actions": {
"Arrow": {
"category": "",
"name": "Arrow",
"input": { "Wood": 1, "Stone": 1 },
"output": { "Arrow": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Weapons": 15 },
"baseTime": 60
},
"Brick I": {
"category": "",
"name": "Brick I",
"input": { "Stone": 5 },
"output": { "Brick": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Masonry": 10 },
"baseTime": 60
},
"Bronze Boots": {
"category": "",
"name": "Bronze Boots",
"input": { "Bronze": 10 },
"output": { "Bronze Boots": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Fire": 20, "Research Metallurgy": 10 },
"baseTime": 240
},
"Bronze Helmet": {
"category": "",
"name": "Bronze Helmet",
"input": { "Bronze": 10 },
"output": { "Bronze Helmet": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Fire": 20, "Research Metallurgy": 10 },
"baseTime": 240
},
"Bronze I": {
"category": "",
"name": "Bronze I",
"input": { "Copper": 5, "Tin": 1, "Fire I": 1 },
"output": { "Bronze": 5 },
"unlockedBy": { "Research Fire": 15 },
"baseTime": 60
},
"Bronze Leggings": {
"category": "",
"name": "Bronze Leggings",
"input": { "Bronze": 10 },
"output": { "Bronze Leggings": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Fire": 20, "Research Metallurgy": 10 },
"baseTime": 240
},
"Bronze Plate": {
"category": "",
"name": "Bronze Plate",
"input": { "Bronze": 10 },
"output": { "Bronze Plate": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Fire": 20, "Research Metallurgy": 10 },
"baseTime": 240
},
"Bronze Sword": {
"category": "",
"name": "Bronze Sword",
"input": { "Bronze": 10 },
"output": { "Bronze Sword": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Weapons": 20, "Research Metallurgy": 10 },
"baseTime": 240
},
"Build Pyramid": {
"category": "",
"name": "Build Pyramid",
"input": { "Brick": 1000, "Pyramid Plan": 1 },
"output": { "Pyramid": 1 },
"unlockedBy": { "Research Architecture": 10, "Research Astronomy": 10, "Research Masonry": 10 },
"baseTime": 300
},
"Climb Mountain": {
"category": "",
"name": "Climb Mountain",
"input": { "Fire I": 5 },
"required": { "Tool III": 1 },
"unlockedBy": { "Explore Mountains": 20 },
"baseTime": 30
},
"Container I": {
"category": "",
"name": "Container I",
"input": { "Leather": 2 },
"output": { "Container I": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Water": 5 },
"baseTime": 60
},
"Cook Meat": {
"category": "",
"name": "Cook Meat",
"input": { "Meat": 1 },
"output": { "Food": 10 },
"required": { "Fire I": 3 },
"unlockedBy": { "Research Fire": 5 },
"baseTime": 30
},
"Copper Boots": {
"category": "",
"name": "Copper Boots",
"input": { "Copper": 10 },
"output": { "Copper Boots": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Metallurgy": 5 },
"baseTime": 60
},
"Copper Helmet": {
"category": "",
"name": "Copper Helmet",
"input": { "Copper": 10 },
"output": { "Copper Helmet": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Metallurgy": 5 },
"baseTime": 60
},
"Copper I": {
"category": "",
"name": "Copper I",
"input": { "Fire I": 1, "Copper Ore": 1 },
"output": { "Copper": 1 },
"unlockedBy": { "Research Geography": 5 },
"baseTime": 60
},
"Copper Leggings": {
"category": "",
"name": "Copper Leggings",
"input": { "Copper": 10 },
"output": { "Copper Leggings": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Metallurgy": 5 },
"baseTime": 60
},
"Copper Ore I": {
"category": "",
"name": "Copper Ore I",
"output": { "Copper Ore": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Geography": 5 },
"baseTime": 60
},
"Copper Plate": {
"category": "",
"name": "Copper Plate",
"input": { "Copper": 10 },
"output": { "Copper Plate": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Metallurgy": 5 },
"baseTime": 60
},
"Copper Sword": {
"category": "",
"name": "Copper Sword",
"input": { "Copper": 10 },
"output": { "Copper Sword": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Metallurgy": 5, "Research Weapons": 5 },
"baseTime": 60
},
"Cross River": {
"category": "",
"name": "Cross River",
"required": { "Wooden Boat": 1 },
"unlockedBy": { "Explore River": 10 }
},
"Domestication - Dogs": {
"category": "",
"name": "Domestication - Dogs",
"input": { "Food": 10 },
"output": { "Dog": 1 },
"unlockedBy": { "Research Nature": 15 },
"baseTime": 60
},
"Domestication - Sheep": {
"category": "",
"name": "Domestication - Sheep",
"input": { "Food": 10 },
"output": { "Sheep": 1 },
"unlockedBy": { "Research Nature": 15 },
"baseTime": 60
},
"Explore East": {
"category": "",
"name": "Explore East",
"unlockedBy": { "Explore Surroundings": 3 }
},
"Explore Forest": {
"category": "",
"name": "Explore Forest",
"unlockedBy": { "Explore East": 3 }
},
"Explore Mountains": {
"category": "",
"name": "Explore Mountains",
"unlockedBy": { "Explore South": 3 }
},
"Explore Mountains II": {
"category": "",
"name": "Explore Mountains II",
"required": { "Tool III": 1 },
"unlockedBy": { "Explore Mountains": 20 }
},
"Explore North": {
"category": "",
"name": "Explore North",
"unlockedBy": { "Explore Surroundings": 7 }
},
"Explore North II": {
"category": "",
"name": "Explore North II",
"unlockedBy": { "Cross River": 5 }
},
"Explore Plains": {
"category": "",
"name": "Explore Plains",
"unlockedBy": { "Explore West": 3 }
},
"Explore River": {
"category": "",
"name": "Explore River",
"unlockedBy": { "Explore North": 3 }
},
"Explore Ruins": {
"category": "",
"name": "Explore Ruins",
"required": { "Tool III": 1 },
"unlockedBy": { "Research History": 15 }
},
"Explore South": {
"category": "",
"name": "Explore South",
"unlockedBy": { "Explore Surroundings": 6 }
},
"Explore Surroundings": {
"category": "",
"name": "Explore Surroundings"
},
"Explore West": {
"category": "",
"name": "Explore West",
"unlockedBy": { "Explore Surroundings": 5 }
},
"Fire I": {
"category": "",
"name": "Fire I",
"input": { "Wood": 10 },
"output": { "Fire I": 1 },
"required": { "Tool I": 1 },
"unlockedBy": { "Research Fire": 5 },
"baseTime": 120
},
"Fire I-II": {
"category": "",
"name": "Fire I-II",
"input": { "Wood": 1 },
"output": { "Fire I": 1 },
"required": { "Fire I": 1 },
"unlockedBy": { "Research Fire": 5 },
"baseTime": 15
},
"Flute": {
"category": "",
"name": "Flute",
"input": { "Bone": 10 },
"output": { "Flute": 1 },
"unlockedBy": { "Research Crafting": 10, "Research Music": 10 },
"baseTime": 180
},
"Food I": {
"category": "",
"name": "Food I",
"output": { "Food": 1 },
"unlockedBy": { "Explore Surroundings": 2 },
"baseTime": 20
},
"Food II": {
"category": "",
"name": "Food II",
"output": { "Food": 2 },
"required": { "Tool I": 1 },
"unlockedBy": { "Research Foraging": 5 },
"baseTime": 20
},
"Hunting I": {
"category": "",
"name": "Hunting I",
"output": { "Bone": 2, "Meat": 2, "Skin": 2 },
"unlockedBy": { "Research Nature": 5 },
"baseTime": 120
},
"Hunting II": {
"category": "",
"name": "Hunting II",
"output": { "Bone": 5, "Meat": 5, "Skin": 5 },
"unlockedBy": { "Hunting I": 10 },
"baseTime": 120
},
"Hunting III": {
"category": "",
"name": "Hunting III",
"required": { "Dog": 1 },
"output": { "Bone": 5, "Meat": 5, "Skin": 5 },
"unlockedBy": { "Hunting I": 10, "Research Nature": 10 },
"baseTime": 60
},
"Inspiration 1": {
"category": "",
"name": "Inspiration 1",
"output": { "Inspiration 1": 1 },
"unlockedBy": { "Climb Mountain": 20 },
"baseTime": 120
},
"Inspiration 2": {
"category": "",
"name": "Inspiration 2",
"output": { "Inspiration 2": 1 },
"unlockedBy": { "Explore Ruins": 10 },
"baseTime": 300
},
"Inspiration 3": {
"category": "",
"name": "Inspiration 3",
"output": { "Inspiration 3": 1 },
"unlockedBy": { "Research Music II": 20 },
"baseTime": 300
},
"Leather Hat": {
"category": "",
"name": "Leather Hat",
"input": { "Leather": 10 },
"output": { "Leather Hat": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 5 },
"baseTime": 60
},
"Leather I": {
"category": "",
"name": "Leather I",
"input": { "Skin": 10 },
"output": { "Leather": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 5 },
"baseTime": 60
},
"Leather Pants": {
"category": "",
"name": "Leather Pants",
"input": { "Leather": 10 },
"output": { "Leather Pants": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 5 },
"baseTime": 60
},
"Leather Shirt": {
"category": "",
"name": "Leather Shirt",
"input": { "Leather": 10 },
"output": { "Leather Shirt": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 5 },
"baseTime": 60
},
"Leather Shoes": {
"category": "",
"name": "Leather Shoes",
"input": { "Leather": 10 },
"output": { "Leather Shoes": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 5 },
"baseTime": 60
},
"Map of East": {
"category": "",
"name": "Map of East",
"output": { "Map of East": 1 },
"unlockedBy": { "Explore Forest": 25, "Research Writing": 10 },
"baseTime": 300
},
"Map of North": {
"category": "",
"name": "Map of North",
"output": { "Map of North": 1 },
"unlockedBy": { "Explore North II": 20, "Research Writing": 10 },
"baseTime": 300
},
"Map of South": {
"category": "",
"name": "Map of South",
"output": { "Map of South": 1 },
"unlockedBy": { "Explore Mountains II": 20, "Research Writing": 10 },
"baseTime": 300
},
"Map of West": {
"category": "",
"name": "Map of West",
"output": { "Map of West": 1 },
"unlockedBy": { "Explore Plains": 25, "Research Writing": 10 },
"baseTime": 300
},
"Map of the Island": {
"category": "",
"name": "Map of the Island",
"input": { "Map of East": 1, "Map of South": 1, "Map of North": 1, "Map of West": 1 },
"output": { "Map of the Island": 1 },
"unlockedBy": { "Research Geography": 10, "Research Writing": 10 },
"baseTime": 300
},
"Philosopher Hat": {
"category": "",
"name": "Philosopher Hat",
"input": { "Wool": 10 },
"output": { "Philosopher Hat": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 5, "Research Philosophy": 10 },
"baseTime": 240
},
"Philosopher Pants": {
"category": "",
"name": "Philosopher Pants",
"input": { "Wool": 10 },
"output": { "Philosopher Pants": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 5, "Research Philosophy": 10 },
"baseTime": 240
},
"Philosopher Shirt": {
"category": "",
"name": "Philosopher Shirt",
"input": { "Wool": 10 },
"output": { "Philosopher Shirt": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 5, "Research Philosophy": 10 },
"baseTime": 240
},
"Philosopher Shoes": {
"category": "",
"name": "Philosopher Shoes",
"input": { "Wool": 10 },
"output": { "Philosopher Shoes": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 5, "Research Philosophy": 10 },
"baseTime": 240
},
"Pyramid Plan": {
"category": "",
"name": "Pyramid Plan",
"output": { "Pyramid Plan": 1 },
"unlockedBy": { "Research Architecture": 10, "Research Astronomy": 10, "Research Masonry": 10 },
"baseTime": 300
},
"Quiver": {
"category": "",
"name": "Quiver",
"input": { "Arrow": 10, "Quiver(Empty)": 1 },
"output": { "Quiver": 1 },
"unlockedBy": { "Research Weapons": 15 },
"baseTime": 5
},
"Quiver(Empty)": {
"category": "",
"name": "Quiver(Empty)",
"input": { "Wood": 10 },
"output": { "Quiver(Empty)": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Weapons": 15 },
"baseTime": 60
},
"Reproduction - Dogs": {
"category": "",
"name": "Reproduction - Dogs",
"input": { "Food": 5 },
"output": { "Dog": 1 },
"required": { "Dog": 2 },
"unlockedBy": { "Research Nature": 15 },
"baseTime": 60
},
"Reproduction - Sheep": {
"category": "",
"name": "Reproduction - Sheep",
"input": { "Food": 5 },
"output": { "Sheep": 1 },
"required": { "Sheep": 2 },
"unlockedBy": { "Research Nature": 15 },
"baseTime": 60
},
"Research Architecture": {
"category": "",
"name": "Research Architecture",
"unlockedBy": { "Research Geography": 10, "Research Mathematics": 10 }
},
"Research Astronomy": {
"category": "",
"name": "Research Astronomy",
"unlockedBy": { "Explore Mountains": 15 }
},
"Research Crafting": {
"category": "",
"name": "Research Crafting",
"unlockedBy": { "Explore Mountains": 5 }
},
"Research Earth": {
"category": "",
"name": "Research Earth",
"unlockedBy": { "Explore South": 5 }
},
"Research Fiction": {
"category": "",
"name": "Research Fiction",
"unlockedBy": { "Research Philosophy": 5 }
},
"Research Fire": {
"category": "",
"name": "Research Fire",
"input": { "Wood": 1 },
"unlockedBy": { "Explore West": 6 },
"baseTime": 60
},
"Research Foraging": {
"category": "",
"name": "Research Foraging",
"unlockedBy": { "Explore Forest": 5 }
},
"Research Geography": {
"category": "",
"name": "Research Geography",
"unlockedBy": { "Research Water": 5 }
},
"Research History": {
"category": "",
"name": "Research History",
"unlockedBy": { "Research Geography": 5 }
},
"Research Masonry": {
"category": "",
"name": "Research Masonry",
"unlockedBy": { "Research Earth": 5 }
},
"Research Mathematics": {
"category": "",
"name": "Research Mathematics",
"unlockedBy": { "Research Nature": 5 }
},
"Research Metallurgy": {
"category": "",
"name": "Research Metallurgy",
"unlockedBy": { "Research Earth": 10 }
},
"Research Music": {
"category": "",
"name": "Research Music",
"unlockedBy": { "Explore Plains": 5 }
},
"Research Music II": {
"category": "",
"name": "Research Music II",
"unlockedBy": { "Research Music": 10 }
},
"Research Nature": {
"category": "",
"name": "Research Nature",
"unlockedBy": { "Explore West": 5 }
},
"Research Philosophy": {
"category": "",
"name": "Research Philosophy",
"unlockedBy": { "Research Mathematics": 5 }
},
"Research Water": {
"category": "",
"name": "Research Water",
"unlockedBy": { "Explore River": 5 }
},
"Research Weapons": {
"category": "",
"name": "Research Weapons",
"unlockedBy": { "Explore South": 5 }
},
"Research Writing": {
"category": "",
"name": "Research Writing",
"unlockedBy": { "Research Nature": 5 }
},
"Rope": {
"category": "",
"name": "Rope",
"input": { "String": 20 },
"output": { "Rope": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 5 },
"baseTime": 300
},
"Stone Boots": {
"category": "",
"name": "Stone Boots",
"input": { "Stone": 10 },
"output": { "Stone Boots": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Stone I": 10 },
"baseTime": 180
},
"Stone Bow": {
"category": "",
"name": "Stone Bow",
"input": { "Quiver": 1, "Stone Bow(Empty)": 1 },
"output": { "Stone Bow": 1 },
"unlockedBy": { "Research Masonry": 5, "Research Weapons": 15 },
"baseTime": 5
},
"Stone Bow(Empty)": {
"category": "",
"name": "Stone Bow(Empty)",
"input": { "Stone": 10 },
"output": { "Stone Bow(Empty)": 1 },
"required": { "Tool II": 2 },
"unlockedBy": { "Research Masonry": 5, "Research Weapons": 15 },
"baseTime": 60
},
"Stone Helmet": {
"category": "",
"name": "Stone Helmet",
"input": { "Stone": 10 },
"output": { "Stone Helmet": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Stone I": 10 },
"baseTime": 180
},
"Stone I": {
"category": "",
"name": "Stone I",
"output": { "Stone": 1 },
"unlockedBy": { "Explore South": 2 },
"baseTime": 20
},
"Stone Leggings": {
"category": "",
"name": "Stone Leggings",
"input": { "Stone": 10 },
"output": { "Stone Leggings": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Stone I": 10 },
"baseTime": 180
},
"Stone Plate": {
"category": "",
"name": "Stone Plate",
"input": { "Stone": 10 },
"output": { "Stone Plate": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Stone I": 10 },
"baseTime": 180
},
"Stone Sword": {
"category": "",
"name": "Stone Sword",
"input": { "Stone": 10 },
"output": { "Stone Sword": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Weapons": 10 },
"baseTime": 180
},
"String I": {
"category": "",
"name": "String I",
"input": { "Wool": 2 },
"output": { "String": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 5 },
"baseTime": 60
},
"Tin I": {
"category": "",
"name": "Tin I",
"input": { "Fire I": 1, "Tin Ore": 1 },
"output": { "Tin": 1 },
"unlockedBy": { "Research Geography": 5 },
"baseTime": 20
},
"Tin Ore I": {
"category": "",
"name": "Tin Ore I",
"output": { "Tin Ore": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Geography": 5 },
"baseTime": 120
},
"Tool I": {
"category": "",
"name": "Tool I",
"input": { "Wood": 3 },
"output": { "Tool I": 1 },
"unlockedBy": { "Wood I": 5 },
"baseTime": 60
},
"Tool II": {
"category": "",
"name": "Tool II",
"input": { "Stone": 2 },
"output": { "Tool II": 1 },
"required": { "Tool I": 1 },
"unlockedBy": { "Research Crafting": 5 },
"baseTime": 180
},
"Tool III": {
"category": "",
"name": "Tool III",
"input": { "Bronze": 3 },
"output": { "Tool III": 1 },
"unlockedBy": { "Research Crafting": 10 },
"baseTime": 180
},
"Water I": {
"category": "",
"name": "Water I",
"output": { "Water": 1 },
"unlockedBy": { "Explore Surroundings": 4 },
"baseTime": 40
},
"Water II": {
"category": "",
"name": "Water II",
"output": { "Water": 5 },
"unlockedBy": { "Research Water": 5 },
"baseTime": 40
},
"Wood I": {
"category": "",
"name": "Wood I",
"output": { "Wood": 1 },
"unlockedBy": { "Explore East": 2 },
"baseTime": 20
},
"Wood Plank": {
"category": "",
"name": "Wood Plank",
"input": { "Wood": 10 },
"output": { "Wood Plank": 1 },
"unlockedBy": { "Research Crafting": 10 },
"baseTime": 120
},
"Wooden Boat": {
"category": "",
"name": "Wooden Boat",
"input": { "Wood Plank": 30 },
"output": { "Wooden Boat": 1 },
"unlockedBy": { "Research Crafting": 15, "Research Water": 15 },
"baseTime": 300
},
"Wooden Boots": {
"category": "",
"name": "Wooden Boots",
"input": { "Wood": 10 },
"output": { "Wooden Boots": 1 },
"unlockedBy": { "Wood I": 5 },
"baseTime": 30
},
"Wooden Bow": {
"category": "",
"name": "Wooden Bow",
"input": { "Quiver": 1, "Wooden Bow(Empty)": 1 },
"output": { "Wooden Bow": 1 },
"unlockedBy": { "Research Weapons": 15 },
"baseTime": 5
},
"Wooden Bow(Empty)": {
"category": "",
"name": "Wooden Bow(Empty)",
"input": { "Wood": 10 },
"output": { "Wooden Bow(Empty)": 1 },
"required": { "Tool II": 2 },
"unlockedBy": { "Research Weapons": 15 },
"baseTime": 60
},
"Wooden Helmet": {
"category": "",
"name": "Wooden Helmet",
"input": { "Wood": 10 },
"output": { "Wooden Helmet": 1 },
"unlockedBy": { "Wood I": 5 },
"baseTime": 30
},
"Wooden Leggings": {
"category": "",
"name": "Wooden Leggings",
"input": { "Wood": 10 },
"output": { "Wooden Leggings": 1 },
"unlockedBy": { "Wood I": 5 },
"baseTime": 30
},
"Wooden Plate": {
"category": "",
"name": "Wooden Plate",
"input": { "Wood": 10 },
"output": { "Wooden Plate": 1 },
"unlockedBy": { "Wood I": 5 },
"baseTime": 30
},
"Wooden Sword": {
"category": "",
"name": "Wooden Sword",
"input": { "Wood": 10 },
"output": { "Wooden Sword": 1 },
"unlockedBy": { "Research Weapons": 5 },
"baseTime": 30
},
"Wool Hat": {
"category": "",
"name": "Wool Hat",
"input": { "Wool": 10 },
"output": { "Wool Hat": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 15 },
"baseTime": 240
},
"Wool I": {
"category": "",
"name": "Wool I",
"output": { "Wool": 1 },
"required": { "Sheep": 1 },
"unlockedBy": { "Research Crafting": 10, "Research Nature": 5 },
"baseTime": 60
},
"Wool II": {
"category": "",
"name": "Wool II",
"output": { "Wool": 10 },
"required": { "Sheep": 1, "Tool III": 1 },
"unlockedBy": { "Research Crafting": 10, "Research Nature": 5 },
"baseTime": 120
},
"Wool Pants": {
"category": "",
"name": "Wool Pants",
"input": { "Wool": 10 },
"output": { "Wool Pants": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 15 },
"baseTime": 240
},
"Wool Shirt": {
"category": "",
"name": "Wool Shirt",
"input": { "Wool": 10 },
"output": { "Wool Shirt": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 15 },
"baseTime": 240
},
"Wool Shoes": {
"category": "",
"name": "Wool Shoes",
"input": { "Wool": 10 },
"output": { "Wool Shoes": 1 },
"required": { "Tool II": 1 },
"unlockedBy": { "Research Crafting": 15 },
"baseTime": 240
},
"Write Epic Poetry": {
"category": "",
"name": "Write Epic Poetry",
"input": { "Inspiration 1": 1, "Inspiration 2": 1, "Inspiration 3": 1 },
"output": { "Epic Poetry": 1 },
"unlockedBy": { "Research Fiction": 10, "Research History": 15, "Research Philosophy": 15 },
"baseTime": 300
}
}
}