e4k-data 4.71.14 → 4.82.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/buildings.json +22660 -17019
- package/data/collectorEventOptions.json +118 -0
- package/data/collectorEventRewards.json +288 -0
- package/data/constructionItems.json +632 -229
- package/data/constructionItemsEffectGroups.json +24 -0
- package/data/craftingQueues.json +23 -1
- package/data/craftingRecipes.json +2321 -0
- package/data/currencies.json +77 -0
- package/data/currencyCaps.json +6 -0
- package/data/donationItems.json +135 -0
- package/data/donationRewards.json +160 -0
- package/data/donationSettings.json +14 -6
- package/data/dungeons.json +266 -0
- package/data/effectCaps.json +70 -0
- package/data/effects.json +125 -16
- package/data/effecttypes.json +408 -141
- package/data/equipment_effects.json +28 -0
- package/data/equipment_rarenesses.json +24 -12
- package/data/equipments.json +467 -86
- package/data/eventAutoScalingUnitPairings.json +13554 -4338
- package/data/events.json +11 -2
- package/data/expansions.json +54 -54
- package/data/horses.json +143 -143
- package/data/islandPlayerRewards.json +30 -0
- package/data/islandrewardranks.json +42 -0
- package/data/leaguetypeEvents.json +247 -0
- package/data/legendskills.json +20 -20
- package/data/lootBoxTombolas.json +704 -0
- package/data/lootBoxes.json +22 -0
- package/data/lords.json +2 -2
- package/data/merchants.json +1 -1
- package/data/packageCategories.json +4 -0
- package/data/{packageCategoryCurrencyRelations.json → packageCategoryCostRelations.json} +7 -1
- package/data/packageCategoryFilterRelations.json +4 -0
- package/data/packages.json +4954 -12
- package/data/quests.json +1 -1
- package/data/relicLootOptions.json +84 -0
- package/data/researches.json +4224 -950
- package/data/resources.json +6 -0
- package/data/rewards.json +63223 -56400
- package/data/saleDaysLuckyWheelClasses.json +9 -9
- package/data/saleDaysLuckyWheelDropChanceJackpots.json +288 -288
- package/data/saleDaysLuckyWheelDropChances.json +59 -283
- package/data/saleDaysLuckyWheelRewardSets.json +180 -180
- package/data/sceatSkillTiers.json +49 -0
- package/data/sceatSkillTrees.json +12 -0
- package/data/sceatSkills.json +1382 -1
- package/data/seasonEndRewards.json +224 -0
- package/data/seasonEventRewards.json +315 -0
- package/data/seasonPromotionRewards.json +600 -0
- package/data/slums.json +1 -1
- package/data/units.json +1945 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +192 -192
- package/data/worldmapskins.json +10 -0
- package/images/x768.json +6409 -1780
- package/languages/da.json +502 -234
- package/languages/de.json +516 -248
- package/languages/el.json +498 -230
- package/languages/en.json +493 -225
- package/languages/es.json +574 -306
- package/languages/fi.json +506 -238
- package/languages/fr.json +600 -332
- package/languages/it.json +514 -246
- package/languages/ja.json +506 -238
- package/languages/ko.json +500 -232
- package/languages/nl.json +503 -235
- package/languages/no.json +536 -268
- package/languages/pl.json +505 -237
- package/languages/pt.json +497 -229
- package/languages/ru.json +516 -248
- package/languages/sv.json +504 -236
- package/languages/tr.json +498 -230
- package/languages/zh_CN.json +496 -228
- package/languages/zh_TW.json +498 -230
- package/package.json +11 -3
- package/typings/data.d.ts +45 -6
- package/typings/images.d.ts +259 -11
- package/typings/languages.d.ts +442 -57
|
@@ -4479,6 +4479,2327 @@
|
|
|
4479
4479
|
"costGlass": 21200,
|
|
4480
4480
|
"costIron": 19200,
|
|
4481
4481
|
"rewardIDs": 40330
|
|
4482
|
+
},
|
|
4483
|
+
{
|
|
4484
|
+
"craftingRecipeId": 331,
|
|
4485
|
+
"recipeGroupID": 11,
|
|
4486
|
+
"researchGroupID": 173,
|
|
4487
|
+
"level": 1,
|
|
4488
|
+
"type": "Short",
|
|
4489
|
+
"queueTypeId": 3,
|
|
4490
|
+
"craftingDuration": 3600,
|
|
4491
|
+
"skipCostC2": 120,
|
|
4492
|
+
"costLegendaryToken": 40,
|
|
4493
|
+
"costLegendaryMaterial": 170,
|
|
4494
|
+
"rewardIDs": 40331
|
|
4495
|
+
},
|
|
4496
|
+
{
|
|
4497
|
+
"craftingRecipeId": 332,
|
|
4498
|
+
"recipeGroupID": 11,
|
|
4499
|
+
"researchGroupID": 173,
|
|
4500
|
+
"level": 2,
|
|
4501
|
+
"type": "Short",
|
|
4502
|
+
"queueTypeId": 3,
|
|
4503
|
+
"craftingDuration": 3600,
|
|
4504
|
+
"skipCostC2": 120,
|
|
4505
|
+
"costLegendaryToken": 40,
|
|
4506
|
+
"costLegendaryMaterial": 170,
|
|
4507
|
+
"rewardIDs": 40332
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"craftingRecipeId": 333,
|
|
4511
|
+
"recipeGroupID": 11,
|
|
4512
|
+
"researchGroupID": 173,
|
|
4513
|
+
"level": 3,
|
|
4514
|
+
"type": "Short",
|
|
4515
|
+
"queueTypeId": 3,
|
|
4516
|
+
"craftingDuration": 3600,
|
|
4517
|
+
"skipCostC2": 120,
|
|
4518
|
+
"costLegendaryToken": 40,
|
|
4519
|
+
"costLegendaryMaterial": 170,
|
|
4520
|
+
"rewardIDs": 40333
|
|
4521
|
+
},
|
|
4522
|
+
{
|
|
4523
|
+
"craftingRecipeId": 334,
|
|
4524
|
+
"recipeGroupID": 11,
|
|
4525
|
+
"researchGroupID": 173,
|
|
4526
|
+
"level": 4,
|
|
4527
|
+
"type": "Short",
|
|
4528
|
+
"queueTypeId": 3,
|
|
4529
|
+
"craftingDuration": 3600,
|
|
4530
|
+
"skipCostC2": 120,
|
|
4531
|
+
"costLegendaryToken": 40,
|
|
4532
|
+
"costLegendaryMaterial": 170,
|
|
4533
|
+
"rewardIDs": 40334
|
|
4534
|
+
},
|
|
4535
|
+
{
|
|
4536
|
+
"craftingRecipeId": 335,
|
|
4537
|
+
"recipeGroupID": 11,
|
|
4538
|
+
"researchGroupID": 173,
|
|
4539
|
+
"level": 5,
|
|
4540
|
+
"type": "Short",
|
|
4541
|
+
"queueTypeId": 3,
|
|
4542
|
+
"craftingDuration": 3600,
|
|
4543
|
+
"skipCostC2": 120,
|
|
4544
|
+
"costLegendaryToken": 40,
|
|
4545
|
+
"costLegendaryMaterial": 170,
|
|
4546
|
+
"rewardIDs": 40335
|
|
4547
|
+
},
|
|
4548
|
+
{
|
|
4549
|
+
"craftingRecipeId": 336,
|
|
4550
|
+
"recipeGroupID": 11,
|
|
4551
|
+
"researchGroupID": 173,
|
|
4552
|
+
"level": 6,
|
|
4553
|
+
"type": "Short",
|
|
4554
|
+
"queueTypeId": 3,
|
|
4555
|
+
"craftingDuration": 3600,
|
|
4556
|
+
"skipCostC2": 120,
|
|
4557
|
+
"costLegendaryToken": 40,
|
|
4558
|
+
"costLegendaryMaterial": 170,
|
|
4559
|
+
"rewardIDs": 40336
|
|
4560
|
+
},
|
|
4561
|
+
{
|
|
4562
|
+
"craftingRecipeId": 337,
|
|
4563
|
+
"recipeGroupID": 11,
|
|
4564
|
+
"researchGroupID": 173,
|
|
4565
|
+
"level": 7,
|
|
4566
|
+
"type": "Short",
|
|
4567
|
+
"queueTypeId": 3,
|
|
4568
|
+
"craftingDuration": 3600,
|
|
4569
|
+
"skipCostC2": 120,
|
|
4570
|
+
"costLegendaryToken": 40,
|
|
4571
|
+
"costLegendaryMaterial": 170,
|
|
4572
|
+
"rewardIDs": 40337
|
|
4573
|
+
},
|
|
4574
|
+
{
|
|
4575
|
+
"craftingRecipeId": 338,
|
|
4576
|
+
"recipeGroupID": 11,
|
|
4577
|
+
"researchGroupID": 174,
|
|
4578
|
+
"level": 1,
|
|
4579
|
+
"type": "Long",
|
|
4580
|
+
"queueTypeId": 3,
|
|
4581
|
+
"craftingDuration": 18000,
|
|
4582
|
+
"skipCostC2": 600,
|
|
4583
|
+
"costLegendaryToken": 95,
|
|
4584
|
+
"costLegendaryMaterial": 380,
|
|
4585
|
+
"rewardIDs": 40338
|
|
4586
|
+
},
|
|
4587
|
+
{
|
|
4588
|
+
"craftingRecipeId": 339,
|
|
4589
|
+
"recipeGroupID": 11,
|
|
4590
|
+
"researchGroupID": 174,
|
|
4591
|
+
"level": 2,
|
|
4592
|
+
"type": "Long",
|
|
4593
|
+
"queueTypeId": 3,
|
|
4594
|
+
"craftingDuration": 18000,
|
|
4595
|
+
"skipCostC2": 600,
|
|
4596
|
+
"costLegendaryToken": 95,
|
|
4597
|
+
"costLegendaryMaterial": 380,
|
|
4598
|
+
"rewardIDs": 40339
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
"craftingRecipeId": 340,
|
|
4602
|
+
"recipeGroupID": 11,
|
|
4603
|
+
"researchGroupID": 174,
|
|
4604
|
+
"level": 3,
|
|
4605
|
+
"type": "Long",
|
|
4606
|
+
"queueTypeId": 3,
|
|
4607
|
+
"craftingDuration": 18000,
|
|
4608
|
+
"skipCostC2": 600,
|
|
4609
|
+
"costLegendaryToken": 95,
|
|
4610
|
+
"costLegendaryMaterial": 380,
|
|
4611
|
+
"rewardIDs": 40340
|
|
4612
|
+
},
|
|
4613
|
+
{
|
|
4614
|
+
"craftingRecipeId": 341,
|
|
4615
|
+
"recipeGroupID": 11,
|
|
4616
|
+
"researchGroupID": 174,
|
|
4617
|
+
"level": 4,
|
|
4618
|
+
"type": "Long",
|
|
4619
|
+
"queueTypeId": 3,
|
|
4620
|
+
"craftingDuration": 18000,
|
|
4621
|
+
"skipCostC2": 600,
|
|
4622
|
+
"costLegendaryToken": 95,
|
|
4623
|
+
"costLegendaryMaterial": 380,
|
|
4624
|
+
"rewardIDs": 40341
|
|
4625
|
+
},
|
|
4626
|
+
{
|
|
4627
|
+
"craftingRecipeId": 342,
|
|
4628
|
+
"recipeGroupID": 11,
|
|
4629
|
+
"researchGroupID": 174,
|
|
4630
|
+
"level": 5,
|
|
4631
|
+
"type": "Long",
|
|
4632
|
+
"queueTypeId": 3,
|
|
4633
|
+
"craftingDuration": 18000,
|
|
4634
|
+
"skipCostC2": 600,
|
|
4635
|
+
"costLegendaryToken": 95,
|
|
4636
|
+
"costLegendaryMaterial": 380,
|
|
4637
|
+
"rewardIDs": 40342
|
|
4638
|
+
},
|
|
4639
|
+
{
|
|
4640
|
+
"craftingRecipeId": 343,
|
|
4641
|
+
"recipeGroupID": 11,
|
|
4642
|
+
"researchGroupID": 174,
|
|
4643
|
+
"level": 6,
|
|
4644
|
+
"type": "Long",
|
|
4645
|
+
"queueTypeId": 3,
|
|
4646
|
+
"craftingDuration": 18000,
|
|
4647
|
+
"skipCostC2": 600,
|
|
4648
|
+
"costLegendaryToken": 95,
|
|
4649
|
+
"costLegendaryMaterial": 380,
|
|
4650
|
+
"rewardIDs": 40343
|
|
4651
|
+
},
|
|
4652
|
+
{
|
|
4653
|
+
"craftingRecipeId": 344,
|
|
4654
|
+
"recipeGroupID": 11,
|
|
4655
|
+
"researchGroupID": 174,
|
|
4656
|
+
"level": 7,
|
|
4657
|
+
"type": "Long",
|
|
4658
|
+
"queueTypeId": 3,
|
|
4659
|
+
"craftingDuration": 18000,
|
|
4660
|
+
"skipCostC2": 600,
|
|
4661
|
+
"costLegendaryToken": 95,
|
|
4662
|
+
"costLegendaryMaterial": 380,
|
|
4663
|
+
"rewardIDs": 40344
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"craftingRecipeId": 345,
|
|
4667
|
+
"recipeGroupID": 11,
|
|
4668
|
+
"researchGroupID": 174,
|
|
4669
|
+
"level": 8,
|
|
4670
|
+
"type": "Long",
|
|
4671
|
+
"queueTypeId": 3,
|
|
4672
|
+
"craftingDuration": 18000,
|
|
4673
|
+
"skipCostC2": 600,
|
|
4674
|
+
"costLegendaryToken": 95,
|
|
4675
|
+
"costLegendaryMaterial": 380,
|
|
4676
|
+
"rewardIDs": 40345
|
|
4677
|
+
},
|
|
4678
|
+
{
|
|
4679
|
+
"craftingRecipeId": 346,
|
|
4680
|
+
"recipeGroupID": 11,
|
|
4681
|
+
"researchGroupID": 174,
|
|
4682
|
+
"level": 9,
|
|
4683
|
+
"type": "Long",
|
|
4684
|
+
"queueTypeId": 3,
|
|
4685
|
+
"craftingDuration": 18000,
|
|
4686
|
+
"skipCostC2": 600,
|
|
4687
|
+
"costLegendaryToken": 95,
|
|
4688
|
+
"costLegendaryMaterial": 380,
|
|
4689
|
+
"rewardIDs": 40346
|
|
4690
|
+
},
|
|
4691
|
+
{
|
|
4692
|
+
"craftingRecipeId": 347,
|
|
4693
|
+
"recipeGroupID": 11,
|
|
4694
|
+
"researchGroupID": 174,
|
|
4695
|
+
"level": 10,
|
|
4696
|
+
"type": "Long",
|
|
4697
|
+
"queueTypeId": 3,
|
|
4698
|
+
"craftingDuration": 18000,
|
|
4699
|
+
"skipCostC2": 600,
|
|
4700
|
+
"costLegendaryToken": 95,
|
|
4701
|
+
"costLegendaryMaterial": 380,
|
|
4702
|
+
"rewardIDs": 40347
|
|
4703
|
+
},
|
|
4704
|
+
{
|
|
4705
|
+
"craftingRecipeId": 348,
|
|
4706
|
+
"recipeGroupID": 12,
|
|
4707
|
+
"researchGroupID": 175,
|
|
4708
|
+
"level": 1,
|
|
4709
|
+
"type": "Short",
|
|
4710
|
+
"queueTypeId": 3,
|
|
4711
|
+
"craftingDuration": 3600,
|
|
4712
|
+
"skipCostC2": 120,
|
|
4713
|
+
"costC1": 35700,
|
|
4714
|
+
"costSceatToken": 4,
|
|
4715
|
+
"rewardIDs": 40348
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"craftingRecipeId": 349,
|
|
4719
|
+
"recipeGroupID": 12,
|
|
4720
|
+
"researchGroupID": 175,
|
|
4721
|
+
"level": 2,
|
|
4722
|
+
"type": "Short",
|
|
4723
|
+
"queueTypeId": 3,
|
|
4724
|
+
"craftingDuration": 3600,
|
|
4725
|
+
"skipCostC2": 120,
|
|
4726
|
+
"costC1": 41650,
|
|
4727
|
+
"costSceatToken": 5,
|
|
4728
|
+
"rewardIDs": 40349
|
|
4729
|
+
},
|
|
4730
|
+
{
|
|
4731
|
+
"craftingRecipeId": 350,
|
|
4732
|
+
"recipeGroupID": 12,
|
|
4733
|
+
"researchGroupID": 175,
|
|
4734
|
+
"level": 3,
|
|
4735
|
+
"type": "Short",
|
|
4736
|
+
"queueTypeId": 3,
|
|
4737
|
+
"craftingDuration": 3600,
|
|
4738
|
+
"skipCostC2": 120,
|
|
4739
|
+
"costC1": 47600,
|
|
4740
|
+
"costSceatToken": 6,
|
|
4741
|
+
"rewardIDs": 40350
|
|
4742
|
+
},
|
|
4743
|
+
{
|
|
4744
|
+
"craftingRecipeId": 351,
|
|
4745
|
+
"recipeGroupID": 12,
|
|
4746
|
+
"researchGroupID": 175,
|
|
4747
|
+
"level": 4,
|
|
4748
|
+
"type": "Short",
|
|
4749
|
+
"queueTypeId": 3,
|
|
4750
|
+
"craftingDuration": 3600,
|
|
4751
|
+
"skipCostC2": 120,
|
|
4752
|
+
"costC1": 53550,
|
|
4753
|
+
"costSceatToken": 6,
|
|
4754
|
+
"rewardIDs": 40351
|
|
4755
|
+
},
|
|
4756
|
+
{
|
|
4757
|
+
"craftingRecipeId": 352,
|
|
4758
|
+
"recipeGroupID": 12,
|
|
4759
|
+
"researchGroupID": 175,
|
|
4760
|
+
"level": 5,
|
|
4761
|
+
"type": "Short",
|
|
4762
|
+
"queueTypeId": 3,
|
|
4763
|
+
"craftingDuration": 3600,
|
|
4764
|
+
"skipCostC2": 120,
|
|
4765
|
+
"costC1": 71400,
|
|
4766
|
+
"costSceatToken": 8,
|
|
4767
|
+
"rewardIDs": 40352
|
|
4768
|
+
},
|
|
4769
|
+
{
|
|
4770
|
+
"craftingRecipeId": 353,
|
|
4771
|
+
"recipeGroupID": 12,
|
|
4772
|
+
"researchGroupID": 175,
|
|
4773
|
+
"level": 6,
|
|
4774
|
+
"type": "Short",
|
|
4775
|
+
"queueTypeId": 3,
|
|
4776
|
+
"craftingDuration": 3600,
|
|
4777
|
+
"skipCostC2": 120,
|
|
4778
|
+
"costC1": 83300,
|
|
4779
|
+
"costSceatToken": 10,
|
|
4780
|
+
"rewardIDs": 40353
|
|
4781
|
+
},
|
|
4782
|
+
{
|
|
4783
|
+
"craftingRecipeId": 354,
|
|
4784
|
+
"recipeGroupID": 12,
|
|
4785
|
+
"researchGroupID": 175,
|
|
4786
|
+
"level": 7,
|
|
4787
|
+
"type": "Short",
|
|
4788
|
+
"queueTypeId": 3,
|
|
4789
|
+
"craftingDuration": 3600,
|
|
4790
|
+
"skipCostC2": 120,
|
|
4791
|
+
"costC1": 107100,
|
|
4792
|
+
"costSceatToken": 13,
|
|
4793
|
+
"rewardIDs": 40354
|
|
4794
|
+
},
|
|
4795
|
+
{
|
|
4796
|
+
"craftingRecipeId": 355,
|
|
4797
|
+
"recipeGroupID": 12,
|
|
4798
|
+
"researchGroupID": 175,
|
|
4799
|
+
"level": 8,
|
|
4800
|
+
"type": "Short",
|
|
4801
|
+
"queueTypeId": 3,
|
|
4802
|
+
"craftingDuration": 3600,
|
|
4803
|
+
"skipCostC2": 120,
|
|
4804
|
+
"costC1": 130900,
|
|
4805
|
+
"costSceatToken": 15,
|
|
4806
|
+
"rewardIDs": 40355
|
|
4807
|
+
},
|
|
4808
|
+
{
|
|
4809
|
+
"craftingRecipeId": 356,
|
|
4810
|
+
"recipeGroupID": 12,
|
|
4811
|
+
"researchGroupID": 175,
|
|
4812
|
+
"level": 9,
|
|
4813
|
+
"type": "Short",
|
|
4814
|
+
"queueTypeId": 3,
|
|
4815
|
+
"craftingDuration": 3600,
|
|
4816
|
+
"skipCostC2": 120,
|
|
4817
|
+
"costC1": 154700,
|
|
4818
|
+
"costSceatToken": 18,
|
|
4819
|
+
"rewardIDs": 40356
|
|
4820
|
+
},
|
|
4821
|
+
{
|
|
4822
|
+
"craftingRecipeId": 357,
|
|
4823
|
+
"recipeGroupID": 12,
|
|
4824
|
+
"researchGroupID": 175,
|
|
4825
|
+
"level": 10,
|
|
4826
|
+
"type": "Short",
|
|
4827
|
+
"queueTypeId": 3,
|
|
4828
|
+
"craftingDuration": 3600,
|
|
4829
|
+
"skipCostC2": 120,
|
|
4830
|
+
"costC1": 178500,
|
|
4831
|
+
"costSceatToken": 21,
|
|
4832
|
+
"rewardIDs": 40357
|
|
4833
|
+
},
|
|
4834
|
+
{
|
|
4835
|
+
"craftingRecipeId": 358,
|
|
4836
|
+
"recipeGroupID": 12,
|
|
4837
|
+
"researchGroupID": 176,
|
|
4838
|
+
"level": 1,
|
|
4839
|
+
"type": "Long",
|
|
4840
|
+
"queueTypeId": 3,
|
|
4841
|
+
"craftingDuration": 18000,
|
|
4842
|
+
"skipCostC2": 600,
|
|
4843
|
+
"costC1": 178500,
|
|
4844
|
+
"costSceatToken": 20,
|
|
4845
|
+
"rewardIDs": 40358
|
|
4846
|
+
},
|
|
4847
|
+
{
|
|
4848
|
+
"craftingRecipeId": 359,
|
|
4849
|
+
"recipeGroupID": 12,
|
|
4850
|
+
"researchGroupID": 176,
|
|
4851
|
+
"level": 2,
|
|
4852
|
+
"type": "Long",
|
|
4853
|
+
"queueTypeId": 3,
|
|
4854
|
+
"craftingDuration": 18000,
|
|
4855
|
+
"skipCostC2": 600,
|
|
4856
|
+
"costC1": 208250,
|
|
4857
|
+
"costSceatToken": 25,
|
|
4858
|
+
"rewardIDs": 40359
|
|
4859
|
+
},
|
|
4860
|
+
{
|
|
4861
|
+
"craftingRecipeId": 360,
|
|
4862
|
+
"recipeGroupID": 12,
|
|
4863
|
+
"researchGroupID": 176,
|
|
4864
|
+
"level": 3,
|
|
4865
|
+
"type": "Long",
|
|
4866
|
+
"queueTypeId": 3,
|
|
4867
|
+
"craftingDuration": 18000,
|
|
4868
|
+
"skipCostC2": 600,
|
|
4869
|
+
"costC1": 238000,
|
|
4870
|
+
"costSceatToken": 30,
|
|
4871
|
+
"rewardIDs": 40360
|
|
4872
|
+
},
|
|
4873
|
+
{
|
|
4874
|
+
"craftingRecipeId": 361,
|
|
4875
|
+
"recipeGroupID": 12,
|
|
4876
|
+
"researchGroupID": 176,
|
|
4877
|
+
"level": 4,
|
|
4878
|
+
"type": "Long",
|
|
4879
|
+
"queueTypeId": 3,
|
|
4880
|
+
"craftingDuration": 18000,
|
|
4881
|
+
"skipCostC2": 600,
|
|
4882
|
+
"costC1": 267750,
|
|
4883
|
+
"costSceatToken": 30,
|
|
4884
|
+
"rewardIDs": 40361
|
|
4885
|
+
},
|
|
4886
|
+
{
|
|
4887
|
+
"craftingRecipeId": 362,
|
|
4888
|
+
"recipeGroupID": 12,
|
|
4889
|
+
"researchGroupID": 176,
|
|
4890
|
+
"level": 5,
|
|
4891
|
+
"type": "Long",
|
|
4892
|
+
"queueTypeId": 3,
|
|
4893
|
+
"craftingDuration": 18000,
|
|
4894
|
+
"skipCostC2": 600,
|
|
4895
|
+
"costC1": 357000,
|
|
4896
|
+
"costSceatToken": 40,
|
|
4897
|
+
"rewardIDs": 40362
|
|
4898
|
+
},
|
|
4899
|
+
{
|
|
4900
|
+
"craftingRecipeId": 363,
|
|
4901
|
+
"recipeGroupID": 12,
|
|
4902
|
+
"researchGroupID": 176,
|
|
4903
|
+
"level": 6,
|
|
4904
|
+
"type": "Long",
|
|
4905
|
+
"queueTypeId": 3,
|
|
4906
|
+
"craftingDuration": 18000,
|
|
4907
|
+
"skipCostC2": 600,
|
|
4908
|
+
"costC1": 416500,
|
|
4909
|
+
"costSceatToken": 50,
|
|
4910
|
+
"rewardIDs": 40363
|
|
4911
|
+
},
|
|
4912
|
+
{
|
|
4913
|
+
"craftingRecipeId": 364,
|
|
4914
|
+
"recipeGroupID": 12,
|
|
4915
|
+
"researchGroupID": 176,
|
|
4916
|
+
"level": 7,
|
|
4917
|
+
"type": "Long",
|
|
4918
|
+
"queueTypeId": 3,
|
|
4919
|
+
"craftingDuration": 18000,
|
|
4920
|
+
"skipCostC2": 600,
|
|
4921
|
+
"costC1": 535500,
|
|
4922
|
+
"costSceatToken": 65,
|
|
4923
|
+
"rewardIDs": 40364
|
|
4924
|
+
},
|
|
4925
|
+
{
|
|
4926
|
+
"craftingRecipeId": 365,
|
|
4927
|
+
"recipeGroupID": 12,
|
|
4928
|
+
"researchGroupID": 176,
|
|
4929
|
+
"level": 8,
|
|
4930
|
+
"type": "Long",
|
|
4931
|
+
"queueTypeId": 3,
|
|
4932
|
+
"craftingDuration": 18000,
|
|
4933
|
+
"skipCostC2": 600,
|
|
4934
|
+
"costC1": 654500,
|
|
4935
|
+
"costSceatToken": 75,
|
|
4936
|
+
"rewardIDs": 40365
|
|
4937
|
+
},
|
|
4938
|
+
{
|
|
4939
|
+
"craftingRecipeId": 366,
|
|
4940
|
+
"recipeGroupID": 12,
|
|
4941
|
+
"researchGroupID": 176,
|
|
4942
|
+
"level": 9,
|
|
4943
|
+
"type": "Long",
|
|
4944
|
+
"queueTypeId": 3,
|
|
4945
|
+
"craftingDuration": 18000,
|
|
4946
|
+
"skipCostC2": 600,
|
|
4947
|
+
"costC1": 773500,
|
|
4948
|
+
"costSceatToken": 90,
|
|
4949
|
+
"rewardIDs": 40366
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
"craftingRecipeId": 367,
|
|
4953
|
+
"recipeGroupID": 12,
|
|
4954
|
+
"researchGroupID": 176,
|
|
4955
|
+
"level": 10,
|
|
4956
|
+
"type": "Long",
|
|
4957
|
+
"queueTypeId": 3,
|
|
4958
|
+
"craftingDuration": 18000,
|
|
4959
|
+
"skipCostC2": 600,
|
|
4960
|
+
"costC1": 892500,
|
|
4961
|
+
"costSceatToken": 105,
|
|
4962
|
+
"rewardIDs": 40367
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
"craftingRecipeId": 368,
|
|
4966
|
+
"recipeGroupID": 13,
|
|
4967
|
+
"researchGroupID": 177,
|
|
4968
|
+
"level": 1,
|
|
4969
|
+
"type": "Short",
|
|
4970
|
+
"queueTypeId": 1,
|
|
4971
|
+
"craftingDuration": 3600,
|
|
4972
|
+
"skipCostC2": 120,
|
|
4973
|
+
"costIron": 33600,
|
|
4974
|
+
"rewardIDs": 40368,
|
|
4975
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
4976
|
+
},
|
|
4977
|
+
{
|
|
4978
|
+
"craftingRecipeId": 369,
|
|
4979
|
+
"recipeGroupID": 13,
|
|
4980
|
+
"researchGroupID": 177,
|
|
4981
|
+
"level": 2,
|
|
4982
|
+
"type": "Short",
|
|
4983
|
+
"queueTypeId": 1,
|
|
4984
|
+
"craftingDuration": 3600,
|
|
4985
|
+
"skipCostC2": 120,
|
|
4986
|
+
"costIron": 39200,
|
|
4987
|
+
"rewardIDs": 40369,
|
|
4988
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
4989
|
+
},
|
|
4990
|
+
{
|
|
4991
|
+
"craftingRecipeId": 370,
|
|
4992
|
+
"recipeGroupID": 13,
|
|
4993
|
+
"researchGroupID": 177,
|
|
4994
|
+
"level": 3,
|
|
4995
|
+
"type": "Short",
|
|
4996
|
+
"queueTypeId": 1,
|
|
4997
|
+
"craftingDuration": 3600,
|
|
4998
|
+
"skipCostC2": 120,
|
|
4999
|
+
"costIron": 44800,
|
|
5000
|
+
"rewardIDs": 40370,
|
|
5001
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5002
|
+
},
|
|
5003
|
+
{
|
|
5004
|
+
"craftingRecipeId": 371,
|
|
5005
|
+
"recipeGroupID": 13,
|
|
5006
|
+
"researchGroupID": 177,
|
|
5007
|
+
"level": 4,
|
|
5008
|
+
"type": "Short",
|
|
5009
|
+
"queueTypeId": 1,
|
|
5010
|
+
"craftingDuration": 3600,
|
|
5011
|
+
"skipCostC2": 120,
|
|
5012
|
+
"costIron": 50400,
|
|
5013
|
+
"rewardIDs": 40371,
|
|
5014
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5015
|
+
},
|
|
5016
|
+
{
|
|
5017
|
+
"craftingRecipeId": 372,
|
|
5018
|
+
"recipeGroupID": 13,
|
|
5019
|
+
"researchGroupID": 177,
|
|
5020
|
+
"level": 5,
|
|
5021
|
+
"type": "Short",
|
|
5022
|
+
"queueTypeId": 1,
|
|
5023
|
+
"craftingDuration": 3600,
|
|
5024
|
+
"skipCostC2": 120,
|
|
5025
|
+
"costIron": 67200,
|
|
5026
|
+
"rewardIDs": 40372,
|
|
5027
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"craftingRecipeId": 373,
|
|
5031
|
+
"recipeGroupID": 13,
|
|
5032
|
+
"researchGroupID": 177,
|
|
5033
|
+
"level": 6,
|
|
5034
|
+
"type": "Short",
|
|
5035
|
+
"queueTypeId": 1,
|
|
5036
|
+
"craftingDuration": 3600,
|
|
5037
|
+
"skipCostC2": 120,
|
|
5038
|
+
"costIron": 78400,
|
|
5039
|
+
"rewardIDs": 40373,
|
|
5040
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5041
|
+
},
|
|
5042
|
+
{
|
|
5043
|
+
"craftingRecipeId": 374,
|
|
5044
|
+
"recipeGroupID": 13,
|
|
5045
|
+
"researchGroupID": 177,
|
|
5046
|
+
"level": 7,
|
|
5047
|
+
"type": "Short",
|
|
5048
|
+
"queueTypeId": 1,
|
|
5049
|
+
"craftingDuration": 3600,
|
|
5050
|
+
"skipCostC2": 120,
|
|
5051
|
+
"costIron": 100800,
|
|
5052
|
+
"rewardIDs": 40374,
|
|
5053
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5054
|
+
},
|
|
5055
|
+
{
|
|
5056
|
+
"craftingRecipeId": 375,
|
|
5057
|
+
"recipeGroupID": 13,
|
|
5058
|
+
"researchGroupID": 177,
|
|
5059
|
+
"level": 8,
|
|
5060
|
+
"type": "Short",
|
|
5061
|
+
"queueTypeId": 1,
|
|
5062
|
+
"craftingDuration": 3600,
|
|
5063
|
+
"skipCostC2": 120,
|
|
5064
|
+
"costIron": 123200,
|
|
5065
|
+
"rewardIDs": 40375,
|
|
5066
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5067
|
+
},
|
|
5068
|
+
{
|
|
5069
|
+
"craftingRecipeId": 376,
|
|
5070
|
+
"recipeGroupID": 13,
|
|
5071
|
+
"researchGroupID": 177,
|
|
5072
|
+
"level": 9,
|
|
5073
|
+
"type": "Short",
|
|
5074
|
+
"queueTypeId": 1,
|
|
5075
|
+
"craftingDuration": 3600,
|
|
5076
|
+
"skipCostC2": 120,
|
|
5077
|
+
"costIron": 145600,
|
|
5078
|
+
"rewardIDs": 40376,
|
|
5079
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5080
|
+
},
|
|
5081
|
+
{
|
|
5082
|
+
"craftingRecipeId": 377,
|
|
5083
|
+
"recipeGroupID": 13,
|
|
5084
|
+
"researchGroupID": 177,
|
|
5085
|
+
"level": 10,
|
|
5086
|
+
"type": "Short",
|
|
5087
|
+
"queueTypeId": 1,
|
|
5088
|
+
"craftingDuration": 3600,
|
|
5089
|
+
"skipCostC2": 120,
|
|
5090
|
+
"costIron": 168000,
|
|
5091
|
+
"rewardIDs": 40377,
|
|
5092
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"craftingRecipeId": 378,
|
|
5096
|
+
"recipeGroupID": 13,
|
|
5097
|
+
"researchGroupID": 178,
|
|
5098
|
+
"level": 1,
|
|
5099
|
+
"type": "Long",
|
|
5100
|
+
"queueTypeId": 1,
|
|
5101
|
+
"craftingDuration": 18000,
|
|
5102
|
+
"skipCostC2": 600,
|
|
5103
|
+
"costIron": 168000,
|
|
5104
|
+
"rewardIDs": 40378,
|
|
5105
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5106
|
+
},
|
|
5107
|
+
{
|
|
5108
|
+
"craftingRecipeId": 379,
|
|
5109
|
+
"recipeGroupID": 13,
|
|
5110
|
+
"researchGroupID": 178,
|
|
5111
|
+
"level": 2,
|
|
5112
|
+
"type": "Long",
|
|
5113
|
+
"queueTypeId": 1,
|
|
5114
|
+
"craftingDuration": 18000,
|
|
5115
|
+
"skipCostC2": 600,
|
|
5116
|
+
"costIron": 196000,
|
|
5117
|
+
"rewardIDs": 40379,
|
|
5118
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5119
|
+
},
|
|
5120
|
+
{
|
|
5121
|
+
"craftingRecipeId": 380,
|
|
5122
|
+
"recipeGroupID": 13,
|
|
5123
|
+
"researchGroupID": 178,
|
|
5124
|
+
"level": 3,
|
|
5125
|
+
"type": "Long",
|
|
5126
|
+
"queueTypeId": 1,
|
|
5127
|
+
"craftingDuration": 18000,
|
|
5128
|
+
"skipCostC2": 600,
|
|
5129
|
+
"costIron": 224000,
|
|
5130
|
+
"rewardIDs": 40380,
|
|
5131
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5132
|
+
},
|
|
5133
|
+
{
|
|
5134
|
+
"craftingRecipeId": 381,
|
|
5135
|
+
"recipeGroupID": 13,
|
|
5136
|
+
"researchGroupID": 178,
|
|
5137
|
+
"level": 4,
|
|
5138
|
+
"type": "Long",
|
|
5139
|
+
"queueTypeId": 1,
|
|
5140
|
+
"craftingDuration": 18000,
|
|
5141
|
+
"skipCostC2": 600,
|
|
5142
|
+
"costIron": 252000,
|
|
5143
|
+
"rewardIDs": 40381,
|
|
5144
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5145
|
+
},
|
|
5146
|
+
{
|
|
5147
|
+
"craftingRecipeId": 382,
|
|
5148
|
+
"recipeGroupID": 13,
|
|
5149
|
+
"researchGroupID": 178,
|
|
5150
|
+
"level": 5,
|
|
5151
|
+
"type": "Long",
|
|
5152
|
+
"queueTypeId": 1,
|
|
5153
|
+
"craftingDuration": 18000,
|
|
5154
|
+
"skipCostC2": 600,
|
|
5155
|
+
"costIron": 336000,
|
|
5156
|
+
"rewardIDs": 40382,
|
|
5157
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5158
|
+
},
|
|
5159
|
+
{
|
|
5160
|
+
"craftingRecipeId": 383,
|
|
5161
|
+
"recipeGroupID": 13,
|
|
5162
|
+
"researchGroupID": 178,
|
|
5163
|
+
"level": 6,
|
|
5164
|
+
"type": "Long",
|
|
5165
|
+
"queueTypeId": 1,
|
|
5166
|
+
"craftingDuration": 18000,
|
|
5167
|
+
"skipCostC2": 600,
|
|
5168
|
+
"costIron": 392000,
|
|
5169
|
+
"rewardIDs": 40383,
|
|
5170
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5171
|
+
},
|
|
5172
|
+
{
|
|
5173
|
+
"craftingRecipeId": 384,
|
|
5174
|
+
"recipeGroupID": 13,
|
|
5175
|
+
"researchGroupID": 178,
|
|
5176
|
+
"level": 7,
|
|
5177
|
+
"type": "Long",
|
|
5178
|
+
"queueTypeId": 1,
|
|
5179
|
+
"craftingDuration": 18000,
|
|
5180
|
+
"skipCostC2": 600,
|
|
5181
|
+
"costIron": 504000,
|
|
5182
|
+
"rewardIDs": 40384,
|
|
5183
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5184
|
+
},
|
|
5185
|
+
{
|
|
5186
|
+
"craftingRecipeId": 385,
|
|
5187
|
+
"recipeGroupID": 13,
|
|
5188
|
+
"researchGroupID": 178,
|
|
5189
|
+
"level": 8,
|
|
5190
|
+
"type": "Long",
|
|
5191
|
+
"queueTypeId": 1,
|
|
5192
|
+
"craftingDuration": 18000,
|
|
5193
|
+
"skipCostC2": 600,
|
|
5194
|
+
"costIron": 616000,
|
|
5195
|
+
"rewardIDs": 40385,
|
|
5196
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5197
|
+
},
|
|
5198
|
+
{
|
|
5199
|
+
"craftingRecipeId": 386,
|
|
5200
|
+
"recipeGroupID": 13,
|
|
5201
|
+
"researchGroupID": 178,
|
|
5202
|
+
"level": 9,
|
|
5203
|
+
"type": "Long",
|
|
5204
|
+
"queueTypeId": 1,
|
|
5205
|
+
"craftingDuration": 18000,
|
|
5206
|
+
"skipCostC2": 600,
|
|
5207
|
+
"costIron": 728000,
|
|
5208
|
+
"rewardIDs": 40386,
|
|
5209
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5210
|
+
},
|
|
5211
|
+
{
|
|
5212
|
+
"craftingRecipeId": 387,
|
|
5213
|
+
"recipeGroupID": 13,
|
|
5214
|
+
"researchGroupID": 178,
|
|
5215
|
+
"level": 10,
|
|
5216
|
+
"type": "Long",
|
|
5217
|
+
"queueTypeId": 1,
|
|
5218
|
+
"craftingDuration": 18000,
|
|
5219
|
+
"skipCostC2": 600,
|
|
5220
|
+
"costIron": 840000,
|
|
5221
|
+
"rewardIDs": 40387,
|
|
5222
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5223
|
+
},
|
|
5224
|
+
{
|
|
5225
|
+
"craftingRecipeId": 388,
|
|
5226
|
+
"recipeGroupID": 13,
|
|
5227
|
+
"researchGroupID": 179,
|
|
5228
|
+
"level": 1,
|
|
5229
|
+
"type": "Ruby",
|
|
5230
|
+
"queueTypeId": 1,
|
|
5231
|
+
"craftingDuration": 1800,
|
|
5232
|
+
"skipCostC2": 60,
|
|
5233
|
+
"costC2": 7500,
|
|
5234
|
+
"costIron": 33600,
|
|
5235
|
+
"rewardIDs": 40388,
|
|
5236
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5237
|
+
},
|
|
5238
|
+
{
|
|
5239
|
+
"craftingRecipeId": 389,
|
|
5240
|
+
"recipeGroupID": 13,
|
|
5241
|
+
"researchGroupID": 179,
|
|
5242
|
+
"level": 2,
|
|
5243
|
+
"type": "Ruby",
|
|
5244
|
+
"queueTypeId": 1,
|
|
5245
|
+
"craftingDuration": 1800,
|
|
5246
|
+
"skipCostC2": 60,
|
|
5247
|
+
"costC2": 7500,
|
|
5248
|
+
"costIron": 39200,
|
|
5249
|
+
"rewardIDs": 40389,
|
|
5250
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5251
|
+
},
|
|
5252
|
+
{
|
|
5253
|
+
"craftingRecipeId": 390,
|
|
5254
|
+
"recipeGroupID": 13,
|
|
5255
|
+
"researchGroupID": 179,
|
|
5256
|
+
"level": 3,
|
|
5257
|
+
"type": "Ruby",
|
|
5258
|
+
"queueTypeId": 1,
|
|
5259
|
+
"craftingDuration": 1800,
|
|
5260
|
+
"skipCostC2": 60,
|
|
5261
|
+
"costC2": 7500,
|
|
5262
|
+
"costIron": 44800,
|
|
5263
|
+
"rewardIDs": 40390,
|
|
5264
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5265
|
+
},
|
|
5266
|
+
{
|
|
5267
|
+
"craftingRecipeId": 391,
|
|
5268
|
+
"recipeGroupID": 13,
|
|
5269
|
+
"researchGroupID": 179,
|
|
5270
|
+
"level": 4,
|
|
5271
|
+
"type": "Ruby",
|
|
5272
|
+
"queueTypeId": 1,
|
|
5273
|
+
"craftingDuration": 1800,
|
|
5274
|
+
"skipCostC2": 60,
|
|
5275
|
+
"costC2": 7500,
|
|
5276
|
+
"costIron": 50400,
|
|
5277
|
+
"rewardIDs": 40391,
|
|
5278
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5279
|
+
},
|
|
5280
|
+
{
|
|
5281
|
+
"craftingRecipeId": 392,
|
|
5282
|
+
"recipeGroupID": 13,
|
|
5283
|
+
"researchGroupID": 179,
|
|
5284
|
+
"level": 5,
|
|
5285
|
+
"type": "Ruby",
|
|
5286
|
+
"queueTypeId": 1,
|
|
5287
|
+
"craftingDuration": 1800,
|
|
5288
|
+
"skipCostC2": 60,
|
|
5289
|
+
"costC2": 7500,
|
|
5290
|
+
"costIron": 67200,
|
|
5291
|
+
"rewardIDs": 40392,
|
|
5292
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5293
|
+
},
|
|
5294
|
+
{
|
|
5295
|
+
"craftingRecipeId": 393,
|
|
5296
|
+
"recipeGroupID": 13,
|
|
5297
|
+
"researchGroupID": 179,
|
|
5298
|
+
"level": 6,
|
|
5299
|
+
"type": "Ruby",
|
|
5300
|
+
"queueTypeId": 1,
|
|
5301
|
+
"craftingDuration": 1800,
|
|
5302
|
+
"skipCostC2": 60,
|
|
5303
|
+
"costC2": 7500,
|
|
5304
|
+
"costIron": 78400,
|
|
5305
|
+
"rewardIDs": 40393,
|
|
5306
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5307
|
+
},
|
|
5308
|
+
{
|
|
5309
|
+
"craftingRecipeId": 394,
|
|
5310
|
+
"recipeGroupID": 13,
|
|
5311
|
+
"researchGroupID": 179,
|
|
5312
|
+
"level": 7,
|
|
5313
|
+
"type": "Ruby",
|
|
5314
|
+
"queueTypeId": 1,
|
|
5315
|
+
"craftingDuration": 1800,
|
|
5316
|
+
"skipCostC2": 60,
|
|
5317
|
+
"costC2": 7500,
|
|
5318
|
+
"costIron": 100800,
|
|
5319
|
+
"rewardIDs": 40394,
|
|
5320
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5321
|
+
},
|
|
5322
|
+
{
|
|
5323
|
+
"craftingRecipeId": 395,
|
|
5324
|
+
"recipeGroupID": 13,
|
|
5325
|
+
"researchGroupID": 179,
|
|
5326
|
+
"level": 8,
|
|
5327
|
+
"type": "Ruby",
|
|
5328
|
+
"queueTypeId": 1,
|
|
5329
|
+
"craftingDuration": 1800,
|
|
5330
|
+
"skipCostC2": 60,
|
|
5331
|
+
"costC2": 7500,
|
|
5332
|
+
"costIron": 123200,
|
|
5333
|
+
"rewardIDs": 40395,
|
|
5334
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5335
|
+
},
|
|
5336
|
+
{
|
|
5337
|
+
"craftingRecipeId": 396,
|
|
5338
|
+
"recipeGroupID": 13,
|
|
5339
|
+
"researchGroupID": 179,
|
|
5340
|
+
"level": 9,
|
|
5341
|
+
"type": "Ruby",
|
|
5342
|
+
"queueTypeId": 1,
|
|
5343
|
+
"craftingDuration": 1800,
|
|
5344
|
+
"skipCostC2": 60,
|
|
5345
|
+
"costC2": 7500,
|
|
5346
|
+
"costIron": 145600,
|
|
5347
|
+
"rewardIDs": 40396,
|
|
5348
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5349
|
+
},
|
|
5350
|
+
{
|
|
5351
|
+
"craftingRecipeId": 397,
|
|
5352
|
+
"recipeGroupID": 13,
|
|
5353
|
+
"researchGroupID": 179,
|
|
5354
|
+
"level": 10,
|
|
5355
|
+
"type": "Ruby",
|
|
5356
|
+
"queueTypeId": 1,
|
|
5357
|
+
"craftingDuration": 1800,
|
|
5358
|
+
"skipCostC2": 60,
|
|
5359
|
+
"costC2": 7500,
|
|
5360
|
+
"costIron": 168000,
|
|
5361
|
+
"rewardIDs": 40397,
|
|
5362
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5363
|
+
},
|
|
5364
|
+
{
|
|
5365
|
+
"craftingRecipeId": 398,
|
|
5366
|
+
"recipeGroupID": 14,
|
|
5367
|
+
"researchGroupID": 180,
|
|
5368
|
+
"level": 1,
|
|
5369
|
+
"type": "Short",
|
|
5370
|
+
"queueTypeId": 1,
|
|
5371
|
+
"craftingDuration": 3600,
|
|
5372
|
+
"skipCostC2": 120,
|
|
5373
|
+
"costGlass": 9600,
|
|
5374
|
+
"rewardIDs": 40398,
|
|
5375
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5376
|
+
},
|
|
5377
|
+
{
|
|
5378
|
+
"craftingRecipeId": 399,
|
|
5379
|
+
"recipeGroupID": 14,
|
|
5380
|
+
"researchGroupID": 180,
|
|
5381
|
+
"level": 2,
|
|
5382
|
+
"type": "Short",
|
|
5383
|
+
"queueTypeId": 1,
|
|
5384
|
+
"craftingDuration": 3600,
|
|
5385
|
+
"skipCostC2": 120,
|
|
5386
|
+
"costGlass": 11200,
|
|
5387
|
+
"rewardIDs": 40399,
|
|
5388
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5389
|
+
},
|
|
5390
|
+
{
|
|
5391
|
+
"craftingRecipeId": 400,
|
|
5392
|
+
"recipeGroupID": 14,
|
|
5393
|
+
"researchGroupID": 180,
|
|
5394
|
+
"level": 3,
|
|
5395
|
+
"type": "Short",
|
|
5396
|
+
"queueTypeId": 1,
|
|
5397
|
+
"craftingDuration": 3600,
|
|
5398
|
+
"skipCostC2": 120,
|
|
5399
|
+
"costGlass": 12800,
|
|
5400
|
+
"rewardIDs": 40400,
|
|
5401
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5402
|
+
},
|
|
5403
|
+
{
|
|
5404
|
+
"craftingRecipeId": 401,
|
|
5405
|
+
"recipeGroupID": 14,
|
|
5406
|
+
"researchGroupID": 180,
|
|
5407
|
+
"level": 4,
|
|
5408
|
+
"type": "Short",
|
|
5409
|
+
"queueTypeId": 1,
|
|
5410
|
+
"craftingDuration": 3600,
|
|
5411
|
+
"skipCostC2": 120,
|
|
5412
|
+
"costGlass": 14400,
|
|
5413
|
+
"rewardIDs": 40401,
|
|
5414
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5415
|
+
},
|
|
5416
|
+
{
|
|
5417
|
+
"craftingRecipeId": 402,
|
|
5418
|
+
"recipeGroupID": 14,
|
|
5419
|
+
"researchGroupID": 180,
|
|
5420
|
+
"level": 5,
|
|
5421
|
+
"type": "Short",
|
|
5422
|
+
"queueTypeId": 1,
|
|
5423
|
+
"craftingDuration": 3600,
|
|
5424
|
+
"skipCostC2": 120,
|
|
5425
|
+
"costGlass": 19200,
|
|
5426
|
+
"rewardIDs": 40402,
|
|
5427
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5428
|
+
},
|
|
5429
|
+
{
|
|
5430
|
+
"craftingRecipeId": 403,
|
|
5431
|
+
"recipeGroupID": 14,
|
|
5432
|
+
"researchGroupID": 180,
|
|
5433
|
+
"level": 6,
|
|
5434
|
+
"type": "Short",
|
|
5435
|
+
"queueTypeId": 1,
|
|
5436
|
+
"craftingDuration": 3600,
|
|
5437
|
+
"skipCostC2": 120,
|
|
5438
|
+
"costGlass": 22400,
|
|
5439
|
+
"rewardIDs": 40403,
|
|
5440
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5441
|
+
},
|
|
5442
|
+
{
|
|
5443
|
+
"craftingRecipeId": 404,
|
|
5444
|
+
"recipeGroupID": 14,
|
|
5445
|
+
"researchGroupID": 180,
|
|
5446
|
+
"level": 7,
|
|
5447
|
+
"type": "Short",
|
|
5448
|
+
"queueTypeId": 1,
|
|
5449
|
+
"craftingDuration": 3600,
|
|
5450
|
+
"skipCostC2": 120,
|
|
5451
|
+
"costGlass": 28800,
|
|
5452
|
+
"rewardIDs": 40404,
|
|
5453
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5454
|
+
},
|
|
5455
|
+
{
|
|
5456
|
+
"craftingRecipeId": 405,
|
|
5457
|
+
"recipeGroupID": 14,
|
|
5458
|
+
"researchGroupID": 180,
|
|
5459
|
+
"level": 8,
|
|
5460
|
+
"type": "Short",
|
|
5461
|
+
"queueTypeId": 1,
|
|
5462
|
+
"craftingDuration": 3600,
|
|
5463
|
+
"skipCostC2": 120,
|
|
5464
|
+
"costGlass": 35200,
|
|
5465
|
+
"rewardIDs": 40405,
|
|
5466
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5467
|
+
},
|
|
5468
|
+
{
|
|
5469
|
+
"craftingRecipeId": 406,
|
|
5470
|
+
"recipeGroupID": 14,
|
|
5471
|
+
"researchGroupID": 180,
|
|
5472
|
+
"level": 9,
|
|
5473
|
+
"type": "Short",
|
|
5474
|
+
"queueTypeId": 1,
|
|
5475
|
+
"craftingDuration": 3600,
|
|
5476
|
+
"skipCostC2": 120,
|
|
5477
|
+
"costGlass": 41600,
|
|
5478
|
+
"rewardIDs": 40406,
|
|
5479
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5480
|
+
},
|
|
5481
|
+
{
|
|
5482
|
+
"craftingRecipeId": 407,
|
|
5483
|
+
"recipeGroupID": 14,
|
|
5484
|
+
"researchGroupID": 180,
|
|
5485
|
+
"level": 10,
|
|
5486
|
+
"type": "Short",
|
|
5487
|
+
"queueTypeId": 1,
|
|
5488
|
+
"craftingDuration": 3600,
|
|
5489
|
+
"skipCostC2": 120,
|
|
5490
|
+
"costGlass": 48000,
|
|
5491
|
+
"rewardIDs": 40407,
|
|
5492
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5493
|
+
},
|
|
5494
|
+
{
|
|
5495
|
+
"craftingRecipeId": 408,
|
|
5496
|
+
"recipeGroupID": 14,
|
|
5497
|
+
"researchGroupID": 181,
|
|
5498
|
+
"level": 1,
|
|
5499
|
+
"type": "Long",
|
|
5500
|
+
"queueTypeId": 1,
|
|
5501
|
+
"craftingDuration": 18000,
|
|
5502
|
+
"skipCostC2": 600,
|
|
5503
|
+
"costGlass": 48000,
|
|
5504
|
+
"rewardIDs": 40408,
|
|
5505
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5506
|
+
},
|
|
5507
|
+
{
|
|
5508
|
+
"craftingRecipeId": 409,
|
|
5509
|
+
"recipeGroupID": 14,
|
|
5510
|
+
"researchGroupID": 181,
|
|
5511
|
+
"level": 2,
|
|
5512
|
+
"type": "Long",
|
|
5513
|
+
"queueTypeId": 1,
|
|
5514
|
+
"craftingDuration": 18000,
|
|
5515
|
+
"skipCostC2": 600,
|
|
5516
|
+
"costGlass": 56000,
|
|
5517
|
+
"rewardIDs": 40409,
|
|
5518
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5519
|
+
},
|
|
5520
|
+
{
|
|
5521
|
+
"craftingRecipeId": 410,
|
|
5522
|
+
"recipeGroupID": 14,
|
|
5523
|
+
"researchGroupID": 181,
|
|
5524
|
+
"level": 3,
|
|
5525
|
+
"type": "Long",
|
|
5526
|
+
"queueTypeId": 1,
|
|
5527
|
+
"craftingDuration": 18000,
|
|
5528
|
+
"skipCostC2": 600,
|
|
5529
|
+
"costGlass": 64000,
|
|
5530
|
+
"rewardIDs": 40410,
|
|
5531
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5532
|
+
},
|
|
5533
|
+
{
|
|
5534
|
+
"craftingRecipeId": 411,
|
|
5535
|
+
"recipeGroupID": 14,
|
|
5536
|
+
"researchGroupID": 181,
|
|
5537
|
+
"level": 4,
|
|
5538
|
+
"type": "Long",
|
|
5539
|
+
"queueTypeId": 1,
|
|
5540
|
+
"craftingDuration": 18000,
|
|
5541
|
+
"skipCostC2": 600,
|
|
5542
|
+
"costGlass": 72000,
|
|
5543
|
+
"rewardIDs": 40411,
|
|
5544
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5545
|
+
},
|
|
5546
|
+
{
|
|
5547
|
+
"craftingRecipeId": 412,
|
|
5548
|
+
"recipeGroupID": 14,
|
|
5549
|
+
"researchGroupID": 181,
|
|
5550
|
+
"level": 5,
|
|
5551
|
+
"type": "Long",
|
|
5552
|
+
"queueTypeId": 1,
|
|
5553
|
+
"craftingDuration": 18000,
|
|
5554
|
+
"skipCostC2": 600,
|
|
5555
|
+
"costGlass": 96000,
|
|
5556
|
+
"rewardIDs": 40412,
|
|
5557
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5558
|
+
},
|
|
5559
|
+
{
|
|
5560
|
+
"craftingRecipeId": 413,
|
|
5561
|
+
"recipeGroupID": 14,
|
|
5562
|
+
"researchGroupID": 181,
|
|
5563
|
+
"level": 6,
|
|
5564
|
+
"type": "Long",
|
|
5565
|
+
"queueTypeId": 1,
|
|
5566
|
+
"craftingDuration": 18000,
|
|
5567
|
+
"skipCostC2": 600,
|
|
5568
|
+
"costGlass": 112000,
|
|
5569
|
+
"rewardIDs": 40413,
|
|
5570
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5571
|
+
},
|
|
5572
|
+
{
|
|
5573
|
+
"craftingRecipeId": 414,
|
|
5574
|
+
"recipeGroupID": 14,
|
|
5575
|
+
"researchGroupID": 181,
|
|
5576
|
+
"level": 7,
|
|
5577
|
+
"type": "Long",
|
|
5578
|
+
"queueTypeId": 1,
|
|
5579
|
+
"craftingDuration": 18000,
|
|
5580
|
+
"skipCostC2": 600,
|
|
5581
|
+
"costGlass": 144000,
|
|
5582
|
+
"rewardIDs": 40414,
|
|
5583
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5584
|
+
},
|
|
5585
|
+
{
|
|
5586
|
+
"craftingRecipeId": 415,
|
|
5587
|
+
"recipeGroupID": 14,
|
|
5588
|
+
"researchGroupID": 181,
|
|
5589
|
+
"level": 8,
|
|
5590
|
+
"type": "Long",
|
|
5591
|
+
"queueTypeId": 1,
|
|
5592
|
+
"craftingDuration": 18000,
|
|
5593
|
+
"skipCostC2": 600,
|
|
5594
|
+
"costGlass": 176000,
|
|
5595
|
+
"rewardIDs": 40415,
|
|
5596
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5597
|
+
},
|
|
5598
|
+
{
|
|
5599
|
+
"craftingRecipeId": 416,
|
|
5600
|
+
"recipeGroupID": 14,
|
|
5601
|
+
"researchGroupID": 181,
|
|
5602
|
+
"level": 9,
|
|
5603
|
+
"type": "Long",
|
|
5604
|
+
"queueTypeId": 1,
|
|
5605
|
+
"craftingDuration": 18000,
|
|
5606
|
+
"skipCostC2": 600,
|
|
5607
|
+
"costGlass": 208000,
|
|
5608
|
+
"rewardIDs": 40416,
|
|
5609
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5610
|
+
},
|
|
5611
|
+
{
|
|
5612
|
+
"craftingRecipeId": 417,
|
|
5613
|
+
"recipeGroupID": 14,
|
|
5614
|
+
"researchGroupID": 181,
|
|
5615
|
+
"level": 10,
|
|
5616
|
+
"type": "Long",
|
|
5617
|
+
"queueTypeId": 1,
|
|
5618
|
+
"craftingDuration": 18000,
|
|
5619
|
+
"skipCostC2": 600,
|
|
5620
|
+
"costGlass": 240000,
|
|
5621
|
+
"rewardIDs": 40417,
|
|
5622
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5623
|
+
},
|
|
5624
|
+
{
|
|
5625
|
+
"craftingRecipeId": 418,
|
|
5626
|
+
"recipeGroupID": 14,
|
|
5627
|
+
"researchGroupID": 182,
|
|
5628
|
+
"level": 1,
|
|
5629
|
+
"type": "Ruby",
|
|
5630
|
+
"queueTypeId": 1,
|
|
5631
|
+
"craftingDuration": 1800,
|
|
5632
|
+
"skipCostC2": 60,
|
|
5633
|
+
"costC2": 7500,
|
|
5634
|
+
"costGlass": 9600,
|
|
5635
|
+
"rewardIDs": 40418,
|
|
5636
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5637
|
+
},
|
|
5638
|
+
{
|
|
5639
|
+
"craftingRecipeId": 419,
|
|
5640
|
+
"recipeGroupID": 14,
|
|
5641
|
+
"researchGroupID": 182,
|
|
5642
|
+
"level": 2,
|
|
5643
|
+
"type": "Ruby",
|
|
5644
|
+
"queueTypeId": 1,
|
|
5645
|
+
"craftingDuration": 1800,
|
|
5646
|
+
"skipCostC2": 60,
|
|
5647
|
+
"costC2": 7500,
|
|
5648
|
+
"costGlass": 11200,
|
|
5649
|
+
"rewardIDs": 40419,
|
|
5650
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5651
|
+
},
|
|
5652
|
+
{
|
|
5653
|
+
"craftingRecipeId": 420,
|
|
5654
|
+
"recipeGroupID": 14,
|
|
5655
|
+
"researchGroupID": 182,
|
|
5656
|
+
"level": 3,
|
|
5657
|
+
"type": "Ruby",
|
|
5658
|
+
"queueTypeId": 1,
|
|
5659
|
+
"craftingDuration": 1800,
|
|
5660
|
+
"skipCostC2": 60,
|
|
5661
|
+
"costC2": 7500,
|
|
5662
|
+
"costGlass": 12800,
|
|
5663
|
+
"rewardIDs": 40420,
|
|
5664
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5665
|
+
},
|
|
5666
|
+
{
|
|
5667
|
+
"craftingRecipeId": 421,
|
|
5668
|
+
"recipeGroupID": 14,
|
|
5669
|
+
"researchGroupID": 182,
|
|
5670
|
+
"level": 4,
|
|
5671
|
+
"type": "Ruby",
|
|
5672
|
+
"queueTypeId": 1,
|
|
5673
|
+
"craftingDuration": 1800,
|
|
5674
|
+
"skipCostC2": 60,
|
|
5675
|
+
"costC2": 7500,
|
|
5676
|
+
"costGlass": 14400,
|
|
5677
|
+
"rewardIDs": 40421,
|
|
5678
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5679
|
+
},
|
|
5680
|
+
{
|
|
5681
|
+
"craftingRecipeId": 422,
|
|
5682
|
+
"recipeGroupID": 14,
|
|
5683
|
+
"researchGroupID": 182,
|
|
5684
|
+
"level": 5,
|
|
5685
|
+
"type": "Ruby",
|
|
5686
|
+
"queueTypeId": 1,
|
|
5687
|
+
"craftingDuration": 1800,
|
|
5688
|
+
"skipCostC2": 60,
|
|
5689
|
+
"costC2": 7500,
|
|
5690
|
+
"costGlass": 19200,
|
|
5691
|
+
"rewardIDs": 40422,
|
|
5692
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5693
|
+
},
|
|
5694
|
+
{
|
|
5695
|
+
"craftingRecipeId": 423,
|
|
5696
|
+
"recipeGroupID": 14,
|
|
5697
|
+
"researchGroupID": 182,
|
|
5698
|
+
"level": 6,
|
|
5699
|
+
"type": "Ruby",
|
|
5700
|
+
"queueTypeId": 1,
|
|
5701
|
+
"craftingDuration": 1800,
|
|
5702
|
+
"skipCostC2": 60,
|
|
5703
|
+
"costC2": 7500,
|
|
5704
|
+
"costGlass": 22400,
|
|
5705
|
+
"rewardIDs": 40423,
|
|
5706
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5707
|
+
},
|
|
5708
|
+
{
|
|
5709
|
+
"craftingRecipeId": 424,
|
|
5710
|
+
"recipeGroupID": 14,
|
|
5711
|
+
"researchGroupID": 182,
|
|
5712
|
+
"level": 7,
|
|
5713
|
+
"type": "Ruby",
|
|
5714
|
+
"queueTypeId": 1,
|
|
5715
|
+
"craftingDuration": 1800,
|
|
5716
|
+
"skipCostC2": 60,
|
|
5717
|
+
"costC2": 7500,
|
|
5718
|
+
"costGlass": 28800,
|
|
5719
|
+
"rewardIDs": 40424,
|
|
5720
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
"craftingRecipeId": 425,
|
|
5724
|
+
"recipeGroupID": 14,
|
|
5725
|
+
"researchGroupID": 182,
|
|
5726
|
+
"level": 8,
|
|
5727
|
+
"type": "Ruby",
|
|
5728
|
+
"queueTypeId": 1,
|
|
5729
|
+
"craftingDuration": 1800,
|
|
5730
|
+
"skipCostC2": 60,
|
|
5731
|
+
"costC2": 7500,
|
|
5732
|
+
"costGlass": 35200,
|
|
5733
|
+
"rewardIDs": 40425,
|
|
5734
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5735
|
+
},
|
|
5736
|
+
{
|
|
5737
|
+
"craftingRecipeId": 426,
|
|
5738
|
+
"recipeGroupID": 14,
|
|
5739
|
+
"researchGroupID": 182,
|
|
5740
|
+
"level": 9,
|
|
5741
|
+
"type": "Ruby",
|
|
5742
|
+
"queueTypeId": 1,
|
|
5743
|
+
"craftingDuration": 1800,
|
|
5744
|
+
"skipCostC2": 60,
|
|
5745
|
+
"costC2": 7500,
|
|
5746
|
+
"costGlass": 41600,
|
|
5747
|
+
"rewardIDs": 40426,
|
|
5748
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
"craftingRecipeId": 427,
|
|
5752
|
+
"recipeGroupID": 14,
|
|
5753
|
+
"researchGroupID": 182,
|
|
5754
|
+
"level": 10,
|
|
5755
|
+
"type": "Ruby",
|
|
5756
|
+
"queueTypeId": 1,
|
|
5757
|
+
"craftingDuration": 1800,
|
|
5758
|
+
"skipCostC2": 60,
|
|
5759
|
+
"costC2": 7500,
|
|
5760
|
+
"costGlass": 48000,
|
|
5761
|
+
"rewardIDs": 40427,
|
|
5762
|
+
"requiredCraftingBuildings": "2998,3175"
|
|
5763
|
+
},
|
|
5764
|
+
{
|
|
5765
|
+
"craftingRecipeId": 428,
|
|
5766
|
+
"recipeGroupID": 15,
|
|
5767
|
+
"researchGroupID": 183,
|
|
5768
|
+
"level": 1,
|
|
5769
|
+
"type": "Short",
|
|
5770
|
+
"queueTypeId": 4,
|
|
5771
|
+
"craftingDuration": 3600,
|
|
5772
|
+
"skipCostC2": 120,
|
|
5773
|
+
"costSteel": 6000,
|
|
5774
|
+
"costDragonCharm": 300,
|
|
5775
|
+
"rewardIDs": 40428
|
|
5776
|
+
},
|
|
5777
|
+
{
|
|
5778
|
+
"craftingRecipeId": 429,
|
|
5779
|
+
"recipeGroupID": 15,
|
|
5780
|
+
"researchGroupID": 183,
|
|
5781
|
+
"level": 2,
|
|
5782
|
+
"type": "Short",
|
|
5783
|
+
"queueTypeId": 4,
|
|
5784
|
+
"craftingDuration": 3600,
|
|
5785
|
+
"skipCostC2": 120,
|
|
5786
|
+
"costSteel": 7000,
|
|
5787
|
+
"costDragonCharm": 350,
|
|
5788
|
+
"rewardIDs": 40429
|
|
5789
|
+
},
|
|
5790
|
+
{
|
|
5791
|
+
"craftingRecipeId": 430,
|
|
5792
|
+
"recipeGroupID": 15,
|
|
5793
|
+
"researchGroupID": 183,
|
|
5794
|
+
"level": 3,
|
|
5795
|
+
"type": "Short",
|
|
5796
|
+
"queueTypeId": 4,
|
|
5797
|
+
"craftingDuration": 3600,
|
|
5798
|
+
"skipCostC2": 120,
|
|
5799
|
+
"costSteel": 8000,
|
|
5800
|
+
"costDragonCharm": 400,
|
|
5801
|
+
"rewardIDs": 40430
|
|
5802
|
+
},
|
|
5803
|
+
{
|
|
5804
|
+
"craftingRecipeId": 431,
|
|
5805
|
+
"recipeGroupID": 15,
|
|
5806
|
+
"researchGroupID": 183,
|
|
5807
|
+
"level": 4,
|
|
5808
|
+
"type": "Short",
|
|
5809
|
+
"queueTypeId": 4,
|
|
5810
|
+
"craftingDuration": 3600,
|
|
5811
|
+
"skipCostC2": 120,
|
|
5812
|
+
"costSteel": 9000,
|
|
5813
|
+
"costDragonCharm": 450,
|
|
5814
|
+
"rewardIDs": 40431
|
|
5815
|
+
},
|
|
5816
|
+
{
|
|
5817
|
+
"craftingRecipeId": 432,
|
|
5818
|
+
"recipeGroupID": 15,
|
|
5819
|
+
"researchGroupID": 183,
|
|
5820
|
+
"level": 5,
|
|
5821
|
+
"type": "Short",
|
|
5822
|
+
"queueTypeId": 4,
|
|
5823
|
+
"craftingDuration": 3600,
|
|
5824
|
+
"skipCostC2": 120,
|
|
5825
|
+
"costSteel": 12000,
|
|
5826
|
+
"costDragonCharm": 600,
|
|
5827
|
+
"rewardIDs": 40432
|
|
5828
|
+
},
|
|
5829
|
+
{
|
|
5830
|
+
"craftingRecipeId": 433,
|
|
5831
|
+
"recipeGroupID": 15,
|
|
5832
|
+
"researchGroupID": 183,
|
|
5833
|
+
"level": 6,
|
|
5834
|
+
"type": "Short",
|
|
5835
|
+
"queueTypeId": 4,
|
|
5836
|
+
"craftingDuration": 3600,
|
|
5837
|
+
"skipCostC2": 120,
|
|
5838
|
+
"costSteel": 14000,
|
|
5839
|
+
"costDragonCharm": 700,
|
|
5840
|
+
"rewardIDs": 40433
|
|
5841
|
+
},
|
|
5842
|
+
{
|
|
5843
|
+
"craftingRecipeId": 434,
|
|
5844
|
+
"recipeGroupID": 15,
|
|
5845
|
+
"researchGroupID": 183,
|
|
5846
|
+
"level": 7,
|
|
5847
|
+
"type": "Short",
|
|
5848
|
+
"queueTypeId": 4,
|
|
5849
|
+
"craftingDuration": 3600,
|
|
5850
|
+
"skipCostC2": 120,
|
|
5851
|
+
"costSteel": 18000,
|
|
5852
|
+
"costDragonCharm": 900,
|
|
5853
|
+
"rewardIDs": 40434
|
|
5854
|
+
},
|
|
5855
|
+
{
|
|
5856
|
+
"craftingRecipeId": 435,
|
|
5857
|
+
"recipeGroupID": 15,
|
|
5858
|
+
"researchGroupID": 183,
|
|
5859
|
+
"level": 8,
|
|
5860
|
+
"type": "Short",
|
|
5861
|
+
"queueTypeId": 4,
|
|
5862
|
+
"craftingDuration": 3600,
|
|
5863
|
+
"skipCostC2": 120,
|
|
5864
|
+
"costSteel": 22000,
|
|
5865
|
+
"costDragonCharm": 1100,
|
|
5866
|
+
"rewardIDs": 40435
|
|
5867
|
+
},
|
|
5868
|
+
{
|
|
5869
|
+
"craftingRecipeId": 436,
|
|
5870
|
+
"recipeGroupID": 15,
|
|
5871
|
+
"researchGroupID": 183,
|
|
5872
|
+
"level": 9,
|
|
5873
|
+
"type": "Short",
|
|
5874
|
+
"queueTypeId": 4,
|
|
5875
|
+
"craftingDuration": 3600,
|
|
5876
|
+
"skipCostC2": 120,
|
|
5877
|
+
"costSteel": 26000,
|
|
5878
|
+
"costDragonCharm": 1300,
|
|
5879
|
+
"rewardIDs": 40436
|
|
5880
|
+
},
|
|
5881
|
+
{
|
|
5882
|
+
"craftingRecipeId": 437,
|
|
5883
|
+
"recipeGroupID": 15,
|
|
5884
|
+
"researchGroupID": 183,
|
|
5885
|
+
"level": 10,
|
|
5886
|
+
"type": "Short",
|
|
5887
|
+
"queueTypeId": 4,
|
|
5888
|
+
"craftingDuration": 3600,
|
|
5889
|
+
"skipCostC2": 120,
|
|
5890
|
+
"costSteel": 30000,
|
|
5891
|
+
"costDragonCharm": 1500,
|
|
5892
|
+
"rewardIDs": 40437
|
|
5893
|
+
},
|
|
5894
|
+
{
|
|
5895
|
+
"craftingRecipeId": 438,
|
|
5896
|
+
"recipeGroupID": 15,
|
|
5897
|
+
"researchGroupID": 184,
|
|
5898
|
+
"level": 1,
|
|
5899
|
+
"type": "Long",
|
|
5900
|
+
"queueTypeId": 4,
|
|
5901
|
+
"craftingDuration": 18000,
|
|
5902
|
+
"skipCostC2": 600,
|
|
5903
|
+
"costSteel": 30000,
|
|
5904
|
+
"costDragonCharm": 1500,
|
|
5905
|
+
"rewardIDs": 40438
|
|
5906
|
+
},
|
|
5907
|
+
{
|
|
5908
|
+
"craftingRecipeId": 439,
|
|
5909
|
+
"recipeGroupID": 15,
|
|
5910
|
+
"researchGroupID": 184,
|
|
5911
|
+
"level": 2,
|
|
5912
|
+
"type": "Long",
|
|
5913
|
+
"queueTypeId": 4,
|
|
5914
|
+
"craftingDuration": 18000,
|
|
5915
|
+
"skipCostC2": 600,
|
|
5916
|
+
"costSteel": 35000,
|
|
5917
|
+
"costDragonCharm": 1750,
|
|
5918
|
+
"rewardIDs": 40439
|
|
5919
|
+
},
|
|
5920
|
+
{
|
|
5921
|
+
"craftingRecipeId": 440,
|
|
5922
|
+
"recipeGroupID": 15,
|
|
5923
|
+
"researchGroupID": 184,
|
|
5924
|
+
"level": 3,
|
|
5925
|
+
"type": "Long",
|
|
5926
|
+
"queueTypeId": 4,
|
|
5927
|
+
"craftingDuration": 18000,
|
|
5928
|
+
"skipCostC2": 600,
|
|
5929
|
+
"costSteel": 40000,
|
|
5930
|
+
"costDragonCharm": 2000,
|
|
5931
|
+
"rewardIDs": 40440
|
|
5932
|
+
},
|
|
5933
|
+
{
|
|
5934
|
+
"craftingRecipeId": 441,
|
|
5935
|
+
"recipeGroupID": 15,
|
|
5936
|
+
"researchGroupID": 184,
|
|
5937
|
+
"level": 4,
|
|
5938
|
+
"type": "Long",
|
|
5939
|
+
"queueTypeId": 4,
|
|
5940
|
+
"craftingDuration": 18000,
|
|
5941
|
+
"skipCostC2": 600,
|
|
5942
|
+
"costSteel": 45000,
|
|
5943
|
+
"costDragonCharm": 2250,
|
|
5944
|
+
"rewardIDs": 40441
|
|
5945
|
+
},
|
|
5946
|
+
{
|
|
5947
|
+
"craftingRecipeId": 442,
|
|
5948
|
+
"recipeGroupID": 15,
|
|
5949
|
+
"researchGroupID": 184,
|
|
5950
|
+
"level": 5,
|
|
5951
|
+
"type": "Long",
|
|
5952
|
+
"queueTypeId": 4,
|
|
5953
|
+
"craftingDuration": 18000,
|
|
5954
|
+
"skipCostC2": 600,
|
|
5955
|
+
"costSteel": 60000,
|
|
5956
|
+
"costDragonCharm": 3000,
|
|
5957
|
+
"rewardIDs": 40442
|
|
5958
|
+
},
|
|
5959
|
+
{
|
|
5960
|
+
"craftingRecipeId": 443,
|
|
5961
|
+
"recipeGroupID": 15,
|
|
5962
|
+
"researchGroupID": 184,
|
|
5963
|
+
"level": 6,
|
|
5964
|
+
"type": "Long",
|
|
5965
|
+
"queueTypeId": 4,
|
|
5966
|
+
"craftingDuration": 18000,
|
|
5967
|
+
"skipCostC2": 600,
|
|
5968
|
+
"costSteel": 70000,
|
|
5969
|
+
"costDragonCharm": 3500,
|
|
5970
|
+
"rewardIDs": 40443
|
|
5971
|
+
},
|
|
5972
|
+
{
|
|
5973
|
+
"craftingRecipeId": 444,
|
|
5974
|
+
"recipeGroupID": 15,
|
|
5975
|
+
"researchGroupID": 184,
|
|
5976
|
+
"level": 7,
|
|
5977
|
+
"type": "Long",
|
|
5978
|
+
"queueTypeId": 4,
|
|
5979
|
+
"craftingDuration": 18000,
|
|
5980
|
+
"skipCostC2": 600,
|
|
5981
|
+
"costSteel": 90000,
|
|
5982
|
+
"costDragonCharm": 4500,
|
|
5983
|
+
"rewardIDs": 40444
|
|
5984
|
+
},
|
|
5985
|
+
{
|
|
5986
|
+
"craftingRecipeId": 445,
|
|
5987
|
+
"recipeGroupID": 15,
|
|
5988
|
+
"researchGroupID": 184,
|
|
5989
|
+
"level": 8,
|
|
5990
|
+
"type": "Long",
|
|
5991
|
+
"queueTypeId": 4,
|
|
5992
|
+
"craftingDuration": 18000,
|
|
5993
|
+
"skipCostC2": 600,
|
|
5994
|
+
"costSteel": 110000,
|
|
5995
|
+
"costDragonCharm": 5500,
|
|
5996
|
+
"rewardIDs": 40445
|
|
5997
|
+
},
|
|
5998
|
+
{
|
|
5999
|
+
"craftingRecipeId": 446,
|
|
6000
|
+
"recipeGroupID": 15,
|
|
6001
|
+
"researchGroupID": 184,
|
|
6002
|
+
"level": 9,
|
|
6003
|
+
"type": "Long",
|
|
6004
|
+
"queueTypeId": 4,
|
|
6005
|
+
"craftingDuration": 18000,
|
|
6006
|
+
"skipCostC2": 600,
|
|
6007
|
+
"costSteel": 130000,
|
|
6008
|
+
"costDragonCharm": 6500,
|
|
6009
|
+
"rewardIDs": 40446
|
|
6010
|
+
},
|
|
6011
|
+
{
|
|
6012
|
+
"craftingRecipeId": 447,
|
|
6013
|
+
"recipeGroupID": 15,
|
|
6014
|
+
"researchGroupID": 184,
|
|
6015
|
+
"level": 10,
|
|
6016
|
+
"type": "Long",
|
|
6017
|
+
"queueTypeId": 4,
|
|
6018
|
+
"craftingDuration": 18000,
|
|
6019
|
+
"skipCostC2": 600,
|
|
6020
|
+
"costSteel": 150000,
|
|
6021
|
+
"costDragonCharm": 7500,
|
|
6022
|
+
"rewardIDs": 40447
|
|
6023
|
+
},
|
|
6024
|
+
{
|
|
6025
|
+
"craftingRecipeId": 448,
|
|
6026
|
+
"recipeGroupID": 16,
|
|
6027
|
+
"researchGroupID": 185,
|
|
6028
|
+
"level": 1,
|
|
6029
|
+
"type": "Short",
|
|
6030
|
+
"queueTypeId": 4,
|
|
6031
|
+
"craftingDuration": 3600,
|
|
6032
|
+
"skipCostC2": 120,
|
|
6033
|
+
"costDragonGlass": 6000,
|
|
6034
|
+
"costDragonCharm": 300,
|
|
6035
|
+
"rewardIDs": 40448
|
|
6036
|
+
},
|
|
6037
|
+
{
|
|
6038
|
+
"craftingRecipeId": 449,
|
|
6039
|
+
"recipeGroupID": 16,
|
|
6040
|
+
"researchGroupID": 185,
|
|
6041
|
+
"level": 2,
|
|
6042
|
+
"type": "Short",
|
|
6043
|
+
"queueTypeId": 4,
|
|
6044
|
+
"craftingDuration": 3600,
|
|
6045
|
+
"skipCostC2": 120,
|
|
6046
|
+
"costDragonGlass": 7000,
|
|
6047
|
+
"costDragonCharm": 350,
|
|
6048
|
+
"rewardIDs": 40449
|
|
6049
|
+
},
|
|
6050
|
+
{
|
|
6051
|
+
"craftingRecipeId": 450,
|
|
6052
|
+
"recipeGroupID": 16,
|
|
6053
|
+
"researchGroupID": 185,
|
|
6054
|
+
"level": 3,
|
|
6055
|
+
"type": "Short",
|
|
6056
|
+
"queueTypeId": 4,
|
|
6057
|
+
"craftingDuration": 3600,
|
|
6058
|
+
"skipCostC2": 120,
|
|
6059
|
+
"costDragonGlass": 8000,
|
|
6060
|
+
"costDragonCharm": 400,
|
|
6061
|
+
"rewardIDs": 40450
|
|
6062
|
+
},
|
|
6063
|
+
{
|
|
6064
|
+
"craftingRecipeId": 451,
|
|
6065
|
+
"recipeGroupID": 16,
|
|
6066
|
+
"researchGroupID": 185,
|
|
6067
|
+
"level": 4,
|
|
6068
|
+
"type": "Short",
|
|
6069
|
+
"queueTypeId": 4,
|
|
6070
|
+
"craftingDuration": 3600,
|
|
6071
|
+
"skipCostC2": 120,
|
|
6072
|
+
"costDragonGlass": 9000,
|
|
6073
|
+
"costDragonCharm": 450,
|
|
6074
|
+
"rewardIDs": 40451
|
|
6075
|
+
},
|
|
6076
|
+
{
|
|
6077
|
+
"craftingRecipeId": 452,
|
|
6078
|
+
"recipeGroupID": 16,
|
|
6079
|
+
"researchGroupID": 185,
|
|
6080
|
+
"level": 5,
|
|
6081
|
+
"type": "Short",
|
|
6082
|
+
"queueTypeId": 4,
|
|
6083
|
+
"craftingDuration": 3600,
|
|
6084
|
+
"skipCostC2": 120,
|
|
6085
|
+
"costDragonGlass": 12000,
|
|
6086
|
+
"costDragonCharm": 600,
|
|
6087
|
+
"rewardIDs": 40452
|
|
6088
|
+
},
|
|
6089
|
+
{
|
|
6090
|
+
"craftingRecipeId": 453,
|
|
6091
|
+
"recipeGroupID": 16,
|
|
6092
|
+
"researchGroupID": 185,
|
|
6093
|
+
"level": 6,
|
|
6094
|
+
"type": "Short",
|
|
6095
|
+
"queueTypeId": 4,
|
|
6096
|
+
"craftingDuration": 3600,
|
|
6097
|
+
"skipCostC2": 120,
|
|
6098
|
+
"costDragonGlass": 14000,
|
|
6099
|
+
"costDragonCharm": 700,
|
|
6100
|
+
"rewardIDs": 40453
|
|
6101
|
+
},
|
|
6102
|
+
{
|
|
6103
|
+
"craftingRecipeId": 454,
|
|
6104
|
+
"recipeGroupID": 16,
|
|
6105
|
+
"researchGroupID": 185,
|
|
6106
|
+
"level": 7,
|
|
6107
|
+
"type": "Short",
|
|
6108
|
+
"queueTypeId": 4,
|
|
6109
|
+
"craftingDuration": 3600,
|
|
6110
|
+
"skipCostC2": 120,
|
|
6111
|
+
"costDragonGlass": 18000,
|
|
6112
|
+
"costDragonCharm": 900,
|
|
6113
|
+
"rewardIDs": 40454
|
|
6114
|
+
},
|
|
6115
|
+
{
|
|
6116
|
+
"craftingRecipeId": 455,
|
|
6117
|
+
"recipeGroupID": 16,
|
|
6118
|
+
"researchGroupID": 185,
|
|
6119
|
+
"level": 8,
|
|
6120
|
+
"type": "Short",
|
|
6121
|
+
"queueTypeId": 4,
|
|
6122
|
+
"craftingDuration": 3600,
|
|
6123
|
+
"skipCostC2": 120,
|
|
6124
|
+
"costDragonGlass": 22000,
|
|
6125
|
+
"costDragonCharm": 1100,
|
|
6126
|
+
"rewardIDs": 40455
|
|
6127
|
+
},
|
|
6128
|
+
{
|
|
6129
|
+
"craftingRecipeId": 456,
|
|
6130
|
+
"recipeGroupID": 16,
|
|
6131
|
+
"researchGroupID": 185,
|
|
6132
|
+
"level": 9,
|
|
6133
|
+
"type": "Short",
|
|
6134
|
+
"queueTypeId": 4,
|
|
6135
|
+
"craftingDuration": 3600,
|
|
6136
|
+
"skipCostC2": 120,
|
|
6137
|
+
"costDragonGlass": 26000,
|
|
6138
|
+
"costDragonCharm": 1300,
|
|
6139
|
+
"rewardIDs": 40456
|
|
6140
|
+
},
|
|
6141
|
+
{
|
|
6142
|
+
"craftingRecipeId": 457,
|
|
6143
|
+
"recipeGroupID": 16,
|
|
6144
|
+
"researchGroupID": 185,
|
|
6145
|
+
"level": 10,
|
|
6146
|
+
"type": "Short",
|
|
6147
|
+
"queueTypeId": 4,
|
|
6148
|
+
"craftingDuration": 3600,
|
|
6149
|
+
"skipCostC2": 120,
|
|
6150
|
+
"costDragonGlass": 30000,
|
|
6151
|
+
"costDragonCharm": 1500,
|
|
6152
|
+
"rewardIDs": 40457
|
|
6153
|
+
},
|
|
6154
|
+
{
|
|
6155
|
+
"craftingRecipeId": 458,
|
|
6156
|
+
"recipeGroupID": 16,
|
|
6157
|
+
"researchGroupID": 186,
|
|
6158
|
+
"level": 1,
|
|
6159
|
+
"type": "Long",
|
|
6160
|
+
"queueTypeId": 4,
|
|
6161
|
+
"craftingDuration": 18000,
|
|
6162
|
+
"skipCostC2": 600,
|
|
6163
|
+
"costDragonGlass": 30000,
|
|
6164
|
+
"costDragonCharm": 1500,
|
|
6165
|
+
"rewardIDs": 40458
|
|
6166
|
+
},
|
|
6167
|
+
{
|
|
6168
|
+
"craftingRecipeId": 459,
|
|
6169
|
+
"recipeGroupID": 16,
|
|
6170
|
+
"researchGroupID": 186,
|
|
6171
|
+
"level": 2,
|
|
6172
|
+
"type": "Long",
|
|
6173
|
+
"queueTypeId": 4,
|
|
6174
|
+
"craftingDuration": 18000,
|
|
6175
|
+
"skipCostC2": 600,
|
|
6176
|
+
"costDragonGlass": 35000,
|
|
6177
|
+
"costDragonCharm": 1750,
|
|
6178
|
+
"rewardIDs": 40459
|
|
6179
|
+
},
|
|
6180
|
+
{
|
|
6181
|
+
"craftingRecipeId": 460,
|
|
6182
|
+
"recipeGroupID": 16,
|
|
6183
|
+
"researchGroupID": 186,
|
|
6184
|
+
"level": 3,
|
|
6185
|
+
"type": "Long",
|
|
6186
|
+
"queueTypeId": 4,
|
|
6187
|
+
"craftingDuration": 18000,
|
|
6188
|
+
"skipCostC2": 600,
|
|
6189
|
+
"costDragonGlass": 40000,
|
|
6190
|
+
"costDragonCharm": 2000,
|
|
6191
|
+
"rewardIDs": 40460
|
|
6192
|
+
},
|
|
6193
|
+
{
|
|
6194
|
+
"craftingRecipeId": 461,
|
|
6195
|
+
"recipeGroupID": 16,
|
|
6196
|
+
"researchGroupID": 186,
|
|
6197
|
+
"level": 4,
|
|
6198
|
+
"type": "Long",
|
|
6199
|
+
"queueTypeId": 4,
|
|
6200
|
+
"craftingDuration": 18000,
|
|
6201
|
+
"skipCostC2": 600,
|
|
6202
|
+
"costDragonGlass": 45000,
|
|
6203
|
+
"costDragonCharm": 2250,
|
|
6204
|
+
"rewardIDs": 40461
|
|
6205
|
+
},
|
|
6206
|
+
{
|
|
6207
|
+
"craftingRecipeId": 462,
|
|
6208
|
+
"recipeGroupID": 16,
|
|
6209
|
+
"researchGroupID": 186,
|
|
6210
|
+
"level": 5,
|
|
6211
|
+
"type": "Long",
|
|
6212
|
+
"queueTypeId": 4,
|
|
6213
|
+
"craftingDuration": 18000,
|
|
6214
|
+
"skipCostC2": 600,
|
|
6215
|
+
"costDragonGlass": 60000,
|
|
6216
|
+
"costDragonCharm": 3000,
|
|
6217
|
+
"rewardIDs": 40462
|
|
6218
|
+
},
|
|
6219
|
+
{
|
|
6220
|
+
"craftingRecipeId": 463,
|
|
6221
|
+
"recipeGroupID": 16,
|
|
6222
|
+
"researchGroupID": 186,
|
|
6223
|
+
"level": 6,
|
|
6224
|
+
"type": "Long",
|
|
6225
|
+
"queueTypeId": 4,
|
|
6226
|
+
"craftingDuration": 18000,
|
|
6227
|
+
"skipCostC2": 600,
|
|
6228
|
+
"costDragonGlass": 70000,
|
|
6229
|
+
"costDragonCharm": 3500,
|
|
6230
|
+
"rewardIDs": 40463
|
|
6231
|
+
},
|
|
6232
|
+
{
|
|
6233
|
+
"craftingRecipeId": 464,
|
|
6234
|
+
"recipeGroupID": 16,
|
|
6235
|
+
"researchGroupID": 186,
|
|
6236
|
+
"level": 7,
|
|
6237
|
+
"type": "Long",
|
|
6238
|
+
"queueTypeId": 4,
|
|
6239
|
+
"craftingDuration": 18000,
|
|
6240
|
+
"skipCostC2": 600,
|
|
6241
|
+
"costDragonGlass": 90000,
|
|
6242
|
+
"costDragonCharm": 4500,
|
|
6243
|
+
"rewardIDs": 40464
|
|
6244
|
+
},
|
|
6245
|
+
{
|
|
6246
|
+
"craftingRecipeId": 465,
|
|
6247
|
+
"recipeGroupID": 16,
|
|
6248
|
+
"researchGroupID": 186,
|
|
6249
|
+
"level": 8,
|
|
6250
|
+
"type": "Long",
|
|
6251
|
+
"queueTypeId": 4,
|
|
6252
|
+
"craftingDuration": 18000,
|
|
6253
|
+
"skipCostC2": 600,
|
|
6254
|
+
"costDragonGlass": 110000,
|
|
6255
|
+
"costDragonCharm": 5500,
|
|
6256
|
+
"rewardIDs": 40465
|
|
6257
|
+
},
|
|
6258
|
+
{
|
|
6259
|
+
"craftingRecipeId": 466,
|
|
6260
|
+
"recipeGroupID": 16,
|
|
6261
|
+
"researchGroupID": 186,
|
|
6262
|
+
"level": 9,
|
|
6263
|
+
"type": "Long",
|
|
6264
|
+
"queueTypeId": 4,
|
|
6265
|
+
"craftingDuration": 18000,
|
|
6266
|
+
"skipCostC2": 600,
|
|
6267
|
+
"costDragonGlass": 130000,
|
|
6268
|
+
"costDragonCharm": 6500,
|
|
6269
|
+
"rewardIDs": 40466
|
|
6270
|
+
},
|
|
6271
|
+
{
|
|
6272
|
+
"craftingRecipeId": 467,
|
|
6273
|
+
"recipeGroupID": 16,
|
|
6274
|
+
"researchGroupID": 186,
|
|
6275
|
+
"level": 10,
|
|
6276
|
+
"type": "Long",
|
|
6277
|
+
"queueTypeId": 4,
|
|
6278
|
+
"craftingDuration": 18000,
|
|
6279
|
+
"skipCostC2": 600,
|
|
6280
|
+
"costDragonGlass": 150000,
|
|
6281
|
+
"costDragonCharm": 7500,
|
|
6282
|
+
"rewardIDs": 40467
|
|
6283
|
+
},
|
|
6284
|
+
{
|
|
6285
|
+
"craftingRecipeId": 468,
|
|
6286
|
+
"recipeGroupID": 17,
|
|
6287
|
+
"researchGroupID": 187,
|
|
6288
|
+
"level": 1,
|
|
6289
|
+
"type": "Short",
|
|
6290
|
+
"queueTypeId": 4,
|
|
6291
|
+
"craftingDuration": 3600,
|
|
6292
|
+
"skipCostC2": 120,
|
|
6293
|
+
"costDragonCharm": 300,
|
|
6294
|
+
"costDragonScaleSplinters": 300,
|
|
6295
|
+
"rewardIDs": 40468
|
|
6296
|
+
},
|
|
6297
|
+
{
|
|
6298
|
+
"craftingRecipeId": 469,
|
|
6299
|
+
"recipeGroupID": 17,
|
|
6300
|
+
"researchGroupID": 187,
|
|
6301
|
+
"level": 2,
|
|
6302
|
+
"type": "Short",
|
|
6303
|
+
"queueTypeId": 4,
|
|
6304
|
+
"craftingDuration": 3600,
|
|
6305
|
+
"skipCostC2": 120,
|
|
6306
|
+
"costDragonCharm": 350,
|
|
6307
|
+
"costDragonScaleSplinters": 350,
|
|
6308
|
+
"rewardIDs": 40469
|
|
6309
|
+
},
|
|
6310
|
+
{
|
|
6311
|
+
"craftingRecipeId": 470,
|
|
6312
|
+
"recipeGroupID": 17,
|
|
6313
|
+
"researchGroupID": 187,
|
|
6314
|
+
"level": 3,
|
|
6315
|
+
"type": "Short",
|
|
6316
|
+
"queueTypeId": 4,
|
|
6317
|
+
"craftingDuration": 3600,
|
|
6318
|
+
"skipCostC2": 120,
|
|
6319
|
+
"costDragonCharm": 400,
|
|
6320
|
+
"costDragonScaleSplinters": 400,
|
|
6321
|
+
"rewardIDs": 40470
|
|
6322
|
+
},
|
|
6323
|
+
{
|
|
6324
|
+
"craftingRecipeId": 471,
|
|
6325
|
+
"recipeGroupID": 17,
|
|
6326
|
+
"researchGroupID": 187,
|
|
6327
|
+
"level": 4,
|
|
6328
|
+
"type": "Short",
|
|
6329
|
+
"queueTypeId": 4,
|
|
6330
|
+
"craftingDuration": 3600,
|
|
6331
|
+
"skipCostC2": 120,
|
|
6332
|
+
"costDragonCharm": 450,
|
|
6333
|
+
"costDragonScaleSplinters": 450,
|
|
6334
|
+
"rewardIDs": 40471
|
|
6335
|
+
},
|
|
6336
|
+
{
|
|
6337
|
+
"craftingRecipeId": 472,
|
|
6338
|
+
"recipeGroupID": 17,
|
|
6339
|
+
"researchGroupID": 187,
|
|
6340
|
+
"level": 5,
|
|
6341
|
+
"type": "Short",
|
|
6342
|
+
"queueTypeId": 4,
|
|
6343
|
+
"craftingDuration": 3600,
|
|
6344
|
+
"skipCostC2": 120,
|
|
6345
|
+
"costDragonCharm": 600,
|
|
6346
|
+
"costDragonScaleSplinters": 600,
|
|
6347
|
+
"rewardIDs": 40472
|
|
6348
|
+
},
|
|
6349
|
+
{
|
|
6350
|
+
"craftingRecipeId": 473,
|
|
6351
|
+
"recipeGroupID": 17,
|
|
6352
|
+
"researchGroupID": 187,
|
|
6353
|
+
"level": 6,
|
|
6354
|
+
"type": "Short",
|
|
6355
|
+
"queueTypeId": 4,
|
|
6356
|
+
"craftingDuration": 3600,
|
|
6357
|
+
"skipCostC2": 120,
|
|
6358
|
+
"costDragonCharm": 700,
|
|
6359
|
+
"costDragonScaleSplinters": 700,
|
|
6360
|
+
"rewardIDs": 40473
|
|
6361
|
+
},
|
|
6362
|
+
{
|
|
6363
|
+
"craftingRecipeId": 474,
|
|
6364
|
+
"recipeGroupID": 17,
|
|
6365
|
+
"researchGroupID": 187,
|
|
6366
|
+
"level": 7,
|
|
6367
|
+
"type": "Short",
|
|
6368
|
+
"queueTypeId": 4,
|
|
6369
|
+
"craftingDuration": 3600,
|
|
6370
|
+
"skipCostC2": 120,
|
|
6371
|
+
"costDragonCharm": 900,
|
|
6372
|
+
"costDragonScaleSplinters": 900,
|
|
6373
|
+
"rewardIDs": 40474
|
|
6374
|
+
},
|
|
6375
|
+
{
|
|
6376
|
+
"craftingRecipeId": 475,
|
|
6377
|
+
"recipeGroupID": 17,
|
|
6378
|
+
"researchGroupID": 187,
|
|
6379
|
+
"level": 8,
|
|
6380
|
+
"type": "Short",
|
|
6381
|
+
"queueTypeId": 4,
|
|
6382
|
+
"craftingDuration": 3600,
|
|
6383
|
+
"skipCostC2": 120,
|
|
6384
|
+
"costDragonCharm": 1100,
|
|
6385
|
+
"costDragonScaleSplinters": 1100,
|
|
6386
|
+
"rewardIDs": 40475
|
|
6387
|
+
},
|
|
6388
|
+
{
|
|
6389
|
+
"craftingRecipeId": 476,
|
|
6390
|
+
"recipeGroupID": 17,
|
|
6391
|
+
"researchGroupID": 187,
|
|
6392
|
+
"level": 9,
|
|
6393
|
+
"type": "Short",
|
|
6394
|
+
"queueTypeId": 4,
|
|
6395
|
+
"craftingDuration": 3600,
|
|
6396
|
+
"skipCostC2": 120,
|
|
6397
|
+
"costDragonCharm": 1300,
|
|
6398
|
+
"costDragonScaleSplinters": 1300,
|
|
6399
|
+
"rewardIDs": 40476
|
|
6400
|
+
},
|
|
6401
|
+
{
|
|
6402
|
+
"craftingRecipeId": 477,
|
|
6403
|
+
"recipeGroupID": 17,
|
|
6404
|
+
"researchGroupID": 187,
|
|
6405
|
+
"level": 10,
|
|
6406
|
+
"type": "Short",
|
|
6407
|
+
"queueTypeId": 4,
|
|
6408
|
+
"craftingDuration": 3600,
|
|
6409
|
+
"skipCostC2": 120,
|
|
6410
|
+
"costDragonCharm": 1500,
|
|
6411
|
+
"costDragonScaleSplinters": 1500,
|
|
6412
|
+
"rewardIDs": 40477
|
|
6413
|
+
},
|
|
6414
|
+
{
|
|
6415
|
+
"craftingRecipeId": 478,
|
|
6416
|
+
"recipeGroupID": 17,
|
|
6417
|
+
"researchGroupID": 188,
|
|
6418
|
+
"level": 1,
|
|
6419
|
+
"type": "Long",
|
|
6420
|
+
"queueTypeId": 4,
|
|
6421
|
+
"craftingDuration": 18000,
|
|
6422
|
+
"skipCostC2": 600,
|
|
6423
|
+
"costDragonCharm": 1500,
|
|
6424
|
+
"costDragonScaleSplinters": 1500,
|
|
6425
|
+
"rewardIDs": 40478
|
|
6426
|
+
},
|
|
6427
|
+
{
|
|
6428
|
+
"craftingRecipeId": 479,
|
|
6429
|
+
"recipeGroupID": 17,
|
|
6430
|
+
"researchGroupID": 188,
|
|
6431
|
+
"level": 2,
|
|
6432
|
+
"type": "Long",
|
|
6433
|
+
"queueTypeId": 4,
|
|
6434
|
+
"craftingDuration": 18000,
|
|
6435
|
+
"skipCostC2": 600,
|
|
6436
|
+
"costDragonCharm": 1750,
|
|
6437
|
+
"costDragonScaleSplinters": 1750,
|
|
6438
|
+
"rewardIDs": 40479
|
|
6439
|
+
},
|
|
6440
|
+
{
|
|
6441
|
+
"craftingRecipeId": 480,
|
|
6442
|
+
"recipeGroupID": 17,
|
|
6443
|
+
"researchGroupID": 188,
|
|
6444
|
+
"level": 3,
|
|
6445
|
+
"type": "Long",
|
|
6446
|
+
"queueTypeId": 4,
|
|
6447
|
+
"craftingDuration": 18000,
|
|
6448
|
+
"skipCostC2": 600,
|
|
6449
|
+
"costDragonCharm": 2000,
|
|
6450
|
+
"costDragonScaleSplinters": 2000,
|
|
6451
|
+
"rewardIDs": 40480
|
|
6452
|
+
},
|
|
6453
|
+
{
|
|
6454
|
+
"craftingRecipeId": 481,
|
|
6455
|
+
"recipeGroupID": 17,
|
|
6456
|
+
"researchGroupID": 188,
|
|
6457
|
+
"level": 4,
|
|
6458
|
+
"type": "Long",
|
|
6459
|
+
"queueTypeId": 4,
|
|
6460
|
+
"craftingDuration": 18000,
|
|
6461
|
+
"skipCostC2": 600,
|
|
6462
|
+
"costDragonCharm": 2250,
|
|
6463
|
+
"costDragonScaleSplinters": 2250,
|
|
6464
|
+
"rewardIDs": 40481
|
|
6465
|
+
},
|
|
6466
|
+
{
|
|
6467
|
+
"craftingRecipeId": 482,
|
|
6468
|
+
"recipeGroupID": 17,
|
|
6469
|
+
"researchGroupID": 188,
|
|
6470
|
+
"level": 5,
|
|
6471
|
+
"type": "Long",
|
|
6472
|
+
"queueTypeId": 4,
|
|
6473
|
+
"craftingDuration": 18000,
|
|
6474
|
+
"skipCostC2": 600,
|
|
6475
|
+
"costDragonCharm": 3000,
|
|
6476
|
+
"costDragonScaleSplinters": 3000,
|
|
6477
|
+
"rewardIDs": 40482
|
|
6478
|
+
},
|
|
6479
|
+
{
|
|
6480
|
+
"craftingRecipeId": 483,
|
|
6481
|
+
"recipeGroupID": 17,
|
|
6482
|
+
"researchGroupID": 188,
|
|
6483
|
+
"level": 6,
|
|
6484
|
+
"type": "Long",
|
|
6485
|
+
"queueTypeId": 4,
|
|
6486
|
+
"craftingDuration": 18000,
|
|
6487
|
+
"skipCostC2": 600,
|
|
6488
|
+
"costDragonCharm": 3500,
|
|
6489
|
+
"costDragonScaleSplinters": 3500,
|
|
6490
|
+
"rewardIDs": 40483
|
|
6491
|
+
},
|
|
6492
|
+
{
|
|
6493
|
+
"craftingRecipeId": 484,
|
|
6494
|
+
"recipeGroupID": 17,
|
|
6495
|
+
"researchGroupID": 188,
|
|
6496
|
+
"level": 7,
|
|
6497
|
+
"type": "Long",
|
|
6498
|
+
"queueTypeId": 4,
|
|
6499
|
+
"craftingDuration": 18000,
|
|
6500
|
+
"skipCostC2": 600,
|
|
6501
|
+
"costDragonCharm": 4500,
|
|
6502
|
+
"costDragonScaleSplinters": 4500,
|
|
6503
|
+
"rewardIDs": 40484
|
|
6504
|
+
},
|
|
6505
|
+
{
|
|
6506
|
+
"craftingRecipeId": 485,
|
|
6507
|
+
"recipeGroupID": 17,
|
|
6508
|
+
"researchGroupID": 188,
|
|
6509
|
+
"level": 8,
|
|
6510
|
+
"type": "Long",
|
|
6511
|
+
"queueTypeId": 4,
|
|
6512
|
+
"craftingDuration": 18000,
|
|
6513
|
+
"skipCostC2": 600,
|
|
6514
|
+
"costDragonCharm": 5500,
|
|
6515
|
+
"costDragonScaleSplinters": 5500,
|
|
6516
|
+
"rewardIDs": 40485
|
|
6517
|
+
},
|
|
6518
|
+
{
|
|
6519
|
+
"craftingRecipeId": 486,
|
|
6520
|
+
"recipeGroupID": 17,
|
|
6521
|
+
"researchGroupID": 188,
|
|
6522
|
+
"level": 9,
|
|
6523
|
+
"type": "Long",
|
|
6524
|
+
"queueTypeId": 4,
|
|
6525
|
+
"craftingDuration": 18000,
|
|
6526
|
+
"skipCostC2": 600,
|
|
6527
|
+
"costDragonCharm": 6500,
|
|
6528
|
+
"costDragonScaleSplinters": 6500,
|
|
6529
|
+
"rewardIDs": 40486
|
|
6530
|
+
},
|
|
6531
|
+
{
|
|
6532
|
+
"craftingRecipeId": 487,
|
|
6533
|
+
"recipeGroupID": 17,
|
|
6534
|
+
"researchGroupID": 188,
|
|
6535
|
+
"level": 10,
|
|
6536
|
+
"type": "Long",
|
|
6537
|
+
"queueTypeId": 4,
|
|
6538
|
+
"craftingDuration": 18000,
|
|
6539
|
+
"skipCostC2": 600,
|
|
6540
|
+
"costDragonCharm": 7500,
|
|
6541
|
+
"costDragonScaleSplinters": 7500,
|
|
6542
|
+
"rewardIDs": 40487
|
|
6543
|
+
},
|
|
6544
|
+
{
|
|
6545
|
+
"craftingRecipeId": 488,
|
|
6546
|
+
"recipeGroupID": 18,
|
|
6547
|
+
"researchGroupID": 189,
|
|
6548
|
+
"level": 1,
|
|
6549
|
+
"type": "Short",
|
|
6550
|
+
"queueTypeId": 4,
|
|
6551
|
+
"craftingDuration": 3600,
|
|
6552
|
+
"skipCostC2": 120,
|
|
6553
|
+
"costDragonCharm": 300,
|
|
6554
|
+
"costDragonScaleSplinters": 300,
|
|
6555
|
+
"rewardIDs": 40488
|
|
6556
|
+
},
|
|
6557
|
+
{
|
|
6558
|
+
"craftingRecipeId": 489,
|
|
6559
|
+
"recipeGroupID": 18,
|
|
6560
|
+
"researchGroupID": 189,
|
|
6561
|
+
"level": 2,
|
|
6562
|
+
"type": "Short",
|
|
6563
|
+
"queueTypeId": 4,
|
|
6564
|
+
"craftingDuration": 3600,
|
|
6565
|
+
"skipCostC2": 120,
|
|
6566
|
+
"costDragonCharm": 350,
|
|
6567
|
+
"costDragonScaleSplinters": 350,
|
|
6568
|
+
"rewardIDs": 40489
|
|
6569
|
+
},
|
|
6570
|
+
{
|
|
6571
|
+
"craftingRecipeId": 490,
|
|
6572
|
+
"recipeGroupID": 18,
|
|
6573
|
+
"researchGroupID": 189,
|
|
6574
|
+
"level": 3,
|
|
6575
|
+
"type": "Short",
|
|
6576
|
+
"queueTypeId": 4,
|
|
6577
|
+
"craftingDuration": 3600,
|
|
6578
|
+
"skipCostC2": 120,
|
|
6579
|
+
"costDragonCharm": 400,
|
|
6580
|
+
"costDragonScaleSplinters": 400,
|
|
6581
|
+
"rewardIDs": 40490
|
|
6582
|
+
},
|
|
6583
|
+
{
|
|
6584
|
+
"craftingRecipeId": 491,
|
|
6585
|
+
"recipeGroupID": 18,
|
|
6586
|
+
"researchGroupID": 189,
|
|
6587
|
+
"level": 4,
|
|
6588
|
+
"type": "Short",
|
|
6589
|
+
"queueTypeId": 4,
|
|
6590
|
+
"craftingDuration": 3600,
|
|
6591
|
+
"skipCostC2": 120,
|
|
6592
|
+
"costDragonCharm": 450,
|
|
6593
|
+
"costDragonScaleSplinters": 450,
|
|
6594
|
+
"rewardIDs": 40491
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
"craftingRecipeId": 492,
|
|
6598
|
+
"recipeGroupID": 18,
|
|
6599
|
+
"researchGroupID": 189,
|
|
6600
|
+
"level": 5,
|
|
6601
|
+
"type": "Short",
|
|
6602
|
+
"queueTypeId": 4,
|
|
6603
|
+
"craftingDuration": 3600,
|
|
6604
|
+
"skipCostC2": 120,
|
|
6605
|
+
"costDragonCharm": 600,
|
|
6606
|
+
"costDragonScaleSplinters": 600,
|
|
6607
|
+
"rewardIDs": 40492
|
|
6608
|
+
},
|
|
6609
|
+
{
|
|
6610
|
+
"craftingRecipeId": 493,
|
|
6611
|
+
"recipeGroupID": 18,
|
|
6612
|
+
"researchGroupID": 189,
|
|
6613
|
+
"level": 6,
|
|
6614
|
+
"type": "Short",
|
|
6615
|
+
"queueTypeId": 4,
|
|
6616
|
+
"craftingDuration": 3600,
|
|
6617
|
+
"skipCostC2": 120,
|
|
6618
|
+
"costDragonCharm": 700,
|
|
6619
|
+
"costDragonScaleSplinters": 700,
|
|
6620
|
+
"rewardIDs": 40493
|
|
6621
|
+
},
|
|
6622
|
+
{
|
|
6623
|
+
"craftingRecipeId": 494,
|
|
6624
|
+
"recipeGroupID": 18,
|
|
6625
|
+
"researchGroupID": 189,
|
|
6626
|
+
"level": 7,
|
|
6627
|
+
"type": "Short",
|
|
6628
|
+
"queueTypeId": 4,
|
|
6629
|
+
"craftingDuration": 3600,
|
|
6630
|
+
"skipCostC2": 120,
|
|
6631
|
+
"costDragonCharm": 900,
|
|
6632
|
+
"costDragonScaleSplinters": 900,
|
|
6633
|
+
"rewardIDs": 40494
|
|
6634
|
+
},
|
|
6635
|
+
{
|
|
6636
|
+
"craftingRecipeId": 495,
|
|
6637
|
+
"recipeGroupID": 18,
|
|
6638
|
+
"researchGroupID": 189,
|
|
6639
|
+
"level": 8,
|
|
6640
|
+
"type": "Short",
|
|
6641
|
+
"queueTypeId": 4,
|
|
6642
|
+
"craftingDuration": 3600,
|
|
6643
|
+
"skipCostC2": 120,
|
|
6644
|
+
"costDragonCharm": 1100,
|
|
6645
|
+
"costDragonScaleSplinters": 1100,
|
|
6646
|
+
"rewardIDs": 40495
|
|
6647
|
+
},
|
|
6648
|
+
{
|
|
6649
|
+
"craftingRecipeId": 496,
|
|
6650
|
+
"recipeGroupID": 18,
|
|
6651
|
+
"researchGroupID": 189,
|
|
6652
|
+
"level": 9,
|
|
6653
|
+
"type": "Short",
|
|
6654
|
+
"queueTypeId": 4,
|
|
6655
|
+
"craftingDuration": 3600,
|
|
6656
|
+
"skipCostC2": 120,
|
|
6657
|
+
"costDragonCharm": 1300,
|
|
6658
|
+
"costDragonScaleSplinters": 1300,
|
|
6659
|
+
"rewardIDs": 40496
|
|
6660
|
+
},
|
|
6661
|
+
{
|
|
6662
|
+
"craftingRecipeId": 497,
|
|
6663
|
+
"recipeGroupID": 18,
|
|
6664
|
+
"researchGroupID": 189,
|
|
6665
|
+
"level": 10,
|
|
6666
|
+
"type": "Short",
|
|
6667
|
+
"queueTypeId": 4,
|
|
6668
|
+
"craftingDuration": 3600,
|
|
6669
|
+
"skipCostC2": 120,
|
|
6670
|
+
"costDragonCharm": 1500,
|
|
6671
|
+
"costDragonScaleSplinters": 1500,
|
|
6672
|
+
"rewardIDs": 40497
|
|
6673
|
+
},
|
|
6674
|
+
{
|
|
6675
|
+
"craftingRecipeId": 498,
|
|
6676
|
+
"recipeGroupID": 18,
|
|
6677
|
+
"researchGroupID": 190,
|
|
6678
|
+
"level": 1,
|
|
6679
|
+
"type": "Long",
|
|
6680
|
+
"queueTypeId": 4,
|
|
6681
|
+
"craftingDuration": 18000,
|
|
6682
|
+
"skipCostC2": 600,
|
|
6683
|
+
"costDragonCharm": 1500,
|
|
6684
|
+
"costDragonScaleSplinters": 1500,
|
|
6685
|
+
"rewardIDs": 40498
|
|
6686
|
+
},
|
|
6687
|
+
{
|
|
6688
|
+
"craftingRecipeId": 499,
|
|
6689
|
+
"recipeGroupID": 18,
|
|
6690
|
+
"researchGroupID": 190,
|
|
6691
|
+
"level": 2,
|
|
6692
|
+
"type": "Long",
|
|
6693
|
+
"queueTypeId": 4,
|
|
6694
|
+
"craftingDuration": 18000,
|
|
6695
|
+
"skipCostC2": 600,
|
|
6696
|
+
"costDragonCharm": 1750,
|
|
6697
|
+
"costDragonScaleSplinters": 1750,
|
|
6698
|
+
"rewardIDs": 40499
|
|
6699
|
+
},
|
|
6700
|
+
{
|
|
6701
|
+
"craftingRecipeId": 500,
|
|
6702
|
+
"recipeGroupID": 18,
|
|
6703
|
+
"researchGroupID": 190,
|
|
6704
|
+
"level": 3,
|
|
6705
|
+
"type": "Long",
|
|
6706
|
+
"queueTypeId": 4,
|
|
6707
|
+
"craftingDuration": 18000,
|
|
6708
|
+
"skipCostC2": 600,
|
|
6709
|
+
"costDragonCharm": 2000,
|
|
6710
|
+
"costDragonScaleSplinters": 2000,
|
|
6711
|
+
"rewardIDs": 40500
|
|
6712
|
+
},
|
|
6713
|
+
{
|
|
6714
|
+
"craftingRecipeId": 501,
|
|
6715
|
+
"recipeGroupID": 18,
|
|
6716
|
+
"researchGroupID": 190,
|
|
6717
|
+
"level": 4,
|
|
6718
|
+
"type": "Long",
|
|
6719
|
+
"queueTypeId": 4,
|
|
6720
|
+
"craftingDuration": 18000,
|
|
6721
|
+
"skipCostC2": 600,
|
|
6722
|
+
"costDragonCharm": 2250,
|
|
6723
|
+
"costDragonScaleSplinters": 2250,
|
|
6724
|
+
"rewardIDs": 40501
|
|
6725
|
+
},
|
|
6726
|
+
{
|
|
6727
|
+
"craftingRecipeId": 502,
|
|
6728
|
+
"recipeGroupID": 18,
|
|
6729
|
+
"researchGroupID": 190,
|
|
6730
|
+
"level": 5,
|
|
6731
|
+
"type": "Long",
|
|
6732
|
+
"queueTypeId": 4,
|
|
6733
|
+
"craftingDuration": 18000,
|
|
6734
|
+
"skipCostC2": 600,
|
|
6735
|
+
"costDragonCharm": 3000,
|
|
6736
|
+
"costDragonScaleSplinters": 3000,
|
|
6737
|
+
"rewardIDs": 40502
|
|
6738
|
+
},
|
|
6739
|
+
{
|
|
6740
|
+
"craftingRecipeId": 503,
|
|
6741
|
+
"recipeGroupID": 18,
|
|
6742
|
+
"researchGroupID": 190,
|
|
6743
|
+
"level": 6,
|
|
6744
|
+
"type": "Long",
|
|
6745
|
+
"queueTypeId": 4,
|
|
6746
|
+
"craftingDuration": 18000,
|
|
6747
|
+
"skipCostC2": 600,
|
|
6748
|
+
"costDragonCharm": 3500,
|
|
6749
|
+
"costDragonScaleSplinters": 3500,
|
|
6750
|
+
"rewardIDs": 40503
|
|
6751
|
+
},
|
|
6752
|
+
{
|
|
6753
|
+
"craftingRecipeId": 504,
|
|
6754
|
+
"recipeGroupID": 18,
|
|
6755
|
+
"researchGroupID": 190,
|
|
6756
|
+
"level": 7,
|
|
6757
|
+
"type": "Long",
|
|
6758
|
+
"queueTypeId": 4,
|
|
6759
|
+
"craftingDuration": 18000,
|
|
6760
|
+
"skipCostC2": 600,
|
|
6761
|
+
"costDragonCharm": 4500,
|
|
6762
|
+
"costDragonScaleSplinters": 4500,
|
|
6763
|
+
"rewardIDs": 40504
|
|
6764
|
+
},
|
|
6765
|
+
{
|
|
6766
|
+
"craftingRecipeId": 505,
|
|
6767
|
+
"recipeGroupID": 18,
|
|
6768
|
+
"researchGroupID": 190,
|
|
6769
|
+
"level": 8,
|
|
6770
|
+
"type": "Long",
|
|
6771
|
+
"queueTypeId": 4,
|
|
6772
|
+
"craftingDuration": 18000,
|
|
6773
|
+
"skipCostC2": 600,
|
|
6774
|
+
"costDragonCharm": 5500,
|
|
6775
|
+
"costDragonScaleSplinters": 5500,
|
|
6776
|
+
"rewardIDs": 40505
|
|
6777
|
+
},
|
|
6778
|
+
{
|
|
6779
|
+
"craftingRecipeId": 506,
|
|
6780
|
+
"recipeGroupID": 18,
|
|
6781
|
+
"researchGroupID": 190,
|
|
6782
|
+
"level": 9,
|
|
6783
|
+
"type": "Long",
|
|
6784
|
+
"queueTypeId": 4,
|
|
6785
|
+
"craftingDuration": 18000,
|
|
6786
|
+
"skipCostC2": 600,
|
|
6787
|
+
"costDragonCharm": 6500,
|
|
6788
|
+
"costDragonScaleSplinters": 6500,
|
|
6789
|
+
"rewardIDs": 40506
|
|
6790
|
+
},
|
|
6791
|
+
{
|
|
6792
|
+
"craftingRecipeId": 507,
|
|
6793
|
+
"recipeGroupID": 18,
|
|
6794
|
+
"researchGroupID": 190,
|
|
6795
|
+
"level": 10,
|
|
6796
|
+
"type": "Long",
|
|
6797
|
+
"queueTypeId": 4,
|
|
6798
|
+
"craftingDuration": 18000,
|
|
6799
|
+
"skipCostC2": 600,
|
|
6800
|
+
"costDragonCharm": 7500,
|
|
6801
|
+
"costDragonScaleSplinters": 7500,
|
|
6802
|
+
"rewardIDs": 40507
|
|
4482
6803
|
}
|
|
4483
6804
|
]
|
|
4484
6805
|
}
|