From 865a7582940be0989f911acf988827b9be6aa7b9 Mon Sep 17 00:00:00 2001 From: linquan <349589071@qq.com> Date: Fri, 19 Sep 2025 14:33:10 +0800 Subject: [PATCH] config,newServerNotice --- src/api/common/consts.ts | 1 + .../ActivitiesCalendarConfigCategory.json | 7 + .../ActivitiesCalendarGropConfigCategory.json | 13 + src/api/config/ActivityConfigCategory.json | 92 + src/api/config/AllItemConfigCategory.json | 10585 ++++++++++------ .../config/ArtResourcesConfigCategory.json | 55 + src/api/config/AttributesConfigCategory.json | 117 +- src/api/config/BattlePassConfigCategory.json | 1964 --- .../config/BattlePassLvConfigCategory.json | 640 - .../config/BattlePassTaskConfigCategory.json | 244 +- .../config/BuildFunctionConfigCategory.json | 7 + src/api/config/BusinessManConfigCategory.json | 194 +- src/api/config/CommonShopConfigCategory.json | 24 + src/api/config/DecorationsConfigCategory.json | 719 +- src/api/config/DialogueConfigCategory.json | 208 + src/api/config/EquipmentConfigCategory.json | 2849 ++++- .../config/EquipmentExtraConfigCategory.json | 1157 ++ src/api/config/ErrorCodeConfigCategory.json | 5 + .../config/ExpeditionBuffConfigCategory.json | 122 +- .../config/ExpeditionMapConfigCategory.json | 104 +- .../ExpeditionMapGroupConfigCategory.json | 14 +- .../ExpeditionMonsterConfigCategory.json | 71 +- .../config/ExploreEventConfigCategory.json | 10 +- .../config/FeastDialogueConfigCategory.json | 66 + src/api/config/FeastTextConfigCategory.json | 13 + src/api/config/FoodConfigCategory.json | 70 +- src/api/config/FoodTicketConfigCategory.json | 45 + .../config/FunctionItemConfigCategory.json | 380 +- src/api/config/GameAIConfigCategory.json | 14 + .../GameUnitSizeInfoConfigCategory.json | 246 +- src/api/config/GemConfigCategory.json | 100 + .../config/GoodsForRecycleConfigCategory.json | 52 +- .../config/GoodsForSaleConfigCategory.json | 420 +- src/api/config/GuanPuConfigCategory.json | 98 + src/api/config/HeadIconConfigCategory.json | 30 + src/api/config/HelpConfigCategory.json | 117 + .../config/ImmortalTreeConfigCategory.json | 2 +- .../config/ImmortalTreeLvConfigCategory.json | 200 - src/api/config/InitialNpcCategory.json | 6 + .../LingYuDongItemGroupConfigCategory.json | 11 +- src/api/config/MainButtonConfigCategory.json | 11 + src/api/config/MedicineConfigCategory.json | 24 + src/api/config/MoneyConfigCategory.json | 6 + src/api/config/MonsterAiConfigCategory.json | 105 +- src/api/config/MonsterConfigCategory.json | 495 +- src/api/config/MonthlyCardConfigCategory.json | 14 +- .../MooncakeGamblingNpcConfigCategory.json | 141 + .../MooncakeGamblingRewardConfigCategory.json | 38 + src/api/config/NpcConfigCategory.json | 58 +- src/api/config/NpcPosInfoConfigCategory.json | 16 + src/api/config/OrderConfigCategory.json | 4 +- src/api/config/PackageConfigCategory.json | 285 + src/api/config/PetConfigCategory.json | 30 + src/api/config/RegionConfigCategory.json | 383 +- src/api/config/RegionGiftConfigCategory.json | 100 +- src/api/config/RegionInfoConfigCategory.json | 647 +- .../config/RegionResourcesConfigCategory.json | 12 +- ...ReputationShopItemGroupConfigCategory.json | 44 + .../config/ResourceSkinConfigCategory.json | 125 +- src/api/config/ResourcesConfigCategory.json | 171 + .../config/ResourcesPointConfigCategory.json | 109 +- src/api/config/RewardGroupConfigCategory.json | 538 +- src/api/config/SaplingConfigCategory.json | 33 + src/api/config/ScienceConfigCategory.json | 416 +- src/api/config/SkillBuffConfigCategory.json | 663 +- src/api/config/SkillBulletConfigCategory.json | 523 +- src/api/config/SkillConfigCategory.json | 9469 ++++++++------ src/api/config/SkillEffectConfigCategory.json | 237 +- src/api/config/StructureConfigCategory.json | 48 +- .../config/StructureSkinConfigCategory.json | 27 + .../StructureStrengthenConfigCategory.json | 34 + src/api/config/SynthesisConfigCategory.json | 376 + .../SystemConditionsConfigCategory.json | 7 + src/api/config/TextConfigCategory.json | 132 +- src/api/config/TitleConfigCategory.json | 98 +- .../config/ValleyEffectConfigCategory.json | 204 + .../WarriorAttributeGrowthConfigCategory.json | 135 + src/api/config/WarriorConfigCategory.json | 56 + .../config/WorldParametersConfigCategory.json | 20 +- src/api/game/notice.ts | 8 + src/layout/navBars/breadcrumb/user.vue | 26 +- src/utils/gfast.ts | 3 +- .../component/editConfig.vue | 233 +- .../gameLoginUrl/serverGeneralList/index.vue | 6 + src/views/gameNotice/list/index.vue | 61 +- src/views/gameNotice/newServer/index.vue | 722 ++ src/views/home/index.vue | 16 +- src/views/serverBattlePass/update/index.vue | 1 - 88 files changed, 25393 insertions(+), 12589 deletions(-) create mode 100644 src/api/config/ActivitiesCalendarConfigCategory.json create mode 100644 src/api/config/ActivitiesCalendarGropConfigCategory.json create mode 100644 src/api/config/EquipmentExtraConfigCategory.json create mode 100644 src/api/config/GuanPuConfigCategory.json create mode 100644 src/api/config/MooncakeGamblingNpcConfigCategory.json create mode 100644 src/api/config/MooncakeGamblingRewardConfigCategory.json create mode 100644 src/views/gameNotice/newServer/index.vue diff --git a/src/api/common/consts.ts b/src/api/common/consts.ts index 962a18c..1a4ee3c 100644 --- a/src/api/common/consts.ts +++ b/src/api/common/consts.ts @@ -1353,6 +1353,7 @@ export const Notice_Type = [ { Name: '维护公告', Id: 3 }, { Name: '客服页面', Id: 4 }, { Name: '预览公告', Id: 5 }, + { Name: '新服公告', Id: 6 }, ]; export const AccountType = [ diff --git a/src/api/config/ActivitiesCalendarConfigCategory.json b/src/api/config/ActivitiesCalendarConfigCategory.json new file mode 100644 index 0000000..f3a674b --- /dev/null +++ b/src/api/config/ActivitiesCalendarConfigCategory.json @@ -0,0 +1,7 @@ +[ + { + "Id": 1001, + "Name": "最幸福桃谷", + "Duration": 10 + } +] \ No newline at end of file diff --git a/src/api/config/ActivitiesCalendarGropConfigCategory.json b/src/api/config/ActivitiesCalendarGropConfigCategory.json new file mode 100644 index 0000000..665145c --- /dev/null +++ b/src/api/config/ActivitiesCalendarGropConfigCategory.json @@ -0,0 +1,13 @@ +[ + { + "Id": 1, + "Order": 1, + "Include": [ + 1001 + ], + "OpenConditionType": 1, + "ConditionParameter": 20, + "Duration": 10, + "OnState": true + } +] \ No newline at end of file diff --git a/src/api/config/ActivityConfigCategory.json b/src/api/config/ActivityConfigCategory.json index 9ca48a2..b5b25ee 100644 --- a/src/api/config/ActivityConfigCategory.json +++ b/src/api/config/ActivityConfigCategory.json @@ -5,6 +5,7 @@ "Type": 2, "ActivityId": 1, "Sort": 1, + "PreviewTime": "2025/5/30", "StartTime": "2025/5/30", "EndTime": "2025/6/9", "CloseTime": "2025/6/13", @@ -48,6 +49,7 @@ "Type": 3, "ActivityId": 1, "Sort": 2, + "PreviewTime": "2025/5/30", "StartTime": "2025/5/30", "EndTime": "2025/6/9", "CloseTime": "2025/6/13", @@ -84,5 +86,95 @@ ], "DailyChange": true, "SortOrder": true + }, + { + "Id": 201, + "Name": "团圆宴", + "Type": 4, + "ActivityId": -1, + "Sort": 1, + "PreviewTime": "2025/9/10", + "StartTime": "2025/9/17", + "EndTime": "2025/10/7", + "CloseTime": "2025/10/7", + "Condition": 3, + "ConditionNum": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ], + "Reward": [ + 100100, + 100101, + 100102, + 100103, + 100104, + 100105, + 100106 + ], + "Group": 35, + "GameGroup": 35, + "ChallengeCore": -1, + "Core": [ + -1 + ], + "DailyChange": true, + "SortOrder": false + }, + { + "Id": 202, + "Name": "关扑", + "Type": 5, + "ActivityId": 1, + "Sort": 2, + "PreviewTime": "2025/9/10", + "StartTime": "2025/9/17", + "EndTime": "2025/10/7", + "CloseTime": "2025/10/7", + "Condition": -1, + "ConditionNum": [ + -1 + ], + "Reward": [ + -1 + ], + "Group": 36, + "GameGroup": -1, + "ChallengeCore": -1, + "Core": [ + -1 + ], + "DailyChange": true, + "SortOrder": false + }, + { + "Id": 203, + "Name": "博饼", + "Type": 6, + "ActivityId": -1, + "Sort": 3, + "PreviewTime": "2025/9/10", + "StartTime": "2025/9/17", + "EndTime": "2025/10/7", + "CloseTime": "2025/10/7", + "Condition": -1, + "ConditionNum": [ + -1 + ], + "Reward": [ + -1 + ], + "Group": 37, + "GameGroup": 37, + "ChallengeCore": -1, + "Core": [ + -1 + ], + "DailyChange": true, + "SortOrder": false } ] \ No newline at end of file diff --git a/src/api/config/AllItemConfigCategory.json b/src/api/config/AllItemConfigCategory.json index 49ff9c5..01f4ec5 100644 --- a/src/api/config/AllItemConfigCategory.json +++ b/src/api/config/AllItemConfigCategory.json @@ -295,7 +295,7 @@ "TreasureBowl": false, "Icon": "Item_Icon_14", "Description": "常见的石材,可加工成石灰石块和熟石灰,用于建造", - "GetMethod": "来源:挖掘石灰石,石矿洞", + "GetMethod": "来源:挖掘石灰石,挖掘石矿洞(升到2级)", "Importantdata": false }, { @@ -870,7 +870,7 @@ "TreasureBowl": false, "Icon": "Item_Icon_104", "Description": "又叫云耳、桑耳,伴生在树干上。有很高的营养价值,有“素中之肉”的雅称。", - "GetMethod": "来源:树木类资源,森林", + "GetMethod": "来源:森林伐木场", "Importantdata": false }, { @@ -1793,6 +1793,29 @@ "GetMethod": "来源:桃谷货郎", "Importantdata": false }, + { + "Id": 148, + "Name": "桂花", + "DetailsPageName": "桂花", + "Type": 1, + "RelatedId": 0, + "StockType": 2, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_148", + "Description": "秋天盛开,色如金粟,气馥幽远,可以用来制作桂花糕。", + "GetMethod": "来源:采集桂花树", + "Importantdata": false + }, { "Id": 200, "Name": "葛草", @@ -2667,6 +2690,29 @@ "GetMethod": "来源:怪物掉落", "Importantdata": false }, + { + "Id": 319, + "Name": "黄水晶", + "DetailsPageName": "黄水晶", + "Type": 1, + "RelatedId": 0, + "StockType": 5, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 5, + "TreasureBowl": true, + "Icon": "Item_Icon_319", + "Description": "非常稀有的水晶,可用于重铸装备属性", + "GetMethod": "来源:怪物掉落", + "Importantdata": false + }, { "Id": 326, "Name": "箭楼底座", @@ -2713,6 +2759,236 @@ "GetMethod": "来源:挑战兽潮", "Importantdata": false }, + { + "Id": 401, + "Name": "惊鸿·鳞铁剑图纸", + "DetailsPageName": "惊鸿·鳞铁剑图纸", + "Type": 1, + "RelatedId": 0, + "StockType": 2, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_401", + "Description": "可以让鳞铁剑更进一步的装备图纸。只需要购买一次,升级到下一阶段装备时,只需要对应阶段极品装备合成即可。", + "GetMethod": "来源:怪物掉落,商人", + "Importantdata": false + }, + { + "Id": 402, + "Name": "惊鸿·鳞铁锤图纸", + "DetailsPageName": "惊鸿·鳞铁锤图纸", + "Type": 1, + "RelatedId": 0, + "StockType": 2, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_402", + "Description": "可以让鳞铁锤更进一步的装备图纸。只需要购买一次,升级到下一阶段装备时,只需要对应阶段极品装备合成即可。", + "GetMethod": "来源:怪物掉落,商人", + "Importantdata": false + }, + { + "Id": 403, + "Name": "惊鸿·鳞铁飞镖图纸", + "DetailsPageName": "惊鸿·鳞铁飞镖图纸", + "Type": 1, + "RelatedId": 0, + "StockType": 2, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_403", + "Description": "可以让鳞飞镖更进一步的装备图纸。只需要购买一次,升级到下一阶段装备时,只需要对应阶段极品装备合成即可。", + "GetMethod": "来源:怪物掉落,商人", + "Importantdata": false + }, + { + "Id": 404, + "Name": "惊鸿·鳞铁双刀图纸", + "DetailsPageName": "惊鸿·鳞铁双刀图纸", + "Type": 1, + "RelatedId": 0, + "StockType": 2, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_404", + "Description": "可以让鳞铁双刀更进一步的装备图纸。只需要购买一次,升级到下一阶段装备时,只需要对应阶段极品装备合成即可。", + "GetMethod": "来源:怪物掉落,商人", + "Importantdata": false + }, + { + "Id": 405, + "Name": "惊鸿·鳞铁棍图纸", + "DetailsPageName": "惊鸿·鳞铁棍图纸", + "Type": 1, + "RelatedId": 0, + "StockType": 2, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_405", + "Description": "可以让鳞铁棍更进一步的装备图纸。只需要购买一次,升级到下一阶段装备时,只需要对应阶段极品装备合成即可。", + "GetMethod": "来源:怪物掉落,商人", + "Importantdata": false + }, + { + "Id": 406, + "Name": "惊鸿·鳞铁弓图纸", + "DetailsPageName": "惊鸿·鳞铁弓图纸", + "Type": 1, + "RelatedId": 0, + "StockType": 2, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_406", + "Description": "可以让鳞铁弓更进一步的装备图纸。只需要购买一次,升级到下一阶段装备时,只需要对应阶段极品装备合成即可。", + "GetMethod": "来源:怪物掉落,商人", + "Importantdata": false + }, + { + "Id": 407, + "Name": "惊鸿·鳞铁扫把图纸", + "DetailsPageName": "惊鸿·鳞铁扫把图纸", + "Type": 1, + "RelatedId": 0, + "StockType": 2, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_407", + "Description": "可以让鳞铁扫把更进一步的装备图纸。只需要购买一次,升级到下一阶段装备时,只需要对应阶段极品装备合成即可。", + "GetMethod": "来源:怪物掉落,商人", + "Importantdata": false + }, + { + "Id": 408, + "Name": "惊鸿·鳞铁拳套图纸", + "DetailsPageName": "惊鸿·鳞铁拳套图纸", + "Type": 1, + "RelatedId": 0, + "StockType": 2, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_408", + "Description": "可以让鳞铁拳套更进一步的装备图纸。只需要购买一次,升级到下一阶段装备时,只需要对应阶段极品装备合成即可。", + "GetMethod": "来源:怪物掉落,商人", + "Importantdata": false + }, + { + "Id": 409, + "Name": "惊鸿·鳞铁棒槌图纸", + "DetailsPageName": "惊鸿·鳞铁棒槌图纸", + "Type": 1, + "RelatedId": 0, + "StockType": 2, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_409", + "Description": "可以让鳞铁棒槌更进一步的装备图纸。只需要购买一次,升级到下一阶段装备时,只需要对应阶段极品装备合成即可。", + "GetMethod": "来源:怪物掉落,商人", + "Importantdata": false + }, + { + "Id": 420, + "Name": "惊鸿·厚铠甲图纸", + "DetailsPageName": "惊鸿·厚铠甲图纸", + "Type": 1, + "RelatedId": 0, + "StockType": 2, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_420", + "Description": "可以让厚铠甲更进一步的装备图纸。只需要购买一次,升级到下一阶段装备时,只需要对应阶段极品装备合成即可。", + "GetMethod": "来源:怪物掉落,商人", + "Importantdata": false + }, { "Id": 701, "Name": "食券", @@ -3078,7 +3354,7 @@ "TreasureBowl": false, "Icon": "Item_Icon_808", "Description": "中级石材,是建造常使用的建筑材料之一", - "GetMethod": "来源:石灰石合成", + "GetMethod": "来源:挖掘石灰石,挖掘石矿洞(升到2级)", "Importantdata": false }, { @@ -6938,7 +7214,7 @@ "Gift": true, "Favorability": 160, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, "Icon": "Item_Icon_2031", "Description": "蟹乃食中珍味,富有“一螃蟹,顶桌菜”的美誉,其蟹不但味美,且有不错的滋补作用", @@ -7030,7 +7306,7 @@ "Gift": true, "Favorability": 300, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, "Icon": "Item_Icon_2035", "Description": "宫廷药膳,营养丰富。味道浓甜润滑,甘甜可口,具有护心、解毒、消食、养胃等功效", @@ -7099,7 +7375,7 @@ "Gift": true, "Favorability": 200, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, "Icon": "Item_Icon_2038", "Description": "将兽肉剁成肉末后加入淀粉,揉成球状烹制而成。形状如雄狮之头,所以称为“狮子头”", @@ -7122,7 +7398,7 @@ "Gift": true, "Favorability": 400, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, "Icon": "Item_Icon_2039", "Description": "由鸡肉、竹荪、枸杞三种顶级食材烹制而成的一道菜,色香味俱全", @@ -7145,7 +7421,7 @@ "Gift": true, "Favorability": 260, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, "Icon": "Item_Icon_2040", "Description": "被南瓜包裹住各种珍贵食材,将色、香、味融合的完美无缺", @@ -7168,7 +7444,7 @@ "Gift": true, "Favorability": 200, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, "Icon": "Item_Icon_2041", "Description": "这道菜雅称黄金镶玉,味道浓郁,鲜嫩之余又有入口即化的口感", @@ -7191,7 +7467,7 @@ "Gift": true, "Favorability": 600, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, "Icon": "Item_Icon_2042", "Description": "用太姥村特有的赤鳞鱼,再配上其他顶级食材烹制而成。美味绝品且极富营养", @@ -7214,7 +7490,7 @@ "Gift": true, "Favorability": 400, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, "Icon": "Item_Icon_2043", "Description": "用顶级的食材秋木耳炒兽肉,味道清爽,香味扑鼻,极具营养", @@ -7247,7 +7523,7 @@ { "Id": 2051, "Name": "肉粽子", - "DetailsPageName": "肉粽子 ·凡品", + "DetailsPageName": "肉粽子·凡品", "Type": 2, "RelatedId": 51, "StockType": 1, @@ -7316,7 +7592,7 @@ { "Id": 2054, "Name": "炭烤鱼干", - "DetailsPageName": "炭烤鱼干 ·凡品", + "DetailsPageName": "炭烤鱼干·凡品", "Type": 2, "RelatedId": 54, "StockType": 1, @@ -7352,7 +7628,7 @@ "Gift": true, "Favorability": 80, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, "Icon": "Item_Icon_2055", "Description": "鲜蟹制丸,弹嫩爆汁,清甜中透一丝姜辛,满口河鲜香。", @@ -7375,7 +7651,7 @@ "Gift": true, "Favorability": 80, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, "Icon": "Item_Icon_2056", "Description": "十年陈酿,醇厚如蜜,入喉暖如夕阳,余味悠长。", @@ -7398,7 +7674,7 @@ "Gift": true, "Favorability": 80, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, "Icon": "Item_Icon_2057", "Description": "肉烂羹滑,菌笋提鲜,醋香胡椒点睛,暖身落胃。", @@ -7421,7 +7697,7 @@ "Gift": true, "Favorability": 80, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, "Icon": "Item_Icon_2058", "Description": "鹅油浸糯,栗香四溢,荷叶清香裹着肥嫩,入口即化。", @@ -7429,11 +7705,11 @@ "Importantdata": false }, { - "Id": 2302, - "Name": "野菜汤", - "DetailsPageName": "野菜汤·精品", + "Id": 2059, + "Name": "木须肉", + "DetailsPageName": "木须肉·凡品", "Type": 2, - "RelatedId": 203, + "RelatedId": 59, "StockType": 1, "StorageType": 1, "Transport": true, @@ -7442,21 +7718,21 @@ "HasLimit": -1, "AbleThrow": true, "Gift": true, - "Favorability": 24, + "Favorability": 80, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_2002", - "Description": "由山间野菜粗制而成,汤汁苦涩甘甜,但可以充饥糊口", + "Icon": "Item_Icon_2059", + "Description": "荤素搭配,鲜嫩爽滑,香气四溢", "GetMethod": "来源:食物制作", "Importantdata": false }, { - "Id": 2303, - "Name": "兽肉汤", - "DetailsPageName": "兽肉汤·精品", + "Id": 2060, + "Name": "鸡蛋羹", + "DetailsPageName": "鸡蛋羹·凡品", "Type": 2, - "RelatedId": 204, + "RelatedId": 60, "StockType": 1, "StorageType": 1, "Transport": true, @@ -7465,21 +7741,21 @@ "HasLimit": -1, "AbleThrow": true, "Gift": true, - "Favorability": 48, + "Favorability": 80, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_2003", - "Description": "简单的汤品,用姜片作为辅料可以去除肉类的腥味", + "Icon": "Item_Icon_2060", + "Description": "嫩滑如凝脂,鲜美暖心脾", "GetMethod": "来源:食物制作", "Importantdata": false }, { - "Id": 2304, - "Name": "青菜面", - "DetailsPageName": "青菜面·精品", + "Id": 2061, + "Name": "桂花糕", + "DetailsPageName": "桂花糕·凡品", "Type": 2, - "RelatedId": 205, + "RelatedId": 61, "StockType": 1, "StorageType": 1, "Transport": true, @@ -7488,9 +7764,101 @@ "HasLimit": -1, "AbleThrow": true, "Gift": true, - "Favorability": 48, + "Favorability": 80, "Track": false, - "Grade": 2, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_2061", + "Description": "以秋桂入膳,糕体莹白,金粟点缀。轻抿一口,满口馥郁,甜而不腻。", + "GetMethod": "来源:食物制作", + "Importantdata": false + }, + { + "Id": 2062, + "Name": "月饼", + "DetailsPageName": "月饼·凡品", + "Type": 2, + "RelatedId": 62, + "StockType": 1, + "StorageType": 1, + "Transport": true, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": true, + "Favorability": 80, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_2062", + "Description": "形如满月,馅溢秋香。", + "GetMethod": "来源:食物制作", + "Importantdata": false + }, + { + "Id": 2302, + "Name": "野菜汤", + "DetailsPageName": "野菜汤·精品", + "Type": 2, + "RelatedId": 203, + "StockType": 1, + "StorageType": 1, + "Transport": true, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": true, + "Favorability": 24, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_2002", + "Description": "由山间野菜粗制而成,汤汁苦涩甘甜,但可以充饥糊口", + "GetMethod": "来源:食物制作", + "Importantdata": false + }, + { + "Id": 2303, + "Name": "兽肉汤", + "DetailsPageName": "兽肉汤·精品", + "Type": 2, + "RelatedId": 204, + "StockType": 1, + "StorageType": 1, + "Transport": true, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": true, + "Favorability": 48, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_2003", + "Description": "简单的汤品,用姜片作为辅料可以去除肉类的腥味", + "GetMethod": "来源:食物制作", + "Importantdata": false + }, + { + "Id": 2304, + "Name": "青菜面", + "DetailsPageName": "青菜面·精品", + "Type": 2, + "RelatedId": 205, + "StockType": 1, + "StorageType": 1, + "Transport": true, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": true, + "Favorability": 48, + "Track": false, + "Grade": 2, "TreasureBowl": false, "Icon": "Item_Icon_2004", "Description": "由青菜和面条加水制作而成,清淡易饱", @@ -8249,7 +8617,7 @@ "Gift": true, "Favorability": 480, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, "Icon": "Item_Icon_2038", "Description": "将兽肉剁成肉末后加入淀粉,揉成球状烹制而成。形状如雄狮之头,所以称为“狮子头”", @@ -8272,7 +8640,7 @@ "Gift": true, "Favorability": 960, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, "Icon": "Item_Icon_2039", "Description": "由鸡肉、竹荪、枸杞三种顶级食材烹制而成的一道菜,色香味俱全", @@ -8295,7 +8663,7 @@ "Gift": true, "Favorability": 624, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, "Icon": "Item_Icon_2040", "Description": "被南瓜包裹住各种珍贵食材,将色、香、味融合的完美无缺", @@ -8318,7 +8686,7 @@ "Gift": true, "Favorability": 480, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, "Icon": "Item_Icon_2041", "Description": "这道菜雅称黄金镶玉,味道浓郁,鲜嫩之余又有入口即化的口感", @@ -8341,7 +8709,7 @@ "Gift": true, "Favorability": 1440, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, "Icon": "Item_Icon_2042", "Description": "用太姥村特有的赤鳞鱼,再配上其他顶级食材烹制而成。美味绝品且极富营养", @@ -8364,7 +8732,7 @@ "Gift": true, "Favorability": 960, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, "Icon": "Item_Icon_2043", "Description": "用顶级的食材秋木耳炒兽肉,味道清爽,香味扑鼻,极具营养", @@ -8387,7 +8755,7 @@ "Gift": true, "Favorability": 432, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, "Icon": "Item_Icon_2344", "Description": "咸香兽肉与糯米相融,油润饱满,是咸粽的代表。", @@ -8417,6 +8785,52 @@ "GetMethod": "来源:食物制作", "Importantdata": false }, + { + "Id": 2346, + "Name": "木须肉", + "DetailsPageName": "木须肉·精品", + "Type": 2, + "RelatedId": 246, + "StockType": 1, + "StorageType": 1, + "Transport": true, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": true, + "Favorability": 80, + "Track": false, + "Grade": 3, + "TreasureBowl": false, + "Icon": "Item_Icon_2059", + "Description": "荤素搭配,鲜嫩爽滑,香气四溢", + "GetMethod": "来源:食物制作", + "Importantdata": false + }, + { + "Id": 2347, + "Name": "鸡蛋羹", + "DetailsPageName": "鸡蛋羹·精品", + "Type": 2, + "RelatedId": 247, + "StockType": 1, + "StorageType": 1, + "Transport": true, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": true, + "Favorability": 80, + "Track": false, + "Grade": 3, + "TreasureBowl": false, + "Icon": "Item_Icon_2060", + "Description": "嫩滑如凝脂,鲜美暖心脾", + "GetMethod": "来源:食物制作", + "Importantdata": false + }, { "Id": 3001, "Name": "葛布春服", @@ -9744,7 +10158,7 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, "Icon": "Item_Icon_4156", "Description": "勇士服用的丹药,永久提升20点生命上限,每个勇士只能服用10颗", @@ -9767,7 +10181,7 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, "Icon": "Item_Icon_4157", "Description": "勇士服用的丹药,永久提升2点防御,每个勇士只能服用10颗", @@ -9790,13 +10204,59 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, "Icon": "Item_Icon_4158", "Description": "勇士服用的丹药,永久提升5点攻击,每个勇士只能服用10颗", "GetMethod": "来源:战力/兽潮排行榜商店兑换", "Importantdata": false }, + { + "Id": 4162, + "Name": "五品生命丹", + "DetailsPageName": "五品生命丹", + "Type": 4, + "RelatedId": 313, + "StockType": 3, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_4156", + "Description": "勇士服用的丹药,永久提升30点生命上限,每个勇士只能服用10颗", + "GetMethod": "来源:远征商城", + "Importantdata": false + }, + { + "Id": 4164, + "Name": "五品攻击丹", + "DetailsPageName": "五品攻击丹", + "Type": 4, + "RelatedId": 315, + "StockType": 3, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_4158", + "Description": "勇士服用的丹药,永久提升7点攻击,每个勇士只能服用10颗", + "GetMethod": "来源:远征商城", + "Importantdata": false + }, { "Id": 4201, "Name": "七品回血丹", @@ -11724,7 +12184,7 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_7077", + "Icon": "Item_Icon_7079", "Description": "精品炭烤鱼干食谱,使用后学会制作精品炭烤鱼干", "GetMethod": "来源:商城", "Importantdata": false @@ -11753,126 +12213,126 @@ "Importantdata": false }, { - "Id": 7102, - "Name": "客房·1级", - "DetailsPageName": "图纸:客房·1级", + "Id": 7081, + "Name": "木须肉", + "DetailsPageName": "食谱:木须肉", "Type": 7, - "RelatedId": 203, + "RelatedId": 38, "StockType": 6, "StorageType": 1, "Transport": false, - "BackpackTransfer": true, + "BackpackTransfer": false, "SuperpositionMax": 99999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_7102", - "Description": "建筑图纸,使用后可以在山谷中建造客房·1级", - "GetMethod": "来源:累计充值", + "Icon": "Item_Icon_7081", + "Description": "配方图纸,使用后可解锁制作木须肉的配方", + "GetMethod": "来源:太姥村声望商人", "Importantdata": false }, { - "Id": 7110, - "Name": "天工院·2级", - "DetailsPageName": "图纸:天工院·2级", + "Id": 7082, + "Name": "鸡蛋羹", + "DetailsPageName": "食谱:鸡蛋羹", "Type": 7, - "RelatedId": 211, + "RelatedId": 39, "StockType": 6, "StorageType": 1, "Transport": false, - "BackpackTransfer": true, + "BackpackTransfer": false, "SuperpositionMax": 99999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_7110", - "Description": "建筑图纸,使用后可以在山谷中建造天工院·2级", - "GetMethod": "来源:赤丘山声望商人", + "Icon": "Item_Icon_7082", + "Description": "配方图纸,使用后可解锁制作鸡蛋羹的配方", + "GetMethod": "来源:青山镇声望商人", "Importantdata": false }, { - "Id": 7111, - "Name": "八阵图·1级", - "DetailsPageName": "图纸:八阵图·1级", + "Id": 7083, + "Name": "木须肉", + "DetailsPageName": "精品:木须肉", "Type": 7, - "RelatedId": 212, + "RelatedId": 144, "StockType": 6, "StorageType": 1, "Transport": false, - "BackpackTransfer": true, + "BackpackTransfer": false, "SuperpositionMax": 99999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_7111", - "Description": "建筑图纸,使用后可以在山谷中建造八阵图·1级", - "GetMethod": "来源:累计充值", + "Icon": "Item_Icon_7083", + "Description": "配方图纸,使用后可解锁制作精品木须肉的配方", + "GetMethod": "来源:商城", "Importantdata": false }, { - "Id": 7112, - "Name": "浆果园·1级", - "DetailsPageName": "图纸:浆果园·1级", + "Id": 7084, + "Name": "鸡蛋羹", + "DetailsPageName": "精品:鸡蛋羹", "Type": 7, - "RelatedId": 213, + "RelatedId": 145, "StockType": 6, "StorageType": 1, "Transport": false, - "BackpackTransfer": true, + "BackpackTransfer": false, "SuperpositionMax": 99999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_7112", - "Description": "建筑图纸,使用后可以在山谷中建造浆果园·1级", - "GetMethod": "来源:赤丘山声望商人", + "Icon": "Item_Icon_7084", + "Description": "配方图纸,使用后可解锁制作精品鸡蛋羹的配方", + "GetMethod": "来源:商城", "Importantdata": false }, { - "Id": 7114, - "Name": "木瓦房·2级", - "DetailsPageName": "图纸:木瓦房·2级", + "Id": 7085, + "Name": "桂花糕", + "DetailsPageName": "食谱:桂花糕", "Type": 7, - "RelatedId": 215, + "RelatedId": 40, "StockType": 6, "StorageType": 1, "Transport": false, - "BackpackTransfer": true, + "BackpackTransfer": false, "SuperpositionMax": 99999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_7114", - "Description": "建筑图纸,使用后可以在山谷中建造木瓦房·2级", - "GetMethod": "来源:赤丘山声望商人", + "Icon": "Item_Icon_7085", + "Description": "配方图纸,使用后可解锁制作桂花糕的配方", + "GetMethod": "来源:青山镇声望商人", "Importantdata": false }, { - "Id": 7116, - "Name": "布庄·1级", - "DetailsPageName": "图纸:布庄·1级", + "Id": 7102, + "Name": "客房·1级", + "DetailsPageName": "图纸:客房·1级", "Type": 7, - "RelatedId": 217, + "RelatedId": 203, "StockType": 6, "StorageType": 1, "Transport": false, @@ -11885,15 +12345,130 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_7116", - "Description": "建筑图纸,使用后可以在山谷中建造布庄·1级", - "GetMethod": "来源:渔溪村声望商人", + "Icon": "Item_Icon_7102", + "Description": "建筑图纸,使用后可以在山谷中建造客房·1级", + "GetMethod": "来源:累计充值", "Importantdata": false }, { - "Id": 7117, - "Name": "野菜园·1级", - "DetailsPageName": "图纸:野菜园·1级", + "Id": 7110, + "Name": "天工院·2级", + "DetailsPageName": "图纸:天工院·2级", + "Type": 7, + "RelatedId": 211, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_7110", + "Description": "建筑图纸,使用后可以在山谷中建造天工院·2级", + "GetMethod": "来源:赤丘山声望商人", + "Importantdata": false + }, + { + "Id": 7111, + "Name": "八阵图·1级", + "DetailsPageName": "图纸:八阵图·1级", + "Type": 7, + "RelatedId": 212, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_7111", + "Description": "建筑图纸,使用后可以在山谷中建造八阵图·1级", + "GetMethod": "来源:累计充值", + "Importantdata": false + }, + { + "Id": 7112, + "Name": "浆果园·1级", + "DetailsPageName": "图纸:浆果园·1级", + "Type": 7, + "RelatedId": 213, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_7112", + "Description": "建筑图纸,使用后可以在山谷中建造浆果园·1级", + "GetMethod": "来源:赤丘山声望商人", + "Importantdata": false + }, + { + "Id": 7114, + "Name": "木瓦房·2级", + "DetailsPageName": "图纸:木瓦房·2级", + "Type": 7, + "RelatedId": 215, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_7114", + "Description": "建筑图纸,使用后可以在山谷中建造木瓦房·2级", + "GetMethod": "来源:赤丘山声望商人", + "Importantdata": false + }, + { + "Id": 7116, + "Name": "布庄·1级", + "DetailsPageName": "图纸:布庄·1级", + "Type": 7, + "RelatedId": 217, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_7116", + "Description": "建筑图纸,使用后可以在山谷中建造布庄·1级", + "GetMethod": "来源:渔溪村声望商人", + "Importantdata": false + }, + { + "Id": 7117, + "Name": "野菜园·1级", + "DetailsPageName": "图纸:野菜园·1级", "Type": 7, "RelatedId": 218, "StockType": 6, @@ -12810,6 +13385,29 @@ "GetMethod": "来源:青山镇声望商人", "Importantdata": false }, + { + "Id": 7170, + "Name": "邀月亭", + "DetailsPageName": "图纸:邀月亭", + "Type": 7, + "RelatedId": 273, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_7169", + "Description": "配方图纸,使用后可以在山谷中建造邀月亭", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, { "Id": 7200, "Name": "浆果苗", @@ -13516,7 +14114,7 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, "Icon": "Item_Icon_7232", "Description": "榕树的幼苗,可以成长为榕树。", @@ -13914,6 +14512,75 @@ "GetMethod": "来源:累计充值", "Importantdata": false }, + { + "Id": 7267, + "Name": "矮竹苗", + "DetailsPageName": "矮竹苗", + "Type": 7, + "RelatedId": 1029, + "StockType": 8, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_7267", + "Description": "矮竹的幼苗,可以成长为矮竹", + "GetMethod": "来源:礼包", + "Importantdata": true + }, + { + "Id": 7268, + "Name": "芭蕉树苗", + "DetailsPageName": "芭蕉树苗", + "Type": 7, + "RelatedId": 1030, + "StockType": 8, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_7268", + "Description": "芭蕉树的幼苗,可以成长为芭蕉树", + "GetMethod": "来源:礼包", + "Importantdata": true + }, + { + "Id": 7269, + "Name": "桂花树苗", + "DetailsPageName": "桂花树苗", + "Type": 7, + "RelatedId": 1031, + "StockType": 8, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_7269", + "Description": "桂花树的幼苗,可以成长为桂花树", + "GetMethod": "来源:外观礼包,青山镇声望", + "Importantdata": true + }, { "Id": 7301, "Name": "桃泥", @@ -13933,7 +14600,7 @@ "Grade": 3, "TreasureBowl": false, "Icon": "Item_Icon_7301", - "Description": "不死树的肥料,能增加不死树200点成长经验", + "Description": "不死树的肥料,能增加不死树400点成长经验", "GetMethod": "来源:制作合成", "Importantdata": false }, @@ -13956,7 +14623,7 @@ "Grade": 3, "TreasureBowl": false, "Icon": "Item_Icon_7302", - "Description": "不死树的肥料,能增加不死树400点成长经验", + "Description": "不死树的肥料,能增加不死树600点成长经验", "GetMethod": "来源:月卡每日奖励", "Importantdata": false }, @@ -14169,8 +14836,8 @@ }, { "Id": 7312, - "Name": "魂石袋", - "DetailsPageName": "魂石袋", + "Name": "普通魂石袋", + "DetailsPageName": "普通魂石袋", "Type": 7, "RelatedId": 806, "StockType": 8, @@ -14482,13 +15149,105 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 4, "TreasureBowl": false, "Icon": "Item_Icon_7325", - "Description": "快乐的花朵,可用于不死树觉醒后的肥料", + "Description": "幸福的花朵,可用增加不死树觉醒后的幸福值", "GetMethod": "来源:月卡每日奖励", "Importantdata": false }, + { + "Id": 7326, + "Name": "不死果", + "DetailsPageName": "不死果", + "Type": 1, + "RelatedId": 0, + "StockType": 8, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 5, + "TreasureBowl": false, + "Icon": "Item_Icon_7326", + "Description": "不死树觉醒后成熟时掉落,可用于喂养精灵蛋", + "GetMethod": "来源:不死树", + "Importantdata": false + }, + { + "Id": 7327, + "Name": "外观礼盒", + "DetailsPageName": "外观礼盒", + "Type": 7, + "RelatedId": 815, + "StockType": 8, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_7327", + "Description": "打开可以选择指定的一个外观装饰物", + "GetMethod": "来源:外观礼盒", + "Importantdata": false + }, + { + "Id": 7328, + "Name": "邀月帖", + "DetailsPageName": "邀月帖", + "Type": 7, + "RelatedId": 816, + "StockType": 8, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 3, + "TreasureBowl": false, + "Icon": "Item_Icon_7328", + "Description": "获得后可以邀请桃谷内的村民参与博饼,彼之骰运,皆为你之所获。外形似一张以金粉绘就蟾宫桂影、以月华浸染的精致请柬。", + "GetMethod": "来源:桃源关扑活动", + "Importantdata": false + }, + { + "Id": 7329, + "Name": "专属武器箱", + "DetailsPageName": "专属武器箱", + "Type": 7, + "RelatedId": 817, + "StockType": 8, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 5, + "TreasureBowl": false, + "Icon": "Item_Icon_7329", + "Description": "打开可选择勇士的一阶专属武器", + "GetMethod": "来源:礼包,远征商城", + "Importantdata": false + }, { "Id": 7401, "Name": "大豆增产·1级", @@ -17204,476 +17963,476 @@ "Importantdata": false }, { - "Id": 8001, - "Name": "鸡仔", - "DetailsPageName": "鸡仔", - "Type": 8, - "RelatedId": 1001, - "StockType": 9, - "StorageType": 0, + "Id": 7883, + "Name": "青枝浮蝶", + "DetailsPageName": "青枝浮蝶", + "Type": 7, + "RelatedId": 12083, + "StockType": 8, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8001", - "Description": "快乐的小鸡仔,咕叽咕叽", - "GetMethod": "来源:森林打猎", + "Icon": "Item_Icon_7883", + "Description": "月下翩然疑是蝶,细看方知香幽如故。", + "GetMethod": "来源:图鉴积分排行榜商店", "Importantdata": false }, { - "Id": 8002, - "Name": "鸡", - "DetailsPageName": "鸡", - "Type": 8, - "RelatedId": 1002, - "StockType": 9, - "StorageType": 0, + "Id": 7884, + "Name": "东篱素菊", + "DetailsPageName": "东篱素菊", + "Type": 7, + "RelatedId": 12084, + "StockType": 8, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8002", - "Description": "优雅地产蛋,是我光荣的使命", - "GetMethod": "来源:森林打猎", + "Icon": "Item_Icon_7884", + "Description": "熔金灼灼缀秋光,簇簇迎风不肯凋。", + "GetMethod": "来源:外观礼盒", "Importantdata": false }, { - "Id": 8003, - "Name": "鸭仔", - "DetailsPageName": "鸭仔", - "Type": 8, - "RelatedId": 2001, - "StockType": 9, - "StorageType": 0, + "Id": 7885, + "Name": "方寸幽兰", + "DetailsPageName": "方寸幽兰", + "Type": 7, + "RelatedId": 12085, + "StockType": 8, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8003", - "Description": "天真的小鸭仔,嘎嘎", - "GetMethod": "来源:森林打猎", + "Icon": "Item_Icon_7885", + "Description": "幽兰生前庭,含熏待清风。", + "GetMethod": "来源:外观礼盒", "Importantdata": false }, { - "Id": 8004, - "Name": "鸭", - "DetailsPageName": "鸭", - "Type": 8, - "RelatedId": 2002, - "StockType": 9, - "StorageType": 0, + "Id": 7887, + "Name": "石上朝颜", + "DetailsPageName": "石上朝颜", + "Type": 7, + "RelatedId": 12087, + "StockType": 8, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8004", - "Description": "特长是游泳,产蛋也不逊色", - "GetMethod": "来源:森林打猎", + "Icon": "Item_Icon_7887", + "Description": "紫云攀石岫,藤蔓绕青痕。", + "GetMethod": "来源:外观礼盒", "Importantdata": false }, { - "Id": 8005, - "Name": "猪仔", - "DetailsPageName": "猪仔", - "Type": 8, - "RelatedId": 4001, - "StockType": 9, - "StorageType": 0, + "Id": 7888, + "Name": "粉玉低映", + "DetailsPageName": "粉玉低映", + "Type": 7, + "RelatedId": 12088, + "StockType": 8, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8005", - "Description": "清澈懵懂的小猪仔,哼哧哼哧", - "GetMethod": "来源:森林打猎", + "Icon": "Item_Icon_7888", + "Description": "锦簇团香,粉白相映,独秀案前", + "GetMethod": "来源:外观礼盒", "Importantdata": false }, { - "Id": 8006, - "Name": "猪", - "DetailsPageName": "猪", - "Type": 8, - "RelatedId": 4002, - "StockType": 9, - "StorageType": 0, + "Id": 7889, + "Name": "曲径石阑", + "DetailsPageName": "曲径石阑", + "Type": 7, + "RelatedId": 12089, + "StockType": 8, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8006", - "Description": "每一头小猪都有一个目标,那就是成为干饭第一名", - "GetMethod": "来源:森林打猎", + "Icon": "Item_Icon_7889", + "Description": "曲径锁青痕,虚实相生,引风入院。", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8050, - "Name": "当康", - "DetailsPageName": "当康", - "Type": 14, - "RelatedId": 1001, - "StockType": 9, - "StorageType": 0, + "Id": 7890, + "Name": "曲径石阑·角", + "DetailsPageName": "曲径石阑·角", + "Type": 7, + "RelatedId": 12090, + "StockType": 8, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8050", - "Description": "传说中的神宠,但是这一只似乎没有那么厉害。吃喝拉撒外能帮忙给农田和不死树自动施肥", - "GetMethod": "来源:累计充值", + "Icon": "Item_Icon_7890", + "Description": "曲径石阑的拐角。", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8051, - "Name": "小白", - "DetailsPageName": "小白", - "Type": 14, - "RelatedId": 1002, - "StockType": 9, - "StorageType": 0, + "Id": 7891, + "Name": "水云间·门", + "DetailsPageName": "水云间·门", + "Type": 7, + "RelatedId": 12091, + "StockType": 8, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8051", - "Description": "肉嘟嘟的小狗,警惕性很高,但是很胆小", - "GetMethod": "来源:任务奖励", + "Icon": "Item_Icon_7891", + "Description": "青砖叠印旧梦,绿瓦流淌雨声,一隅藏江南。", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8052, - "Name": "萌牛", - "DetailsPageName": "萌牛", - "Type": 14, - "RelatedId": 1003, - "StockType": 9, - "StorageType": 0, + "Id": 7892, + "Name": "水云间·墙", + "DetailsPageName": "水云间·墙", + "Type": 7, + "RelatedId": 12092, + "StockType": 8, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8052", - "Description": "很萌的一只小牛,可以帮忙给农田播种", - "GetMethod": "来源:任务奖励", + "Icon": "Item_Icon_7892", + "Description": "青砖叠印旧梦,绿瓦流淌雨声,一隅藏江南。", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8053, - "Name": "灵蛇", - "DetailsPageName": "灵蛇", - "Type": 14, - "RelatedId": 1004, - "StockType": 9, - "StorageType": 0, + "Id": 7893, + "Name": "水云间·角", + "DetailsPageName": "水云间·角", + "Type": 7, + "RelatedId": 12093, + "StockType": 8, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8053", - "Description": "一条颇具灵性的小蛇,曾得慕容婉姑娘救治,通晓报恩之理,尤擅辨识百草,能助人疗愈病痛。", - "GetMethod": "来源:任务奖励", - "Importantdata": true + "Icon": "Item_Icon_7893", + "Description": "青砖叠印旧梦,绿瓦流淌雨声,一隅藏江南。", + "GetMethod": "来源:外观礼包", + "Importantdata": false }, { - "Id": 8100, - "Name": "李绫儿介绍信", - "DetailsPageName": "李绫儿介绍信", + "Id": 7894, + "Name": "碎石径", + "DetailsPageName": "碎石径", "Type": 7, - "RelatedId": 701, + "RelatedId": 12094, "StockType": 8, "StorageType": 1, "Transport": false, - "BackpackTransfer": true, + "BackpackTransfer": false, "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 5, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8100", - "Description": "使用后招募勇士-李绫儿", - "GetMethod": "来源:累计充值", - "Importantdata": true + "Icon": "Item_Icon_7894", + "Description": "这是工匠铺就主路后,用筐底剩下的几枚碎石信手点缀的小径。它们或许不够规整,却足以抚平泥泞,让每一次归家的脚步都轻快而踏实", + "GetMethod": "来源:外观礼包", + "Importantdata": false }, { - "Id": 8101, - "Name": "孟和介绍信", - "DetailsPageName": "孟和介绍信", + "Id": 7895, + "Name": "流萤盏", + "DetailsPageName": "流萤盏", "Type": 7, - "RelatedId": 702, + "RelatedId": 12095, "StockType": 8, "StorageType": 1, "Transport": false, - "BackpackTransfer": true, + "BackpackTransfer": false, "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 5, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8101", - "Description": "使用后招募勇士-孟和", - "GetMethod": "来源:累计充值", - "Importantdata": true + "Icon": "Item_Icon_7895", + "Description": "将此灯置入流水中,以微光代语,寄长情于秋水。", + "GetMethod": "来源:外观礼盒", + "Importantdata": false }, { - "Id": 8102, - "Name": "韩菲介绍信", - "DetailsPageName": "韩菲介绍信", + "Id": 7896, + "Name": "芙蕖疏影", + "DetailsPageName": "芙蕖疏影", "Type": 7, - "RelatedId": 703, + "RelatedId": 12096, "StockType": 8, "StorageType": 1, "Transport": false, - "BackpackTransfer": true, + "BackpackTransfer": false, "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 5, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8102", - "Description": "使用后招募勇士-韩菲", - "GetMethod": "来源:累计充值", - "Importantdata": true + "Icon": "Item_Icon_7896", + "Description": "碧罗圆叶戏清风,粉面娇花半掩容,清风忽扰一池梦,惊起涟漪泛月华。", + "GetMethod": "来源:外观礼盒", + "Importantdata": false }, { - "Id": 8103, - "Name": "慕容婉介绍信", - "DetailsPageName": "慕容婉介绍信", + "Id": 7897, + "Name": "菡萏浮芳盏", + "DetailsPageName": "菡萏浮芳盏", "Type": 7, - "RelatedId": 704, + "RelatedId": 12097, "StockType": 8, "StorageType": 1, "Transport": false, - "BackpackTransfer": true, + "BackpackTransfer": false, "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 5, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8103", - "Description": "使用后招募勇士-慕容婉", - "GetMethod": "来源:商城", - "Importantdata": true + "Icon": "Item_Icon_7897", + "Description": "翠盏托红蕖,烛心映玉容。逐水寄幽愿,随波到夜扉。", + "GetMethod": "来源:外观礼盒", + "Importantdata": false }, { - "Id": 8105, - "Name": "陆六介绍信", - "DetailsPageName": "陆六介绍信", + "Id": 7898, + "Name": "玉兔揽月灯", + "DetailsPageName": "玉兔揽月灯", "Type": 7, - "RelatedId": 706, + "RelatedId": 12098, "StockType": 8, "StorageType": 1, "Transport": false, - "BackpackTransfer": true, + "BackpackTransfer": false, "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 5, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_8105", - "Description": "使用后招募勇士-陆六", - "GetMethod": "来源:累计充值", - "Importantdata": true + "Icon": "Item_Icon_7898", + "Description": "金粟缀清枝,团兔倚桂明。盈满一庭秋色,共映人间团圆景。", + "GetMethod": "来源:外观礼包", + "Importantdata": false }, { - "Id": 8106, - "Name": "啾啾介绍信", - "DetailsPageName": "啾啾介绍信", + "Id": 7899, + "Name": "月盏盛秋梦", + "DetailsPageName": "月盏盛秋梦", "Type": 7, - "RelatedId": 707, + "RelatedId": 12099, "StockType": 8, "StorageType": 1, "Transport": false, - "BackpackTransfer": true, + "BackpackTransfer": false, "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 5, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8106", - "Description": "使用后招募勇士-啾啾", - "GetMethod": "来源:累计充值", - "Importantdata": true + "Icon": "Item_Icon_7899", + "Description": "玉兔栖月盏,清辉盛秋梦。浮光流转间,寄一份桃源佳期。", + "GetMethod": "来源:中秋节活动", + "Importantdata": false }, { - "Id": 8107, - "Name": "小桂介绍信", - "DetailsPageName": "小桂介绍信", + "Id": 7900, + "Name": "秋夕玉兔灯", + "DetailsPageName": "秋夕玉兔灯", "Type": 7, - "RelatedId": 710, + "RelatedId": 12100, "StockType": 8, "StorageType": 1, "Transport": false, - "BackpackTransfer": true, + "BackpackTransfer": false, "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 5, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8107", - "Description": "使用后招募勇士-小桂", - "GetMethod": "来源:累计充值", + "Icon": "Item_Icon_7900", + "Description": "莲舟托玉蟾,秋夕映长河。逐水寄遥愿,岁岁共清辉。", + "GetMethod": "来源:中秋节活动", "Importantdata": false }, { - "Id": 8201, - "Name": "碎石手推车", - "DetailsPageName": "图纸:碎石手推车", + "Id": 7901, + "Name": "月宫玉兔摊", + "DetailsPageName": "月宫玉兔摊", "Type": 7, - "RelatedId": 12501, - "StockType": 6, + "RelatedId": 12101, + "StockType": 8, "StorageType": 1, "Transport": false, - "BackpackTransfer": true, + "BackpackTransfer": false, "SuperpositionMax": 99999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_8201", - "Description": "使用后学会制作碎石手推车", - "GetMethod": "来源:渔溪村声望商人", + "Icon": "Item_Icon_7901", + "Description": "传说每逢中秋,月宫中的玉兔便会偷偷溜下凡间,在桃源最热闹的街角支起一个小摊。", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8202, - "Name": "结实手推车", - "DetailsPageName": "图纸:结实手推车", - "Type": 7, - "RelatedId": 12502, - "StockType": 6, - "StorageType": 1, + "Id": 8001, + "Name": "鸡仔", + "DetailsPageName": "鸡仔", + "Type": 8, + "RelatedId": 1001, + "StockType": 9, + "StorageType": 0, "Transport": false, - "BackpackTransfer": true, - "SuperpositionMax": 99999999, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8202", - "Description": "使用后学会制作结实手推车", - "GetMethod": "来源:渔溪村声望商人", + "Icon": "Item_Icon_8001", + "Description": "快乐的小鸡仔,咕叽咕叽", + "GetMethod": "来源:森林打猎", "Importantdata": false }, { - "Id": 8203, - "Name": "茅草木门", - "DetailsPageName": "图纸:茅草木门", - "Type": 7, - "RelatedId": 12503, - "StockType": 6, - "StorageType": 1, + "Id": 8002, + "Name": "鸡", + "DetailsPageName": "鸡", + "Type": 8, + "RelatedId": 1002, + "StockType": 9, + "StorageType": 0, "Transport": false, - "BackpackTransfer": true, - "SuperpositionMax": 99999999, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8203", - "Description": "使用后学会制作茅草木门", - "GetMethod": "来源:神秘商人购买残页合成", + "Icon": "Item_Icon_8002", + "Description": "优雅地产蛋,是我光荣的使命", + "GetMethod": "来源:森林打猎", "Importantdata": false }, { - "Id": 8204, - "Name": "素木案", - "DetailsPageName": "图纸:素木案", - "Type": 7, - "RelatedId": 12504, - "StockType": 6, - "StorageType": 1, + "Id": 8003, + "Name": "鸭仔", + "DetailsPageName": "鸭仔", + "Type": 8, + "RelatedId": 2001, + "StockType": 9, + "StorageType": 0, "Transport": false, - "BackpackTransfer": true, - "SuperpositionMax": 99999999, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, @@ -17681,22 +18440,22 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8204", - "Description": "使用后学会制作素木案", - "GetMethod": "来源:兽潮掉落残页合成", + "Icon": "Item_Icon_8003", + "Description": "天真的小鸭仔,嘎嘎", + "GetMethod": "来源:森林打猎", "Importantdata": false }, { - "Id": 8205, - "Name": "小木盆", - "DetailsPageName": "图纸:小木盆", - "Type": 7, - "RelatedId": 12505, - "StockType": 6, - "StorageType": 1, + "Id": 8004, + "Name": "鸭", + "DetailsPageName": "鸭", + "Type": 8, + "RelatedId": 2002, + "StockType": 9, + "StorageType": 0, "Transport": false, - "BackpackTransfer": true, - "SuperpositionMax": 99999999, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, @@ -17704,68 +18463,68 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8205", - "Description": "使用后学会制作小木盆", - "GetMethod": "来源:渔溪村声望商人", + "Icon": "Item_Icon_8004", + "Description": "特长是游泳,产蛋也不逊色", + "GetMethod": "来源:森林打猎", "Importantdata": false }, { - "Id": 8206, - "Name": "竹制晾衣架", - "DetailsPageName": "图纸:竹制晾衣架", - "Type": 7, - "RelatedId": 12506, - "StockType": 6, - "StorageType": 1, + "Id": 8005, + "Name": "猪仔", + "DetailsPageName": "猪仔", + "Type": 8, + "RelatedId": 4001, + "StockType": 9, + "StorageType": 0, "Transport": false, - "BackpackTransfer": true, - "SuperpositionMax": 99999999, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8206", - "Description": "使用后学会制作竹制晾衣架", - "GetMethod": "来源:渔溪村声望商人", + "Icon": "Item_Icon_8005", + "Description": "清澈懵懂的小猪仔,哼哧哼哧", + "GetMethod": "来源:森林打猎", "Importantdata": false }, { - "Id": 8207, - "Name": "药香泥炉", - "DetailsPageName": "图纸:药香泥炉", - "Type": 7, - "RelatedId": 12507, - "StockType": 6, - "StorageType": 1, + "Id": 8006, + "Name": "猪", + "DetailsPageName": "猪", + "Type": 8, + "RelatedId": 4002, + "StockType": 9, + "StorageType": 0, "Transport": false, - "BackpackTransfer": true, - "SuperpositionMax": 99999999, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8207", - "Description": "使用后学会制作药香泥炉", - "GetMethod": "来源:兽潮掉落残页合成", + "Icon": "Item_Icon_8006", + "Description": "每一头小猪都有一个目标,那就是成为干饭第一名", + "GetMethod": "来源:森林打猎", "Importantdata": false }, { - "Id": 8208, - "Name": "石块矮墙", - "DetailsPageName": "图纸:石块矮墙", - "Type": 7, - "RelatedId": 12508, - "StockType": 6, - "StorageType": 1, + "Id": 8050, + "Name": "当康", + "DetailsPageName": "当康", + "Type": 14, + "RelatedId": 1001, + "StockType": 9, + "StorageType": 0, "Transport": false, - "BackpackTransfer": true, - "SuperpositionMax": 99999999, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, @@ -17773,87 +18532,110 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8208", - "Description": "使用后学会制作石块矮墙", - "GetMethod": "来源:赤丘山声望商人", + "Icon": "Item_Icon_8050", + "Description": "传说中的神宠,但是这一只似乎没有那么厉害。吃喝拉撒外能帮忙给农田和不死树自动施肥", + "GetMethod": "来源:累计充值", "Importantdata": false }, { - "Id": 8209, - "Name": "圆顶茅草伞", - "DetailsPageName": "图纸:圆顶茅草伞", - "Type": 7, - "RelatedId": 12509, - "StockType": 6, - "StorageType": 1, + "Id": 8051, + "Name": "小白", + "DetailsPageName": "小白", + "Type": 14, + "RelatedId": 1002, + "StockType": 9, + "StorageType": 0, "Transport": false, - "BackpackTransfer": true, - "SuperpositionMax": 99999999, - "HasLimit": -1, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8209", - "Description": "使用后学会制作圆顶茅草伞", - "GetMethod": "来源:赤丘山声望商人", + "Icon": "Item_Icon_8051", + "Description": "肉嘟嘟的小狗,警惕性很高,但是很胆小", + "GetMethod": "来源:任务奖励", "Importantdata": false }, { - "Id": 8210, - "Name": "竹制晾晒架", - "DetailsPageName": "图纸:竹制晾晒架", - "Type": 7, - "RelatedId": 12510, - "StockType": 6, - "StorageType": 1, + "Id": 8052, + "Name": "萌牛", + "DetailsPageName": "萌牛", + "Type": 14, + "RelatedId": 1003, + "StockType": 9, + "StorageType": 0, "Transport": false, - "BackpackTransfer": true, - "SuperpositionMax": 99999999, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8210", - "Description": "使用后学会制作竹制晾晒架", - "GetMethod": "来源:赤丘山声望商人", + "Icon": "Item_Icon_8052", + "Description": "很萌的一只小牛,可以帮忙给农田播种", + "GetMethod": "来源:任务奖励", "Importantdata": false }, { - "Id": 8211, - "Name": "手编竹篮", - "DetailsPageName": "图纸:手编竹篮", - "Type": 7, - "RelatedId": 12511, - "StockType": 6, - "StorageType": 1, + "Id": 8053, + "Name": "灵蛇", + "DetailsPageName": "灵蛇", + "Type": 14, + "RelatedId": 1004, + "StockType": 9, + "StorageType": 0, "Transport": false, - "BackpackTransfer": true, - "SuperpositionMax": 99999999, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8211", - "Description": "使用后学会制作手编竹篮", - "GetMethod": "来源:图鉴排行榜商店", - "Importantdata": false + "Icon": "Item_Icon_8053", + "Description": "一条颇具灵性的小蛇,曾得慕容婉姑娘救治,通晓报恩之理,尤擅辨识百草,能助人疗愈病痛。", + "GetMethod": "来源:任务奖励", + "Importantdata": true }, { - "Id": 8212, - "Name": "青篱笆", - "DetailsPageName": "图纸:青篱笆", + "Id": 8054, + "Name": "月麒麟", + "DetailsPageName": "月麒麟", + "Type": 14, + "RelatedId": 1005, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 5, + "TreasureBowl": false, + "Icon": "Item_Icon_8054", + "Description": "传说中的神兽,它的存在能鼓舞勇士,增强所有勇士的属性。\n攻击:+200\n移速:+30", + "GetMethod": "来源:中秋抽奖活动", + "Importantdata": true + }, + { + "Id": 8100, + "Name": "李绫儿介绍信", + "DetailsPageName": "李绫儿介绍信", "Type": 7, - "RelatedId": 12512, - "StockType": 6, + "RelatedId": 701, + "StockType": 8, "StorageType": 1, "Transport": false, "BackpackTransfer": true, @@ -17863,20 +18645,20 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_8212", - "Description": "使用后学会制作青篱笆", - "GetMethod": "来源:神秘商人购买残页合成", - "Importantdata": false + "Icon": "Item_Icon_8100", + "Description": "使用后招募勇士-李绫儿", + "GetMethod": "来源:累计充值", + "Importantdata": true }, { - "Id": 8213, - "Name": "青岩方墙", - "DetailsPageName": "图纸:青岩方墙", + "Id": 8101, + "Name": "孟和介绍信", + "DetailsPageName": "孟和介绍信", "Type": 7, - "RelatedId": 12513, - "StockType": 6, + "RelatedId": 702, + "StockType": 8, "StorageType": 1, "Transport": false, "BackpackTransfer": true, @@ -17886,20 +18668,20 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_8213", - "Description": "使用后学会制作青岩方墙", - "GetMethod": "来源:外观礼包", - "Importantdata": false + "Icon": "Item_Icon_8101", + "Description": "使用后招募勇士-孟和", + "GetMethod": "来源:累计充值", + "Importantdata": true }, { - "Id": 8214, - "Name": "靠背竹椅", - "DetailsPageName": "图纸:靠背竹椅", + "Id": 8102, + "Name": "韩菲介绍信", + "DetailsPageName": "韩菲介绍信", "Type": 7, - "RelatedId": 12514, - "StockType": 6, + "RelatedId": 703, + "StockType": 8, "StorageType": 1, "Transport": false, "BackpackTransfer": true, @@ -17909,20 +18691,20 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_8214", - "Description": "使用后学会制作靠背竹椅", - "GetMethod": "来源:装饰基金", - "Importantdata": false + "Icon": "Item_Icon_8102", + "Description": "使用后招募勇士-韩菲", + "GetMethod": "来源:累计充值", + "Importantdata": true }, { - "Id": 8215, - "Name": "竹制矮凳", - "DetailsPageName": "图纸:竹制矮凳", + "Id": 8103, + "Name": "慕容婉介绍信", + "DetailsPageName": "慕容婉介绍信", "Type": 7, - "RelatedId": 12515, - "StockType": 6, + "RelatedId": 704, + "StockType": 8, "StorageType": 1, "Transport": false, "BackpackTransfer": true, @@ -17932,20 +18714,20 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_8215", - "Description": "使用后学会制作竹制矮凳", - "GetMethod": "来源:图鉴排行榜商店", - "Importantdata": false + "Icon": "Item_Icon_8103", + "Description": "使用后招募勇士-慕容婉", + "GetMethod": "来源:商城", + "Importantdata": true }, { - "Id": 8216, - "Name": "矮竹桌", - "DetailsPageName": "图纸:矮竹桌", + "Id": 8105, + "Name": "陆六介绍信", + "DetailsPageName": "陆六介绍信", "Type": 7, - "RelatedId": 12516, - "StockType": 6, + "RelatedId": 706, + "StockType": 8, "StorageType": 1, "Transport": false, "BackpackTransfer": true, @@ -17955,20 +18737,20 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_8216", - "Description": "使用后学会制作矮竹桌", - "GetMethod": "来源:图鉴兽排行榜商店", - "Importantdata": false + "Icon": "Item_Icon_8105", + "Description": "使用后招募勇士-陆六", + "GetMethod": "来源:累计充值", + "Importantdata": true }, { - "Id": 8217, - "Name": "翠蔓竹门", - "DetailsPageName": "图纸:翠蔓竹门", + "Id": 8106, + "Name": "啾啾介绍信", + "DetailsPageName": "啾啾介绍信", "Type": 7, - "RelatedId": 12517, - "StockType": 6, + "RelatedId": 707, + "StockType": 8, "StorageType": 1, "Transport": false, "BackpackTransfer": true, @@ -17978,20 +18760,20 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_8217", - "Description": "使用后学会制作翠蔓竹门", - "GetMethod": "来源:装饰基金", - "Importantdata": false + "Icon": "Item_Icon_8106", + "Description": "使用后招募勇士-啾啾", + "GetMethod": "来源:累计充值", + "Importantdata": true }, { - "Id": 8218, - "Name": "青石桌", - "DetailsPageName": "图纸:青石桌", + "Id": 8107, + "Name": "小桂介绍信", + "DetailsPageName": "小桂介绍信", "Type": 7, - "RelatedId": 12518, - "StockType": 6, + "RelatedId": 710, + "StockType": 8, "StorageType": 1, "Transport": false, "BackpackTransfer": true, @@ -18001,19 +18783,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_8218", - "Description": "使用后学会制作青石桌", - "GetMethod": "来源:装饰基金", + "Icon": "Item_Icon_8107", + "Description": "使用后招募勇士-小桂", + "GetMethod": "来源:累计充值", "Importantdata": false }, { - "Id": 8219, - "Name": "圆石墩", - "DetailsPageName": "图纸:圆石墩", + "Id": 8201, + "Name": "碎石手推车", + "DetailsPageName": "图纸:碎石手推车", "Type": 7, - "RelatedId": 12519, + "RelatedId": 12501, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18026,17 +18808,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8219", - "Description": "使用后学会制作圆石墩", - "GetMethod": "来源:赤丘山声望商人", + "Icon": "Item_Icon_8201", + "Description": "使用后学会制作碎石手推车", + "GetMethod": "来源:渔溪村声望商人", "Importantdata": false }, { - "Id": 8220, - "Name": "稻草人", - "DetailsPageName": "图纸:稻草人", + "Id": 8202, + "Name": "结实手推车", + "DetailsPageName": "图纸:结实手推车", "Type": 7, - "RelatedId": 12520, + "RelatedId": 12502, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18049,17 +18831,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8220", - "Description": "使用后学会制作稻草人", - "GetMethod": "来源:装饰基金", + "Icon": "Item_Icon_8202", + "Description": "使用后学会制作结实手推车", + "GetMethod": "来源:渔溪村声望商人", "Importantdata": false }, { - "Id": 8221, - "Name": "木制晾衣架", - "DetailsPageName": "图纸:木制晾衣架", + "Id": 8203, + "Name": "茅草木门", + "DetailsPageName": "图纸:茅草木门", "Type": 7, - "RelatedId": 12521, + "RelatedId": 12503, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18070,19 +18852,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8221", - "Description": "使用后学会制作木制晾衣架", - "GetMethod": "来源:装饰基金", + "Icon": "Item_Icon_8203", + "Description": "使用后学会制作茅草木门", + "GetMethod": "来源:神秘商人购买残页合成", "Importantdata": false }, { - "Id": 8222, - "Name": "采花篮", - "DetailsPageName": "图纸:采花篮", + "Id": 8204, + "Name": "素木案", + "DetailsPageName": "图纸:素木案", "Type": 7, - "RelatedId": 12522, + "RelatedId": 12504, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18095,17 +18877,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8222", - "Description": "使用后学会制作采花篮", - "GetMethod": "来源:太姥村声望商人", + "Icon": "Item_Icon_8204", + "Description": "使用后学会制作素木案", + "GetMethod": "来源:兽潮掉落残页合成", "Importantdata": false }, { - "Id": 8223, - "Name": "草垛", - "DetailsPageName": "图纸:草垛", + "Id": 8205, + "Name": "小木盆", + "DetailsPageName": "图纸:小木盆", "Type": 7, - "RelatedId": 12523, + "RelatedId": 12505, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18118,17 +18900,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8223", - "Description": "使用后学会制作草垛", - "GetMethod": "来源:装饰基金", + "Icon": "Item_Icon_8205", + "Description": "使用后学会制作小木盆", + "GetMethod": "来源:渔溪村声望商人", "Importantdata": false }, { - "Id": 8224, - "Name": "纸云鸢", - "DetailsPageName": "图纸:纸云鸢", + "Id": 8206, + "Name": "竹制晾衣架", + "DetailsPageName": "图纸:竹制晾衣架", "Type": 7, - "RelatedId": 12524, + "RelatedId": 12506, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18139,19 +18921,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8224", - "Description": "使用后学会制作纸云鸢", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_8206", + "Description": "使用后学会制作竹制晾衣架", + "GetMethod": "来源:渔溪村声望商人", "Importantdata": false }, { - "Id": 8225, - "Name": "鼓", - "DetailsPageName": "图纸:鼓", + "Id": 8207, + "Name": "药香泥炉", + "DetailsPageName": "图纸:药香泥炉", "Type": 7, - "RelatedId": 12525, + "RelatedId": 12507, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18162,19 +18944,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8225", - "Description": "使用后学会制作鼓", - "GetMethod": "来源:太姥村声望商人", + "Icon": "Item_Icon_8207", + "Description": "使用后学会制作药香泥炉", + "GetMethod": "来源:兽潮掉落残页合成", "Importantdata": false }, { - "Id": 8226, - "Name": "守夜火盆", - "DetailsPageName": "图纸:守夜火盆", + "Id": 8208, + "Name": "石块矮墙", + "DetailsPageName": "图纸:石块矮墙", "Type": 7, - "RelatedId": 12526, + "RelatedId": 12508, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18187,17 +18969,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8226", - "Description": "使用后学会制作守夜火盆", - "GetMethod": "来源:太姥村声望商人", + "Icon": "Item_Icon_8208", + "Description": "使用后学会制作石块矮墙", + "GetMethod": "来源:赤丘山声望商人", "Importantdata": false }, { - "Id": 8227, - "Name": "枯木逢春·绣球", - "DetailsPageName": "图纸:枯木逢春·绣球", + "Id": 8209, + "Name": "圆顶茅草伞", + "DetailsPageName": "图纸:圆顶茅草伞", "Type": 7, - "RelatedId": 12527, + "RelatedId": 12509, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18208,19 +18990,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8227", - "Description": "使用后学会制作枯木逢春·绣球", - "GetMethod": "来源:神秘商人购买残页合成", + "Icon": "Item_Icon_8209", + "Description": "使用后学会制作圆顶茅草伞", + "GetMethod": "来源:赤丘山声望商人", "Importantdata": false }, { - "Id": 8228, - "Name": "枯木逢春·玫瑰", - "DetailsPageName": "图纸:枯木逢春·玫瑰", + "Id": 8210, + "Name": "竹制晾晒架", + "DetailsPageName": "图纸:竹制晾晒架", "Type": 7, - "RelatedId": 12528, + "RelatedId": 12510, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18231,19 +19013,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8228", - "Description": "使用后学会制作枯木逢春·玫瑰", - "GetMethod": "来源:装饰基金", + "Icon": "Item_Icon_8210", + "Description": "使用后学会制作竹制晾晒架", + "GetMethod": "来源:赤丘山声望商人", "Importantdata": false }, { - "Id": 8229, - "Name": "摇摇木马", - "DetailsPageName": "图纸:摇摇木马", + "Id": 8211, + "Name": "手编竹篮", + "DetailsPageName": "图纸:手编竹篮", "Type": 7, - "RelatedId": 12529, + "RelatedId": 12511, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18254,19 +19036,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8229", - "Description": "使用后学会制作摇摇木马", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8211", + "Description": "使用后学会制作手编竹篮", + "GetMethod": "来源:图鉴排行榜商店", "Importantdata": false }, { - "Id": 8230, - "Name": "藤萝秋千架", - "DetailsPageName": "图纸:藤萝秋千架", + "Id": 8212, + "Name": "青篱笆", + "DetailsPageName": "图纸:青篱笆", "Type": 7, - "RelatedId": 12530, + "RelatedId": 12512, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18279,17 +19061,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8230", - "Description": "使用后学会制作藤萝秋千架", - "GetMethod": "来源:装饰基金", + "Icon": "Item_Icon_8212", + "Description": "使用后学会制作青篱笆", + "GetMethod": "来源:神秘商人购买残页合成", "Importantdata": false }, { - "Id": 8231, - "Name": "木制晒药篮", - "DetailsPageName": "图纸:木制晒药篮", + "Id": 8213, + "Name": "青岩方墙", + "DetailsPageName": "图纸:青岩方墙", "Type": 7, - "RelatedId": 12531, + "RelatedId": 12513, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18302,17 +19084,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8231", - "Description": "使用后学会制作木制晒药篮", - "GetMethod": "来源:探索残页合成图纸后制作", + "Icon": "Item_Icon_8213", + "Description": "使用后学会制作青岩方墙", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8232, - "Name": "青石灯", - "DetailsPageName": "图纸:青石灯", + "Id": 8214, + "Name": "靠背竹椅", + "DetailsPageName": "图纸:靠背竹椅", "Type": 7, - "RelatedId": 12532, + "RelatedId": 12514, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18325,17 +19107,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8232", - "Description": "使用后学会制作青石灯", + "Icon": "Item_Icon_8214", + "Description": "使用后学会制作靠背竹椅", "GetMethod": "来源:装饰基金", "Importantdata": false }, { - "Id": 8233, - "Name": "青岩方墙·角", - "DetailsPageName": "图纸:青岩方墙·角", + "Id": 8215, + "Name": "竹制矮凳", + "DetailsPageName": "图纸:竹制矮凳", "Type": 7, - "RelatedId": 12533, + "RelatedId": 12515, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18348,17 +19130,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8233", - "Description": "使用后学会制作青岩方墙·角", - "GetMethod": "来源:太姥村声望商人", + "Icon": "Item_Icon_8215", + "Description": "使用后学会制作竹制矮凳", + "GetMethod": "来源:图鉴排行榜商店", "Importantdata": false }, { - "Id": 8234, - "Name": "小太湖石", - "DetailsPageName": "图纸:小太湖石", + "Id": 8216, + "Name": "矮竹桌", + "DetailsPageName": "图纸:矮竹桌", "Type": 7, - "RelatedId": 12534, + "RelatedId": 12516, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18369,19 +19151,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8234", - "Description": "使用后学会制作小太湖石", - "GetMethod": "来源:青山镇声望商人", + "Icon": "Item_Icon_8216", + "Description": "使用后学会制作矮竹桌", + "GetMethod": "来源:图鉴兽排行榜商店", "Importantdata": false }, { - "Id": 8235, - "Name": "大太湖石", - "DetailsPageName": "图纸:大太湖石", + "Id": 8217, + "Name": "翠蔓竹门", + "DetailsPageName": "图纸:翠蔓竹门", "Type": 7, - "RelatedId": 12535, + "RelatedId": 12517, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18392,19 +19174,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8235", - "Description": "使用后学会制作大太湖石", - "GetMethod": "来源:神秘商人购买残页合成", + "Icon": "Item_Icon_8217", + "Description": "使用后学会制作翠蔓竹门", + "GetMethod": "来源:装饰基金", "Importantdata": false }, { - "Id": 8236, - "Name": "桃花太湖石", - "DetailsPageName": "图纸:桃花太湖石", + "Id": 8218, + "Name": "青石桌", + "DetailsPageName": "图纸:青石桌", "Type": 7, - "RelatedId": 12536, + "RelatedId": 12518, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18415,19 +19197,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8236", - "Description": "使用后学会制作桃花太湖石", + "Icon": "Item_Icon_8218", + "Description": "使用后学会制作青石桌", "GetMethod": "来源:装饰基金", "Importantdata": false }, { - "Id": 8237, - "Name": "拱形竹篱", - "DetailsPageName": "图纸:拱形竹篱", + "Id": 8219, + "Name": "圆石墩", + "DetailsPageName": "图纸:圆石墩", "Type": 7, - "RelatedId": 12537, + "RelatedId": 12519, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18438,19 +19220,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8237", - "Description": "使用后学会制作拱形竹篱", - "GetMethod": "来源:青山镇声望商人", + "Icon": "Item_Icon_8219", + "Description": "使用后学会制作圆石墩", + "GetMethod": "来源:赤丘山声望商人", "Importantdata": false }, { - "Id": 8238, - "Name": "拱形竹篱·角", - "DetailsPageName": "图纸:拱形竹篱·角", + "Id": 8220, + "Name": "稻草人", + "DetailsPageName": "图纸:稻草人", "Type": 7, - "RelatedId": 12538, + "RelatedId": 12520, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18463,17 +19245,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8238", - "Description": "使用后学会制作拱形竹篱·角", + "Icon": "Item_Icon_8220", + "Description": "使用后学会制作稻草人", "GetMethod": "来源:装饰基金", "Importantdata": false }, { - "Id": 8239, - "Name": "青篱笆·角", - "DetailsPageName": "图纸:青篱笆·角", + "Id": 8221, + "Name": "木制晾衣架", + "DetailsPageName": "图纸:木制晾衣架", "Type": 7, - "RelatedId": 12539, + "RelatedId": 12521, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18484,19 +19266,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8239", - "Description": "使用后学会制作青篱笆·角", - "GetMethod": "来源:四凶兽排行榜商店", + "Icon": "Item_Icon_8221", + "Description": "使用后学会制作木制晾衣架", + "GetMethod": "来源:装饰基金", "Importantdata": false }, { - "Id": 8240, - "Name": "草卷", - "DetailsPageName": "图纸:草卷", + "Id": 8222, + "Name": "采花篮", + "DetailsPageName": "图纸:采花篮", "Type": 7, - "RelatedId": 12540, + "RelatedId": 12522, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18507,19 +19289,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8240", - "Description": "使用后学会制作草卷", - "GetMethod": "来源:青山镇声望商人", + "Icon": "Item_Icon_8222", + "Description": "使用后学会制作采花篮", + "GetMethod": "来源:太姥村声望商人", "Importantdata": false }, { - "Id": 8241, - "Name": "立木明灯", - "DetailsPageName": "图纸:立木明灯", + "Id": 8223, + "Name": "草垛", + "DetailsPageName": "图纸:草垛", "Type": 7, - "RelatedId": 12541, + "RelatedId": 12523, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18530,19 +19312,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8241", - "Description": "使用后学会制作立木明灯", + "Icon": "Item_Icon_8223", + "Description": "使用后学会制作草垛", "GetMethod": "来源:装饰基金", "Importantdata": false }, { - "Id": 8242, - "Name": "浮世不夜灯", - "DetailsPageName": "图纸:浮世不夜灯", + "Id": 8224, + "Name": "纸云鸢", + "DetailsPageName": "图纸:纸云鸢", "Type": 7, - "RelatedId": 12542, + "RelatedId": 12524, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18553,19 +19335,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8242", - "Description": "使用后学会制作路灯", - "GetMethod": "来源:青山镇声望商人", + "Icon": "Item_Icon_8224", + "Description": "使用后学会制作纸云鸢", + "GetMethod": "来源:暂未开放", "Importantdata": false }, { - "Id": 8243, - "Name": "香案", - "DetailsPageName": "图纸:香案", + "Id": 8225, + "Name": "鼓", + "DetailsPageName": "图纸:鼓", "Type": 7, - "RelatedId": 12543, + "RelatedId": 12525, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18578,17 +19360,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8243", - "Description": "使用后学会制作香案", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_8225", + "Description": "使用后学会制作鼓", + "GetMethod": "来源:太姥村声望商人", "Importantdata": false }, { - "Id": 8244, - "Name": "金鲤纸鸢", - "DetailsPageName": "图纸:金鲤纸鸢", + "Id": 8226, + "Name": "守夜火盆", + "DetailsPageName": "图纸:守夜火盆", "Type": 7, - "RelatedId": 12544, + "RelatedId": 12526, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18599,19 +19381,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_8244", - "Description": "使用后学会制作金鲤纸鸢", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_8226", + "Description": "使用后学会制作守夜火盆", + "GetMethod": "来源:太姥村声望商人", "Importantdata": false }, { - "Id": 8245, - "Name": "彩蝶纸鸢", - "DetailsPageName": "图纸:彩蝶纸鸢", + "Id": 8227, + "Name": "枯木逢春·绣球", + "DetailsPageName": "图纸:枯木逢春·绣球", "Type": 7, - "RelatedId": 12545, + "RelatedId": 12527, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18622,19 +19404,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8245", - "Description": "使用后学会制作彩蝶纸鸢", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_8227", + "Description": "使用后学会制作枯木逢春·绣球", + "GetMethod": "来源:神秘商人购买残页合成", "Importantdata": false }, { - "Id": 8246, - "Name": "林间鹿灯", - "DetailsPageName": "图纸:林间鹿灯", + "Id": 8228, + "Name": "枯木逢春·玫瑰", + "DetailsPageName": "图纸:枯木逢春·玫瑰", "Type": 7, - "RelatedId": 12546, + "RelatedId": 12528, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18645,19 +19427,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 5, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8246", - "Description": "使用后学会制作林间鹿灯", - "GetMethod": "来源:累计充值", + "Icon": "Item_Icon_8228", + "Description": "使用后学会制作枯木逢春·玫瑰", + "GetMethod": "来源:装饰基金", "Importantdata": false }, { - "Id": 8247, - "Name": "茶歇木案", - "DetailsPageName": "图纸:茶歇木案", + "Id": 8229, + "Name": "摇摇木马", + "DetailsPageName": "图纸:摇摇木马", "Type": 7, - "RelatedId": 12547, + "RelatedId": 12529, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18668,19 +19450,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8247", - "Description": "使用后学会制作茶歇木案", - "GetMethod": "来源:探索南部获得残页合成", + "Icon": "Item_Icon_8229", + "Description": "使用后学会制作摇摇木马", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8248, - "Name": "蒸云包子铺", - "DetailsPageName": "图纸:蒸云包子铺", + "Id": 8230, + "Name": "藤萝秋千架", + "DetailsPageName": "图纸:藤萝秋千架", "Type": 7, - "RelatedId": 12548, + "RelatedId": 12530, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18691,19 +19473,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8248", - "Description": "使用后学会制作蒸云包子铺", - "GetMethod": "来源:探索南部获得残页合成", + "Icon": "Item_Icon_8230", + "Description": "使用后学会制作藤萝秋千架", + "GetMethod": "来源:装饰基金", "Importantdata": false }, { - "Id": 8249, - "Name": "茶寮摊", - "DetailsPageName": "图纸:茶寮摊", + "Id": 8231, + "Name": "木制晒药篮", + "DetailsPageName": "图纸:木制晒药篮", "Type": 7, - "RelatedId": 12549, + "RelatedId": 12531, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18716,17 +19498,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8249", - "Description": "使用后学会制作茶寮摊", - "GetMethod": "来源:探索北部获得残页合成", + "Icon": "Item_Icon_8231", + "Description": "使用后学会制作木制晒药篮", + "GetMethod": "来源:探索残页合成图纸后制作", "Importantdata": false }, { - "Id": 8250, - "Name": "墨香书画摊", - "DetailsPageName": "图纸:墨香书画摊", + "Id": 8232, + "Name": "青石灯", + "DetailsPageName": "图纸:青石灯", "Type": 7, - "RelatedId": 12550, + "RelatedId": 12532, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18739,17 +19521,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8250", - "Description": "使用后学会制作墨香书画摊", - "GetMethod": "来源:探索北部获得残页合成", + "Icon": "Item_Icon_8232", + "Description": "使用后学会制作青石灯", + "GetMethod": "来源:装饰基金", "Importantdata": false }, { - "Id": 8251, - "Name": "歇脚棚子", - "DetailsPageName": "图纸:歇脚棚子", + "Id": 8233, + "Name": "青岩方墙·角", + "DetailsPageName": "图纸:青岩方墙·角", "Type": 7, - "RelatedId": 12551, + "RelatedId": 12533, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18762,17 +19544,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8251", - "Description": "使用后学会制作歇脚棚子", - "GetMethod": "来源:探索东部获得残页合成", + "Icon": "Item_Icon_8233", + "Description": "使用后学会制作青岩方墙·角", + "GetMethod": "来源:太姥村声望商人", "Importantdata": false }, { - "Id": 8252, - "Name": "锦鲤跃波灯", - "DetailsPageName": "图纸:锦鲤跃波灯", + "Id": 8234, + "Name": "小太湖石", + "DetailsPageName": "图纸:小太湖石", "Type": 7, - "RelatedId": 12552, + "RelatedId": 12534, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18783,19 +19565,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8252", - "Description": "使用后学会制作锦鲤跃波灯", - "GetMethod": "来源:神秘商人", + "Icon": "Item_Icon_8234", + "Description": "使用后学会制作小太湖石", + "GetMethod": "来源:青山镇声望商人", "Importantdata": false }, { - "Id": 8253, - "Name": "鹤池映月灯", - "DetailsPageName": "图纸:鹤池映月灯", + "Id": 8235, + "Name": "大太湖石", + "DetailsPageName": "图纸:大太湖石", "Type": 7, - "RelatedId": 12553, + "RelatedId": 12535, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18806,19 +19588,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 5, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8253", - "Description": "使用后学会制作鹤池映月灯", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8235", + "Description": "使用后学会制作大太湖石", + "GetMethod": "来源:神秘商人购买残页合成", "Importantdata": false }, { - "Id": 8254, - "Name": "明灯挂树", - "DetailsPageName": "图纸:明灯挂树", + "Id": 8236, + "Name": "桃花太湖石", + "DetailsPageName": "图纸:桃花太湖石", "Type": 7, - "RelatedId": 12554, + "RelatedId": 12536, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18829,19 +19611,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8254", - "Description": "使用后学会制作明灯挂树", - "GetMethod": "来源:神秘商人", + "Icon": "Item_Icon_8236", + "Description": "使用后学会制作桃花太湖石", + "GetMethod": "来源:装饰基金", "Importantdata": false }, { - "Id": 8255, - "Name": "芳茵毯", - "DetailsPageName": "图纸:芳茵毯", + "Id": 8237, + "Name": "拱形竹篱", + "DetailsPageName": "图纸:拱形竹篱", "Type": 7, - "RelatedId": 12555, + "RelatedId": 12537, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18852,19 +19634,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8255", - "Description": "使用后学会制作芳茵毯", - "GetMethod": "来源:探索获得残页合成", + "Icon": "Item_Icon_8237", + "Description": "使用后学会制作拱形竹篱", + "GetMethod": "来源:青山镇声望商人", "Importantdata": false }, { - "Id": 8256, - "Name": "雕像·鲍小翠", - "DetailsPageName": "图纸:雕像·鲍小翠", + "Id": 8238, + "Name": "拱形竹篱·角", + "DetailsPageName": "图纸:拱形竹篱·角", "Type": 7, - "RelatedId": 12556, + "RelatedId": 12538, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18875,19 +19657,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8256", - "Description": "使用后学会建造雕像·鲍小翠", - "GetMethod": "来源:探索北部", + "Icon": "Item_Icon_8238", + "Description": "使用后学会制作拱形竹篱·角", + "GetMethod": "来源:装饰基金", "Importantdata": false }, { - "Id": 8257, - "Name": "雕像·乔河", - "DetailsPageName": "图纸:雕像·乔河", + "Id": 8239, + "Name": "青篱笆·角", + "DetailsPageName": "图纸:青篱笆·角", "Type": 7, - "RelatedId": 12557, + "RelatedId": 12539, "StockType": 6, "StorageType": 1, "Transport": false, @@ -18900,592 +19682,592 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8257", - "Description": "使用后学会建造雕像·乔河", - "GetMethod": "来源:探索南部", + "Icon": "Item_Icon_8239", + "Description": "使用后学会制作青篱笆·角", + "GetMethod": "来源:四凶兽排行榜商店", "Importantdata": false }, { - "Id": 8501, - "Name": "茅草木门", - "DetailsPageName": "图纸残页:茅草木门", + "Id": 8240, + "Name": "草卷", + "DetailsPageName": "图纸:草卷", "Type": 7, - "RelatedId": 13001, + "RelatedId": 12540, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, - "AbleThrow": true, + "HasLimit": -1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8501", - "Description": "集齐4张可合成图纸:茅草木门", - "GetMethod": "来源:神秘商人", + "Icon": "Item_Icon_8240", + "Description": "使用后学会制作草卷", + "GetMethod": "来源:青山镇声望商人", "Importantdata": false }, { - "Id": 8502, - "Name": "素木案", - "DetailsPageName": "图纸残页:素木案", + "Id": 8241, + "Name": "立木明灯", + "DetailsPageName": "图纸:立木明灯", "Type": 7, - "RelatedId": 13002, + "RelatedId": 12541, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8502", - "Description": "集齐4张可合成图纸:素木案", - "GetMethod": "来源:兽潮掉落概率掉落", + "Icon": "Item_Icon_8241", + "Description": "使用后学会制作立木明灯", + "GetMethod": "来源:装饰基金", "Importantdata": false }, { - "Id": 8503, - "Name": "药香泥炉", - "DetailsPageName": "图纸残页:药香泥炉", + "Id": 8242, + "Name": "浮世不夜灯", + "DetailsPageName": "图纸:浮世不夜灯", "Type": 7, - "RelatedId": 13003, + "RelatedId": 12542, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8503", - "Description": "集齐4张可合成图纸:药香泥炉", - "GetMethod": "来源:兽潮掉落概率掉落", + "Icon": "Item_Icon_8242", + "Description": "使用后学会制作路灯", + "GetMethod": "来源:青山镇声望商人", "Importantdata": false }, { - "Id": 8504, - "Name": "青篱笆", - "DetailsPageName": "图纸残页:青篱笆", + "Id": 8243, + "Name": "香案", + "DetailsPageName": "图纸:香案", "Type": 7, - "RelatedId": 13004, + "RelatedId": 12543, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, - "AbleThrow": true, + "HasLimit": -1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8504", - "Description": "集齐4张可合成图纸:青篱笆", - "GetMethod": "来源:神秘商人", + "Icon": "Item_Icon_8243", + "Description": "使用后学会制作香案", + "GetMethod": "来源:暂未开放", "Importantdata": false }, { - "Id": 8505, - "Name": "青岩方墙", - "DetailsPageName": "图纸残页:青岩方墙", + "Id": 8244, + "Name": "金鲤纸鸢", + "DetailsPageName": "图纸:金鲤纸鸢", "Type": 7, - "RelatedId": 13005, + "RelatedId": 12544, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8505", - "Description": "集齐4张可合成图纸:青岩方墙", - "GetMethod": "来源:折扣礼包", + "Icon": "Item_Icon_8244", + "Description": "使用后学会制作金鲤纸鸢", + "GetMethod": "来源:暂未开放", "Importantdata": false }, { - "Id": 8506, - "Name": "枯木逢春·绣球", - "DetailsPageName": "图纸残页:枯木逢春·绣球", + "Id": 8245, + "Name": "彩蝶纸鸢", + "DetailsPageName": "图纸:彩蝶纸鸢", "Type": 7, - "RelatedId": 13006, + "RelatedId": 12545, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, - "AbleThrow": true, + "HasLimit": -1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8506", - "Description": "集齐4张可合成图纸:枯木逢春·绣球", - "GetMethod": "来源:神秘商人", + "Icon": "Item_Icon_8245", + "Description": "使用后学会制作彩蝶纸鸢", + "GetMethod": "来源:暂未开放", "Importantdata": false }, { - "Id": 8507, - "Name": "摇摇木马", - "DetailsPageName": "图纸残页:摇摇木马", + "Id": 8246, + "Name": "林间鹿灯", + "DetailsPageName": "图纸:林间鹿灯", "Type": 7, - "RelatedId": 13007, + "RelatedId": 12546, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_8507", - "Description": "集齐4张可合成图纸:摇摇木马", - "GetMethod": "来源:折扣礼包", + "Icon": "Item_Icon_8246", + "Description": "使用后学会制作林间鹿灯", + "GetMethod": "来源:累计充值", "Importantdata": false }, { - "Id": 8508, - "Name": "木制晒药篮", - "DetailsPageName": "图纸残页:木制晒药篮", + "Id": 8247, + "Name": "茶歇木案", + "DetailsPageName": "图纸:茶歇木案", "Type": 7, - "RelatedId": 13008, + "RelatedId": 12547, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8508", - "Description": "集齐4张可合成图纸:木制晒药篮", - "GetMethod": "来源:探索任意方向", + "Icon": "Item_Icon_8247", + "Description": "使用后学会制作茶歇木案", + "GetMethod": "来源:探索南部获得残页合成", "Importantdata": false }, { - "Id": 8509, - "Name": "大太湖石", - "DetailsPageName": "图纸残页:大太湖石", + "Id": 8248, + "Name": "蒸云包子铺", + "DetailsPageName": "图纸:蒸云包子铺", "Type": 7, - "RelatedId": 13009, + "RelatedId": 12548, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, - "AbleThrow": true, + "HasLimit": -1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8509", - "Description": "集齐4张可合成图纸:大太湖石", - "GetMethod": "来源:神秘商人", + "Icon": "Item_Icon_8248", + "Description": "使用后学会制作蒸云包子铺", + "GetMethod": "来源:探索南部获得残页合成", "Importantdata": false }, { - "Id": 8510, - "Name": "当康小屋", - "DetailsPageName": "图纸残页:当康小屋", + "Id": 8249, + "Name": "茶寮摊", + "DetailsPageName": "图纸:茶寮摊", "Type": 7, - "RelatedId": 13010, + "RelatedId": 12549, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8510", - "Description": "集齐4张可合成图纸:当康小屋", - "GetMethod": "来源:累计充值", + "Icon": "Item_Icon_8249", + "Description": "使用后学会制作茶寮摊", + "GetMethod": "来源:探索北部获得残页合成", "Importantdata": false }, { - "Id": 8511, - "Name": "林间鹿灯", - "DetailsPageName": "图纸残页:林间鹿灯", + "Id": 8250, + "Name": "墨香书画摊", + "DetailsPageName": "图纸:墨香书画摊", "Type": 7, - "RelatedId": 13011, + "RelatedId": 12550, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8511", - "Description": "集齐4张可合成图纸:林间鹿灯", - "GetMethod": "来源:累计充值", + "Icon": "Item_Icon_8250", + "Description": "使用后学会制作墨香书画摊", + "GetMethod": "来源:探索北部获得残页合成", "Importantdata": false }, { - "Id": 8512, - "Name": "茶歇木案", - "DetailsPageName": "图纸残页:茶歇木案", + "Id": 8251, + "Name": "歇脚棚子", + "DetailsPageName": "图纸:歇脚棚子", "Type": 7, - "RelatedId": 13012, + "RelatedId": 12551, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8512", - "Description": "集齐4张可合成图纸:茶歇木案", - "GetMethod": "来源:探索南部", + "Icon": "Item_Icon_8251", + "Description": "使用后学会制作歇脚棚子", + "GetMethod": "来源:探索东部获得残页合成", "Importantdata": false }, { - "Id": 8513, - "Name": "蒸云包子铺", - "DetailsPageName": "图纸残页:蒸云包子铺", + "Id": 8252, + "Name": "锦鲤跃波灯", + "DetailsPageName": "图纸:锦鲤跃波灯", "Type": 7, - "RelatedId": 13013, + "RelatedId": 12552, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_8513", - "Description": "集齐4张可合成图纸:蒸云包子铺", - "GetMethod": "来源:探索南部", + "Icon": "Item_Icon_8252", + "Description": "使用后学会制作锦鲤跃波灯", + "GetMethod": "来源:神秘商人", "Importantdata": false }, { - "Id": 8514, - "Name": "茶寮摊", - "DetailsPageName": "图纸残页:茶寮摊", + "Id": 8253, + "Name": "鹤池映月灯", + "DetailsPageName": "图纸:鹤池映月灯", "Type": 7, - "RelatedId": 13014, + "RelatedId": 12553, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_8514", - "Description": "集齐4张可合成图纸:茶寮摊", - "GetMethod": "来源:探索北部", + "Icon": "Item_Icon_8253", + "Description": "使用后学会制作鹤池映月灯", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8515, - "Name": "墨香书画摊", - "DetailsPageName": "图纸残页:墨香书画摊", + "Id": 8254, + "Name": "明灯挂树", + "DetailsPageName": "图纸:明灯挂树", "Type": 7, - "RelatedId": 13015, + "RelatedId": 12554, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_8515", - "Description": "集齐4张可合成图纸:墨香书画摊", - "GetMethod": "来源:探索北部", + "Icon": "Item_Icon_8254", + "Description": "使用后学会制作明灯挂树", + "GetMethod": "来源:神秘商人", "Importantdata": false }, { - "Id": 8516, - "Name": "歇脚棚子", - "DetailsPageName": "图纸残页:歇脚棚子", + "Id": 8255, + "Name": "芳茵毯", + "DetailsPageName": "图纸:芳茵毯", "Type": 7, - "RelatedId": 13016, + "RelatedId": 12555, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8516", - "Description": "集齐4张可合成图纸:歇脚棚子", - "GetMethod": "来源:探索东部", + "Icon": "Item_Icon_8255", + "Description": "使用后学会制作芳茵毯", + "GetMethod": "来源:探索获得残页合成", "Importantdata": false }, { - "Id": 8517, - "Name": "锦鲤跃波灯", - "DetailsPageName": "图纸残页:锦鲤跃波灯", + "Id": 8256, + "Name": "雕像·鲍小翠", + "DetailsPageName": "图纸:雕像·鲍小翠", "Type": 7, - "RelatedId": 13017, + "RelatedId": 12556, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8517", - "Description": "集齐4张可合成图纸:锦鲤跃波灯", - "GetMethod": "来源:神秘商人", + "Icon": "Item_Icon_8256", + "Description": "使用后学会建造雕像·鲍小翠", + "GetMethod": "来源:探索北部", "Importantdata": false }, { - "Id": 8518, - "Name": "鹤池映月灯", - "DetailsPageName": "图纸残页:鹤池映月灯", + "Id": 8257, + "Name": "雕像·乔河", + "DetailsPageName": "图纸:雕像·乔河", "Type": 7, - "RelatedId": 13018, + "RelatedId": 12557, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_8518", - "Description": "集齐4张可合成图纸:鹤池映月灯", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8257", + "Description": "使用后学会建造雕像·乔河", + "GetMethod": "来源:探索南部", "Importantdata": false }, { - "Id": 8519, - "Name": "明灯挂树", - "DetailsPageName": "图纸残页:明灯挂树", + "Id": 8258, + "Name": "曲径石阑", + "DetailsPageName": "图纸:曲径石阑", "Type": 7, - "RelatedId": 13019, + "RelatedId": 12558, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_8519", - "Description": "集齐4张可合成图纸:明灯挂树", - "GetMethod": "来源:神秘商人", + "Icon": "Item_Icon_8258", + "Description": "使用后学会制作曲径石阑 ", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8520, - "Name": "铃骨小筑", - "DetailsPageName": "图纸残页:铃骨小筑", + "Id": 8259, + "Name": "曲径石阑·角", + "DetailsPageName": "图纸:曲径石阑·角", "Type": 7, - "RelatedId": 13020, + "RelatedId": 12559, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_8520", - "Description": "集齐4张可合成图纸:铃骨小筑", - "GetMethod": "来源:探索西部", + "Icon": "Item_Icon_8259", + "Description": "使用后学会制作曲径石阑·角", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8521, - "Name": "当康小筑", - "DetailsPageName": "图纸残页:当康小筑", + "Id": 8260, + "Name": "水云间·门", + "DetailsPageName": "图纸:水云间·门", "Type": 7, - "RelatedId": 13021, + "RelatedId": 12560, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_8521", - "Description": "集齐4张可合成图纸:当康小筑", - "GetMethod": "来源:图鉴积分排行榜商店", + "Icon": "Item_Icon_8260", + "Description": "使用后学会制作水云间·门", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8522, - "Name": "篝火", - "DetailsPageName": "图纸残页:篝火", + "Id": 8261, + "Name": "水云间·墙", + "DetailsPageName": "图纸:水云间·墙", "Type": 7, - "RelatedId": 13022, + "RelatedId": 12561, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_8522", - "Description": "集齐4张可合成图纸:篝火", - "GetMethod": "来源:探索西部", + "Icon": "Item_Icon_8261", + "Description": "使用后学会制作水云间·墙", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8523, - "Name": "芳茵毯", - "DetailsPageName": "图纸残页:芳茵毯", + "Id": 8262, + "Name": "水云间·角", + "DetailsPageName": "图纸:水云间·角", "Type": 7, - "RelatedId": 13025, + "RelatedId": 12562, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_8523", - "Description": "集齐4张可合成图纸:芳茵毯", - "GetMethod": "来源:探索东部", + "Icon": "Item_Icon_8262", + "Description": "使用后学会制作水云间·角", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8524, - "Name": "雕像·鲍小翠", - "DetailsPageName": "图纸残页:雕像·鲍小翠", + "Id": 8263, + "Name": "碎石径", + "DetailsPageName": "图纸:碎石径", "Type": 7, - "RelatedId": 13026, + "RelatedId": 12563, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 4, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_8524", - "Description": "集齐4张可合成图纸:雕像·鲍小翠", - "GetMethod": "来源:探索北部", + "Icon": "Item_Icon_8263", + "Description": "使用后学会制作碎石径", + "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 8525, - "Name": "雕像·乔河", - "DetailsPageName": "图纸残页:雕像·乔河", + "Id": 8501, + "Name": "茅草木门", + "DetailsPageName": "图纸残页:茅草木门", "Type": 7, - "RelatedId": 13027, + "RelatedId": 13001, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, "HasLimit": 4, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8525", - "Description": "集齐4张可合成图纸:雕像·乔河", - "GetMethod": "来源:探索南部", + "Icon": "Item_Icon_8501", + "Description": "集齐4张可合成图纸:茅草木门", + "GetMethod": "来源:神秘商人", "Importantdata": false }, { - "Id": 8526, - "Name": "金·雕像·鲍小翠", - "DetailsPageName": "图纸残页:金·雕像·鲍小翠", + "Id": 8502, + "Name": "素木案", + "DetailsPageName": "图纸残页:素木案", "Type": 7, - "RelatedId": 13028, + "RelatedId": 13002, "StockType": 6, "StorageType": 1, "Transport": false, @@ -19498,17 +20280,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8526", - "Description": "集齐4张可合成图纸:金·雕像·鲍小翠", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_8502", + "Description": "集齐4张可合成图纸:素木案", + "GetMethod": "来源:兽潮掉落概率掉落", "Importantdata": false }, { - "Id": 8527, - "Name": "金·雕像·乔河", - "DetailsPageName": "图纸残页:金·雕像·乔河", + "Id": 8503, + "Name": "药香泥炉", + "DetailsPageName": "图纸残页:药香泥炉", "Type": 7, - "RelatedId": 13029, + "RelatedId": 13003, "StockType": 6, "StorageType": 1, "Transport": false, @@ -19521,758 +20303,2437 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8527", - "Description": "集齐4张可合成图纸:金·雕像·乔河", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_8503", + "Description": "集齐4张可合成图纸:药香泥炉", + "GetMethod": "来源:兽潮掉落概率掉落", "Importantdata": false }, { - "Id": 8528, - "Name": "金·雕像", - "DetailsPageName": "图纸残页:金·雕像", + "Id": 8504, + "Name": "青篱笆", + "DetailsPageName": "图纸残页:青篱笆", "Type": 7, - "RelatedId": 13030, + "RelatedId": 13004, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, "HasLimit": 4, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_8528", - "Description": "集齐4张可合成图纸:雕像", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_8504", + "Description": "集齐4张可合成图纸:青篱笆", + "GetMethod": "来源:神秘商人", "Importantdata": false }, { - "Id": 9001, - "Name": "铃骨小筑", - "DetailsPageName": "图纸:铃骨小筑", + "Id": 8505, + "Name": "青岩方墙", + "DetailsPageName": "图纸残页:青岩方墙", "Type": 7, - "RelatedId": 30000, + "RelatedId": 13005, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9001", - "Description": "使用后可解锁小白之窝皮肤:铃骨小筑", - "GetMethod": "来源:探索西部获得残页合成", + "Icon": "Item_Icon_8505", + "Description": "集齐4张可合成图纸:青岩方墙", + "GetMethod": "来源:折扣礼包", "Importantdata": false }, { - "Id": 9002, - "Name": "当康小筑", - "DetailsPageName": "图纸:当康小筑", + "Id": 8506, + "Name": "枯木逢春·绣球", + "DetailsPageName": "图纸残页:枯木逢春·绣球", "Type": 7, - "RelatedId": 30001, + "RelatedId": 13006, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, - "AbleThrow": false, + "HasLimit": 4, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9002", - "Description": "使用后可解锁当康小窝皮肤:当康小筑", - "GetMethod": "来源:图鉴积分排行榜商店", + "Icon": "Item_Icon_8506", + "Description": "集齐4张可合成图纸:枯木逢春·绣球", + "GetMethod": "来源:神秘商人", "Importantdata": false }, { - "Id": 9003, - "Name": "篝火", - "DetailsPageName": "图纸:篝火", + "Id": 8507, + "Name": "摇摇木马", + "DetailsPageName": "图纸残页:摇摇木马", "Type": 7, - "RelatedId": 30002, + "RelatedId": 13007, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9003", - "Description": "使用后可解锁营火皮肤:篝火", - "GetMethod": "来源:探索西部获得残页合成", + "Icon": "Item_Icon_8507", + "Description": "集齐4张可合成图纸:摇摇木马", + "GetMethod": "来源:折扣礼包", "Importantdata": false }, { - "Id": 9004, - "Name": "千里灯驿", - "DetailsPageName": "图纸:千里灯驿", + "Id": 8508, + "Name": "木制晒药篮", + "DetailsPageName": "图纸残页:木制晒药篮", "Type": 7, - "RelatedId": 30003, + "RelatedId": 13008, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9004", - "Description": "使用后可解锁运输厅皮肤:千里灯驿", - "GetMethod": "来源:图鉴积分排行榜商店", + "Icon": "Item_Icon_8508", + "Description": "集齐4张可合成图纸:木制晒药篮", + "GetMethod": "来源:探索任意方向", "Importantdata": false }, { - "Id": 9005, - "Name": "藤芳小筑", - "DetailsPageName": "图纸:藤芳小筑", + "Id": 8509, + "Name": "大太湖石", + "DetailsPageName": "图纸残页:大太湖石", "Type": 7, - "RelatedId": 30004, + "RelatedId": 13009, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, - "AbleThrow": false, + "HasLimit": 4, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9005", - "Description": "使用后可解锁茅草房皮肤:藤芳小筑", - "GetMethod": "来源:图鉴积分排行榜商店", + "Icon": "Item_Icon_8509", + "Description": "集齐4张可合成图纸:大太湖石", + "GetMethod": "来源:神秘商人", "Importantdata": false }, { - "Id": 9006, - "Name": "紫楹石居", - "DetailsPageName": "图纸:紫楹石居", + "Id": 8510, + "Name": "当康小屋", + "DetailsPageName": "图纸残页:当康小屋", "Type": 7, - "RelatedId": 30005, + "RelatedId": 13010, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9006", - "Description": "使用后可解锁石瓦房二级皮肤:紫楹石居", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8510", + "Description": "集齐4张可合成图纸:当康小屋", + "GetMethod": "来源:累计充值", "Importantdata": false }, { - "Id": 9007, - "Name": "漾春小井", - "DetailsPageName": "图纸:漾春小井", + "Id": 8511, + "Name": "林间鹿灯", + "DetailsPageName": "图纸残页:林间鹿灯", "Type": 7, - "RelatedId": 30006, + "RelatedId": 13011, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_9007", - "Description": "使用后可解锁水井皮肤:漾春小井", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8511", + "Description": "集齐4张可合成图纸:林间鹿灯", + "GetMethod": "来源:累计充值", "Importantdata": false }, { - "Id": 9008, - "Name": "金粟小仓", - "DetailsPageName": "图纸:金粟小仓", + "Id": 8512, + "Name": "茶歇木案", + "DetailsPageName": "图纸残页:茶歇木案", "Type": 7, - "RelatedId": 30007, + "RelatedId": 13012, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9008", - "Description": "使用后可解锁粮仓皮肤:金粟小仓", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8512", + "Description": "集齐4张可合成图纸:茶歇木案", + "GetMethod": "来源:探索南部", "Importantdata": false }, { - "Id": 9009, - "Name": "藤绕稻暖坞", - "DetailsPageName": "图纸:藤绕稻暖坞", + "Id": 8513, + "Name": "蒸云包子铺", + "DetailsPageName": "图纸残页:蒸云包子铺", "Type": 7, - "RelatedId": 30008, + "RelatedId": 13013, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9009", - "Description": "使用后可解锁鸡窝皮肤:藤绕稻暖坞", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8513", + "Description": "集齐4张可合成图纸:蒸云包子铺", + "GetMethod": "来源:探索南部", "Importantdata": false }, { - "Id": 9010, - "Name": "金·雕像·鲍小翠", - "DetailsPageName": "图纸:金·雕像·鲍小翠", + "Id": 8514, + "Name": "茶寮摊", + "DetailsPageName": "图纸残页:茶寮摊", "Type": 7, - "RelatedId": 30009, + "RelatedId": 13014, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9010", - "Description": "使用后可解雕像·鲍小翠皮肤:金·雕像·鲍小翠", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_8514", + "Description": "集齐4张可合成图纸:茶寮摊", + "GetMethod": "来源:探索北部", "Importantdata": false }, { - "Id": 9011, - "Name": "金·雕像·乔河", - "DetailsPageName": "图纸:金·雕像·乔河", + "Id": 8515, + "Name": "墨香书画摊", + "DetailsPageName": "图纸残页:墨香书画摊", "Type": 7, - "RelatedId": 30010, + "RelatedId": 13015, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9011", - "Description": "使用后可解锁雕像·乔河皮肤:金·雕像·乔河", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_8515", + "Description": "集齐4张可合成图纸:墨香书画摊", + "GetMethod": "来源:探索北部", "Importantdata": false }, { - "Id": 9012, - "Name": "金·雕像", - "DetailsPageName": "图纸:金·雕像", + "Id": 8516, + "Name": "歇脚棚子", + "DetailsPageName": "图纸残页:歇脚棚子", "Type": 7, - "RelatedId": 30011, + "RelatedId": 13016, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9012", - "Description": "使用后可解锁雕像皮肤:金·雕像", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_8516", + "Description": "集齐4张可合成图纸:歇脚棚子", + "GetMethod": "来源:探索东部", "Importantdata": false }, { - "Id": 9013, - "Name": "月露藤香阁", - "DetailsPageName": "图纸:月露藤香阁", + "Id": 8517, + "Name": "锦鲤跃波灯", + "DetailsPageName": "图纸残页:锦鲤跃波灯", "Type": 7, - "RelatedId": 30012, + "RelatedId": 13017, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9013", - "Description": "使用后可解锁草棚皮肤:月露藤香阁", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8517", + "Description": "集齐4张可合成图纸:锦鲤跃波灯", + "GetMethod": "来源:神秘商人", "Importantdata": false }, { - "Id": 9014, - "Name": "谷露春磨", - "DetailsPageName": "图纸:谷露春磨", + "Id": 8518, + "Name": "鹤池映月灯", + "DetailsPageName": "图纸残页:鹤池映月灯", "Type": 7, - "RelatedId": 30013, + "RelatedId": 13018, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9014", - "Description": "使用后可解锁石磨皮肤:谷露春磨", + "Icon": "Item_Icon_8518", + "Description": "集齐4张可合成图纸:鹤池映月灯", "GetMethod": "来源:外观礼包", "Importantdata": false }, { - "Id": 9015, - "Name": "百味炊烟", - "DetailsPageName": "图纸:百味炊烟", + "Id": 8519, + "Name": "明灯挂树", + "DetailsPageName": "图纸残页:明灯挂树", "Type": 7, - "RelatedId": 30014, + "RelatedId": 13019, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9015", - "Description": "使用后可解锁石灶皮肤:百味炊烟", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8519", + "Description": "集齐4张可合成图纸:明灯挂树", + "GetMethod": "来源:神秘商人", "Importantdata": false }, { - "Id": 9016, - "Name": "春意小窖", - "DetailsPageName": "图纸:春意小窖", + "Id": 8520, + "Name": "铃骨小筑", + "DetailsPageName": "图纸残页:铃骨小筑", "Type": 7, - "RelatedId": 30015, + "RelatedId": 13020, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9016", - "Description": "使用后可解锁地窖皮肤:春意小窖", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8520", + "Description": "集齐4张可合成图纸:铃骨小筑", + "GetMethod": "来源:探索西部", "Importantdata": false }, { - "Id": 9017, - "Name": "岩前小作", - "DetailsPageName": "图纸:岩前小作", + "Id": 8521, + "Name": "当康小筑", + "DetailsPageName": "图纸残页:当康小筑", "Type": 7, - "RelatedId": 30016, + "RelatedId": 13021, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9017", - "Description": "使用后可解锁石作皮肤:岩前小作", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_8521", + "Description": "集齐4张可合成图纸:当康小筑", + "GetMethod": "来源:图鉴积分排行榜商店", "Importantdata": false }, { - "Id": 9018, - "Name": "春帛浣风楼", - "DetailsPageName": "图纸:春帛浣风楼", + "Id": 8522, + "Name": "篝火", + "DetailsPageName": "图纸残页:篝火", "Type": 7, - "RelatedId": 30017, + "RelatedId": 13022, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9018", - "Description": "使用后可解锁粗布坊皮肤:春帛浣风楼", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_8522", + "Description": "集齐4张可合成图纸:篝火", + "GetMethod": "来源:探索西部", "Importantdata": false }, { - "Id": 9019, - "Name": "幽篁渡·一", - "DetailsPageName": "图纸:幽篁渡·一", + "Id": 8523, + "Name": "芳茵毯", + "DetailsPageName": "图纸残页:芳茵毯", "Type": 7, - "RelatedId": 30018, + "RelatedId": 13025, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9019", - "Description": "使用后可解锁桥皮肤:幽篁渡·一", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8523", + "Description": "集齐4张可合成图纸:芳茵毯", + "GetMethod": "来源:探索东部", "Importantdata": false }, { - "Id": 9020, - "Name": "幽篁渡·二", - "DetailsPageName": "图纸:幽篁渡·二", + "Id": 8524, + "Name": "雕像·鲍小翠", + "DetailsPageName": "图纸残页:雕像·鲍小翠", "Type": 7, - "RelatedId": 30019, + "RelatedId": 13026, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9020", - "Description": "使用后可解锁桥皮肤:幽篁渡·二", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8524", + "Description": "集齐4张可合成图纸:雕像·鲍小翠", + "GetMethod": "来源:探索北部", "Importantdata": false }, { - "Id": 9021, - "Name": "扶疏栈·一", - "DetailsPageName": "图纸:扶疏栈·一", + "Id": 8525, + "Name": "雕像·乔河", + "DetailsPageName": "图纸残页:雕像·乔河", "Type": 7, - "RelatedId": 30020, + "RelatedId": 13027, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9021", - "Description": "使用后可解锁山路皮肤:扶疏栈·一(桃谷下方山路)", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8525", + "Description": "集齐4张可合成图纸:雕像·乔河", + "GetMethod": "来源:探索南部", "Importantdata": false }, { - "Id": 9022, - "Name": "扶疏栈·二", - "DetailsPageName": "图纸:扶疏栈·二", + "Id": 8526, + "Name": "金·雕像·鲍小翠", + "DetailsPageName": "图纸残页:金·雕像·鲍小翠", "Type": 7, - "RelatedId": 30021, + "RelatedId": 13028, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9022", - "Description": "使用后可解锁山路皮肤:扶疏栈·二(桃谷上方山路)", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8526", + "Description": "集齐4张可合成图纸:金·雕像·鲍小翠", + "GetMethod": "来源:暂未开放", "Importantdata": false }, { - "Id": 9023, - "Name": "扶疏栈·三", - "DetailsPageName": "图纸:扶疏栈·三", + "Id": 8527, + "Name": "金·雕像·乔河", + "DetailsPageName": "图纸残页:金·雕像·乔河", "Type": 7, - "RelatedId": 30022, + "RelatedId": 13029, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9023", - "Description": "使用后可解锁山路皮肤:扶疏栈·三(桃谷左侧山路)", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8527", + "Description": "集齐4张可合成图纸:金·雕像·乔河", + "GetMethod": "来源:暂未开放", "Importantdata": false }, { - "Id": 9024, - "Name": "扶疏栈·四", - "DetailsPageName": "图纸:扶疏栈·四", + "Id": 8528, + "Name": "金·雕像", + "DetailsPageName": "图纸残页:金·雕像", "Type": 7, - "RelatedId": 30023, + "RelatedId": 13030, "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_9024", - "Description": "使用后可解锁山路皮肤:扶疏栈·四(桃谷右侧山路)", - "GetMethod": "来源:外观礼包", + "Icon": "Item_Icon_8528", + "Description": "集齐4张可合成图纸:雕像", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 100000, - "Name": "如花", - "DetailsPageName": "头像:如花", - "Type": 26, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 8529, + "Name": "东篱素菊", + "DetailsPageName": "图纸残页:东篱素菊", + "Type": 7, + "RelatedId": 13031, + "StockType": 6, + "StorageType": 1, "Transport": false, - "BackpackTransfer": false, + "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_100000", - "Description": "使用后可解锁头像:如花", - "GetMethod": "来源:成就-千金散作桃花雨", + "Icon": "Item_Icon_8529", + "Description": "集齐4张可合成图纸:东篱素菊", + "GetMethod": "来源:暂未开放", "Importantdata": false }, { - "Id": 100001, - "Name": "老商人", - "DetailsPageName": "头像:老商人", - "Type": 26, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 8530, + "Name": "方寸幽兰", + "DetailsPageName": "图纸残页:方寸幽兰", + "Type": 7, + "RelatedId": 13032, + "StockType": 6, + "StorageType": 1, "Transport": false, - "BackpackTransfer": false, + "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_100001", - "Description": "使用后可解锁头像:老商人", - "GetMethod": "来源:成就-夜市点石成金手", + "Icon": "Item_Icon_8530", + "Description": "集齐4张可合成图纸:方寸幽兰", + "GetMethod": "来源:暂未开放", "Importantdata": false }, { - "Id": 100002, - "Name": "熊猫", - "DetailsPageName": "头像:熊猫", - "Type": 26, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 8531, + "Name": "石上朝颜", + "DetailsPageName": "图纸残页:石上朝颜", + "Type": 7, + "RelatedId": 13033, + "StockType": 6, + "StorageType": 1, "Transport": false, - "BackpackTransfer": false, + "BackpackTransfer": true, "SuperpositionMax": 99999999, - "HasLimit": 1, + "HasLimit": 4, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_100002", - "Description": "使用后可解锁头像:熊猫", - "GetMethod": "来源:成就-鹤寿盈门映桃源", + "Icon": "Item_Icon_8531", + "Description": "集齐4张可合成图纸:石上朝颜", + "GetMethod": "来源:暂未开放", "Importantdata": false }, { - "Id": 100003, - "Name": "小白", - "DetailsPageName": "头像:小白", - "Type": 26, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 9001, + "Name": "铃骨小筑", + "DetailsPageName": "图纸:铃骨小筑", + "Type": 7, + "RelatedId": 30000, + "StockType": 6, + "StorageType": 1, "Transport": false, - "BackpackTransfer": false, + "BackpackTransfer": true, "SuperpositionMax": 99999999, "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_100003", - "Description": "使用后可解锁头像:小白", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_9001", + "Description": "使用后可解锁小白之窝皮肤:铃骨小筑", + "GetMethod": "来源:探索西部获得残页合成", "Importantdata": false }, { - "Id": 100004, - "Name": "当康", - "DetailsPageName": "头像:当康", - "Type": 26, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 9002, + "Name": "当康小筑", + "DetailsPageName": "图纸:当康小筑", + "Type": 7, + "RelatedId": 30001, + "StockType": 6, + "StorageType": 1, "Transport": false, - "BackpackTransfer": false, + "BackpackTransfer": true, "SuperpositionMax": 99999999, "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_100004", - "Description": "使用后可解锁头像:当康", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_9002", + "Description": "使用后可解锁当康小窝皮肤:当康小筑", + "GetMethod": "来源:图鉴积分排行榜商店", "Importantdata": false }, { - "Id": 100005, - "Name": "纸鸢", - "DetailsPageName": "头像:纸鸢", - "Type": 26, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 9003, + "Name": "篝火", + "DetailsPageName": "图纸:篝火", + "Type": 7, + "RelatedId": 30002, + "StockType": 6, + "StorageType": 1, "Transport": false, - "BackpackTransfer": false, + "BackpackTransfer": true, "SuperpositionMax": 99999999, "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_100005", - "Description": "使用后可解锁头像:纸鸢", - "GetMethod": "来源:微风上纸鸢活动", + "Icon": "Item_Icon_9003", + "Description": "使用后可解锁营火皮肤:篝火", + "GetMethod": "来源:探索西部获得残页合成", "Importantdata": false }, { - "Id": 110000, - "Name": "渔溪村声望", - "DetailsPageName": "渔溪村声望", - "Type": 12, - "RelatedId": 3002, - "StockType": 9, - "StorageType": 0, - "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 0, - "HasLimit": -1, - "AbleThrow": false, + "Id": 9004, + "Name": "千里灯驿", + "DetailsPageName": "图纸:千里灯驿", + "Type": 7, + "RelatedId": 30003, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9004", + "Description": "使用后可解锁运输厅皮肤:千里灯驿", + "GetMethod": "来源:图鉴积分排行榜商店", + "Importantdata": false + }, + { + "Id": 9005, + "Name": "藤芳小筑", + "DetailsPageName": "图纸:藤芳小筑", + "Type": 7, + "RelatedId": 30004, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9005", + "Description": "使用后可解锁茅草房皮肤:藤芳小筑", + "GetMethod": "来源:图鉴积分排行榜商店", + "Importantdata": false + }, + { + "Id": 9006, + "Name": "紫楹石居", + "DetailsPageName": "图纸:紫楹石居", + "Type": 7, + "RelatedId": 30005, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_9006", + "Description": "使用后可解锁石瓦房二级皮肤:紫楹石居", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9007, + "Name": "漾春小井", + "DetailsPageName": "图纸:漾春小井", + "Type": 7, + "RelatedId": 30006, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9007", + "Description": "使用后可解锁水井皮肤:漾春小井", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9008, + "Name": "金粟小仓", + "DetailsPageName": "图纸:金粟小仓", + "Type": 7, + "RelatedId": 30007, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9008", + "Description": "使用后可解锁粮仓皮肤:金粟小仓", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9009, + "Name": "藤绕稻暖坞", + "DetailsPageName": "图纸:藤绕稻暖坞", + "Type": 7, + "RelatedId": 30008, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9009", + "Description": "使用后可解锁鸡窝皮肤:藤绕稻暖坞", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9010, + "Name": "金·雕像·鲍小翠", + "DetailsPageName": "图纸:金·雕像·鲍小翠", + "Type": 7, + "RelatedId": 30009, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9010", + "Description": "使用后可解雕像·鲍小翠皮肤:金·雕像·鲍小翠", + "GetMethod": "来源:暂未开放", + "Importantdata": false + }, + { + "Id": 9011, + "Name": "金·雕像·乔河", + "DetailsPageName": "图纸:金·雕像·乔河", + "Type": 7, + "RelatedId": 30010, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9011", + "Description": "使用后可解锁雕像·乔河皮肤:金·雕像·乔河", + "GetMethod": "来源:暂未开放", + "Importantdata": false + }, + { + "Id": 9012, + "Name": "金·雕像", + "DetailsPageName": "图纸:金·雕像", + "Type": 7, + "RelatedId": 30011, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9012", + "Description": "使用后可解锁雕像皮肤:金·雕像", + "GetMethod": "来源:鲁明处兑换", + "Importantdata": false + }, + { + "Id": 9013, + "Name": "月露藤香阁", + "DetailsPageName": "图纸:月露藤香阁", + "Type": 7, + "RelatedId": 30012, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9013", + "Description": "使用后可解锁草棚皮肤:月露藤香阁", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9014, + "Name": "谷露春磨", + "DetailsPageName": "图纸:谷露春磨", + "Type": 7, + "RelatedId": 30013, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9014", + "Description": "使用后可解锁石磨皮肤:谷露春磨", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9015, + "Name": "百味炊烟", + "DetailsPageName": "图纸:百味炊烟", + "Type": 7, + "RelatedId": 30014, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9015", + "Description": "使用后可解锁石灶皮肤:百味炊烟", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9016, + "Name": "春意小窖", + "DetailsPageName": "图纸:春意小窖", + "Type": 7, + "RelatedId": 30015, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9016", + "Description": "使用后可解锁地窖皮肤:春意小窖", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9017, + "Name": "岩前小作", + "DetailsPageName": "图纸:岩前小作", + "Type": 7, + "RelatedId": 30016, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9017", + "Description": "使用后可解锁石作皮肤:岩前小作", + "GetMethod": "来源:鲁明处兑换", + "Importantdata": false + }, + { + "Id": 9018, + "Name": "春帛浣风楼", + "DetailsPageName": "图纸:春帛浣风楼", + "Type": 7, + "RelatedId": 30017, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9018", + "Description": "使用后可解锁粗布坊皮肤:春帛浣风楼", + "GetMethod": "来源:鲁明处兑换", + "Importantdata": false + }, + { + "Id": 9019, + "Name": "幽篁渡·一", + "DetailsPageName": "图纸:幽篁渡·一", + "Type": 7, + "RelatedId": 30018, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9019", + "Description": "使用后可解锁桥皮肤:幽篁渡·一", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9020, + "Name": "幽篁渡·二", + "DetailsPageName": "图纸:幽篁渡·二", + "Type": 7, + "RelatedId": 30019, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9020", + "Description": "使用后可解锁桥皮肤:幽篁渡·二", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9021, + "Name": "扶疏栈·一", + "DetailsPageName": "图纸:扶疏栈·一", + "Type": 7, + "RelatedId": 30020, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9021", + "Description": "使用后可解锁山路皮肤:扶疏栈·一(桃谷下方山路)", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9022, + "Name": "扶疏栈·二", + "DetailsPageName": "图纸:扶疏栈·二", + "Type": 7, + "RelatedId": 30021, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9022", + "Description": "使用后可解锁山路皮肤:扶疏栈·二(桃谷上方山路)", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9023, + "Name": "扶疏栈·三", + "DetailsPageName": "图纸:扶疏栈·三", + "Type": 7, + "RelatedId": 30022, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9023", + "Description": "使用后可解锁山路皮肤:扶疏栈·三(桃谷左侧山路)", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9024, + "Name": "扶疏栈·四", + "DetailsPageName": "图纸:扶疏栈·四", + "Type": 7, + "RelatedId": 30023, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_9024", + "Description": "使用后可解锁山路皮肤:扶疏栈·四(桃谷右侧山路)", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 9025, + "Name": "九重凌云塔", + "DetailsPageName": "图纸:九重凌云塔", + "Type": 7, + "RelatedId": 30024, + "StockType": 6, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_9025", + "Description": "使用后可解锁浮屠塔皮肤:九重凌云塔", + "GetMethod": "来源:外观礼包", + "Importantdata": false + }, + { + "Id": 100000, + "Name": "如花", + "DetailsPageName": "头像:如花", + "Type": 26, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_100000", + "Description": "使用后可解锁头像:如花", + "GetMethod": "来源:成就-千金散作桃花雨", + "Importantdata": false + }, + { + "Id": 100001, + "Name": "老商人", + "DetailsPageName": "头像:老商人", + "Type": 26, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_100001", + "Description": "使用后可解锁头像:老商人", + "GetMethod": "来源:成就-夜市点石成金手", + "Importantdata": false + }, + { + "Id": 100002, + "Name": "熊猫", + "DetailsPageName": "头像:熊猫", + "Type": 26, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_100002", + "Description": "使用后可解锁头像:熊猫", + "GetMethod": "来源:成就-鹤寿盈门映桃源", + "Importantdata": false + }, + { + "Id": 100003, + "Name": "小白", + "DetailsPageName": "头像:小白", + "Type": 26, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_100003", + "Description": "使用后可解锁头像:小白", + "GetMethod": "来源:暂未开放", + "Importantdata": false + }, + { + "Id": 100004, + "Name": "当康", + "DetailsPageName": "头像:当康", + "Type": 26, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_100004", + "Description": "使用后可解锁头像:当康", + "GetMethod": "来源:暂未开放", + "Importantdata": false + }, + { + "Id": 100005, + "Name": "纸鸢", + "DetailsPageName": "头像:纸鸢", + "Type": 26, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_100005", + "Description": "使用后可解锁头像:纸鸢", + "GetMethod": "来源:微风上纸鸢活动", + "Importantdata": false + }, + { + "Id": 100006, + "Name": "广寒小仙", + "DetailsPageName": "头像:广寒小仙", + "Type": 26, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 3, + "TreasureBowl": false, + "Icon": "Item_Icon_100006", + "Description": "使用后可解锁头像:广寒小仙", + "GetMethod": "来源:中秋活动", + "Importantdata": false + }, + { + "Id": 110000, + "Name": "渔溪村声望", + "DetailsPageName": "渔溪村声望", + "Type": 12, + "RelatedId": 3002, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_110000", + "Description": "渔溪村声望", + "GetMethod": "来源:任务,日常捐赠", + "Importantdata": false + }, + { + "Id": 110001, + "Name": "赤丘山声望", + "DetailsPageName": "赤丘山声望", + "Type": 12, + "RelatedId": 3003, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_110000", + "Description": "赤丘山声望", + "GetMethod": "来源:任务,日常捐赠", + "Importantdata": false + }, + { + "Id": 110002, + "Name": "太姥村声望", + "DetailsPageName": "太姥村声望", + "Type": 12, + "RelatedId": 3004, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_110000", + "Description": "太姥村声望", + "GetMethod": "来源:任务,日常捐赠", + "Importantdata": false + }, + { + "Id": 110003, + "Name": "青山镇声望", + "DetailsPageName": "青山镇声望", + "Type": 12, + "RelatedId": 3005, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_110000", + "Description": "青山镇声望", + "GetMethod": "来源:任务,日常捐赠", + "Importantdata": false + }, + { + "Id": 120001, + "Name": "桂魄浮光", + "DetailsPageName": "桂魄浮光", + "Type": 26, + "RelatedId": 2002, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_120001", + "Description": "使用后可解锁头像框:桂魄浮光", + "GetMethod": "来源:中秋活动", + "Importantdata": false + }, + { + "Id": 130000, + "Name": "食券*10", + "DetailsPageName": "食券*10", + "Type": 7, + "RelatedId": 22000, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_130000", + "Description": "内含10张食券", + "GetMethod": "来源:", + "Importantdata": false + }, + { + "Id": 130001, + "Name": "食券*20", + "DetailsPageName": "食券*20", + "Type": 7, + "RelatedId": 22001, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_130001", + "Description": "内含20张食券", + "GetMethod": "来源:", + "Importantdata": false + }, + { + "Id": 130002, + "Name": "食券*100", + "DetailsPageName": "食券*100", + "Type": 7, + "RelatedId": 22002, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_130002", + "Description": "内含100张食券", + "GetMethod": "来源:", + "Importantdata": false + }, + { + "Id": 130003, + "Name": "食券*1000", + "DetailsPageName": "食券*1000", + "Type": 7, + "RelatedId": 22003, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_130003", + "Description": "内含1000张食券", + "GetMethod": "来源:", + "Importantdata": false + }, + { + "Id": 130004, + "Name": "桃花鱼*100", + "DetailsPageName": "桃花鱼*100", + "Type": 7, + "RelatedId": 22004, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_130004", + "Description": "整整100条桃花鱼", + "GetMethod": "来源:", + "Importantdata": false + }, + { + "Id": 130006, + "Name": "财源滚滚", + "DetailsPageName": "财源滚滚", + "Type": 7, + "RelatedId": 22006, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_130006", + "Description": "特权: 桃谷货郎收购时获得铜钱提升70%", + "GetMethod": "", + "Importantdata": false + }, + { + "Id": 130007, + "Name": "财源滚滚", + "DetailsPageName": "财源滚滚", + "Type": 7, + "RelatedId": 22007, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_130006", + "Description": "特权: 桃谷货郎收购时获得铜钱提升110%", + "GetMethod": "", + "Importantdata": false + }, + { + "Id": 130008, + "Name": "财源滚滚", + "DetailsPageName": "财源滚滚", + "Type": 7, + "RelatedId": 22008, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_130006", + "Description": "特权: 桃谷货郎收购时获得铜钱提升150%", + "GetMethod": "", + "Importantdata": false + }, + { + "Id": 140000, + "Name": "四海为家", + "DetailsPageName": "称号:四海为家", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_140001", + "Description": "获得后可解锁称号:四海为家", + "GetMethod": "来源:成就-四海皆闻桃源名", + "Importantdata": false + }, + { + "Id": 140001, + "Name": "大家族", + "DetailsPageName": "称号:大家族", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_140001", + "Description": "获得后可解锁称号:大家族", + "GetMethod": "来源:成就-百家灯火续长明", + "Importantdata": false + }, + { + "Id": 140002, + "Name": "捕鱼达人", + "DetailsPageName": "称号:捕鱼达人", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_140002", + "Description": "获得后可解锁称号:捕鱼达人", + "GetMethod": "来源:成就-一竿钓尽武陵春", + "Importantdata": false + }, + { + "Id": 140003, + "Name": "歌唱家", + "DetailsPageName": "称号:歌唱家", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 3, + "TreasureBowl": false, + "Icon": "Item_Icon_140003", + "Description": "获得后可解锁称号:歌唱家", + "GetMethod": "来源:成就-比翼楼前拾遗羽", + "Importantdata": false + }, + { + "Id": 140004, + "Name": "满庭芳", + "DetailsPageName": "称号:满庭芳", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 3, + "TreasureBowl": false, + "Icon": "Item_Icon_140003", + "Description": "获得后可解锁称号:满庭芳", + "GetMethod": "来源:成就-半百檐铃缀桃源", + "Importantdata": false + }, + { + "Id": 140005, + "Name": "亿万富翁", + "DetailsPageName": "称号:亿万富翁", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 3, + "TreasureBowl": false, + "Icon": "Item_Icon_140003", + "Description": "获得后可解锁称号:亿万富翁", + "GetMethod": "来源:成就-万贯春风扫落英", + "Importantdata": false + }, + { + "Id": 140006, + "Name": "资深商人", + "DetailsPageName": "称号:资深商人", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 3, + "TreasureBowl": false, + "Icon": "Item_Icon_140003", + "Description": "获得后可解锁称号:资深商人", + "GetMethod": "来源:成就-夜市点石成金手", + "Importantdata": false + }, + { + "Id": 140007, + "Name": "美食家", + "DetailsPageName": "称号:美食家", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_140001", + "Description": "获得后可解锁称号:美食家", + "GetMethod": "来源:成就-千券化作炊烟去", + "Importantdata": false + }, + { + "Id": 140008, + "Name": "大佬", + "DetailsPageName": "称号:大佬", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_140004", + "Description": "获得后可解锁称号:大佬", + "GetMethod": "来源:累计充值", + "Importantdata": false + }, + { + "Id": 140009, + "Name": "龙的传人", + "DetailsPageName": "称号:龙的传人", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_140004", + "Description": "获得后可解锁称号:龙的传人", + "GetMethod": "来源:成就-千姓共织桃源梦", + "Importantdata": false + }, + { + "Id": 140010, + "Name": "桃谷地仙", + "DetailsPageName": "称号:桃谷地仙", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_140004", + "Description": "获得后可解锁称号:桃谷地仙", + "GetMethod": "来源:累计充值", + "Importantdata": false + }, + { + "Id": 140011, + "Name": "桃谷天尊", + "DetailsPageName": "称号:桃谷天尊", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 5, + "TreasureBowl": false, + "Icon": "Item_Icon_140005", + "Description": "获得后可解锁称号:桃谷天尊", + "GetMethod": "来源:累计充值", + "Importantdata": false + }, + { + "Id": 140012, + "Name": "粽横四海", + "DetailsPageName": "称号:粽横四海", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_140002", + "Description": "获得后可解锁称号:粽横四海", + "GetMethod": "来源:桃谷龙舟赛活动", + "Importantdata": false + }, + { + "Id": 140013, + "Name": "千秋良缘使", + "DetailsPageName": "称号:千秋良缘使", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_140001", + "Description": "获得后可解锁称号:千秋良缘使", + "GetMethod": "来源:成就-桃源宴宴庆良缘", + "Importantdata": false + }, + { + "Id": 140014, + "Name": "乐土圣君", + "DetailsPageName": "称号:乐土圣君", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_140005", + "Description": "获得后可解锁称号:乐土圣君", + "GetMethod": "来源:最幸福桃源总榜第一名", + "Importantdata": false + }, + { + "Id": 140015, + "Name": "霓裳君", + "DetailsPageName": "称号:霓裳君", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_140004", + "Description": "获得后可解锁称号:霓裳君", + "GetMethod": "来源:最幸福桃源锦衣榜第一名", + "Importantdata": false + }, + { + "Id": 140016, + "Name": "鼎中君", + "DetailsPageName": "称号:鼎中君", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_140004", + "Description": "获得后可解锁称号:鼎中君", + "GetMethod": "来源:最幸福桃源玉食榜第一名", + "Importantdata": false + }, + { + "Id": 140017, + "Name": "青松君", + "DetailsPageName": "称号:青松君", + "Type": 31, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 1, + "HasLimit": 1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_140004", + "Description": "获得后可解锁称号:青松君", + "GetMethod": "来源:最幸福桃源松龄榜第一名", + "Importantdata": false + }, + { + "Id": 150000, + "Name": "蟾宫兔影", + "DetailsPageName": "烟花:蟾宫兔影", + "Type": 7, + "RelatedId": 15000, + "StockType": 8, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 3, + "TreasureBowl": false, + "Icon": "Item_Icon_150000", + "Description": " 以月宫仙桂为引,撷云霓为信。燃此烟花时,可见玉兔之影自皎皎明月跃出,转瞬璀璨,映照佳节。", + "GetMethod": "来源:中秋活动", + "Importantdata": false + }, + { + "Id": 200000, + "Name": "任务物品", + "DetailsPageName": "任务物品", + "Type": 20, + "RelatedId": 0, + "StockType": 9, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_200000", + "Description": "任务物品", + "GetMethod": "来源:", + "Importantdata": false + }, + { + "Id": 200001, + "Name": "凤羽", + "DetailsPageName": "凤羽", + "Type": 1, + "RelatedId": 0, + "StockType": 2, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 99999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_200001", + "Description": "罕见的凤凰羽毛,价值不菲。可以卖给桃谷货郎,换点铜钱", + "GetMethod": "来源:每天摇不死树获得", + "Importantdata": false + }, + { + "Id": 200002, + "Name": "每日活跃度", + "DetailsPageName": "每日活跃度", + "Type": 25, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_200002", + "Description": "完成每日任务后获得的积分", + "GetMethod": "来源:每日任务", + "Importantdata": false + }, + { + "Id": 210000, + "Name": "铜钱", + "DetailsPageName": "铜钱", + "Type": 21, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_210000", + "Description": "通用的货币", + "GetMethod": "来源:和商人交易", + "Importantdata": true + }, + { + "Id": 210001, + "Name": "刀币", + "DetailsPageName": "刀币", + "Type": 24, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_210001", + "Description": "挑战BOSS获得的积分货币", + "GetMethod": "来源:四凶兽排行榜奖励", + "Importantdata": true + }, + { + "Id": 210002, + "Name": "锤币", + "DetailsPageName": "锤币", + "Type": 28, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_210002", + "Description": "图鉴积分排行榜的奖励货币,可以用于对应排行榜积分商店兑换物品", + "GetMethod": "来源:图鉴积分排行榜奖励", + "Importantdata": true + }, + { + "Id": 210003, + "Name": "虎币", + "DetailsPageName": "虎币", + "Type": 29, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_210003", + "Description": "战力排行榜和兽潮排行榜的奖励货币,可以用于对应排行榜积分商店兑换物品", + "GetMethod": "来源:战力排行榜和兽潮排行榜积分奖励", + "Importantdata": true + }, + { + "Id": 210004, + "Name": "远征币", + "DetailsPageName": "远征币", + "Type": 33, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_210004", + "Description": "远征关卡奖励的积分货币", + "GetMethod": "来源:远征系统", + "Importantdata": true + }, + { + "Id": 210005, + "Name": "抽奖券", + "DetailsPageName": "抽奖券", + "Type": 34, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_210005", + "Description": "用于节日活动抽奖的券(可囤积用于以后同类型的活动)", + "GetMethod": "来源:活动获得", + "Importantdata": true + }, + { + "Id": 210006, + "Name": "抽奖券*2", + "DetailsPageName": "抽奖券*2", + "Type": 7, + "RelatedId": 22010, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 0, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_210006", + "Description": "内含2张抽奖券", + "GetMethod": "来源:活动获得", + "Importantdata": true + }, + { + "Id": 220000, + "Name": "桃花石", + "DetailsPageName": "桃花石", + "Type": 22, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_220000", + "Description": "桃花石,是很珍贵的货币", + "GetMethod": "来源:充值", + "Importantdata": true + }, + { + "Id": 220001, + "Name": "代金券", + "DetailsPageName": "代金券", + "Type": 98, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_220001", + "Description": "和人民币1比1兑换", + "GetMethod": "来源:充值", + "Importantdata": true + }, + { + "Id": 230000, + "Name": "凝时", + "DetailsPageName": "凝时", + "Type": 23, + "RelatedId": 0, + "StockType": 9, + "StorageType": 0, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_110000", - "Description": "渔溪村声望", - "GetMethod": "来源:任务,日常捐赠", + "Icon": "Item_Icon_230000", + "Description": "凝时", + "GetMethod": "来源:每时每刻都在获得", "Importantdata": false }, { - "Id": 110001, - "Name": "赤丘山声望", - "DetailsPageName": "赤丘山声望", - "Type": 12, - "RelatedId": 3003, + "Id": 240000, + "Name": "成就积分", + "DetailsPageName": "成就积分", + "Type": 30, + "RelatedId": 0, "StockType": 9, "StorageType": 0, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, + "SuperpositionMax": 9999999999, "HasLimit": -1, "AbleThrow": false, "Gift": false, @@ -20280,2616 +22741,2777 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_110000", - "Description": "赤丘山声望", - "GetMethod": "来源:任务,日常捐赠", + "Icon": "Item_Icon_240000", + "Description": "成就积分", + "GetMethod": "来源:完成成就", "Importantdata": false }, { - "Id": 110002, - "Name": "太姥村声望", - "DetailsPageName": "太姥村声望", - "Type": 12, - "RelatedId": 3004, + "Id": 300001, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, + "SuperpositionMax": 9999999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_110000", - "Description": "太姥村声望", - "GetMethod": "来源:任务,日常捐赠", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 110003, - "Name": "青山镇声望", - "DetailsPageName": "青山镇声望", - "Type": 12, - "RelatedId": 3005, + "Id": 300002, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, + "SuperpositionMax": 9999999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_110000", - "Description": "青山镇声望", - "GetMethod": "来源:任务,日常捐赠", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个2-3级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 120001, - "Name": "测试用头像框1", - "DetailsPageName": "测试用头像框1", - "Type": 26, - "RelatedId": 2001, + "Id": 300003, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, + "SuperpositionMax": 9999999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_300001", + "Description": "随机获得一个3级宝石", + "GetMethod": "", + "Importantdata": false + }, + { + "Id": 300004, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, + "StockType": 9, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_300001", + "Description": "随机获得一个3-4级宝石", + "GetMethod": "", + "Importantdata": false + }, + { + "Id": 300005, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, + "StockType": 9, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_300001", + "Description": "随机获得一个4级宝石", + "GetMethod": "", + "Importantdata": false + }, + { + "Id": 300006, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, + "StockType": 9, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_300001", + "Description": "随机获得一个4-5级宝石", + "GetMethod": "", + "Importantdata": false + }, + { + "Id": 300007, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, + "StockType": 9, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 1, + "TreasureBowl": false, + "Icon": "Item_Icon_300001", + "Description": "随机获得一个5级宝石", + "GetMethod": "", + "Importantdata": false + }, + { + "Id": 300008, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, + "StockType": 9, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_120001", - "Description": "头像框,测试用", - "GetMethod": "来源:", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个5-6级宝石", + "GetMethod": "", + "Importantdata": false + }, + { + "Id": 300009, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, + "StockType": 9, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_300001", + "Description": "随机获得一个6级宝石", + "GetMethod": "", + "Importantdata": false + }, + { + "Id": 300010, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, + "StockType": 9, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_300001", + "Description": "随机获得一个6-7级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 120002, - "Name": "测试用头像框2", - "DetailsPageName": "测试用头像框2", - "Type": 26, - "RelatedId": 2002, + "Id": 300011, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, + "SuperpositionMax": 9999999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_120002", - "Description": "头像框,测试用", - "GetMethod": "来源:", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个7级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 130000, - "Name": "食券*10", - "DetailsPageName": "食券*10", - "Type": 7, - "RelatedId": 22000, + "Id": 300012, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, + "SuperpositionMax": 9999999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_130000", - "Description": "内含10张食券", - "GetMethod": "来源:", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个7-8级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 130001, - "Name": "食券*20", - "DetailsPageName": "食券*20", - "Type": 7, - "RelatedId": 22001, + "Id": 300013, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, + "SuperpositionMax": 9999999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_130001", - "Description": "内含20张食券", - "GetMethod": "来源:", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个8级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 130002, - "Name": "食券*100", - "DetailsPageName": "食券*100", - "Type": 7, - "RelatedId": 22002, + "Id": 300014, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, + "SuperpositionMax": 9999999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_130002", - "Description": "内含100张食券", - "GetMethod": "来源:", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个8-9级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 130003, - "Name": "食券*1000", - "DetailsPageName": "食券*1000", - "Type": 7, - "RelatedId": 22003, + "Id": 300015, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, + "SuperpositionMax": 9999999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_130003", - "Description": "内含1000张食券", - "GetMethod": "来源:", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个9级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 130004, - "Name": "桃花鱼*100", - "DetailsPageName": "桃花鱼*100", - "Type": 7, - "RelatedId": 22004, + "Id": 300016, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, + "SuperpositionMax": 9999999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_130004", - "Description": "整整100条桃花鱼", - "GetMethod": "来源:", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个8级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 130006, - "Name": "财源滚滚", - "DetailsPageName": "财源滚滚", - "Type": 7, - "RelatedId": 22006, + "Id": 300101, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, + "SuperpositionMax": 9999999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_130006", - "Description": "特权: 桃谷货郎收购时获得铜钱提升70%", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个2-3级宝石", "GetMethod": "", "Importantdata": false }, { - "Id": 130007, - "Name": "财源滚滚", - "DetailsPageName": "财源滚滚", - "Type": 7, - "RelatedId": 22007, + "Id": 300102, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, + "SuperpositionMax": 9999999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_130006", - "Description": "特权: 桃谷货郎收购时获得铜钱提升110%", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个3级宝石", "GetMethod": "", "Importantdata": false }, { - "Id": 130008, - "Name": "财源滚滚", - "DetailsPageName": "财源滚滚", - "Type": 7, - "RelatedId": 22008, + "Id": 300103, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, + "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, + "SuperpositionMax": 9999999999, "HasLimit": -1, - "AbleThrow": false, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_130006", - "Description": "特权: 桃谷货郎收购时获得铜钱提升150%", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个3-4级宝石", "GetMethod": "", "Importantdata": false }, { - "Id": 140000, - "Name": "四海为家", - "DetailsPageName": "称号:四海为家", - "Type": 31, + "Id": 300104, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, - "HasLimit": 1, - "AbleThrow": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_140001", - "Description": "获得后可解锁称号:四海为家", - "GetMethod": "来源:成就-四海皆闻桃源名", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个4级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 140001, - "Name": "大家族", - "DetailsPageName": "称号:大家族", - "Type": 31, + "Id": 300105, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, - "HasLimit": 1, - "AbleThrow": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, - "TreasureBowl": false, - "Icon": "Item_Icon_140001", - "Description": "获得后可解锁称号:大家族", - "GetMethod": "来源:成就-百家灯火续长明", + "Grade": 2, + "TreasureBowl": false, + "Icon": "Item_Icon_300001", + "Description": "随机获得一个4-5级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 140002, - "Name": "捕鱼达人", - "DetailsPageName": "称号:捕鱼达人", - "Type": 31, + "Id": 300106, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, - "HasLimit": 1, - "AbleThrow": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_140002", - "Description": "获得后可解锁称号:捕鱼达人", - "GetMethod": "来源:成就-一竿钓尽武陵春", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个5级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 140003, - "Name": "歌唱家", - "DetailsPageName": "称号:歌唱家", - "Type": 31, + "Id": 300107, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, - "HasLimit": 1, - "AbleThrow": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_140003", - "Description": "获得后可解锁称号:歌唱家", - "GetMethod": "来源:成就-比翼楼前拾遗羽", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个5-6级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 140004, - "Name": "满庭芳", - "DetailsPageName": "称号:满庭芳", - "Type": 31, + "Id": 300108, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, - "HasLimit": 1, - "AbleThrow": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_140003", - "Description": "获得后可解锁称号:满庭芳", - "GetMethod": "来源:成就-半百檐铃缀桃源", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个6级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 140005, - "Name": "亿万富翁", - "DetailsPageName": "称号:亿万富翁", - "Type": 31, + "Id": 300109, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, - "HasLimit": 1, - "AbleThrow": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_140003", - "Description": "获得后可解锁称号:亿万富翁", - "GetMethod": "来源:成就-万贯春风扫落英", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个6-7级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 140006, - "Name": "资深商人", - "DetailsPageName": "称号:资深商人", - "Type": 31, + "Id": 300110, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, - "HasLimit": 1, - "AbleThrow": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_140003", - "Description": "获得后可解锁称号:资深商人", - "GetMethod": "来源:成就-夜市点石成金手", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个7级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 140007, - "Name": "美食家", - "DetailsPageName": "称号:美食家", - "Type": 31, + "Id": 300111, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, - "HasLimit": 1, - "AbleThrow": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_140001", - "Description": "获得后可解锁称号:美食家", - "GetMethod": "来源:成就-千券化作炊烟去", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个7-8级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 140008, - "Name": "大佬", - "DetailsPageName": "称号:大佬", - "Type": 31, + "Id": 300112, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, - "HasLimit": 1, - "AbleThrow": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_140004", - "Description": "获得后可解锁称号:大佬", - "GetMethod": "来源:累计充值", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个8级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 140009, - "Name": "龙的传人", - "DetailsPageName": "称号:龙的传人", - "Type": 31, + "Id": 300113, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, - "HasLimit": 1, - "AbleThrow": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_140004", - "Description": "获得后可解锁称号:龙的传人", - "GetMethod": "来源:成就-千姓共织桃源梦", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个8-9级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 140010, - "Name": "桃谷地仙", - "DetailsPageName": "称号:桃谷地仙", - "Type": 31, + "Id": 300114, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, - "HasLimit": 1, - "AbleThrow": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_140004", - "Description": "获得后可解锁称号:桃谷地仙", - "GetMethod": "来源:累计充值", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个9级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 140011, - "Name": "桃谷天尊", - "DetailsPageName": "称号:桃谷天尊", - "Type": 31, + "Id": 300115, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, - "HasLimit": 1, - "AbleThrow": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 5, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_140005", - "Description": "获得后可解锁称号:桃谷天尊", - "GetMethod": "来源:累计充值", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个9-10级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 140012, - "Name": "粽横四海", - "DetailsPageName": "称号:粽横四海", - "Type": 31, + "Id": 300116, + "Name": "随机宝石", + "DetailsPageName": "随机宝石", + "Type": 1, "RelatedId": 0, "StockType": 9, - "StorageType": 0, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, - "HasLimit": 1, - "AbleThrow": false, + "SuperpositionMax": 9999999999, + "HasLimit": -1, + "AbleThrow": true, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_140002", - "Description": "获得后可解锁称号:粽横四海", - "GetMethod": "来源:桃谷龙舟赛活动", + "Icon": "Item_Icon_300001", + "Description": "随机获得一个10级宝石", + "GetMethod": "", "Importantdata": false }, { - "Id": 140013, - "Name": "千秋良缘使", - "DetailsPageName": "称号:千秋良缘使", - "Type": 31, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400000, + "Name": "蓝帘草庐", + "DetailsPageName": "草棚皮肤:蓝帘草庐", + "Type": 7, + "RelatedId": 40001, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, + "SuperpositionMax": 9999999999, "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_140001", - "Description": "获得后可解锁称号:千秋良缘使", - "GetMethod": "来源:成就-桃源宴宴庆良缘", + "Icon": "Item_Icon_400000", + "Description": "草棚建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:蓝帘草庐", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 140014, - "Name": "乐土圣君", - "DetailsPageName": "称号:乐土圣君", - "Type": 31, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400001, + "Name": "万斛阁", + "DetailsPageName": "粮仓皮肤:万斛阁", + "Type": 7, + "RelatedId": 40002, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, + "SuperpositionMax": 9999999999, "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_140005", - "Description": "获得后可解锁称号:乐土圣君", - "GetMethod": "来源:最幸福桃源总榜第一名", + "Icon": "Item_Icon_400001", + "Description": "粮仓建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:万斛阁", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 140015, - "Name": "霓裳君", - "DetailsPageName": "称号:霓裳君", - "Type": 31, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400002, + "Name": "青枝小磨", + "DetailsPageName": "石磨皮肤:青枝小磨", + "Type": 7, + "RelatedId": 40003, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, + "SuperpositionMax": 9999999999, "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_140004", - "Description": "获得后可解锁称号:霓裳君", - "GetMethod": "来源:最幸福桃源锦衣榜第一名", + "Icon": "Item_Icon_400002", + "Description": "石磨建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:青枝小磨", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 140016, - "Name": "鼎中君", - "DetailsPageName": "称号:鼎中君", - "Type": 31, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400003, + "Name": "山野小灶", + "DetailsPageName": "石灶皮肤:山野小灶", + "Type": 7, + "RelatedId": 40004, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, + "SuperpositionMax": 9999999999, "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_140004", - "Description": "获得后可解锁称号:鼎中君", - "GetMethod": "来源:最幸福桃源玉食榜第一名", + "Icon": "Item_Icon_400003", + "Description": "石灶建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:山野小灶", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 140017, - "Name": "青松君", - "DetailsPageName": "称号:青松君", - "Type": 31, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400004, + "Name": "骨头小窝", + "DetailsPageName": "小白之窝皮肤:骨头小窝", + "Type": 7, + "RelatedId": 40005, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 1, + "SuperpositionMax": 9999999999, "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_140004", - "Description": "获得后可解锁称号:青松君", - "GetMethod": "来源:最幸福桃源松龄榜第一名", + "Icon": "Item_Icon_400004", + "Description": "小白之窝建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:骨头小窝", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 200000, - "Name": "任务物品", - "DetailsPageName": "任务物品", - "Type": 20, - "RelatedId": 0, - "StockType": 9, + "Id": 400005, + "Name": "云雷缚龙鼎", + "DetailsPageName": "七星鼎皮肤:云雷缚龙鼎", + "Type": 7, + "RelatedId": 40006, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 99999, - "HasLimit": -1, - "AbleThrow": true, + "SuperpositionMax": 9999999999, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_200000", - "Description": "任务物品", - "GetMethod": "来源:", + "Icon": "Item_Icon_400005", + "Description": "七星鼎建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:云雷缚龙鼎", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 200001, - "Name": "凤羽", - "DetailsPageName": "凤羽", - "Type": 1, - "RelatedId": 0, - "StockType": 2, + "Id": 400006, + "Name": "筠篱浮雪", + "DetailsPageName": "盐田皮肤:筠篱浮雪", + "Type": 7, + "RelatedId": 40007, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 99999999, - "HasLimit": -1, + "SuperpositionMax": 9999999999, + "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_200001", - "Description": "罕见的凤凰羽毛,价值不菲。可以卖给桃谷货郎,换点铜钱", - "GetMethod": "来源:每天摇不死树获得", + "Icon": "Item_Icon_400006", + "Description": "盐田建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:筠篱浮雪", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 200002, - "Name": "每日活跃度", - "DetailsPageName": "每日活跃度", - "Type": 25, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400007, + "Name": "竹涧盐井", + "DetailsPageName": "卤井科技:竹涧盐井", + "Type": 7, + "RelatedId": 40008, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 9999, - "HasLimit": -1, + "SuperpositionMax": 9999999999, + "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_200002", - "Description": "完成每日任务后获得的积分", - "GetMethod": "来源:每日任务", + "Icon": "Item_Icon_400007", + "Description": "卤井建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:竹涧盐井", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 210000, - "Name": "铜钱", - "DetailsPageName": "铜钱", - "Type": 21, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400008, + "Name": "木篱咯咯窝", + "DetailsPageName": "鸡窝皮肤:木篱咯咯窝", + "Type": 7, + "RelatedId": 40009, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, - "SuperpositionMax": 0, - "HasLimit": -1, + "SuperpositionMax": 9999999999, + "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_210000", - "Description": "通用的货币", - "GetMethod": "来源:和商人交易", - "Importantdata": true + "Icon": "Item_Icon_400008", + "Description": "鸡窝建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:木篱咯咯窝", + "GetMethod": "来源:鲁明处兑换", + "Importantdata": false }, { - "Id": 210001, - "Name": "刀币", - "DetailsPageName": "刀币", - "Type": 24, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400009, + "Name": "青石小井", + "DetailsPageName": "水井皮肤:青石小井", + "Type": 7, + "RelatedId": 40010, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, + "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_210001", - "Description": "挑战BOSS获得的积分货币", - "GetMethod": "来源:四凶兽排行榜奖励", - "Importantdata": true - }, - { - "Id": 210002, - "Name": "锤币", - "DetailsPageName": "锤币", - "Type": 28, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Icon": "Item_Icon_400009", + "Description": "水井建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:青石小井", + "GetMethod": "来源:鲁明处兑换", + "Importantdata": false + }, + { + "Id": 400010, + "Name": "木瓦栖春居", + "DetailsPageName": "木瓦房皮肤:木瓦栖春居", + "Type": 7, + "RelatedId": 40011, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, + "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_210002", - "Description": "图鉴积分排行榜的奖励货币,可以用于对应排行榜积分商店兑换物品", - "GetMethod": "来源:图鉴积分排行榜奖励", - "Importantdata": true + "Icon": "Item_Icon_400010", + "Description": "木瓦房建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:木瓦栖春居", + "GetMethod": "来源:鲁明处兑换", + "Importantdata": false }, { - "Id": 210003, - "Name": "虎币", - "DetailsPageName": "虎币", - "Type": 29, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400011, + "Name": "青石藤窖", + "DetailsPageName": "地窖皮肤:青石藤窖", + "Type": 7, + "RelatedId": 40012, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, + "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_210003", - "Description": "战力排行榜和兽潮排行榜的奖励货币,可以用于对应排行榜积分商店兑换物品", - "GetMethod": "来源:战力排行榜和兽潮排行榜积分奖励", - "Importantdata": true + "Icon": "Item_Icon_400011", + "Description": "地窖建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:青石藤窖", + "GetMethod": "来源:鲁明处兑换", + "Importantdata": false }, { - "Id": 210004, - "Name": "远征币", - "DetailsPageName": "远征币", - "Type": 33, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400012, + "Name": "青石篝火", + "DetailsPageName": "营火皮肤:青石篝火", + "Type": 7, + "RelatedId": 40013, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, + "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_210004", - "Description": "远征关卡奖励的积分货币", - "GetMethod": "来源:远征系统", - "Importantdata": true + "Icon": "Item_Icon_400012", + "Description": "营火建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:青石篝火", + "GetMethod": "来源:鲁明处兑换", + "Importantdata": false }, { - "Id": 220000, - "Name": "桃花石", - "DetailsPageName": "桃花石", - "Type": 22, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400013, + "Name": "金·雕像", + "DetailsPageName": "雕像皮肤:金·雕像", + "Type": 7, + "RelatedId": 40014, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, + "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_220000", - "Description": "桃花石,是很珍贵的货币", - "GetMethod": "来源:充值", - "Importantdata": true + "Icon": "Item_Icon_400013", + "Description": "雕像建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:金·雕像", + "GetMethod": "来源:鲁明处兑换", + "Importantdata": false }, { - "Id": 220001, - "Name": "代金券", - "DetailsPageName": "代金券", - "Type": 98, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400014, + "Name": "岩前小作", + "DetailsPageName": "石作皮肤:岩前小作", + "Type": 7, + "RelatedId": 40015, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, + "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_220001", - "Description": "和人民币1比1兑换", - "GetMethod": "来源:充值", - "Importantdata": true + "Icon": "Item_Icon_400014", + "Description": "石作建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:岩前小作", + "GetMethod": "来源:鲁明处兑换", + "Importantdata": false }, { - "Id": 230000, - "Name": "凝时", - "DetailsPageName": "凝时", - "Type": 23, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400015, + "Name": "春帛浣风楼", + "DetailsPageName": "粗布坊皮肤:春帛浣风楼", + "Type": 7, + "RelatedId": 40016, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, + "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_230000", - "Description": "凝时", - "GetMethod": "来源:每时每刻都在获得", + "Icon": "Item_Icon_400015", + "Description": "粗布坊建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:春帛浣风楼", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 240000, - "Name": "成就积分", - "DetailsPageName": "成就积分", - "Type": 30, - "RelatedId": 0, - "StockType": 9, - "StorageType": 0, + "Id": 400016, + "Name": "藤月观畦庐", + "DetailsPageName": "农坊皮肤:藤月观畦庐", + "Type": 7, + "RelatedId": 40017, + "StockType": 6, + "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, + "HasLimit": 1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_240000", - "Description": "成就积分", - "GetMethod": "来源:完成成就", + "Icon": "Item_Icon_400016", + "Description": "农坊建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:藤月观畦庐", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300001, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400017, + "Name": "竹烟留客居", + "DetailsPageName": "客房皮肤:竹烟留客居", + "Type": 7, + "RelatedId": 40018, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个宝石", - "GetMethod": "", + "Icon": "Item_Icon_400017", + "Description": "客房建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:竹烟留客居", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300002, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400018, + "Name": "粗琢石木舍", + "DetailsPageName": "石坊皮肤:粗琢石木舍", + "Type": 7, + "RelatedId": 40019, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个2-3级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400018", + "Description": "石坊建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:粗琢石木舍", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300003, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400019, + "Name": "映水渔家台", + "DetailsPageName": "渔屋皮肤:映水渔家台", + "Type": 7, + "RelatedId": 40020, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个3级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400019", + "Description": "渔屋建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:映水渔家台", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300004, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400020, + "Name": "青蔓奉香堂", + "DetailsPageName": "宗厅皮肤:青蔓奉香堂", + "Type": 7, + "RelatedId": 40021, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个3-4级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400020", + "Description": "宗厅建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:青蔓奉香堂", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300005, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400021, + "Name": "栖音引翼阁", + "DetailsPageName": "比翼楼2级皮肤:栖音引翼阁", + "Type": 7, + "RelatedId": 40022, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个4级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400021", + "Description": "比翼楼2级建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:栖音引翼阁", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300006, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400022, + "Name": "织虹裁云轩", + "DetailsPageName": "布庄皮肤:织虹裁云轩", + "Type": 7, + "RelatedId": 40023, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个4-5级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400022", + "Description": "布庄建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:织虹裁云轩", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300007, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400023, + "Name": "竹影晾青台", + "DetailsPageName": "成衣坊皮肤:竹影晾青台", + "Type": 7, + "RelatedId": 40024, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个5级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400023", + "Description": "成衣坊建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:竹影晾青台", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300008, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400024, + "Name": "鉴木春秋轩", + "DetailsPageName": "工房皮肤:鉴木春秋轩", + "Type": 7, + "RelatedId": 40025, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个5-6级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400024", + "Description": "工房建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:鉴木春秋轩", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300009, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400025, + "Name": "罐倚红扉居", + "DetailsPageName": "茅草房皮肤:罐倚红扉居", + "Type": 7, + "RelatedId": 40026, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个6级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400025", + "Description": "茅草房建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:罐倚红扉居", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300010, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400026, + "Name": "万象推演院", + "DetailsPageName": "天工院皮肤:万象推演院", + "Type": 7, + "RelatedId": 40027, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个6-7级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400026", + "Description": "天工院建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:万象推演院", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300011, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400027, + "Name": "走马驿", + "DetailsPageName": "运输厅皮肤:走马驿", + "Type": 7, + "RelatedId": 40028, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个7级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400027", + "Description": "运输厅建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:走马驿", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300012, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400028, + "Name": "淬锋鸣匠台", + "DetailsPageName": "装备坊皮肤:淬锋鸣匠台", + "Type": 7, + "RelatedId": 40029, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个7-8级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400028", + "Description": "装备坊建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:淬锋鸣匠台", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300013, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400029, + "Name": "百草合气居", + "DetailsPageName": "草药厅皮肤:百草合气居", + "Type": 7, + "RelatedId": 40030, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个8级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400029", + "Description": "草药厅建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:百草合气居", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300014, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400030, + "Name": "芳轮溉春", + "DetailsPageName": "水车皮肤:芳轮溉春", + "Type": 7, + "RelatedId": 40031, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个8-9级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400030", + "Description": "水车建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:芳轮溉春", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300015, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400031, + "Name": "藏礼屋", + "DetailsPageName": "礼厅皮肤:藏礼屋", + "Type": 7, + "RelatedId": 40032, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个9级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400031", + "Description": "礼厅建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:藏礼屋", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300016, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400032, + "Name": "壶中天地阁", + "DetailsPageName": "酒楼皮肤:壶中天地阁", + "Type": 7, + "RelatedId": 40033, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个8级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400032", + "Description": "酒楼建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:壶中天地阁", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300101, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 400033, + "Name": "梨雪荷风殿", + "DetailsPageName": "桃源殿皮肤:梨雪荷风殿", + "Type": 7, + "RelatedId": 40034, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个2-3级宝石", - "GetMethod": "", + "Icon": "Item_Icon_400033", + "Description": "桃源殿建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:梨雪荷风殿", + "GetMethod": "来源:鲁明处兑换", "Importantdata": false }, { - "Id": 300102, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 500001, + "Name": "榕树·连理枝", + "DetailsPageName": "图纸:榕树·连理枝", + "Type": 7, + "RelatedId": 50001, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个3级宝石", - "GetMethod": "", + "Icon": "Item_Icon_500001", + "Description": "使用后可解锁榕树皮肤:榕树·连理枝", + "GetMethod": "来源:礼包", "Importantdata": false }, { - "Id": 300103, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 500002, + "Name": "桢楠·叠翠", + "DetailsPageName": "图纸:桢楠·叠翠", + "Type": 7, + "RelatedId": 50002, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个3-4级宝石", - "GetMethod": "", + "Icon": "Item_Icon_500002", + "Description": "使用后可解锁桢楠皮肤:桢楠·叠翠", + "GetMethod": "来源:礼包", "Importantdata": false }, { - "Id": 300104, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 500003, + "Name": "松树·伴山", + "DetailsPageName": "图纸:松树·伴山", + "Type": 7, + "RelatedId": 50003, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个4级宝石", - "GetMethod": "", + "Icon": "Item_Icon_500003", + "Description": "使用后可解锁松树皮肤:松树·伴山", + "GetMethod": "来源:礼包", "Importantdata": false }, { - "Id": 300105, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 500004, + "Name": "桑树·盈满", + "DetailsPageName": "图纸:桑树·盈满", + "Type": 7, + "RelatedId": 50004, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个4-5级宝石", - "GetMethod": "", + "Icon": "Item_Icon_500004", + "Description": "使用后可解锁桑树皮肤:桑树·盈满", + "GetMethod": "来源:礼包", "Importantdata": false }, { - "Id": 300106, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 500005, + "Name": "柳树·平湖影", + "DetailsPageName": "图纸:柳树·平湖影", + "Type": 7, + "RelatedId": 50005, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个5级宝石", - "GetMethod": "", + "Icon": "Item_Icon_500005", + "Description": "使用后可解锁柳树皮肤:柳树·平湖影", + "GetMethod": "来源:礼包", "Importantdata": false }, { - "Id": 300107, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 500006, + "Name": "梨树·月满梢", + "DetailsPageName": "图纸:梨树·月满梢", + "Type": 7, + "RelatedId": 50006, + "StockType": 6, "StorageType": 1, "Transport": false, "BackpackTransfer": false, "SuperpositionMax": 9999999999, - "HasLimit": -1, - "AbleThrow": true, + "HasLimit": 1, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个5-6级宝石", - "GetMethod": "", + "Icon": "Item_Icon_500006", + "Description": "使用后可解锁梨树皮肤:梨树·月满梢", + "GetMethod": "来源:礼包", "Importantdata": false }, { - "Id": 300108, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 10000, + "Name": "石剑", + "DetailsPageName": "石剑", + "Type": 10, + "RelatedId": 10000, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "BackpackTransfer": true, + "SuperpositionMax": 1, "HasLimit": -1, - "AbleThrow": true, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个6级宝石", - "GetMethod": "", + "Icon": "Item_Icon_10000", + "Description": "一把普通的石剑,可合成精品石剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 300109, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 10001, + "Name": "石剑", + "DetailsPageName": "石剑", + "Type": 10, + "RelatedId": 10001, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "BackpackTransfer": true, + "SuperpositionMax": 1, "HasLimit": -1, - "AbleThrow": true, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个6-7级宝石", - "GetMethod": "", + "Icon": "Item_Icon_10000", + "Description": "一把品质精良的石剑,可合成极品石剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 300110, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 10002, + "Name": "石剑", + "DetailsPageName": "石剑", + "Type": 10, + "RelatedId": 10002, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "BackpackTransfer": true, + "SuperpositionMax": 1, "HasLimit": -1, - "AbleThrow": true, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个7级宝石", - "GetMethod": "", + "Icon": "Item_Icon_10000", + "Description": "一把品质上乘的石剑,堪称极品。可以和绝品石剑图纸合成绝品石剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 300111, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 10010, + "Name": "铁剑", + "DetailsPageName": "铁剑", + "Type": 10, + "RelatedId": 10010, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "BackpackTransfer": true, + "SuperpositionMax": 1, "HasLimit": -1, - "AbleThrow": true, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个7-8级宝石", - "GetMethod": "", + "Icon": "Item_Icon_10010", + "Description": "一把普通的铁剑,可合成精品铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 300112, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 10011, + "Name": "铁剑", + "DetailsPageName": "铁剑", + "Type": 10, + "RelatedId": 10011, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "BackpackTransfer": true, + "SuperpositionMax": 1, "HasLimit": -1, - "AbleThrow": true, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个8级宝石", - "GetMethod": "", + "Icon": "Item_Icon_10010", + "Description": "一把品质精良的铁剑,可合成极品铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 300113, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 10012, + "Name": "铁剑", + "DetailsPageName": "铁剑", + "Type": 10, + "RelatedId": 10012, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "BackpackTransfer": true, + "SuperpositionMax": 1, "HasLimit": -1, - "AbleThrow": true, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个8-9级宝石", - "GetMethod": "", + "Icon": "Item_Icon_10010", + "Description": "一把品质上乘的铁剑,堪称极品。可以和绝品石剑合成绝品铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 300114, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 10020, + "Name": "赤铁剑", + "DetailsPageName": "赤铁剑", + "Type": 10, + "RelatedId": 10020, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "BackpackTransfer": true, + "SuperpositionMax": 1, "HasLimit": -1, - "AbleThrow": true, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个9级宝石", - "GetMethod": "", + "Icon": "Item_Icon_10020", + "Description": "一把普通的赤铁剑,可合成精品赤铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 300115, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 10021, + "Name": "赤铁剑", + "DetailsPageName": "赤铁剑", + "Type": 10, + "RelatedId": 10021, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "BackpackTransfer": true, + "SuperpositionMax": 1, "HasLimit": -1, - "AbleThrow": true, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个9-10级宝石", - "GetMethod": "", + "Icon": "Item_Icon_10020", + "Description": "一把品质精良的赤铁剑,可合成极品赤铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 300116, - "Name": "随机宝石", - "DetailsPageName": "随机宝石", - "Type": 1, - "RelatedId": 0, - "StockType": 9, + "Id": 10022, + "Name": "赤铁剑", + "DetailsPageName": "赤铁剑", + "Type": 10, + "RelatedId": 10022, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, + "BackpackTransfer": true, + "SuperpositionMax": 1, "HasLimit": -1, - "AbleThrow": true, + "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_300001", - "Description": "随机获得一个10级宝石", - "GetMethod": "", + "Icon": "Item_Icon_10020", + "Description": "一把品质上乘的赤铁剑,堪称极品。可以和绝品铁剑合成绝品赤铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400000, - "Name": "蓝帘草庐", - "DetailsPageName": "草棚皮肤:蓝帘草庐", - "Type": 7, - "RelatedId": 40001, - "StockType": 6, + "Id": 10030, + "Name": "精铁剑", + "DetailsPageName": "精铁剑", + "Type": 10, + "RelatedId": 10030, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_400000", - "Description": "草棚建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:蓝帘草庐", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10030", + "Description": "一把普通的精铁剑,可合成精品精铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400001, - "Name": "万斛阁", - "DetailsPageName": "粮仓皮肤:万斛阁", - "Type": 7, - "RelatedId": 40002, - "StockType": 6, + "Id": 10031, + "Name": "精铁剑", + "DetailsPageName": "精铁剑", + "Type": 10, + "RelatedId": 10031, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_400001", - "Description": "粮仓建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:万斛阁", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10030", + "Description": "一把品质精良的精铁剑,可合成极品精铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400002, - "Name": "青枝小磨", - "DetailsPageName": "石磨皮肤:青枝小磨", - "Type": 7, - "RelatedId": 40003, - "StockType": 6, + "Id": 10032, + "Name": "精铁剑", + "DetailsPageName": "精铁剑", + "Type": 10, + "RelatedId": 10032, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_400002", - "Description": "石磨建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:青枝小磨", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10030", + "Description": "一把品质上乘的精铁剑,堪称极品。可以和绝品赤铁剑合成绝品精铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400003, - "Name": "山野小灶", - "DetailsPageName": "石灶皮肤:山野小灶", - "Type": 7, - "RelatedId": 40004, - "StockType": 6, + "Id": 10040, + "Name": "乌铁剑", + "DetailsPageName": "乌铁剑", + "Type": 10, + "RelatedId": 10040, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_400003", - "Description": "石灶建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:山野小灶", - "GetMethod": "来源:鲁明处兑换", - "Importantdata": false - }, - { - "Id": 400004, - "Name": "骨头小窝", - "DetailsPageName": "小白之窝皮肤:骨头小窝", - "Type": 7, - "RelatedId": 40005, - "StockType": 6, + "Icon": "Item_Icon_10040", + "Description": "一把普通的乌铁剑,可合成精品乌铁剑", + "GetMethod": "材料合成", + "Importantdata": false + }, + { + "Id": 10041, + "Name": "乌铁剑", + "DetailsPageName": "乌铁剑", + "Type": 10, + "RelatedId": 10041, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_400004", - "Description": "小白之窝建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:骨头小窝", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10040", + "Description": "一把品质精良的乌铁剑,可合成极品乌铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400005, - "Name": "云雷缚龙鼎", - "DetailsPageName": "七星鼎皮肤:云雷缚龙鼎", - "Type": 7, - "RelatedId": 40006, - "StockType": 6, + "Id": 10042, + "Name": "乌铁剑", + "DetailsPageName": "乌铁剑", + "Type": 10, + "RelatedId": 10042, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_400005", - "Description": "七星鼎建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:云雷缚龙鼎", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10040", + "Description": "一把品质上乘的乌铁剑,堪称极品。可以和绝品精铁剑合成绝品乌铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400006, - "Name": "筠篱浮雪", - "DetailsPageName": "盐田皮肤:筠篱浮雪", - "Type": 7, - "RelatedId": 40007, - "StockType": 6, + "Id": 10050, + "Name": "青金剑", + "DetailsPageName": "青金剑", + "Type": 10, + "RelatedId": 10050, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_400006", - "Description": "盐田建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:筠篱浮雪", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10050", + "Description": "一把普通的青金剑,可合成精品青金剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400007, - "Name": "竹涧盐井", - "DetailsPageName": "卤井科技:竹涧盐井", - "Type": 7, - "RelatedId": 40008, - "StockType": 6, + "Id": 10051, + "Name": "青金剑", + "DetailsPageName": "青金剑", + "Type": 10, + "RelatedId": 10051, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_400007", - "Description": "卤井建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:竹涧盐井", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10050", + "Description": "一把品质精良的青金剑,可合成极品青金剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400008, - "Name": "木篱咯咯窝", - "DetailsPageName": "鸡窝皮肤:木篱咯咯窝", - "Type": 7, - "RelatedId": 40009, - "StockType": 6, + "Id": 10052, + "Name": "青金剑", + "DetailsPageName": "青金剑", + "Type": 10, + "RelatedId": 10052, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_400008", - "Description": "鸡窝建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:木篱咯咯窝", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10050", + "Description": "一把品质上乘的青金剑,堪称极品。可以和绝品乌铁剑合成绝品青金剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400009, - "Name": "青石小井", - "DetailsPageName": "水井皮肤:青石小井", - "Type": 7, - "RelatedId": 40010, - "StockType": 6, + "Id": 10060, + "Name": "鳞铁剑", + "DetailsPageName": "鳞铁剑", + "Type": 10, + "RelatedId": 10060, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_400009", - "Description": "水井建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:青石小井", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10060", + "Description": "一把普通的鳞铁剑,可合成精品鳞铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400010, - "Name": "木瓦栖春居", - "DetailsPageName": "木瓦房皮肤:木瓦栖春居", - "Type": 7, - "RelatedId": 40011, - "StockType": 6, + "Id": 10061, + "Name": "鳞铁剑", + "DetailsPageName": "鳞铁剑", + "Type": 10, + "RelatedId": 10061, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_400010", - "Description": "木瓦房建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:木瓦栖春居", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10060", + "Description": "一把品质精良的鳞铁剑,可合成极品鳞铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400011, - "Name": "青石藤窖", - "DetailsPageName": "地窖皮肤:青石藤窖", - "Type": 7, - "RelatedId": 40012, - "StockType": 6, + "Id": 10062, + "Name": "鳞铁剑", + "DetailsPageName": "鳞铁剑", + "Type": 10, + "RelatedId": 10062, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_400011", - "Description": "地窖建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:青石藤窖", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10060", + "Description": "一把品质上乘的鳞铁剑,堪称极品。可以和绝品乌铁剑合成绝品鳞铁剑", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400012, - "Name": "青石篝火", - "DetailsPageName": "营火皮肤:青石篝火", - "Type": 7, - "RelatedId": 40013, - "StockType": 6, + "Id": 10070, + "Name": "惊鸿·鳞铁剑", + "DetailsPageName": "惊鸿·鳞铁剑", + "Type": 10, + "RelatedId": 10070, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_400012", - "Description": "营火建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:青石篝火", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10060", + "Description": "高级剑", + "GetMethod": "", "Importantdata": false }, { - "Id": 400013, - "Name": "金·雕像", - "DetailsPageName": "雕像皮肤:金·雕像", - "Type": 7, - "RelatedId": 40014, - "StockType": 6, + "Id": 10071, + "Name": "绝尘·鳞铁剑", + "DetailsPageName": "绝尘·鳞铁剑", + "Type": 10, + "RelatedId": 10071, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_400013", - "Description": "雕像建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:金·雕像", - "GetMethod": "来源:鲁明处兑换", - "Importantdata": false - }, - { - "Id": 400014, - "Name": "岩前小作", - "DetailsPageName": "石作皮肤:岩前小作", - "Type": 7, - "RelatedId": 40015, - "StockType": 6, + "Icon": "Item_Icon_10060", + "Description": "高级剑", + "GetMethod": "", + "Importantdata": false + }, + { + "Id": 10072, + "Name": "超凡·鳞铁剑", + "DetailsPageName": "超凡·鳞铁剑", + "Type": 10, + "RelatedId": 10072, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_400014", - "Description": "石作建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:岩前小作", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10060", + "Description": "高级剑", + "GetMethod": "", "Importantdata": false }, { - "Id": 400015, - "Name": "春帛浣风楼", - "DetailsPageName": "粗布坊皮肤:春帛浣风楼", - "Type": 7, - "RelatedId": 40016, - "StockType": 6, + "Id": 10100, + "Name": "石锤", + "DetailsPageName": "石锤", + "Type": 10, + "RelatedId": 10100, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_400015", - "Description": "粗布坊建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:春帛浣风楼", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10100", + "Description": "一把普通的石锤,可合成精品石锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400016, - "Name": "藤月观畦庐", - "DetailsPageName": "农坊皮肤:藤月观畦庐", - "Type": 7, - "RelatedId": 40017, - "StockType": 6, + "Id": 10101, + "Name": "石锤", + "DetailsPageName": "石锤", + "Type": 10, + "RelatedId": 10101, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_400016", - "Description": "农坊建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:藤月观畦庐", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10100", + "Description": "一把品质精良的石锤,可合成极品石锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400017, - "Name": "竹烟留客居", - "DetailsPageName": "客房皮肤:竹烟留客居", - "Type": 7, - "RelatedId": 40018, - "StockType": 6, + "Id": 10102, + "Name": "石锤", + "DetailsPageName": "石锤", + "Type": 10, + "RelatedId": 10102, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_400017", - "Description": "客房建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:竹烟留客居", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10100", + "Description": "一把品质上乘的石锤,堪称极品。可以和绝品石锤图纸合成绝品石锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400018, - "Name": "粗琢石木舍", - "DetailsPageName": "石坊皮肤:粗琢石木舍", - "Type": 7, - "RelatedId": 40019, - "StockType": 6, + "Id": 10110, + "Name": "铁锤", + "DetailsPageName": "铁锤", + "Type": 10, + "RelatedId": 10110, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_400018", - "Description": "石坊建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:粗琢石木舍", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10110", + "Description": "一把普通的铁锤,可合成精品铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400019, - "Name": "映水渔家台", - "DetailsPageName": "渔屋皮肤:映水渔家台", - "Type": 7, - "RelatedId": 40020, - "StockType": 6, + "Id": 10111, + "Name": "铁锤", + "DetailsPageName": "铁锤", + "Type": 10, + "RelatedId": 10111, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_400019", - "Description": "渔屋建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:映水渔家台", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10110", + "Description": "一把品质精良的铁锤,可合成极品铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400020, - "Name": "青蔓奉香堂", - "DetailsPageName": "宗厅皮肤:青蔓奉香堂", - "Type": 7, - "RelatedId": 40021, - "StockType": 6, + "Id": 10112, + "Name": "铁锤", + "DetailsPageName": "铁锤", + "Type": 10, + "RelatedId": 10112, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_400020", - "Description": "宗厅建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:青蔓奉香堂", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10110", + "Description": "一把品质上乘的铁锤,堪称极品。可以和绝品石锤合成绝品铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400021, - "Name": "栖音引翼阁", - "DetailsPageName": "比翼楼2级皮肤:栖音引翼阁", - "Type": 7, - "RelatedId": 40022, - "StockType": 6, + "Id": 10120, + "Name": "赤铁锤", + "DetailsPageName": "赤铁锤", + "Type": 10, + "RelatedId": 10120, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_400021", - "Description": "比翼楼2级建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:栖音引翼阁", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10120", + "Description": "一把普通的赤铁锤,可合成精品赤铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400022, - "Name": "织虹裁云轩", - "DetailsPageName": "布庄皮肤:织虹裁云轩", - "Type": 7, - "RelatedId": 40023, - "StockType": 6, + "Id": 10121, + "Name": "赤铁锤", + "DetailsPageName": "赤铁锤", + "Type": 10, + "RelatedId": 10121, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_400022", - "Description": "布庄建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:织虹裁云轩", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10120", + "Description": "一把品质精良的赤铁锤,可合成极品赤铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400023, - "Name": "竹影晾青台", - "DetailsPageName": "成衣坊皮肤:竹影晾青台", - "Type": 7, - "RelatedId": 40024, - "StockType": 6, + "Id": 10122, + "Name": "赤铁锤", + "DetailsPageName": "赤铁锤", + "Type": 10, + "RelatedId": 10122, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_400023", - "Description": "成衣坊建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:竹影晾青台", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10120", + "Description": "一把品质上乘的赤铁锤,堪称极品。可以和绝品铁锤合成绝品赤铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400024, - "Name": "鉴木春秋轩", - "DetailsPageName": "工房皮肤:鉴木春秋轩", - "Type": 7, - "RelatedId": 40025, - "StockType": 6, + "Id": 10130, + "Name": "精铁锤", + "DetailsPageName": "精铁锤", + "Type": 10, + "RelatedId": 10130, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_400024", - "Description": "工房建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:鉴木春秋轩", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10130", + "Description": "一把普通的精铁锤,可合成精品精铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400025, - "Name": "罐倚红扉居", - "DetailsPageName": "茅草房皮肤:罐倚红扉居", - "Type": 7, - "RelatedId": 40026, - "StockType": 6, + "Id": 10131, + "Name": "精铁锤", + "DetailsPageName": "精铁锤", + "Type": 10, + "RelatedId": 10131, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_400025", - "Description": "茅草房建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:罐倚红扉居", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10130", + "Description": "一把品质精良的精铁锤,可合成极品精铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400026, - "Name": "万象推演院", - "DetailsPageName": "天工院皮肤:万象推演院", - "Type": 7, - "RelatedId": 40027, - "StockType": 6, + "Id": 10132, + "Name": "精铁锤", + "DetailsPageName": "精铁锤", + "Type": 10, + "RelatedId": 10132, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_400026", - "Description": "天工院建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:万象推演院", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10130", + "Description": "一把品质上乘的精铁锤,堪称极品。可以和绝品赤铁锤合成绝品精铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400027, - "Name": "走马驿", - "DetailsPageName": "运输厅皮肤:走马驿", - "Type": 7, - "RelatedId": 40028, - "StockType": 6, + "Id": 10140, + "Name": "乌铁锤", + "DetailsPageName": "乌铁锤", + "Type": 10, + "RelatedId": 10140, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_400027", - "Description": "运输厅建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:走马驿", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10140", + "Description": "一把普通的乌铁锤,可合成精品乌铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400028, - "Name": "淬锋鸣匠台", - "DetailsPageName": "装备坊皮肤:淬锋鸣匠台", - "Type": 7, - "RelatedId": 40029, - "StockType": 6, + "Id": 10141, + "Name": "乌铁锤", + "DetailsPageName": "乌铁锤", + "Type": 10, + "RelatedId": 10141, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_400028", - "Description": "装备坊建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:淬锋鸣匠台", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10140", + "Description": "一把品质精良的乌铁锤,可合成极品乌铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400029, - "Name": "百草合气居", - "DetailsPageName": "草药厅皮肤:百草合气居", - "Type": 7, - "RelatedId": 40030, - "StockType": 6, + "Id": 10142, + "Name": "乌铁锤", + "DetailsPageName": "乌铁锤", + "Type": 10, + "RelatedId": 10142, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_400029", - "Description": "草药厅建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:百草合气居", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10140", + "Description": "一把品质上乘的乌铁锤,堪称极品。可以和绝品精铁锤合成绝品乌铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400030, - "Name": "芳轮溉春", - "DetailsPageName": "水车皮肤:芳轮溉春", - "Type": 7, - "RelatedId": 40031, - "StockType": 6, + "Id": 10150, + "Name": "青金锤", + "DetailsPageName": "青金锤", + "Type": 10, + "RelatedId": 10150, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_400030", - "Description": "水车建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:芳轮溉春", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10150", + "Description": "一把普通的青金锤,可合成精品青金锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 400031, - "Name": "藏礼屋", - "DetailsPageName": "礼厅皮肤:藏礼屋", - "Type": 7, - "RelatedId": 40032, - "StockType": 6, + "Id": 10151, + "Name": "青金锤", + "DetailsPageName": "青金锤", + "Type": 10, + "RelatedId": 10151, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_400031", - "Description": "礼厅建筑的外观皮肤,使用后可在桃源殿解锁研究皮肤科技:藏礼屋", - "GetMethod": "来源:鲁明处兑换", + "Icon": "Item_Icon_10150", + "Description": "一把品质精良的青金锤,可合成极品青金锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 500001, - "Name": "榕树皮肤", - "DetailsPageName": "图纸:榕树皮肤", - "Type": 7, - "RelatedId": 50001, - "StockType": 6, + "Id": 10152, + "Name": "青金锤", + "DetailsPageName": "青金锤", + "Type": 10, + "RelatedId": 10152, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_500001", - "Description": "使用后可解锁榕树皮肤:", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_10150", + "Description": "一把品质上乘的青金锤,堪称极品。可以和绝品乌铁锤合成绝品青金锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 500002, - "Name": "桢楠皮肤", - "DetailsPageName": "图纸:桢楠皮肤", - "Type": 7, - "RelatedId": 50002, - "StockType": 6, + "Id": 10160, + "Name": "鳞铁锤", + "DetailsPageName": "鳞铁锤", + "Type": 10, + "RelatedId": 10160, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_500002", - "Description": "使用后可解锁桢楠皮肤:", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_10160", + "Description": "一把普通的鳞铁锤,可合成精品鳞铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 500003, - "Name": "桃树皮肤", - "DetailsPageName": "图纸:桃树皮肤", - "Type": 7, - "RelatedId": 50003, - "StockType": 6, + "Id": 10161, + "Name": "鳞铁锤", + "DetailsPageName": "鳞铁锤", + "Type": 10, + "RelatedId": 10161, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_500003", - "Description": "使用后可解锁桃树皮肤:", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_10160", + "Description": "一把品质精良的鳞铁锤,可合成极品鳞铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 500004, - "Name": "松树皮肤", - "DetailsPageName": "图纸:松树皮肤", - "Type": 7, - "RelatedId": 50004, - "StockType": 6, + "Id": 10162, + "Name": "鳞铁锤", + "DetailsPageName": "鳞铁锤", + "Type": 10, + "RelatedId": 10162, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_500004", - "Description": "使用后可解锁松树皮肤:", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_10160", + "Description": "一把品质上乘的鳞铁锤,堪称极品。可以和绝品乌铁锤合成绝品鳞铁锤", + "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 500005, - "Name": "桑树皮肤", - "DetailsPageName": "图纸:桑树皮肤", - "Type": 7, - "RelatedId": 50005, - "StockType": 6, + "Id": 10170, + "Name": "惊鸿·鳞铁锤", + "DetailsPageName": "惊鸿·鳞铁锤", + "Type": 10, + "RelatedId": 10170, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_500005", - "Description": "使用后可解锁桑树皮肤:", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_10160", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 500006, - "Name": "柳树皮肤", - "DetailsPageName": "图纸:柳树皮肤", - "Type": 7, - "RelatedId": 50006, - "StockType": 6, + "Id": 10171, + "Name": "绝尘·鳞铁锤", + "DetailsPageName": "绝尘·鳞铁锤", + "Type": 10, + "RelatedId": 10171, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_500006", - "Description": "使用后可解锁柳树皮肤:", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_10160", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 500007, - "Name": "梨树皮肤", - "DetailsPageName": "图纸:梨树皮肤", - "Type": 7, - "RelatedId": 50007, - "StockType": 6, + "Id": 10172, + "Name": "超凡·鳞铁锤", + "DetailsPageName": "超凡·鳞铁锤", + "Type": 10, + "RelatedId": 10172, + "StockType": 4, "StorageType": 1, "Transport": false, - "BackpackTransfer": false, - "SuperpositionMax": 9999999999, - "HasLimit": 1, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, "AbleThrow": false, "Gift": false, "Favorability": 0, "Track": false, - "Grade": 4, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_500007", - "Description": "使用后可解锁柳树皮肤:", - "GetMethod": "来源:暂未开放", + "Icon": "Item_Icon_10160", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10000, - "Name": "石剑", - "DetailsPageName": "石剑", + "Id": 10200, + "Name": "石飞镖", + "DetailsPageName": "石飞镖", "Type": 10, - "RelatedId": 10000, + "RelatedId": 10200, "StockType": 4, "StorageType": 1, "Transport": false, @@ -22902,17 +25524,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10000", - "Description": "一把普通的石剑,可合成精品石剑", + "Icon": "Item_Icon_10200", + "Description": "一把普通的石飞镖,可合成精品石飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10001, - "Name": "石剑", - "DetailsPageName": "石剑", + "Id": 10201, + "Name": "石飞镖", + "DetailsPageName": "石飞镖", "Type": 10, - "RelatedId": 10001, + "RelatedId": 10201, "StockType": 4, "StorageType": 1, "Transport": false, @@ -22925,17 +25547,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10000", - "Description": "一把品质精良的石剑,可合成极品石剑", + "Icon": "Item_Icon_10200", + "Description": "一把品质精良的石飞镖,可合成极品石飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10002, - "Name": "石剑", - "DetailsPageName": "石剑", + "Id": 10202, + "Name": "石飞镖", + "DetailsPageName": "石飞镖", "Type": 10, - "RelatedId": 10002, + "RelatedId": 10202, "StockType": 4, "StorageType": 1, "Transport": false, @@ -22948,17 +25570,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10000", - "Description": "一把品质上乘的石剑,堪称极品。可以和绝品石剑图纸合成绝品石剑", + "Icon": "Item_Icon_10200", + "Description": "一把品质上乘的石飞镖,堪称极品。可以和绝品石飞镖图纸合成绝品石飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10010, - "Name": "铁剑", - "DetailsPageName": "铁剑", + "Id": 10210, + "Name": "铁飞镖", + "DetailsPageName": "铁飞镖", "Type": 10, - "RelatedId": 10010, + "RelatedId": 10210, "StockType": 4, "StorageType": 1, "Transport": false, @@ -22971,17 +25593,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10010", - "Description": "一把普通的铁剑,可合成精品铁剑", + "Icon": "Item_Icon_10210", + "Description": "一把普通的铁飞镖,可合成精品铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10011, - "Name": "铁剑", - "DetailsPageName": "铁剑", + "Id": 10211, + "Name": "铁飞镖", + "DetailsPageName": "铁飞镖", "Type": 10, - "RelatedId": 10011, + "RelatedId": 10211, "StockType": 4, "StorageType": 1, "Transport": false, @@ -22994,17 +25616,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10010", - "Description": "一把品质精良的铁剑,可合成极品铁剑", + "Icon": "Item_Icon_10210", + "Description": "一把品质精良的铁飞镖,可合成极品铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10012, - "Name": "铁剑", - "DetailsPageName": "铁剑", + "Id": 10212, + "Name": "铁飞镖", + "DetailsPageName": "铁飞镖", "Type": 10, - "RelatedId": 10012, + "RelatedId": 10212, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23017,17 +25639,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10010", - "Description": "一把品质上乘的铁剑,堪称极品。可以和绝品石剑合成绝品铁剑", + "Icon": "Item_Icon_10210", + "Description": "一把品质上乘的铁飞镖,堪称极品。可以和绝品石飞镖合成绝品铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10020, - "Name": "赤铁剑", - "DetailsPageName": "赤铁剑", + "Id": 10220, + "Name": "赤铁飞镖", + "DetailsPageName": "赤铁飞镖", "Type": 10, - "RelatedId": 10020, + "RelatedId": 10220, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23040,17 +25662,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10020", - "Description": "一把普通的赤铁剑,可合成精品赤铁剑", + "Icon": "Item_Icon_10220", + "Description": "一把普通的赤铁飞镖,可合成精品赤铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10021, - "Name": "赤铁剑", - "DetailsPageName": "赤铁剑", + "Id": 10221, + "Name": "赤铁飞镖", + "DetailsPageName": "赤铁飞镖", "Type": 10, - "RelatedId": 10021, + "RelatedId": 10221, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23063,17 +25685,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10020", - "Description": "一把品质精良的赤铁剑,可合成极品赤铁剑", + "Icon": "Item_Icon_10220", + "Description": "一把品质精良的赤铁飞镖,可合成极品赤铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10022, - "Name": "赤铁剑", - "DetailsPageName": "赤铁剑", + "Id": 10222, + "Name": "赤铁飞镖", + "DetailsPageName": "赤铁飞镖", "Type": 10, - "RelatedId": 10022, + "RelatedId": 10222, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23086,17 +25708,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10020", - "Description": "一把品质上乘的赤铁剑,堪称极品。可以和绝品铁剑合成绝品赤铁剑", + "Icon": "Item_Icon_10220", + "Description": "一把品质上乘的赤铁飞镖,堪称极品。可以和绝品铁飞镖合成绝品赤铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10030, - "Name": "精铁剑", - "DetailsPageName": "精铁剑", + "Id": 10230, + "Name": "精铁飞镖", + "DetailsPageName": "精铁飞镖", "Type": 10, - "RelatedId": 10030, + "RelatedId": 10230, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23109,17 +25731,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10030", - "Description": "一把普通的精铁剑,可合成精品精铁剑", + "Icon": "Item_Icon_10230", + "Description": "一把普通的精铁飞镖,可合成精品精铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10031, - "Name": "精铁剑", - "DetailsPageName": "精铁剑", + "Id": 10231, + "Name": "精铁飞镖", + "DetailsPageName": "精铁飞镖", "Type": 10, - "RelatedId": 10031, + "RelatedId": 10231, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23132,17 +25754,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10030", - "Description": "一把品质精良的精铁剑,可合成极品精铁剑", + "Icon": "Item_Icon_10230", + "Description": "一把品质精良的精铁飞镖,可合成极品精铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10032, - "Name": "精铁剑", - "DetailsPageName": "精铁剑", + "Id": 10232, + "Name": "精铁飞镖", + "DetailsPageName": "精铁飞镖", "Type": 10, - "RelatedId": 10032, + "RelatedId": 10232, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23155,17 +25777,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10030", - "Description": "一把品质上乘的精铁剑,堪称极品。可以和绝品赤铁剑合成绝品精铁剑", + "Icon": "Item_Icon_10230", + "Description": "一把品质上乘的精铁飞镖,堪称极品。可以和绝品赤铁飞镖合成绝品精铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10040, - "Name": "乌铁剑", - "DetailsPageName": "乌铁剑", + "Id": 10240, + "Name": "乌铁飞镖", + "DetailsPageName": "乌铁飞镖", "Type": 10, - "RelatedId": 10040, + "RelatedId": 10240, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23178,17 +25800,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10040", - "Description": "一把普通的乌铁剑,可合成精品乌铁剑", + "Icon": "Item_Icon_10240", + "Description": "一把普通的乌铁飞镖,可合成精品乌铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10041, - "Name": "乌铁剑", - "DetailsPageName": "乌铁剑", + "Id": 10241, + "Name": "乌铁飞镖", + "DetailsPageName": "乌铁飞镖", "Type": 10, - "RelatedId": 10041, + "RelatedId": 10241, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23201,17 +25823,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10040", - "Description": "一把品质精良的乌铁剑,可合成极品乌铁剑", + "Icon": "Item_Icon_10240", + "Description": "一把品质精良的乌铁飞镖,可合成极品乌铁飞镖", "GetMethod": "材料合成", "Importantdata": false - }, - { - "Id": 10042, - "Name": "乌铁剑", - "DetailsPageName": "乌铁剑", + }, + { + "Id": 10242, + "Name": "乌铁飞镖", + "DetailsPageName": "乌铁飞镖", "Type": 10, - "RelatedId": 10042, + "RelatedId": 10242, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23224,17 +25846,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10040", - "Description": "一把品质上乘的乌铁剑,堪称极品。可以和绝品精铁剑合成绝品乌铁剑", + "Icon": "Item_Icon_10240", + "Description": "一把品质上乘的乌铁飞镖,堪称极品。可以和绝品精铁飞镖合成绝品乌铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10050, - "Name": "青金剑", - "DetailsPageName": "青金剑", + "Id": 10250, + "Name": "青金飞镖", + "DetailsPageName": "青金飞镖", "Type": 10, - "RelatedId": 10050, + "RelatedId": 10250, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23247,17 +25869,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10050", - "Description": "一把普通的青金剑,可合成精品青金剑", + "Icon": "Item_Icon_10250", + "Description": "一把普通的青金飞镖,可合成精品青金飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10051, - "Name": "青金剑", - "DetailsPageName": "青金剑", + "Id": 10251, + "Name": "青金飞镖", + "DetailsPageName": "青金飞镖", "Type": 10, - "RelatedId": 10051, + "RelatedId": 10251, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23270,17 +25892,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10050", - "Description": "一把品质精良的青金剑,可合成极品青金剑", + "Icon": "Item_Icon_10250", + "Description": "一把品质精良的青金飞镖,可合成极品青金飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10052, - "Name": "青金剑", - "DetailsPageName": "青金剑", + "Id": 10252, + "Name": "青金飞镖", + "DetailsPageName": "青金飞镖", "Type": 10, - "RelatedId": 10052, + "RelatedId": 10252, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23293,17 +25915,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10050", - "Description": "一把品质上乘的青金剑,堪称极品。可以和绝品乌铁剑合成绝品青金剑", + "Icon": "Item_Icon_10250", + "Description": "一把品质上乘的青金飞镖,堪称极品。可以和绝品乌铁飞镖合成绝品青金飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10060, - "Name": "鳞铁剑", - "DetailsPageName": "鳞铁剑", + "Id": 10260, + "Name": "鳞铁飞镖", + "DetailsPageName": "鳞铁飞镖", "Type": 10, - "RelatedId": 10060, + "RelatedId": 10260, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23316,17 +25938,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10060", - "Description": "一把普通的鳞铁剑,可合成精品鳞铁剑", + "Icon": "Item_Icon_10260", + "Description": "一把普通的鳞铁飞镖,可合成精品鳞铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10061, - "Name": "鳞铁剑", - "DetailsPageName": "鳞铁剑", + "Id": 10261, + "Name": "鳞铁飞镖", + "DetailsPageName": "鳞铁飞镖", "Type": 10, - "RelatedId": 10061, + "RelatedId": 10261, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23339,17 +25961,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10060", - "Description": "一把品质精良的鳞铁剑,可合成极品鳞铁剑", + "Icon": "Item_Icon_10260", + "Description": "一把品质精良的鳞铁飞镖,可合成极品鳞铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10062, - "Name": "鳞铁剑", - "DetailsPageName": "鳞铁剑", + "Id": 10262, + "Name": "鳞铁飞镖", + "DetailsPageName": "鳞铁飞镖", "Type": 10, - "RelatedId": 10062, + "RelatedId": 10262, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23362,17 +25984,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10060", - "Description": "一把品质上乘的鳞铁剑,堪称极品。可以和绝品乌铁剑合成绝品鳞铁剑", + "Icon": "Item_Icon_10260", + "Description": "一把品质上乘的鳞铁飞镖,堪称极品。可以和绝品乌铁飞镖合成绝品鳞铁飞镖", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10070, - "Name": "高级-剑", - "DetailsPageName": "高级-剑", - "Type": 15, - "RelatedId": 10070, + "Id": 10270, + "Name": "惊鸿·鳞铁飞镖", + "DetailsPageName": "惊鸿·鳞铁飞镖", + "Type": 10, + "RelatedId": 10270, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23385,17 +26007,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10060", - "Description": "高级剑", + "Icon": "Item_Icon_10260", + "Description": "", "GetMethod": "", "Importantdata": false }, { - "Id": 10071, - "Name": "高级-剑", - "DetailsPageName": "高级-剑", - "Type": 15, - "RelatedId": 10071, + "Id": 10271, + "Name": "绝尘·鳞铁飞镖", + "DetailsPageName": "绝尘·鳞铁飞镖", + "Type": 10, + "RelatedId": 10271, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23408,17 +26030,17 @@ "Track": false, "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_10060", - "Description": "高级剑", + "Icon": "Item_Icon_10260", + "Description": "", "GetMethod": "", "Importantdata": false }, { - "Id": 10072, - "Name": "高级-剑", - "DetailsPageName": "高级-剑", - "Type": 15, - "RelatedId": 10072, + "Id": 10272, + "Name": "超凡·鳞铁飞镖", + "DetailsPageName": "超凡·鳞铁飞镖", + "Type": 10, + "RelatedId": 10272, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23431,17 +26053,17 @@ "Track": false, "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_10060", - "Description": "高级剑", + "Icon": "Item_Icon_10260", + "Description": "", "GetMethod": "", "Importantdata": false }, { - "Id": 10100, - "Name": "石锤", - "DetailsPageName": "石锤", + "Id": 10300, + "Name": "石双刀", + "DetailsPageName": "石双刀", "Type": 10, - "RelatedId": 10100, + "RelatedId": 10300, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23454,17 +26076,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10100", - "Description": "一把普通的石锤,可合成精品石锤", + "Icon": "Item_Icon_10300", + "Description": "一把普通的石双刀,可合成精品石双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10101, - "Name": "石锤", - "DetailsPageName": "石锤", + "Id": 10301, + "Name": "石双刀", + "DetailsPageName": "石双刀", "Type": 10, - "RelatedId": 10101, + "RelatedId": 10301, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23477,17 +26099,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10100", - "Description": "一把品质精良的石锤,可合成极品石锤", + "Icon": "Item_Icon_10300", + "Description": "一把品质精良的石双刀,可合成极品石双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10102, - "Name": "石锤", - "DetailsPageName": "石锤", + "Id": 10302, + "Name": "石双刀", + "DetailsPageName": "石双刀", "Type": 10, - "RelatedId": 10102, + "RelatedId": 10302, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23500,17 +26122,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10100", - "Description": "一把品质上乘的石锤,堪称极品。可以和绝品石锤图纸合成绝品石锤", + "Icon": "Item_Icon_10300", + "Description": "一把品质上乘的石双刀,堪称极品。可以和绝品石双刀图纸合成绝品石双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10110, - "Name": "铁锤", - "DetailsPageName": "铁锤", + "Id": 10310, + "Name": "铁双刀", + "DetailsPageName": "铁双刀", "Type": 10, - "RelatedId": 10110, + "RelatedId": 10310, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23523,17 +26145,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10110", - "Description": "一把普通的铁锤,可合成精品铁锤", + "Icon": "Item_Icon_10310", + "Description": "一把普通的铁双刀,可合成精品铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10111, - "Name": "铁锤", - "DetailsPageName": "铁锤", + "Id": 10311, + "Name": "铁双刀", + "DetailsPageName": "铁双刀", "Type": 10, - "RelatedId": 10111, + "RelatedId": 10311, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23546,17 +26168,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10110", - "Description": "一把品质精良的铁锤,可合成极品铁锤", + "Icon": "Item_Icon_10310", + "Description": "一把品质精良的铁双刀,可合成极品铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10112, - "Name": "铁锤", - "DetailsPageName": "铁锤", + "Id": 10312, + "Name": "铁双刀", + "DetailsPageName": "铁双刀", "Type": 10, - "RelatedId": 10112, + "RelatedId": 10312, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23569,17 +26191,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10110", - "Description": "一把品质上乘的铁锤,堪称极品。可以和绝品石锤合成绝品铁锤", + "Icon": "Item_Icon_10310", + "Description": "一把品质上乘的铁双刀,堪称极品。可以和绝品石双刀合成绝品铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10120, - "Name": "赤铁锤", - "DetailsPageName": "赤铁锤", + "Id": 10320, + "Name": "赤铁双刀", + "DetailsPageName": "赤铁双刀", "Type": 10, - "RelatedId": 10120, + "RelatedId": 10320, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23592,17 +26214,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10120", - "Description": "一把普通的赤铁锤,可合成精品赤铁锤", + "Icon": "Item_Icon_10320", + "Description": "一把普通的赤铁双刀,可合成精品赤铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10121, - "Name": "赤铁锤", - "DetailsPageName": "赤铁锤", + "Id": 10321, + "Name": "赤铁双刀", + "DetailsPageName": "赤铁双刀", "Type": 10, - "RelatedId": 10121, + "RelatedId": 10321, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23615,17 +26237,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10120", - "Description": "一把品质精良的赤铁锤,可合成极品赤铁锤", + "Icon": "Item_Icon_10320", + "Description": "一把品质精良的赤铁双刀,可合成极品赤铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10122, - "Name": "赤铁锤", - "DetailsPageName": "赤铁锤", + "Id": 10322, + "Name": "赤铁双刀", + "DetailsPageName": "赤铁双刀", "Type": 10, - "RelatedId": 10122, + "RelatedId": 10322, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23638,17 +26260,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10120", - "Description": "一把品质上乘的赤铁锤,堪称极品。可以和绝品铁锤合成绝品赤铁锤", + "Icon": "Item_Icon_10320", + "Description": "一把品质上乘的赤铁双刀,堪称极品。可以和绝品铁双刀合成绝品赤铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10130, - "Name": "精铁锤", - "DetailsPageName": "精铁锤", + "Id": 10330, + "Name": "精铁双刀", + "DetailsPageName": "精铁双刀", "Type": 10, - "RelatedId": 10130, + "RelatedId": 10330, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23661,17 +26283,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10130", - "Description": "一把普通的精铁锤,可合成精品精铁锤", + "Icon": "Item_Icon_10330", + "Description": "一把普通的精铁双刀,可合成精品精铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10131, - "Name": "精铁锤", - "DetailsPageName": "精铁锤", + "Id": 10331, + "Name": "精铁双刀", + "DetailsPageName": "精铁双刀", "Type": 10, - "RelatedId": 10131, + "RelatedId": 10331, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23684,17 +26306,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10130", - "Description": "一把品质精良的精铁锤,可合成极品精铁锤", + "Icon": "Item_Icon_10330", + "Description": "一把品质精良的精铁双刀,可合成极品精铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10132, - "Name": "精铁锤", - "DetailsPageName": "精铁锤", + "Id": 10332, + "Name": "精铁双刀", + "DetailsPageName": "精铁双刀", "Type": 10, - "RelatedId": 10132, + "RelatedId": 10332, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23707,17 +26329,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10130", - "Description": "一把品质上乘的精铁锤,堪称极品。可以和绝品赤铁锤合成绝品精铁锤", + "Icon": "Item_Icon_10330", + "Description": "一把品质上乘的精铁双刀,堪称极品。可以和绝品赤铁双刀合成绝品精铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10140, - "Name": "乌铁锤", - "DetailsPageName": "乌铁锤", + "Id": 10340, + "Name": "乌铁双刀", + "DetailsPageName": "乌铁双刀", "Type": 10, - "RelatedId": 10140, + "RelatedId": 10340, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23730,17 +26352,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10140", - "Description": "一把普通的乌铁锤,可合成精品乌铁锤", + "Icon": "Item_Icon_10340", + "Description": "一把普通的乌铁双刀,可合成精品乌铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10141, - "Name": "乌铁锤", - "DetailsPageName": "乌铁锤", + "Id": 10341, + "Name": "乌铁双刀", + "DetailsPageName": "乌铁双刀", "Type": 10, - "RelatedId": 10141, + "RelatedId": 10341, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23753,17 +26375,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10140", - "Description": "一把品质精良的乌铁锤,可合成极品乌铁锤", + "Icon": "Item_Icon_10340", + "Description": "一把品质精良的乌铁双刀,可合成极品乌铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10142, - "Name": "乌铁锤", - "DetailsPageName": "乌铁锤", + "Id": 10342, + "Name": "乌铁双刀", + "DetailsPageName": "乌铁双刀", "Type": 10, - "RelatedId": 10142, + "RelatedId": 10342, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23776,17 +26398,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10140", - "Description": "一把品质上乘的乌铁锤,堪称极品。可以和绝品精铁锤合成绝品乌铁锤", + "Icon": "Item_Icon_10340", + "Description": "一把品质上乘的乌铁双刀,堪称极品。可以和绝品精铁双刀合成绝品乌铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10150, - "Name": "青金锤", - "DetailsPageName": "青金锤", + "Id": 10350, + "Name": "青金双刀", + "DetailsPageName": "青金双刀", "Type": 10, - "RelatedId": 10150, + "RelatedId": 10350, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23799,17 +26421,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10150", - "Description": "一把普通的青金锤,可合成精品青金锤", + "Icon": "Item_Icon_10350", + "Description": "一把普通的青金双刀,可合成精品青金双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10151, - "Name": "青金锤", - "DetailsPageName": "青金锤", + "Id": 10351, + "Name": "青金双刀", + "DetailsPageName": "青金双刀", "Type": 10, - "RelatedId": 10151, + "RelatedId": 10351, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23822,17 +26444,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10150", - "Description": "一把品质精良的青金锤,可合成极品青金锤", + "Icon": "Item_Icon_10350", + "Description": "一把品质精良的青金双刀,可合成极品青金双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10152, - "Name": "青金锤", - "DetailsPageName": "青金锤", + "Id": 10352, + "Name": "青金双刀", + "DetailsPageName": "青金双刀", "Type": 10, - "RelatedId": 10152, + "RelatedId": 10352, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23845,17 +26467,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10150", - "Description": "一把品质上乘的青金锤,堪称极品。可以和绝品乌铁锤合成绝品青金锤", + "Icon": "Item_Icon_10350", + "Description": "一把品质上乘的青金双刀,堪称极品。可以和绝品乌铁双刀合成绝品青金双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10160, - "Name": "鳞铁锤", - "DetailsPageName": "鳞铁锤", + "Id": 10360, + "Name": "鳞铁双刀", + "DetailsPageName": "鳞铁双刀", "Type": 10, - "RelatedId": 10160, + "RelatedId": 10360, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23868,17 +26490,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10160", - "Description": "一把普通的鳞铁锤,可合成精品鳞铁锤", + "Icon": "Item_Icon_10360", + "Description": "一把普通的鳞铁双刀,可合成精品鳞铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10161, - "Name": "鳞铁锤", - "DetailsPageName": "鳞铁锤", + "Id": 10361, + "Name": "鳞铁双刀", + "DetailsPageName": "鳞铁双刀", "Type": 10, - "RelatedId": 10161, + "RelatedId": 10361, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23891,17 +26513,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10160", - "Description": "一把品质精良的鳞铁锤,可合成极品鳞铁锤", + "Icon": "Item_Icon_10360", + "Description": "一把品质精良的鳞铁双刀,可合成极品鳞铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10162, - "Name": "鳞铁锤", - "DetailsPageName": "鳞铁锤", + "Id": 10362, + "Name": "鳞铁双刀", + "DetailsPageName": "鳞铁双刀", "Type": 10, - "RelatedId": 10162, + "RelatedId": 10362, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23914,17 +26536,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10160", - "Description": "一把品质上乘的鳞铁锤,堪称极品。可以和绝品乌铁锤合成绝品鳞铁锤", + "Icon": "Item_Icon_10360", + "Description": "一把品质上乘的鳞铁双刀,堪称极品。可以和绝品乌铁双刀合成绝品鳞铁双刀", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10200, - "Name": "石飞镖", - "DetailsPageName": "石飞镖", + "Id": 10370, + "Name": "惊鸿·鳞铁双刀", + "DetailsPageName": "惊鸿·鳞铁双刀", "Type": 10, - "RelatedId": 10200, + "RelatedId": 10370, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23935,19 +26557,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10200", - "Description": "一把普通的石飞镖,可合成精品石飞镖", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10360", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10201, - "Name": "石飞镖", - "DetailsPageName": "石飞镖", + "Id": 10371, + "Name": "绝尘·鳞铁双刀", + "DetailsPageName": "绝尘·鳞铁双刀", "Type": 10, - "RelatedId": 10201, + "RelatedId": 10371, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23958,19 +26580,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_10200", - "Description": "一把品质精良的石飞镖,可合成极品石飞镖", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10360", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10202, - "Name": "石飞镖", - "DetailsPageName": "石飞镖", + "Id": 10372, + "Name": "超凡·鳞铁双刀", + "DetailsPageName": "超凡·鳞铁双刀", "Type": 10, - "RelatedId": 10202, + "RelatedId": 10372, "StockType": 4, "StorageType": 1, "Transport": false, @@ -23981,19 +26603,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_10200", - "Description": "一把品质上乘的石飞镖,堪称极品。可以和绝品石飞镖图纸合成绝品石飞镖", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10360", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10210, - "Name": "铁飞镖", - "DetailsPageName": "铁飞镖", + "Id": 10400, + "Name": "石棍", + "DetailsPageName": "石棍", "Type": 10, - "RelatedId": 10210, + "RelatedId": 10400, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24006,17 +26628,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10210", - "Description": "一把普通的铁飞镖,可合成精品铁飞镖", + "Icon": "Item_Icon_10400", + "Description": "一把普通的石棍,可合成精品石棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10211, - "Name": "铁飞镖", - "DetailsPageName": "铁飞镖", + "Id": 10401, + "Name": "石棍", + "DetailsPageName": "石棍", "Type": 10, - "RelatedId": 10211, + "RelatedId": 10401, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24029,17 +26651,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10210", - "Description": "一把品质精良的铁飞镖,可合成极品铁飞镖", + "Icon": "Item_Icon_10400", + "Description": "一把品质精良的石棍,可合成极品石棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10212, - "Name": "铁飞镖", - "DetailsPageName": "铁飞镖", + "Id": 10402, + "Name": "石棍", + "DetailsPageName": "石棍", "Type": 10, - "RelatedId": 10212, + "RelatedId": 10402, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24052,17 +26674,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10210", - "Description": "一把品质上乘的铁飞镖,堪称极品。可以和绝品石飞镖合成绝品铁飞镖", + "Icon": "Item_Icon_10400", + "Description": "一把品质上乘的石棍,堪称极品。可以和绝品石棍图纸合成绝品石棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10220, - "Name": "赤铁飞镖", - "DetailsPageName": "赤铁飞镖", + "Id": 10410, + "Name": "铁棍", + "DetailsPageName": "铁棍", "Type": 10, - "RelatedId": 10220, + "RelatedId": 10410, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24075,17 +26697,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10220", - "Description": "一把普通的赤铁飞镖,可合成精品赤铁飞镖", + "Icon": "Item_Icon_10410", + "Description": "一把普通的铁棍,可合成精品铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10221, - "Name": "赤铁飞镖", - "DetailsPageName": "赤铁飞镖", + "Id": 10411, + "Name": "铁棍", + "DetailsPageName": "铁棍", "Type": 10, - "RelatedId": 10221, + "RelatedId": 10411, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24098,17 +26720,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10220", - "Description": "一把品质精良的赤铁飞镖,可合成极品赤铁飞镖", + "Icon": "Item_Icon_10410", + "Description": "一把品质精良的铁棍,可合成极品铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10222, - "Name": "赤铁飞镖", - "DetailsPageName": "赤铁飞镖", + "Id": 10412, + "Name": "铁棍", + "DetailsPageName": "铁棍", "Type": 10, - "RelatedId": 10222, + "RelatedId": 10412, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24121,17 +26743,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10220", - "Description": "一把品质上乘的赤铁飞镖,堪称极品。可以和绝品铁飞镖合成绝品赤铁飞镖", + "Icon": "Item_Icon_10410", + "Description": "一把品质上乘的铁棍,堪称极品。可以和绝品石棍合成绝品铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10230, - "Name": "精铁飞镖", - "DetailsPageName": "精铁飞镖", + "Id": 10420, + "Name": "赤铁棍", + "DetailsPageName": "赤铁棍", "Type": 10, - "RelatedId": 10230, + "RelatedId": 10420, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24144,17 +26766,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10230", - "Description": "一把普通的精铁飞镖,可合成精品精铁飞镖", + "Icon": "Item_Icon_10420", + "Description": "一把普通的赤铁棍,可合成精品赤铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10231, - "Name": "精铁飞镖", - "DetailsPageName": "精铁飞镖", + "Id": 10421, + "Name": "赤铁棍", + "DetailsPageName": "赤铁棍", "Type": 10, - "RelatedId": 10231, + "RelatedId": 10421, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24167,17 +26789,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10230", - "Description": "一把品质精良的精铁飞镖,可合成极品精铁飞镖", + "Icon": "Item_Icon_10420", + "Description": "一把品质精良的赤铁棍,可合成极品赤铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10232, - "Name": "精铁飞镖", - "DetailsPageName": "精铁飞镖", + "Id": 10422, + "Name": "赤铁棍", + "DetailsPageName": "赤铁棍", "Type": 10, - "RelatedId": 10232, + "RelatedId": 10422, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24190,17 +26812,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10230", - "Description": "一把品质上乘的精铁飞镖,堪称极品。可以和绝品赤铁飞镖合成绝品精铁飞镖", + "Icon": "Item_Icon_10420", + "Description": "一把品质上乘的赤铁棍,堪称极品。可以和绝品铁棍合成绝品赤铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10240, - "Name": "乌铁飞镖", - "DetailsPageName": "乌铁飞镖", + "Id": 10430, + "Name": "精铁棍", + "DetailsPageName": "精铁棍", "Type": 10, - "RelatedId": 10240, + "RelatedId": 10430, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24213,17 +26835,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10240", - "Description": "一把普通的乌铁飞镖,可合成精品乌铁飞镖", + "Icon": "Item_Icon_10430", + "Description": "一把普通的精铁棍,可合成精品精铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10241, - "Name": "乌铁飞镖", - "DetailsPageName": "乌铁飞镖", + "Id": 10431, + "Name": "精铁棍", + "DetailsPageName": "精铁棍", "Type": 10, - "RelatedId": 10241, + "RelatedId": 10431, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24236,17 +26858,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10240", - "Description": "一把品质精良的乌铁飞镖,可合成极品乌铁飞镖", + "Icon": "Item_Icon_10430", + "Description": "一把品质精良的精铁棍,可合成极品精铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10242, - "Name": "乌铁飞镖", - "DetailsPageName": "乌铁飞镖", + "Id": 10432, + "Name": "精铁棍", + "DetailsPageName": "精铁棍", "Type": 10, - "RelatedId": 10242, + "RelatedId": 10432, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24259,17 +26881,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10240", - "Description": "一把品质上乘的乌铁飞镖,堪称极品。可以和绝品精铁飞镖合成绝品乌铁飞镖", + "Icon": "Item_Icon_10430", + "Description": "一把品质上乘的精铁棍,堪称极品。可以和绝品赤铁棍合成绝品精铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10250, - "Name": "青金飞镖", - "DetailsPageName": "青金飞镖", + "Id": 10440, + "Name": "乌铁棍", + "DetailsPageName": "乌铁棍", "Type": 10, - "RelatedId": 10250, + "RelatedId": 10440, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24282,17 +26904,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10250", - "Description": "一把普通的青金飞镖,可合成精品青金飞镖", + "Icon": "Item_Icon_10440", + "Description": "一把普通的乌铁棍,可合成精品乌铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10251, - "Name": "青金飞镖", - "DetailsPageName": "青金飞镖", + "Id": 10441, + "Name": "乌铁棍", + "DetailsPageName": "乌铁棍", "Type": 10, - "RelatedId": 10251, + "RelatedId": 10441, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24305,17 +26927,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10250", - "Description": "一把品质精良的青金飞镖,可合成极品青金飞镖", + "Icon": "Item_Icon_10440", + "Description": "一把品质精良的乌铁棍,可合成极品乌铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10252, - "Name": "青金飞镖", - "DetailsPageName": "青金飞镖", + "Id": 10442, + "Name": "乌铁棍", + "DetailsPageName": "乌铁棍", "Type": 10, - "RelatedId": 10252, + "RelatedId": 10442, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24328,17 +26950,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10250", - "Description": "一把品质上乘的青金飞镖,堪称极品。可以和绝品乌铁飞镖合成绝品青金飞镖", + "Icon": "Item_Icon_10440", + "Description": "一把品质上乘的乌铁棍,堪称极品。可以和绝品精铁棍合成绝品乌铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10260, - "Name": "鳞铁飞镖", - "DetailsPageName": "鳞铁飞镖", + "Id": 10450, + "Name": "青金棍", + "DetailsPageName": "青金棍", "Type": 10, - "RelatedId": 10260, + "RelatedId": 10450, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24351,17 +26973,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10260", - "Description": "一把普通的鳞铁飞镖,可合成精品鳞铁飞镖", + "Icon": "Item_Icon_10450", + "Description": "一把普通的青金棍,可合成精品青金棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10261, - "Name": "鳞铁飞镖", - "DetailsPageName": "鳞铁飞镖", + "Id": 10451, + "Name": "青金棍", + "DetailsPageName": "青金棍", "Type": 10, - "RelatedId": 10261, + "RelatedId": 10451, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24374,17 +26996,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10260", - "Description": "一把品质精良的鳞铁飞镖,可合成极品鳞铁飞镖", + "Icon": "Item_Icon_10450", + "Description": "一把品质精良的青金棍,可合成极品青金棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10262, - "Name": "鳞铁飞镖", - "DetailsPageName": "鳞铁飞镖", + "Id": 10452, + "Name": "青金棍", + "DetailsPageName": "青金棍", "Type": 10, - "RelatedId": 10262, + "RelatedId": 10452, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24397,17 +27019,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10260", - "Description": "一把品质上乘的鳞铁飞镖,堪称极品。可以和绝品乌铁飞镖合成绝品鳞铁飞镖", + "Icon": "Item_Icon_10450", + "Description": "一把品质上乘的青金棍,堪称极品。可以和绝品乌铁棍合成绝品青金棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10300, - "Name": "石双刀", - "DetailsPageName": "石双刀", + "Id": 10460, + "Name": "鳞铁棍", + "DetailsPageName": "鳞铁棍", "Type": 10, - "RelatedId": 10300, + "RelatedId": 10460, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24420,17 +27042,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10300", - "Description": "一把普通的石双刀,可合成精品石双刀", + "Icon": "Item_Icon_10460", + "Description": "一把普通的鳞铁棍,可合成精品鳞铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10301, - "Name": "石双刀", - "DetailsPageName": "石双刀", + "Id": 10461, + "Name": "鳞铁棍", + "DetailsPageName": "鳞铁棍", "Type": 10, - "RelatedId": 10301, + "RelatedId": 10461, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24443,17 +27065,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10300", - "Description": "一把品质精良的石双刀,可合成极品石双刀", + "Icon": "Item_Icon_10460", + "Description": "一把品质精良的鳞铁棍,可合成极品鳞铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10302, - "Name": "石双刀", - "DetailsPageName": "石双刀", + "Id": 10462, + "Name": "鳞铁棍", + "DetailsPageName": "鳞铁棍", "Type": 10, - "RelatedId": 10302, + "RelatedId": 10462, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24466,17 +27088,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10300", - "Description": "一把品质上乘的石双刀,堪称极品。可以和绝品石双刀图纸合成绝品石双刀", + "Icon": "Item_Icon_10460", + "Description": "一把品质上乘的鳞铁棍,堪称极品。可以和绝品乌铁棍合成绝品鳞铁棍", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10310, - "Name": "铁双刀", - "DetailsPageName": "铁双刀", + "Id": 10470, + "Name": "惊鸿·鳞铁棍", + "DetailsPageName": "惊鸿·鳞铁棍", "Type": 10, - "RelatedId": 10310, + "RelatedId": 10470, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24487,19 +27109,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10310", - "Description": "一把普通的铁双刀,可合成精品铁双刀", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10460", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10311, - "Name": "铁双刀", - "DetailsPageName": "铁双刀", + "Id": 10471, + "Name": "绝尘·鳞铁棍", + "DetailsPageName": "绝尘·鳞铁棍", "Type": 10, - "RelatedId": 10311, + "RelatedId": 10471, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24510,19 +27132,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_10310", - "Description": "一把品质精良的铁双刀,可合成极品铁双刀", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10460", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10312, - "Name": "铁双刀", - "DetailsPageName": "铁双刀", + "Id": 10472, + "Name": "超凡·鳞铁棍", + "DetailsPageName": "超凡·鳞铁棍", "Type": 10, - "RelatedId": 10312, + "RelatedId": 10472, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24533,19 +27155,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_10310", - "Description": "一把品质上乘的铁双刀,堪称极品。可以和绝品石双刀合成绝品铁双刀", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10460", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10320, - "Name": "赤铁双刀", - "DetailsPageName": "赤铁双刀", + "Id": 10500, + "Name": "石弓", + "DetailsPageName": "石弓", "Type": 10, - "RelatedId": 10320, + "RelatedId": 10500, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24558,17 +27180,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10320", - "Description": "一把普通的赤铁双刀,可合成精品赤铁双刀", + "Icon": "Item_Icon_10500", + "Description": "一把普通的石弓,可合成精品石弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10321, - "Name": "赤铁双刀", - "DetailsPageName": "赤铁双刀", + "Id": 10501, + "Name": "石弓", + "DetailsPageName": "石弓", "Type": 10, - "RelatedId": 10321, + "RelatedId": 10501, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24581,17 +27203,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10320", - "Description": "一把品质精良的赤铁双刀,可合成极品赤铁双刀", + "Icon": "Item_Icon_10500", + "Description": "一把品质精良的石弓,可合成极品石弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10322, - "Name": "赤铁双刀", - "DetailsPageName": "赤铁双刀", + "Id": 10502, + "Name": "石弓", + "DetailsPageName": "石弓", "Type": 10, - "RelatedId": 10322, + "RelatedId": 10502, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24604,17 +27226,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10320", - "Description": "一把品质上乘的赤铁双刀,堪称极品。可以和绝品铁双刀合成绝品赤铁双刀", + "Icon": "Item_Icon_10500", + "Description": "一把品质上乘的石弓,堪称极品。可以和绝品石弓图纸合成绝品石弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10330, - "Name": "精铁双刀", - "DetailsPageName": "精铁双刀", + "Id": 10510, + "Name": "铁弓", + "DetailsPageName": "铁弓", "Type": 10, - "RelatedId": 10330, + "RelatedId": 10510, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24627,17 +27249,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10330", - "Description": "一把普通的精铁双刀,可合成精品精铁双刀", + "Icon": "Item_Icon_10510", + "Description": "一把普通的铁弓,可合成精品铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10331, - "Name": "精铁双刀", - "DetailsPageName": "精铁双刀", + "Id": 10511, + "Name": "铁弓", + "DetailsPageName": "铁弓", "Type": 10, - "RelatedId": 10331, + "RelatedId": 10511, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24650,17 +27272,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10330", - "Description": "一把品质精良的精铁双刀,可合成极品精铁双刀", + "Icon": "Item_Icon_10510", + "Description": "一把品质精良的铁弓,可合成极品铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10332, - "Name": "精铁双刀", - "DetailsPageName": "精铁双刀", + "Id": 10512, + "Name": "铁弓", + "DetailsPageName": "铁弓", "Type": 10, - "RelatedId": 10332, + "RelatedId": 10512, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24673,17 +27295,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10330", - "Description": "一把品质上乘的精铁双刀,堪称极品。可以和绝品赤铁双刀合成绝品精铁双刀", + "Icon": "Item_Icon_10510", + "Description": "一把品质上乘的铁弓,堪称极品。可以和绝品石弓合成绝品铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10340, - "Name": "乌铁双刀", - "DetailsPageName": "乌铁双刀", + "Id": 10520, + "Name": "赤铁弓", + "DetailsPageName": "赤铁弓", "Type": 10, - "RelatedId": 10340, + "RelatedId": 10520, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24696,17 +27318,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10340", - "Description": "一把普通的乌铁双刀,可合成精品乌铁双刀", + "Icon": "Item_Icon_10520", + "Description": "一把普通的赤铁弓,可合成精品赤铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10341, - "Name": "乌铁双刀", - "DetailsPageName": "乌铁双刀", + "Id": 10521, + "Name": "赤铁弓", + "DetailsPageName": "赤铁弓", "Type": 10, - "RelatedId": 10341, + "RelatedId": 10521, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24719,17 +27341,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10340", - "Description": "一把品质精良的乌铁双刀,可合成极品乌铁双刀", + "Icon": "Item_Icon_10520", + "Description": "一把品质精良的赤铁弓,可合成极品赤铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10342, - "Name": "乌铁双刀", - "DetailsPageName": "乌铁双刀", + "Id": 10522, + "Name": "赤铁弓", + "DetailsPageName": "赤铁弓", "Type": 10, - "RelatedId": 10342, + "RelatedId": 10522, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24742,17 +27364,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10340", - "Description": "一把品质上乘的乌铁双刀,堪称极品。可以和绝品精铁双刀合成绝品乌铁双刀", + "Icon": "Item_Icon_10520", + "Description": "一把品质上乘的赤铁弓,堪称极品。可以和绝品铁弓合成绝品赤铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10350, - "Name": "青金双刀", - "DetailsPageName": "青金双刀", + "Id": 10530, + "Name": "精铁弓", + "DetailsPageName": "精铁弓", "Type": 10, - "RelatedId": 10350, + "RelatedId": 10530, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24765,17 +27387,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10350", - "Description": "一把普通的青金双刀,可合成精品青金双刀", + "Icon": "Item_Icon_10530", + "Description": "一把普通的精铁弓,可合成精品精铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10351, - "Name": "青金双刀", - "DetailsPageName": "青金双刀", + "Id": 10531, + "Name": "精铁弓", + "DetailsPageName": "精铁弓", "Type": 10, - "RelatedId": 10351, + "RelatedId": 10531, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24788,17 +27410,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10350", - "Description": "一把品质精良的青金双刀,可合成极品青金双刀", + "Icon": "Item_Icon_10530", + "Description": "一把品质精良的精铁弓,可合成极品精铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10352, - "Name": "青金双刀", - "DetailsPageName": "青金双刀", + "Id": 10532, + "Name": "精铁弓", + "DetailsPageName": "精铁弓", "Type": 10, - "RelatedId": 10352, + "RelatedId": 10532, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24811,17 +27433,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10350", - "Description": "一把品质上乘的青金双刀,堪称极品。可以和绝品乌铁双刀合成绝品青金双刀", + "Icon": "Item_Icon_10530", + "Description": "一把品质上乘的精铁弓,堪称极品。可以和绝品赤铁弓合成绝品精铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10360, - "Name": "鳞铁双刀", - "DetailsPageName": "鳞铁双刀", + "Id": 10540, + "Name": "乌铁弓", + "DetailsPageName": "乌铁弓", "Type": 10, - "RelatedId": 10360, + "RelatedId": 10540, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24834,17 +27456,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10360", - "Description": "一把普通的鳞铁双刀,可合成精品鳞铁双刀", + "Icon": "Item_Icon_10540", + "Description": "一把普通的乌铁弓,可合成精品乌铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10361, - "Name": "鳞铁双刀", - "DetailsPageName": "鳞铁双刀", + "Id": 10541, + "Name": "乌铁弓", + "DetailsPageName": "乌铁弓", "Type": 10, - "RelatedId": 10361, + "RelatedId": 10541, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24857,17 +27479,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10360", - "Description": "一把品质精良的鳞铁双刀,可合成极品鳞铁双刀", + "Icon": "Item_Icon_10540", + "Description": "一把品质精良的乌铁弓,可合成极品乌铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10362, - "Name": "鳞铁双刀", - "DetailsPageName": "鳞铁双刀", + "Id": 10542, + "Name": "乌铁弓", + "DetailsPageName": "乌铁弓", "Type": 10, - "RelatedId": 10362, + "RelatedId": 10542, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24880,17 +27502,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10360", - "Description": "一把品质上乘的鳞铁双刀,堪称极品。可以和绝品乌铁双刀合成绝品鳞铁双刀", + "Icon": "Item_Icon_10540", + "Description": "一把品质上乘的乌铁弓,堪称极品。可以和绝品精铁弓合成绝品乌铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10400, - "Name": "石棍", - "DetailsPageName": "石棍", + "Id": 10550, + "Name": "青金弓", + "DetailsPageName": "青金弓", "Type": 10, - "RelatedId": 10400, + "RelatedId": 10550, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24903,17 +27525,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10400", - "Description": "一把普通的石棍,可合成精品石棍", + "Icon": "Item_Icon_10550", + "Description": "一把普通的青金弓,可合成精品青金弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10401, - "Name": "石棍", - "DetailsPageName": "石棍", + "Id": 10551, + "Name": "青金弓", + "DetailsPageName": "青金弓", "Type": 10, - "RelatedId": 10401, + "RelatedId": 10551, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24926,17 +27548,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10400", - "Description": "一把品质精良的石棍,可合成极品石棍", + "Icon": "Item_Icon_10550", + "Description": "一把品质精良的青金弓,可合成极品青金弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10402, - "Name": "石棍", - "DetailsPageName": "石棍", + "Id": 10552, + "Name": "青金弓", + "DetailsPageName": "青金弓", "Type": 10, - "RelatedId": 10402, + "RelatedId": 10552, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24949,17 +27571,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10400", - "Description": "一把品质上乘的石棍,堪称极品。可以和绝品石棍图纸合成绝品石棍", + "Icon": "Item_Icon_10550", + "Description": "一把品质上乘的青金弓,堪称极品。可以和绝品乌铁弓合成绝品青金弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10410, - "Name": "铁棍", - "DetailsPageName": "铁棍", + "Id": 10560, + "Name": "鳞铁弓", + "DetailsPageName": "鳞铁弓", "Type": 10, - "RelatedId": 10410, + "RelatedId": 10560, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24972,17 +27594,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10410", - "Description": "一把普通的铁棍,可合成精品铁棍", + "Icon": "Item_Icon_10560", + "Description": "一把普通的鳞铁弓,可合成精品鳞铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10411, - "Name": "铁棍", - "DetailsPageName": "铁棍", + "Id": 10561, + "Name": "鳞铁弓", + "DetailsPageName": "鳞铁弓", "Type": 10, - "RelatedId": 10411, + "RelatedId": 10561, "StockType": 4, "StorageType": 1, "Transport": false, @@ -24995,17 +27617,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10410", - "Description": "一把品质精良的铁棍,可合成极品铁棍", + "Icon": "Item_Icon_10560", + "Description": "一把品质精良的鳞铁弓,可合成极品鳞铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10412, - "Name": "铁棍", - "DetailsPageName": "铁棍", + "Id": 10562, + "Name": "鳞铁弓", + "DetailsPageName": "鳞铁弓", "Type": 10, - "RelatedId": 10412, + "RelatedId": 10562, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25018,17 +27640,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10410", - "Description": "一把品质上乘的铁棍,堪称极品。可以和绝品石棍合成绝品铁棍", + "Icon": "Item_Icon_10560", + "Description": "一把品质上乘的鳞铁弓,堪称极品。可以和绝品乌铁弓合成绝品鳞铁弓", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10420, - "Name": "赤铁棍", - "DetailsPageName": "赤铁棍", + "Id": 10570, + "Name": "惊鸿·鳞铁弓", + "DetailsPageName": "惊鸿·鳞铁弓", "Type": 10, - "RelatedId": 10420, + "RelatedId": 10570, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25039,19 +27661,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10420", - "Description": "一把普通的赤铁棍,可合成精品赤铁棍", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10560", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10421, - "Name": "赤铁棍", - "DetailsPageName": "赤铁棍", + "Id": 10571, + "Name": "绝尘·鳞铁弓", + "DetailsPageName": "绝尘·鳞铁弓", "Type": 10, - "RelatedId": 10421, + "RelatedId": 10571, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25062,19 +27684,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_10420", - "Description": "一把品质精良的赤铁棍,可合成极品赤铁棍", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10560", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10422, - "Name": "赤铁棍", - "DetailsPageName": "赤铁棍", + "Id": 10572, + "Name": "超凡·鳞铁弓", + "DetailsPageName": "超凡·鳞铁弓", "Type": 10, - "RelatedId": 10422, + "RelatedId": 10572, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25085,19 +27707,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_10420", - "Description": "一把品质上乘的赤铁棍,堪称极品。可以和绝品铁棍合成绝品赤铁棍", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10560", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10430, - "Name": "精铁棍", - "DetailsPageName": "精铁棍", + "Id": 10600, + "Name": "石扫把", + "DetailsPageName": "石扫把", "Type": 10, - "RelatedId": 10430, + "RelatedId": 10600, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25110,17 +27732,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10430", - "Description": "一把普通的精铁棍,可合成精品精铁棍", + "Icon": "Item_Icon_10600", + "Description": "一把普通的石扫把,可合成精品石扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10431, - "Name": "精铁棍", - "DetailsPageName": "精铁棍", + "Id": 10601, + "Name": "石扫把", + "DetailsPageName": "石扫把", "Type": 10, - "RelatedId": 10431, + "RelatedId": 10601, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25133,17 +27755,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10430", - "Description": "一把品质精良的精铁棍,可合成极品精铁棍", + "Icon": "Item_Icon_10600", + "Description": "一把品质精良的石扫把,可合成极品石扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10432, - "Name": "精铁棍", - "DetailsPageName": "精铁棍", + "Id": 10602, + "Name": "石扫把", + "DetailsPageName": "石扫把", "Type": 10, - "RelatedId": 10432, + "RelatedId": 10602, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25156,17 +27778,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10430", - "Description": "一把品质上乘的精铁棍,堪称极品。可以和绝品赤铁棍合成绝品精铁棍", + "Icon": "Item_Icon_10600", + "Description": "一把品质上乘的石扫把,堪称极品。可以和绝品石扫把图纸合成绝品石扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10440, - "Name": "乌铁棍", - "DetailsPageName": "乌铁棍", + "Id": 10610, + "Name": "铁扫把", + "DetailsPageName": "铁扫把", "Type": 10, - "RelatedId": 10440, + "RelatedId": 10610, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25179,17 +27801,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10440", - "Description": "一把普通的乌铁棍,可合成精品乌铁棍", + "Icon": "Item_Icon_10610", + "Description": "一把普通的铁扫把,可合成精品铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10441, - "Name": "乌铁棍", - "DetailsPageName": "乌铁棍", + "Id": 10611, + "Name": "铁扫把", + "DetailsPageName": "铁扫把", "Type": 10, - "RelatedId": 10441, + "RelatedId": 10611, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25202,17 +27824,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10440", - "Description": "一把品质精良的乌铁棍,可合成极品乌铁棍", + "Icon": "Item_Icon_10610", + "Description": "一把品质精良的铁扫把,可合成极品铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10442, - "Name": "乌铁棍", - "DetailsPageName": "乌铁棍", + "Id": 10612, + "Name": "铁扫把", + "DetailsPageName": "铁扫把", "Type": 10, - "RelatedId": 10442, + "RelatedId": 10612, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25225,17 +27847,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10440", - "Description": "一把品质上乘的乌铁棍,堪称极品。可以和绝品精铁棍合成绝品乌铁棍", + "Icon": "Item_Icon_10610", + "Description": "一把品质上乘的铁扫把,堪称极品。可以和绝品石扫把合成绝品铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10450, - "Name": "青金棍", - "DetailsPageName": "青金棍", + "Id": 10620, + "Name": "赤铁扫把", + "DetailsPageName": "赤铁扫把", "Type": 10, - "RelatedId": 10450, + "RelatedId": 10620, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25248,17 +27870,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10450", - "Description": "一把普通的青金棍,可合成精品青金棍", + "Icon": "Item_Icon_10620", + "Description": "一把普通的赤铁扫把,可合成精品赤铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10451, - "Name": "青金棍", - "DetailsPageName": "青金棍", + "Id": 10621, + "Name": "赤铁扫把", + "DetailsPageName": "赤铁扫把", "Type": 10, - "RelatedId": 10451, + "RelatedId": 10621, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25271,17 +27893,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10450", - "Description": "一把品质精良的青金棍,可合成极品青金棍", + "Icon": "Item_Icon_10620", + "Description": "一把品质精良的赤铁扫把,可合成极品赤铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10452, - "Name": "青金棍", - "DetailsPageName": "青金棍", + "Id": 10622, + "Name": "赤铁扫把", + "DetailsPageName": "赤铁扫把", "Type": 10, - "RelatedId": 10452, + "RelatedId": 10622, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25294,17 +27916,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10450", - "Description": "一把品质上乘的青金棍,堪称极品。可以和绝品乌铁棍合成绝品青金棍", + "Icon": "Item_Icon_10620", + "Description": "一把品质上乘的赤铁扫把,堪称极品。可以和绝品铁扫把合成绝品赤铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10460, - "Name": "鳞铁棍", - "DetailsPageName": "鳞铁棍", + "Id": 10630, + "Name": "精铁扫把", + "DetailsPageName": "精铁扫把", "Type": 10, - "RelatedId": 10460, + "RelatedId": 10630, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25317,17 +27939,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10460", - "Description": "一把普通的鳞铁棍,可合成精品鳞铁棍", + "Icon": "Item_Icon_10630", + "Description": "一把普通的精铁扫把,可合成精品精铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10461, - "Name": "鳞铁棍", - "DetailsPageName": "鳞铁棍", + "Id": 10631, + "Name": "精铁扫把", + "DetailsPageName": "精铁扫把", "Type": 10, - "RelatedId": 10461, + "RelatedId": 10631, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25340,17 +27962,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10460", - "Description": "一把品质精良的鳞铁棍,可合成极品鳞铁棍", + "Icon": "Item_Icon_10630", + "Description": "一把品质精良的精铁扫把,可合成极品精铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10462, - "Name": "鳞铁棍", - "DetailsPageName": "鳞铁棍", + "Id": 10632, + "Name": "精铁扫把", + "DetailsPageName": "精铁扫把", "Type": 10, - "RelatedId": 10462, + "RelatedId": 10632, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25363,17 +27985,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10460", - "Description": "一把品质上乘的鳞铁棍,堪称极品。可以和绝品乌铁棍合成绝品鳞铁棍", + "Icon": "Item_Icon_10630", + "Description": "一把品质上乘的精铁扫把,堪称极品。可以和绝品赤铁扫把合成绝品精铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10500, - "Name": "石弓", - "DetailsPageName": "石弓", + "Id": 10640, + "Name": "乌铁扫把", + "DetailsPageName": "乌铁扫把", "Type": 10, - "RelatedId": 10500, + "RelatedId": 10640, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25386,17 +28008,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10500", - "Description": "一把普通的石弓,可合成精品石弓", + "Icon": "Item_Icon_10640", + "Description": "一把普通的乌铁扫把,可合成精品乌铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10501, - "Name": "石弓", - "DetailsPageName": "石弓", + "Id": 10641, + "Name": "乌铁扫把", + "DetailsPageName": "乌铁扫把", "Type": 10, - "RelatedId": 10501, + "RelatedId": 10641, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25409,17 +28031,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10500", - "Description": "一把品质精良的石弓,可合成极品石弓", + "Icon": "Item_Icon_10640", + "Description": "一把品质精良的乌铁扫把,可合成极品乌铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10502, - "Name": "石弓", - "DetailsPageName": "石弓", + "Id": 10642, + "Name": "乌铁扫把", + "DetailsPageName": "乌铁扫把", "Type": 10, - "RelatedId": 10502, + "RelatedId": 10642, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25432,17 +28054,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10500", - "Description": "一把品质上乘的石弓,堪称极品。可以和绝品石弓图纸合成绝品石弓", + "Icon": "Item_Icon_10640", + "Description": "一把品质上乘的乌铁扫把,堪称极品。可以和绝品精铁扫把合成绝品乌铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10510, - "Name": "铁弓", - "DetailsPageName": "铁弓", + "Id": 10650, + "Name": "青金扫把", + "DetailsPageName": "青金扫把", "Type": 10, - "RelatedId": 10510, + "RelatedId": 10650, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25455,17 +28077,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10510", - "Description": "一把普通的铁弓,可合成精品铁弓", + "Icon": "Item_Icon_10650", + "Description": "一把普通的青金扫把,可合成精品青金扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10511, - "Name": "铁弓", - "DetailsPageName": "铁弓", + "Id": 10651, + "Name": "青金扫把", + "DetailsPageName": "青金扫把", "Type": 10, - "RelatedId": 10511, + "RelatedId": 10651, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25478,17 +28100,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10510", - "Description": "一把品质精良的铁弓,可合成极品铁弓", + "Icon": "Item_Icon_10650", + "Description": "一把品质精良的青金扫把,可合成极品青金扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10512, - "Name": "铁弓", - "DetailsPageName": "铁弓", + "Id": 10652, + "Name": "青金扫把", + "DetailsPageName": "青金扫把", "Type": 10, - "RelatedId": 10512, + "RelatedId": 10652, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25501,17 +28123,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10510", - "Description": "一把品质上乘的铁弓,堪称极品。可以和绝品石弓合成绝品铁弓", + "Icon": "Item_Icon_10650", + "Description": "一把品质上乘的青金扫把,堪称极品。可以和绝品乌铁扫把合成绝品青金扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10520, - "Name": "赤铁弓", - "DetailsPageName": "赤铁弓", + "Id": 10660, + "Name": "鳞铁扫把", + "DetailsPageName": "鳞铁扫把", "Type": 10, - "RelatedId": 10520, + "RelatedId": 10660, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25524,17 +28146,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10520", - "Description": "一把普通的赤铁弓,可合成精品赤铁弓", + "Icon": "Item_Icon_10660", + "Description": "一把普通的鳞铁扫把,可合成精品鳞铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10521, - "Name": "赤铁弓", - "DetailsPageName": "赤铁弓", + "Id": 10661, + "Name": "鳞铁扫把", + "DetailsPageName": "鳞铁扫把", "Type": 10, - "RelatedId": 10521, + "RelatedId": 10661, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25547,17 +28169,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10520", - "Description": "一把品质精良的赤铁弓,可合成极品赤铁弓", + "Icon": "Item_Icon_10660", + "Description": "一把品质精良的鳞铁扫把,可合成极品鳞铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10522, - "Name": "赤铁弓", - "DetailsPageName": "赤铁弓", + "Id": 10662, + "Name": "鳞铁扫把", + "DetailsPageName": "鳞铁扫把", "Type": 10, - "RelatedId": 10522, + "RelatedId": 10662, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25570,17 +28192,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10520", - "Description": "一把品质上乘的赤铁弓,堪称极品。可以和绝品铁弓合成绝品赤铁弓", + "Icon": "Item_Icon_10660", + "Description": "一把品质上乘的鳞铁扫把,堪称极品。可以和绝品乌铁扫把合成绝品鳞铁扫把", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10530, - "Name": "精铁弓", - "DetailsPageName": "精铁弓", + "Id": 10670, + "Name": "惊鸿·鳞铁扫把", + "DetailsPageName": "惊鸿·鳞铁扫把", "Type": 10, - "RelatedId": 10530, + "RelatedId": 10670, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25591,19 +28213,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10530", - "Description": "一把普通的精铁弓,可合成精品精铁弓", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10660", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10531, - "Name": "精铁弓", - "DetailsPageName": "精铁弓", + "Id": 10671, + "Name": "绝尘·鳞铁扫把", + "DetailsPageName": "绝尘·鳞铁扫把", "Type": 10, - "RelatedId": 10531, + "RelatedId": 10671, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25614,19 +28236,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_10530", - "Description": "一把品质精良的精铁弓,可合成极品精铁弓", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10660", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10532, - "Name": "精铁弓", - "DetailsPageName": "精铁弓", + "Id": 10672, + "Name": "超凡·鳞铁扫把", + "DetailsPageName": "超凡·鳞铁扫把", "Type": 10, - "RelatedId": 10532, + "RelatedId": 10672, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25637,19 +28259,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_10530", - "Description": "一把品质上乘的精铁弓,堪称极品。可以和绝品赤铁弓合成绝品精铁弓", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10660", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10540, - "Name": "乌铁弓", - "DetailsPageName": "乌铁弓", + "Id": 10700, + "Name": "石拳套", + "DetailsPageName": "石拳套", "Type": 10, - "RelatedId": 10540, + "RelatedId": 10700, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25662,17 +28284,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10540", - "Description": "一把普通的乌铁弓,可合成精品乌铁弓", + "Icon": "Item_Icon_10700", + "Description": "一把普通的石拳套,可合成精品石拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10541, - "Name": "乌铁弓", - "DetailsPageName": "乌铁弓", + "Id": 10701, + "Name": "石拳套", + "DetailsPageName": "石拳套", "Type": 10, - "RelatedId": 10541, + "RelatedId": 10701, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25685,17 +28307,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10540", - "Description": "一把品质精良的乌铁弓,可合成极品乌铁弓", + "Icon": "Item_Icon_10700", + "Description": "一把品质精良的石拳套,可合成极品石拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10542, - "Name": "乌铁弓", - "DetailsPageName": "乌铁弓", + "Id": 10702, + "Name": "石拳套", + "DetailsPageName": "石拳套", "Type": 10, - "RelatedId": 10542, + "RelatedId": 10702, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25708,17 +28330,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10540", - "Description": "一把品质上乘的乌铁弓,堪称极品。可以和绝品精铁弓合成绝品乌铁弓", + "Icon": "Item_Icon_10700", + "Description": "一把品质上乘的石拳套,堪称极品。可以和绝品石拳套图纸合成绝品石拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10550, - "Name": "青金弓", - "DetailsPageName": "青金弓", + "Id": 10710, + "Name": "铁拳套", + "DetailsPageName": "铁拳套", "Type": 10, - "RelatedId": 10550, + "RelatedId": 10710, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25731,17 +28353,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10550", - "Description": "一把普通的青金弓,可合成精品青金弓", + "Icon": "Item_Icon_10710", + "Description": "一把普通的铁拳套,可合成精品铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10551, - "Name": "青金弓", - "DetailsPageName": "青金弓", + "Id": 10711, + "Name": "铁拳套", + "DetailsPageName": "铁拳套", "Type": 10, - "RelatedId": 10551, + "RelatedId": 10711, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25754,17 +28376,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10550", - "Description": "一把品质精良的青金弓,可合成极品青金弓", + "Icon": "Item_Icon_10710", + "Description": "一把品质精良的铁拳套,可合成极品铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10552, - "Name": "青金弓", - "DetailsPageName": "青金弓", + "Id": 10712, + "Name": "铁拳套", + "DetailsPageName": "铁拳套", "Type": 10, - "RelatedId": 10552, + "RelatedId": 10712, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25777,17 +28399,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10550", - "Description": "一把品质上乘的青金弓,堪称极品。可以和绝品乌铁弓合成绝品青金弓", + "Icon": "Item_Icon_10710", + "Description": "一把品质上乘的铁拳套,堪称极品。可以和绝品石拳套合成绝品铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10560, - "Name": "鳞铁弓", - "DetailsPageName": "鳞铁弓", + "Id": 10720, + "Name": "赤铁拳套", + "DetailsPageName": "赤铁拳套", "Type": 10, - "RelatedId": 10560, + "RelatedId": 10720, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25800,17 +28422,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10560", - "Description": "一把普通的鳞铁弓,可合成精品鳞铁弓", + "Icon": "Item_Icon_10720", + "Description": "一把普通的赤铁拳套,可合成精品赤铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10561, - "Name": "鳞铁弓", - "DetailsPageName": "鳞铁弓", + "Id": 10721, + "Name": "赤铁拳套", + "DetailsPageName": "赤铁拳套", "Type": 10, - "RelatedId": 10561, + "RelatedId": 10721, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25823,17 +28445,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10560", - "Description": "一把品质精良的鳞铁弓,可合成极品鳞铁弓", + "Icon": "Item_Icon_10720", + "Description": "一把品质精良的赤铁拳套,可合成极品赤铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10562, - "Name": "鳞铁弓", - "DetailsPageName": "鳞铁弓", + "Id": 10722, + "Name": "赤铁拳套", + "DetailsPageName": "赤铁拳套", "Type": 10, - "RelatedId": 10562, + "RelatedId": 10722, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25846,17 +28468,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10560", - "Description": "一把品质上乘的鳞铁弓,堪称极品。可以和绝品乌铁弓合成绝品鳞铁弓", + "Icon": "Item_Icon_10720", + "Description": "一把品质上乘的赤铁拳套,堪称极品。可以和绝品铁拳套合成绝品赤铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10600, - "Name": "石扫把", - "DetailsPageName": "石扫把", + "Id": 10730, + "Name": "精铁拳套", + "DetailsPageName": "精铁拳套", "Type": 10, - "RelatedId": 10600, + "RelatedId": 10730, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25869,17 +28491,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10600", - "Description": "一把普通的石扫把,可合成精品石扫把", + "Icon": "Item_Icon_10730", + "Description": "一把普通的精铁拳套,可合成精品精铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10601, - "Name": "石扫把", - "DetailsPageName": "石扫把", + "Id": 10731, + "Name": "精铁拳套", + "DetailsPageName": "精铁拳套", "Type": 10, - "RelatedId": 10601, + "RelatedId": 10731, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25892,17 +28514,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10600", - "Description": "一把品质精良的石扫把,可合成极品石扫把", + "Icon": "Item_Icon_10730", + "Description": "一把品质精良的精铁拳套,可合成极品精铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10602, - "Name": "石扫把", - "DetailsPageName": "石扫把", + "Id": 10732, + "Name": "精铁拳套", + "DetailsPageName": "精铁拳套", "Type": 10, - "RelatedId": 10602, + "RelatedId": 10732, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25915,17 +28537,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10600", - "Description": "一把品质上乘的石扫把,堪称极品。可以和绝品石扫把图纸合成绝品石扫把", + "Icon": "Item_Icon_10730", + "Description": "一把品质上乘的精铁拳套,堪称极品。可以和绝品赤铁拳套合成绝品精铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10610, - "Name": "铁扫把", - "DetailsPageName": "铁扫把", + "Id": 10740, + "Name": "乌铁拳套", + "DetailsPageName": "乌铁拳套", "Type": 10, - "RelatedId": 10610, + "RelatedId": 10740, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25938,17 +28560,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10610", - "Description": "一把普通的铁扫把,可合成精品铁扫把", + "Icon": "Item_Icon_10740", + "Description": "一把普通的乌铁拳套,可合成精品乌铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10611, - "Name": "铁扫把", - "DetailsPageName": "铁扫把", + "Id": 10741, + "Name": "乌铁拳套", + "DetailsPageName": "乌铁拳套", "Type": 10, - "RelatedId": 10611, + "RelatedId": 10741, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25961,17 +28583,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10610", - "Description": "一把品质精良的铁扫把,可合成极品铁扫把", + "Icon": "Item_Icon_10740", + "Description": "一把品质精良的乌铁拳套,可合成极品乌铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10612, - "Name": "铁扫把", - "DetailsPageName": "铁扫把", + "Id": 10742, + "Name": "乌铁拳套", + "DetailsPageName": "乌铁拳套", "Type": 10, - "RelatedId": 10612, + "RelatedId": 10742, "StockType": 4, "StorageType": 1, "Transport": false, @@ -25984,17 +28606,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10610", - "Description": "一把品质上乘的铁扫把,堪称极品。可以和绝品石扫把合成绝品铁扫把", + "Icon": "Item_Icon_10740", + "Description": "一把品质上乘的乌铁拳套,堪称极品。可以和绝品精铁拳套合成绝品乌铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10620, - "Name": "赤铁扫把", - "DetailsPageName": "赤铁扫把", + "Id": 10750, + "Name": "青金拳套", + "DetailsPageName": "青金拳套", "Type": 10, - "RelatedId": 10620, + "RelatedId": 10750, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26007,17 +28629,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10620", - "Description": "一把普通的赤铁扫把,可合成精品赤铁扫把", + "Icon": "Item_Icon_10750", + "Description": "一把普通的青金拳套,可合成精品青金拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10621, - "Name": "赤铁扫把", - "DetailsPageName": "赤铁扫把", + "Id": 10751, + "Name": "青金拳套", + "DetailsPageName": "青金拳套", "Type": 10, - "RelatedId": 10621, + "RelatedId": 10751, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26030,17 +28652,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10620", - "Description": "一把品质精良的赤铁扫把,可合成极品赤铁扫把", + "Icon": "Item_Icon_10750", + "Description": "一把品质精良的青金拳套,可合成极品青金拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10622, - "Name": "赤铁扫把", - "DetailsPageName": "赤铁扫把", + "Id": 10752, + "Name": "青金拳套", + "DetailsPageName": "青金拳套", "Type": 10, - "RelatedId": 10622, + "RelatedId": 10752, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26053,17 +28675,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10620", - "Description": "一把品质上乘的赤铁扫把,堪称极品。可以和绝品铁扫把合成绝品赤铁扫把", + "Icon": "Item_Icon_10750", + "Description": "一把品质上乘的青金拳套,堪称极品。可以和绝品乌铁拳套合成绝品青金拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10630, - "Name": "精铁扫把", - "DetailsPageName": "精铁扫把", + "Id": 10760, + "Name": "鳞铁拳套", + "DetailsPageName": "鳞铁拳套", "Type": 10, - "RelatedId": 10630, + "RelatedId": 10760, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26076,17 +28698,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10630", - "Description": "一把普通的精铁扫把,可合成精品精铁扫把", + "Icon": "Item_Icon_10760", + "Description": "一把普通的鳞铁拳套,可合成精品鳞铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10631, - "Name": "精铁扫把", - "DetailsPageName": "精铁扫把", + "Id": 10761, + "Name": "鳞铁拳套", + "DetailsPageName": "鳞铁拳套", "Type": 10, - "RelatedId": 10631, + "RelatedId": 10761, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26099,17 +28721,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10630", - "Description": "一把品质精良的精铁扫把,可合成极品精铁扫把", + "Icon": "Item_Icon_10760", + "Description": "一把品质精良的鳞铁拳套,可合成极品鳞铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10632, - "Name": "精铁扫把", - "DetailsPageName": "精铁扫把", + "Id": 10762, + "Name": "鳞铁拳套", + "DetailsPageName": "鳞铁拳套", "Type": 10, - "RelatedId": 10632, + "RelatedId": 10762, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26122,17 +28744,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10630", - "Description": "一把品质上乘的精铁扫把,堪称极品。可以和绝品赤铁扫把合成绝品精铁扫把", + "Icon": "Item_Icon_10760", + "Description": "一把品质上乘的鳞铁拳套,堪称极品。可以和绝品乌铁拳套合成绝品鳞铁拳套", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10640, - "Name": "乌铁扫把", - "DetailsPageName": "乌铁扫把", + "Id": 10770, + "Name": "惊鸿·鳞铁拳套", + "DetailsPageName": "惊鸿·鳞铁拳套", "Type": 10, - "RelatedId": 10640, + "RelatedId": 10770, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26143,19 +28765,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10640", - "Description": "一把普通的乌铁扫把,可合成精品乌铁扫把", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10760", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10641, - "Name": "乌铁扫把", - "DetailsPageName": "乌铁扫把", + "Id": 10771, + "Name": "绝尘·鳞铁拳套", + "DetailsPageName": "绝尘·鳞铁拳套", "Type": 10, - "RelatedId": 10641, + "RelatedId": 10771, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26166,19 +28788,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_10640", - "Description": "一把品质精良的乌铁扫把,可合成极品乌铁扫把", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10760", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10642, - "Name": "乌铁扫把", - "DetailsPageName": "乌铁扫把", + "Id": 10772, + "Name": "超凡·鳞铁拳套", + "DetailsPageName": "超凡·鳞铁拳套", "Type": 10, - "RelatedId": 10642, + "RelatedId": 10772, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26189,19 +28811,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_10640", - "Description": "一把品质上乘的乌铁扫把,堪称极品。可以和绝品精铁扫把合成绝品乌铁扫把", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10760", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10650, - "Name": "青金扫把", - "DetailsPageName": "青金扫把", + "Id": 10800, + "Name": "石棒槌", + "DetailsPageName": "石棒槌", "Type": 10, - "RelatedId": 10650, + "RelatedId": 10800, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26214,17 +28836,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10650", - "Description": "一把普通的青金扫把,可合成精品青金扫把", + "Icon": "Item_Icon_10800", + "Description": "一把普通的石棒槌,可合成精品石棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10651, - "Name": "青金扫把", - "DetailsPageName": "青金扫把", + "Id": 10801, + "Name": "石棒槌", + "DetailsPageName": "石棒槌", "Type": 10, - "RelatedId": 10651, + "RelatedId": 10801, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26237,17 +28859,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10650", - "Description": "一把品质精良的青金扫把,可合成极品青金扫把", + "Icon": "Item_Icon_10800", + "Description": "一把品质精良的石棒槌,可合成极品石棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10652, - "Name": "青金扫把", - "DetailsPageName": "青金扫把", + "Id": 10802, + "Name": "石棒槌", + "DetailsPageName": "石棒槌", "Type": 10, - "RelatedId": 10652, + "RelatedId": 10802, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26260,17 +28882,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10650", - "Description": "一把品质上乘的青金扫把,堪称极品。可以和绝品乌铁扫把合成绝品青金扫把", + "Icon": "Item_Icon_10800", + "Description": "一把品质上乘的石棒槌,堪称极品。可以和绝品石棒槌图纸合成绝品石棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10660, - "Name": "鳞铁扫把", - "DetailsPageName": "鳞铁扫把", + "Id": 10810, + "Name": "铁棒槌", + "DetailsPageName": "铁棒槌", "Type": 10, - "RelatedId": 10660, + "RelatedId": 10810, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26283,17 +28905,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10660", - "Description": "一把普通的鳞铁扫把,可合成精品鳞铁扫把", + "Icon": "Item_Icon_10810", + "Description": "一把普通的铁棒槌,可合成精品铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10661, - "Name": "鳞铁扫把", - "DetailsPageName": "鳞铁扫把", + "Id": 10811, + "Name": "铁棒槌", + "DetailsPageName": "铁棒槌", "Type": 10, - "RelatedId": 10661, + "RelatedId": 10811, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26306,17 +28928,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10660", - "Description": "一把品质精良的鳞铁扫把,可合成极品鳞铁扫把", + "Icon": "Item_Icon_10810", + "Description": "一把品质精良的铁棒槌,可合成极品铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10662, - "Name": "鳞铁扫把", - "DetailsPageName": "鳞铁扫把", + "Id": 10812, + "Name": "铁棒槌", + "DetailsPageName": "铁棒槌", "Type": 10, - "RelatedId": 10662, + "RelatedId": 10812, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26329,17 +28951,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10660", - "Description": "一把品质上乘的鳞铁扫把,堪称极品。可以和绝品乌铁扫把合成绝品鳞铁扫把", + "Icon": "Item_Icon_10810", + "Description": "一把品质上乘的铁棒槌,堪称极品。可以和绝品石棒槌合成绝品铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10700, - "Name": "石拳套", - "DetailsPageName": "石拳套", + "Id": 10820, + "Name": "赤铁棒槌", + "DetailsPageName": "赤铁棒槌", "Type": 10, - "RelatedId": 10700, + "RelatedId": 10820, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26352,17 +28974,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10700", - "Description": "一把普通的石拳套,可合成精品石拳套", + "Icon": "Item_Icon_10820", + "Description": "一把普通的赤铁棒槌,可合成精品赤铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10701, - "Name": "石拳套", - "DetailsPageName": "石拳套", + "Id": 10821, + "Name": "赤铁棒槌", + "DetailsPageName": "赤铁棒槌", "Type": 10, - "RelatedId": 10701, + "RelatedId": 10821, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26375,17 +28997,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10700", - "Description": "一把品质精良的石拳套,可合成极品石拳套", + "Icon": "Item_Icon_10820", + "Description": "一把品质精良的赤铁棒槌,可合成极品赤铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10702, - "Name": "石拳套", - "DetailsPageName": "石拳套", + "Id": 10822, + "Name": "赤铁棒槌", + "DetailsPageName": "赤铁棒槌", "Type": 10, - "RelatedId": 10702, + "RelatedId": 10822, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26398,17 +29020,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10700", - "Description": "一把品质上乘的石拳套,堪称极品。可以和绝品石拳套图纸合成绝品石拳套", + "Icon": "Item_Icon_10820", + "Description": "一把品质上乘的赤铁棒槌,堪称极品。可以和绝品铁棒槌合成绝品赤铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10710, - "Name": "铁拳套", - "DetailsPageName": "铁拳套", + "Id": 10830, + "Name": "精铁棒槌", + "DetailsPageName": "精铁棒槌", "Type": 10, - "RelatedId": 10710, + "RelatedId": 10830, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26421,17 +29043,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10710", - "Description": "一把普通的铁拳套,可合成精品铁拳套", + "Icon": "Item_Icon_10830", + "Description": "一把普通的精铁棒槌,可合成精品精铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10711, - "Name": "铁拳套", - "DetailsPageName": "铁拳套", + "Id": 10831, + "Name": "精铁棒槌", + "DetailsPageName": "精铁棒槌", "Type": 10, - "RelatedId": 10711, + "RelatedId": 10831, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26444,17 +29066,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10710", - "Description": "一把品质精良的铁拳套,可合成极品铁拳套", + "Icon": "Item_Icon_10830", + "Description": "一把品质精良的精铁棒槌,可合成极品精铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10712, - "Name": "铁拳套", - "DetailsPageName": "铁拳套", + "Id": 10832, + "Name": "精铁棒槌", + "DetailsPageName": "精铁棒槌", "Type": 10, - "RelatedId": 10712, + "RelatedId": 10832, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26467,17 +29089,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10710", - "Description": "一把品质上乘的铁拳套,堪称极品。可以和绝品石拳套合成绝品铁拳套", + "Icon": "Item_Icon_10830", + "Description": "一把品质上乘的精铁棒槌,堪称极品。可以和绝品赤铁棒槌合成绝品精铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10720, - "Name": "赤铁拳套", - "DetailsPageName": "赤铁拳套", + "Id": 10840, + "Name": "乌铁棒槌", + "DetailsPageName": "乌铁棒槌", "Type": 10, - "RelatedId": 10720, + "RelatedId": 10840, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26490,17 +29112,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10720", - "Description": "一把普通的赤铁拳套,可合成精品赤铁拳套", + "Icon": "Item_Icon_10840", + "Description": "一把普通的乌铁棒槌,可合成精品乌铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10721, - "Name": "赤铁拳套", - "DetailsPageName": "赤铁拳套", + "Id": 10841, + "Name": "乌铁棒槌", + "DetailsPageName": "乌铁棒槌", "Type": 10, - "RelatedId": 10721, + "RelatedId": 10841, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26513,17 +29135,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10720", - "Description": "一把品质精良的赤铁拳套,可合成极品赤铁拳套", + "Icon": "Item_Icon_10840", + "Description": "一把品质精良的乌铁棒槌,可合成极品乌铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10722, - "Name": "赤铁拳套", - "DetailsPageName": "赤铁拳套", + "Id": 10842, + "Name": "乌铁棒槌", + "DetailsPageName": "乌铁棒槌", "Type": 10, - "RelatedId": 10722, + "RelatedId": 10842, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26536,17 +29158,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10720", - "Description": "一把品质上乘的赤铁拳套,堪称极品。可以和绝品铁拳套合成绝品赤铁拳套", + "Icon": "Item_Icon_10840", + "Description": "一把品质上乘的乌铁棒槌,堪称极品。可以和绝品精铁棒槌合成绝品乌铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10730, - "Name": "精铁拳套", - "DetailsPageName": "精铁拳套", + "Id": 10850, + "Name": "青金棒槌", + "DetailsPageName": "青金棒槌", "Type": 10, - "RelatedId": 10730, + "RelatedId": 10850, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26559,17 +29181,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10730", - "Description": "一把普通的精铁拳套,可合成精品精铁拳套", + "Icon": "Item_Icon_10850", + "Description": "一把普通的青金棒槌,可合成精品青金棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10731, - "Name": "精铁拳套", - "DetailsPageName": "精铁拳套", + "Id": 10851, + "Name": "青金棒槌", + "DetailsPageName": "青金棒槌", "Type": 10, - "RelatedId": 10731, + "RelatedId": 10851, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26582,17 +29204,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10730", - "Description": "一把品质精良的精铁拳套,可合成极品精铁拳套", + "Icon": "Item_Icon_10850", + "Description": "一把品质精良的青金棒槌,可合成极品青金棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10732, - "Name": "精铁拳套", - "DetailsPageName": "精铁拳套", + "Id": 10852, + "Name": "青金棒槌", + "DetailsPageName": "青金棒槌", "Type": 10, - "RelatedId": 10732, + "RelatedId": 10852, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26605,17 +29227,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10730", - "Description": "一把品质上乘的精铁拳套,堪称极品。可以和绝品赤铁拳套合成绝品精铁拳套", + "Icon": "Item_Icon_10850", + "Description": "一把品质上乘的青金棒槌,堪称极品。可以和绝品乌铁棒槌合成绝品青金棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10740, - "Name": "乌铁拳套", - "DetailsPageName": "乌铁拳套", + "Id": 10860, + "Name": "鳞铁棒槌", + "DetailsPageName": "鳞铁棒槌", "Type": 10, - "RelatedId": 10740, + "RelatedId": 10860, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26628,17 +29250,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10740", - "Description": "一把普通的乌铁拳套,可合成精品乌铁拳套", + "Icon": "Item_Icon_10860", + "Description": "一把普通的鳞铁棒槌,可合成精品鳞铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10741, - "Name": "乌铁拳套", - "DetailsPageName": "乌铁拳套", + "Id": 10861, + "Name": "鳞铁棒槌", + "DetailsPageName": "鳞铁棒槌", "Type": 10, - "RelatedId": 10741, + "RelatedId": 10861, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26651,17 +29273,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10740", - "Description": "一把品质精良的乌铁拳套,可合成极品乌铁拳套", + "Icon": "Item_Icon_10860", + "Description": "一把品质精良的鳞铁棒槌,可合成极品鳞铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10742, - "Name": "乌铁拳套", - "DetailsPageName": "乌铁拳套", + "Id": 10862, + "Name": "鳞铁棒槌", + "DetailsPageName": "鳞铁棒槌", "Type": 10, - "RelatedId": 10742, + "RelatedId": 10862, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26674,17 +29296,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10740", - "Description": "一把品质上乘的乌铁拳套,堪称极品。可以和绝品精铁拳套合成绝品乌铁拳套", + "Icon": "Item_Icon_10860", + "Description": "一把品质上乘的鳞铁棒槌,堪称极品。可以和绝品乌铁棒槌合成绝品鳞铁棒槌", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10750, - "Name": "青金拳套", - "DetailsPageName": "青金拳套", + "Id": 10870, + "Name": "惊鸿·鳞铁棒槌", + "DetailsPageName": "惊鸿·鳞铁棒槌", "Type": 10, - "RelatedId": 10750, + "RelatedId": 10870, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26695,19 +29317,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10750", - "Description": "一把普通的青金拳套,可合成精品青金拳套", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10860", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10751, - "Name": "青金拳套", - "DetailsPageName": "青金拳套", + "Id": 10871, + "Name": "绝尘·鳞铁棒槌", + "DetailsPageName": "绝尘·鳞铁棒槌", "Type": 10, - "RelatedId": 10751, + "RelatedId": 10871, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26718,19 +29340,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_10750", - "Description": "一把品质精良的青金拳套,可合成极品青金拳套", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10860", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10752, - "Name": "青金拳套", - "DetailsPageName": "青金拳套", + "Id": 10872, + "Name": "超凡·鳞铁棒槌", + "DetailsPageName": "超凡·鳞铁棒槌", "Type": 10, - "RelatedId": 10752, + "RelatedId": 10872, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26741,19 +29363,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_10750", - "Description": "一把品质上乘的青金拳套,堪称极品。可以和绝品乌铁拳套合成绝品青金拳套", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10860", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10760, - "Name": "鳞铁拳套", - "DetailsPageName": "鳞铁拳套", + "Id": 10900, + "Name": "石拂尘", + "DetailsPageName": "石拂尘", "Type": 10, - "RelatedId": 10760, + "RelatedId": 10900, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26766,17 +29388,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10760", - "Description": "一把普通的鳞铁拳套,可合成精品鳞铁拳套", + "Icon": "Item_Icon_10900", + "Description": "一柄普通的石拂尘,可合成精品石拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10761, - "Name": "鳞铁拳套", - "DetailsPageName": "鳞铁拳套", + "Id": 10901, + "Name": "石拂尘", + "DetailsPageName": "石拂尘", "Type": 10, - "RelatedId": 10761, + "RelatedId": 10901, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26789,17 +29411,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10760", - "Description": "一把品质精良的鳞铁拳套,可合成极品鳞铁拳套", + "Icon": "Item_Icon_10900", + "Description": "一柄品质精良的石拂尘,可合成极品石拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10762, - "Name": "鳞铁拳套", - "DetailsPageName": "鳞铁拳套", + "Id": 10902, + "Name": "石拂尘", + "DetailsPageName": "石拂尘", "Type": 10, - "RelatedId": 10762, + "RelatedId": 10902, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26812,17 +29434,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10760", - "Description": "一把品质上乘的鳞铁拳套,堪称极品。可以和绝品乌铁拳套合成绝品鳞铁拳套", + "Icon": "Item_Icon_10900", + "Description": "一柄品质上乘的石拂尘,堪称极品。可以和绝品石拂尘图纸合成绝品石拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10800, - "Name": "石棒槌", - "DetailsPageName": "石棒槌", + "Id": 10910, + "Name": "铁拂尘", + "DetailsPageName": "铁拂尘", "Type": 10, - "RelatedId": 10800, + "RelatedId": 10910, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26835,17 +29457,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10800", - "Description": "一把普通的石棒槌,可合成精品石棒槌", + "Icon": "Item_Icon_10910", + "Description": "一柄普通的铁拂尘,可合成精品铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10801, - "Name": "石棒槌", - "DetailsPageName": "石棒槌", + "Id": 10911, + "Name": "铁拂尘", + "DetailsPageName": "铁拂尘", "Type": 10, - "RelatedId": 10801, + "RelatedId": 10911, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26858,17 +29480,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10800", - "Description": "一把品质精良的石棒槌,可合成极品石棒槌", + "Icon": "Item_Icon_10910", + "Description": "一柄品质精良的铁拂尘,可合成极品铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10802, - "Name": "石棒槌", - "DetailsPageName": "石棒槌", + "Id": 10912, + "Name": "铁拂尘", + "DetailsPageName": "铁拂尘", "Type": 10, - "RelatedId": 10802, + "RelatedId": 10912, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26881,17 +29503,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10800", - "Description": "一把品质上乘的石棒槌,堪称极品。可以和绝品石棒槌图纸合成绝品石棒槌", + "Icon": "Item_Icon_10910", + "Description": "一柄品质上乘的铁拂尘,堪称极品。可以和绝品石拂尘合成绝品铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10810, - "Name": "铁棒槌", - "DetailsPageName": "铁棒槌", + "Id": 10920, + "Name": "赤铁拂尘", + "DetailsPageName": "赤铁拂尘", "Type": 10, - "RelatedId": 10810, + "RelatedId": 10920, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26904,17 +29526,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10810", - "Description": "一把普通的铁棒槌,可合成精品铁棒槌", + "Icon": "Item_Icon_10920", + "Description": "一柄普通的赤铁拂尘,可合成精品赤铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10811, - "Name": "铁棒槌", - "DetailsPageName": "铁棒槌", + "Id": 10921, + "Name": "赤铁拂尘", + "DetailsPageName": "赤铁拂尘", "Type": 10, - "RelatedId": 10811, + "RelatedId": 10921, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26927,17 +29549,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10810", - "Description": "一把品质精良的铁棒槌,可合成极品铁棒槌", + "Icon": "Item_Icon_10920", + "Description": "一柄品质精良的赤铁拂尘,可合成极品赤铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10812, - "Name": "铁棒槌", - "DetailsPageName": "铁棒槌", + "Id": 10922, + "Name": "赤铁拂尘", + "DetailsPageName": "赤铁拂尘", "Type": 10, - "RelatedId": 10812, + "RelatedId": 10922, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26950,17 +29572,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10810", - "Description": "一把品质上乘的铁棒槌,堪称极品。可以和绝品石棒槌合成绝品铁棒槌", + "Icon": "Item_Icon_10920", + "Description": "一柄品质上乘的赤铁拂尘,堪称极品。可以和绝品铁拂尘合成绝品赤铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10820, - "Name": "赤铁棒槌", - "DetailsPageName": "赤铁棒槌", + "Id": 10930, + "Name": "精铁拂尘", + "DetailsPageName": "精铁拂尘", "Type": 10, - "RelatedId": 10820, + "RelatedId": 10930, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26973,17 +29595,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10820", - "Description": "一把普通的赤铁棒槌,可合成精品赤铁棒槌", + "Icon": "Item_Icon_10930", + "Description": "一柄普通的精铁拂尘,可合成精品精铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10821, - "Name": "赤铁棒槌", - "DetailsPageName": "赤铁棒槌", + "Id": 10931, + "Name": "精铁拂尘", + "DetailsPageName": "精铁拂尘", "Type": 10, - "RelatedId": 10821, + "RelatedId": 10931, "StockType": 4, "StorageType": 1, "Transport": false, @@ -26996,17 +29618,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10820", - "Description": "一把品质精良的赤铁棒槌,可合成极品赤铁棒槌", + "Icon": "Item_Icon_10930", + "Description": "一柄品质精良的精铁拂尘,可合成极品精铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10822, - "Name": "赤铁棒槌", - "DetailsPageName": "赤铁棒槌", + "Id": 10932, + "Name": "精铁拂尘", + "DetailsPageName": "精铁拂尘", "Type": 10, - "RelatedId": 10822, + "RelatedId": 10932, "StockType": 4, "StorageType": 1, "Transport": false, @@ -27019,17 +29641,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10820", - "Description": "一把品质上乘的赤铁棒槌,堪称极品。可以和绝品铁棒槌合成绝品赤铁棒槌", + "Icon": "Item_Icon_10930", + "Description": "一柄品质上乘的精铁拂尘,堪称极品。可以和绝品赤铁拂尘合成绝品精铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10830, - "Name": "精铁棒槌", - "DetailsPageName": "精铁棒槌", + "Id": 10940, + "Name": "乌铁拂尘", + "DetailsPageName": "乌铁拂尘", "Type": 10, - "RelatedId": 10830, + "RelatedId": 10940, "StockType": 4, "StorageType": 1, "Transport": false, @@ -27042,17 +29664,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10830", - "Description": "一把普通的精铁棒槌,可合成精品精铁棒槌", + "Icon": "Item_Icon_10940", + "Description": "一柄普通的乌铁拂尘,可合成精品乌铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10831, - "Name": "精铁棒槌", - "DetailsPageName": "精铁棒槌", + "Id": 10941, + "Name": "乌铁拂尘", + "DetailsPageName": "乌铁拂尘", "Type": 10, - "RelatedId": 10831, + "RelatedId": 10941, "StockType": 4, "StorageType": 1, "Transport": false, @@ -27065,17 +29687,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10830", - "Description": "一把品质精良的精铁棒槌,可合成极品精铁棒槌", + "Icon": "Item_Icon_10940", + "Description": "一柄品质精良的乌铁拂尘,可合成极品乌铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10832, - "Name": "精铁棒槌", - "DetailsPageName": "精铁棒槌", + "Id": 10942, + "Name": "乌铁拂尘", + "DetailsPageName": "乌铁拂尘", "Type": 10, - "RelatedId": 10832, + "RelatedId": 10942, "StockType": 4, "StorageType": 1, "Transport": false, @@ -27088,17 +29710,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10830", - "Description": "一把品质上乘的精铁棒槌,堪称极品。可以和绝品赤铁棒槌合成绝品精铁棒槌", + "Icon": "Item_Icon_10940", + "Description": "一柄品质上乘的乌铁拂尘,堪称极品。可以和绝品精铁拂尘合成绝品乌铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10840, - "Name": "乌铁棒槌", - "DetailsPageName": "乌铁棒槌", + "Id": 10950, + "Name": "青金拂尘", + "DetailsPageName": "青金拂尘", "Type": 10, - "RelatedId": 10840, + "RelatedId": 10950, "StockType": 4, "StorageType": 1, "Transport": false, @@ -27111,17 +29733,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10840", - "Description": "一把普通的乌铁棒槌,可合成精品乌铁棒槌", + "Icon": "Item_Icon_10950", + "Description": "一柄普通的青金拂尘,可合成精品青金拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10841, - "Name": "乌铁棒槌", - "DetailsPageName": "乌铁棒槌", + "Id": 10951, + "Name": "青金拂尘", + "DetailsPageName": "青金拂尘", "Type": 10, - "RelatedId": 10841, + "RelatedId": 10951, "StockType": 4, "StorageType": 1, "Transport": false, @@ -27134,17 +29756,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10840", - "Description": "一把品质精良的乌铁棒槌,可合成极品乌铁棒槌", + "Icon": "Item_Icon_10950", + "Description": "一柄品质精良的青金拂尘,可合成极品青金拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10842, - "Name": "乌铁棒槌", - "DetailsPageName": "乌铁棒槌", + "Id": 10952, + "Name": "青金拂尘", + "DetailsPageName": "青金拂尘", "Type": 10, - "RelatedId": 10842, + "RelatedId": 10952, "StockType": 4, "StorageType": 1, "Transport": false, @@ -27157,17 +29779,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10840", - "Description": "一把品质上乘的乌铁棒槌,堪称极品。可以和绝品精铁棒槌合成绝品乌铁棒槌", + "Icon": "Item_Icon_10950", + "Description": "一柄品质上乘的青金拂尘,堪称极品。可以和绝品乌铁拂尘合成绝品青金拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10850, - "Name": "青金棒槌", - "DetailsPageName": "青金棒槌", + "Id": 10960, + "Name": "鳞铁拂尘", + "DetailsPageName": "鳞铁拂尘", "Type": 10, - "RelatedId": 10850, + "RelatedId": 10960, "StockType": 4, "StorageType": 1, "Transport": false, @@ -27180,17 +29802,17 @@ "Track": false, "Grade": 1, "TreasureBowl": false, - "Icon": "Item_Icon_10850", - "Description": "一把普通的青金棒槌,可合成精品青金棒槌", + "Icon": "Item_Icon_10960", + "Description": "一柄普通的鳞铁拂尘,可合成精品鳞铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10851, - "Name": "青金棒槌", - "DetailsPageName": "青金棒槌", + "Id": 10961, + "Name": "鳞铁拂尘", + "DetailsPageName": "鳞铁拂尘", "Type": 10, - "RelatedId": 10851, + "RelatedId": 10961, "StockType": 4, "StorageType": 1, "Transport": false, @@ -27203,17 +29825,17 @@ "Track": false, "Grade": 2, "TreasureBowl": false, - "Icon": "Item_Icon_10850", - "Description": "一把品质精良的青金棒槌,可合成极品青金棒槌", + "Icon": "Item_Icon_10960", + "Description": "一柄品质精良的鳞铁拂尘,可合成极品鳞铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10852, - "Name": "青金棒槌", - "DetailsPageName": "青金棒槌", + "Id": 10962, + "Name": "鳞铁拂尘", + "DetailsPageName": "鳞铁拂尘", "Type": 10, - "RelatedId": 10852, + "RelatedId": 10962, "StockType": 4, "StorageType": 1, "Transport": false, @@ -27226,17 +29848,17 @@ "Track": false, "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10850", - "Description": "一把品质上乘的青金棒槌,堪称极品。可以和绝品乌铁棒槌合成绝品青金棒槌", + "Icon": "Item_Icon_10960", + "Description": "一柄品质上乘的鳞铁拂尘,堪称极品。可以和绝品乌铁拂尘合成绝品鳞铁拂尘", "GetMethod": "材料合成", "Importantdata": false }, { - "Id": 10860, - "Name": "鳞铁棒槌", - "DetailsPageName": "鳞铁棒槌", + "Id": 10970, + "Name": "惊鸿·鳞铁拂尘", + "DetailsPageName": "惊鸿·鳞铁拂尘", "Type": 10, - "RelatedId": 10860, + "RelatedId": 10970, "StockType": 4, "StorageType": 1, "Transport": false, @@ -27247,19 +29869,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 1, + "Grade": 3, "TreasureBowl": false, - "Icon": "Item_Icon_10860", - "Description": "一把普通的鳞铁棒槌,可合成精品鳞铁棒槌", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10970", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10861, - "Name": "鳞铁棒槌", - "DetailsPageName": "鳞铁棒槌", + "Id": 10971, + "Name": "绝尘·鳞铁拂尘", + "DetailsPageName": "绝尘·鳞铁拂尘", "Type": 10, - "RelatedId": 10861, + "RelatedId": 10971, "StockType": 4, "StorageType": 1, "Transport": false, @@ -27270,19 +29892,19 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 2, + "Grade": 4, "TreasureBowl": false, - "Icon": "Item_Icon_10860", - "Description": "一把品质精良的鳞铁棒槌,可合成极品鳞铁棒槌", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10970", + "Description": "", + "GetMethod": "", "Importantdata": false }, { - "Id": 10862, - "Name": "鳞铁棒槌", - "DetailsPageName": "鳞铁棒槌", + "Id": 10972, + "Name": "超凡·鳞铁拂尘", + "DetailsPageName": "超凡·鳞铁拂尘", "Type": 10, - "RelatedId": 10862, + "RelatedId": 10972, "StockType": 4, "StorageType": 1, "Transport": false, @@ -27293,11 +29915,11 @@ "Gift": false, "Favorability": 0, "Track": false, - "Grade": 3, + "Grade": 5, "TreasureBowl": false, - "Icon": "Item_Icon_10860", - "Description": "一把品质上乘的鳞铁棒槌,堪称极品。可以和绝品乌铁棒槌合成绝品鳞铁棒槌", - "GetMethod": "材料合成", + "Icon": "Item_Icon_10970", + "Description": "", + "GetMethod": "", "Importantdata": false }, { @@ -27783,6 +30405,75 @@ "GetMethod": "材料合成", "Importantdata": false }, + { + "Id": 20070, + "Name": "惊鸿·厚铠甲", + "DetailsPageName": "惊鸿·厚铠甲", + "Type": 10, + "RelatedId": 20070, + "StockType": 4, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 3, + "TreasureBowl": false, + "Icon": "Item_Icon_20060", + "Description": "", + "GetMethod": "", + "Importantdata": false + }, + { + "Id": 20071, + "Name": "绝尘·厚铠甲", + "DetailsPageName": "绝尘·厚铠甲", + "Type": 10, + "RelatedId": 20071, + "StockType": 4, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 4, + "TreasureBowl": false, + "Icon": "Item_Icon_20060", + "Description": "", + "GetMethod": "", + "Importantdata": false + }, + { + "Id": 20072, + "Name": "超凡·厚铠甲", + "DetailsPageName": "超凡·厚铠甲", + "Type": 10, + "RelatedId": 20072, + "StockType": 4, + "StorageType": 1, + "Transport": false, + "BackpackTransfer": true, + "SuperpositionMax": 1, + "HasLimit": -1, + "AbleThrow": false, + "Gift": false, + "Favorability": 0, + "Track": false, + "Grade": 5, + "TreasureBowl": false, + "Icon": "Item_Icon_20060", + "Description": "", + "GetMethod": "", + "Importantdata": false + }, { "Id": 30001, "Name": "玄松寒锋·凡", diff --git a/src/api/config/ArtResourcesConfigCategory.json b/src/api/config/ArtResourcesConfigCategory.json index 043427a..5ace053 100644 --- a/src/api/config/ArtResourcesConfigCategory.json +++ b/src/api/config/ArtResourcesConfigCategory.json @@ -164,6 +164,17 @@ "Resource_11_1_d" ] }, + { + "Id": 16, + "ParentId": 11, + "Shape": "Resource_11_2", + "SeasonShape": [ + "Resource_11_2_a", + "Resource_11_2_b", + "Resource_11_2_b", + "Resource_11_2_d" + ] + }, { "Id": 18, "ParentId": 8, @@ -537,5 +548,49 @@ "Resource_29", "Resource_29" ] + }, + { + "Id": 62, + "ParentId": 34, + "Shape": "Resource_34", + "SeasonShape": [ + "Resource_34", + "Resource_34", + "Resource_34", + "Resource_34" + ] + }, + { + "Id": 63, + "ParentId": 35, + "Shape": "Resource_35_1", + "SeasonShape": [ + "Resource_35_1", + "Resource_35_1", + "Resource_35_1", + "Resource_35_1" + ] + }, + { + "Id": 64, + "ParentId": 35, + "Shape": "Resource_35_2", + "SeasonShape": [ + "Resource_35_2", + "Resource_35_2", + "Resource_35_2", + "Resource_35_2" + ] + }, + { + "Id": 65, + "ParentId": 36, + "Shape": "Resource_36_1", + "SeasonShape": [ + "Resource_36_1_a", + "Resource_36_1_a", + "Resource_36_1_c", + "Resource_36_1_a" + ] } ] \ No newline at end of file diff --git a/src/api/config/AttributesConfigCategory.json b/src/api/config/AttributesConfigCategory.json index 4605ca9..61edc9a 100644 --- a/src/api/config/AttributesConfigCategory.json +++ b/src/api/config/AttributesConfigCategory.json @@ -503,6 +503,69 @@ "ChangeSpecialEffects": false, "ShowType": 1 }, + { + "Id": 1503, + "Name": "优先攻击远程", + "Field": "RangedFirst", + "IsFloat": false, + "IsNumeric": false, + "ChangeSpecialEffects": false, + "ShowType": 1 + }, + { + "Id": 1600, + "Name": "远程伤害", + "Field": "RangedDMG", + "IsFloat": true, + "IsNumeric": true, + "ChangeSpecialEffects": false, + "ShowType": 2 + }, + { + "Id": 1601, + "Name": "近战伤害", + "Field": "MeleeDMG", + "IsFloat": true, + "IsNumeric": true, + "ChangeSpecialEffects": false, + "ShowType": 2 + }, + { + "Id": 1602, + "Name": "受到暴击伤害提高", + "Field": "CritBeHurt", + "IsFloat": true, + "IsNumeric": true, + "ChangeSpecialEffects": false, + "ShowType": 2 + }, + { + "Id": 1603, + "Name": "受到远程攻击伤害提高", + "Field": "RangedBeHurt", + "IsFloat": true, + "IsNumeric": true, + "ChangeSpecialEffects": false, + "ShowType": 2 + }, + { + "Id": 1604, + "Name": "受到近战攻击伤害提高", + "Field": "MeleeBeHurt", + "IsFloat": true, + "IsNumeric": true, + "ChangeSpecialEffects": false, + "ShowType": 2 + }, + { + "Id": 1605, + "Name": "召唤怪物组", + "Field": "SummonMonster", + "IsFloat": false, + "IsNumeric": false, + "ChangeSpecialEffects": false, + "ShowType": 1 + }, { "Id": 2000, "Name": "攻击下限", @@ -1159,59 +1222,5 @@ "IsNumeric": false, "ChangeSpecialEffects": false, "ShowType": 1 - }, - { - "Id": 30001, - "Name": "远程伤害", - "Field": "RangedDMG", - "IsFloat": true, - "IsNumeric": true, - "ChangeSpecialEffects": false, - "ShowType": 2 - }, - { - "Id": 30002, - "Name": "近战伤害", - "Field": "MeleeDMG", - "IsFloat": true, - "IsNumeric": true, - "ChangeSpecialEffects": false, - "ShowType": 2 - }, - { - "Id": 33001, - "Name": "受到暴击伤害提高", - "Field": "CritBeHurt", - "IsFloat": true, - "IsNumeric": true, - "ChangeSpecialEffects": false, - "ShowType": 2 - }, - { - "Id": 33002, - "Name": "受到远程攻击伤害提高", - "Field": "RangedBeHurt", - "IsFloat": true, - "IsNumeric": true, - "ChangeSpecialEffects": false, - "ShowType": 2 - }, - { - "Id": 33003, - "Name": "受到近战攻击伤害提高", - "Field": "MeleeBeHurt", - "IsFloat": true, - "IsNumeric": true, - "ChangeSpecialEffects": false, - "ShowType": 2 - }, - { - "Id": 33004, - "Name": "召唤怪物组", - "Field": "SummonMonster", - "IsFloat": false, - "IsNumeric": false, - "ChangeSpecialEffects": false, - "ShowType": 1 } ] \ No newline at end of file diff --git a/src/api/config/BattlePassConfigCategory.json b/src/api/config/BattlePassConfigCategory.json index dfa1e97..fe4e035 100644 --- a/src/api/config/BattlePassConfigCategory.json +++ b/src/api/config/BattlePassConfigCategory.json @@ -3926,1969 +3926,5 @@ 7230, 140 ] - }, - { - "Id": 2001, - "PeriodId": 3, - "ItemId1": [ - 210000, - 3 - ], - "ItemId2": [ - 2044, - 3 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2002, - "PeriodId": 3, - "ItemId1": [ - 210000, - 2 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2003, - "PeriodId": 3, - "ItemId1": [ - 210000, - 3 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2004, - "PeriodId": 3, - "ItemId1": [ - 210000, - 4 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2005, - "PeriodId": 3, - "ItemId1": [ - 210000, - 5 - ], - "ItemId2": [ - 2044, - 10 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2006, - "PeriodId": 3, - "ItemId1": [ - 210000, - 6 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2007, - "PeriodId": 3, - "ItemId1": [ - 210000, - 7 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2008, - "PeriodId": 3, - "ItemId1": [ - 210000, - 8 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2009, - "PeriodId": 3, - "ItemId1": [ - 210000, - 9 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2010, - "PeriodId": 3, - "ItemId1": [ - 210000, - 10 - ], - "ItemId2": [ - 2044, - 20 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2011, - "PeriodId": 3, - "ItemId1": [ - 210000, - 11 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2012, - "PeriodId": 3, - "ItemId1": [ - 210000, - 12 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2013, - "PeriodId": 3, - "ItemId1": [ - 210000, - 13 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2014, - "PeriodId": 3, - "ItemId1": [ - 210000, - 14 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2015, - "PeriodId": 3, - "ItemId1": [ - 210000, - 15 - ], - "ItemId2": [ - 2044, - 30 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2016, - "PeriodId": 3, - "ItemId1": [ - 210000, - 16 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2017, - "PeriodId": 3, - "ItemId1": [ - 210000, - 17 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2018, - "PeriodId": 3, - "ItemId1": [ - 210000, - 18 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2019, - "PeriodId": 3, - "ItemId1": [ - 210000, - 19 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2020, - "PeriodId": 3, - "ItemId1": [ - 210000, - 20 - ], - "ItemId2": [ - 2044, - 40 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2021, - "PeriodId": 3, - "ItemId1": [ - 210000, - 21 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2022, - "PeriodId": 3, - "ItemId1": [ - 210000, - 22 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2023, - "PeriodId": 3, - "ItemId1": [ - 210000, - 23 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2024, - "PeriodId": 3, - "ItemId1": [ - 210000, - 24 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2025, - "PeriodId": 3, - "ItemId1": [ - 210000, - 25 - ], - "ItemId2": [ - 2044, - 50 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2026, - "PeriodId": 3, - "ItemId1": [ - 210000, - 26 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2027, - "PeriodId": 3, - "ItemId1": [ - 210000, - 27 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2028, - "PeriodId": 3, - "ItemId1": [ - 210000, - 28 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2029, - "PeriodId": 3, - "ItemId1": [ - 210000, - 29 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2030, - "PeriodId": 3, - "ItemId1": [ - 210000, - 30 - ], - "ItemId2": [ - 2044, - 60 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2031, - "PeriodId": 3, - "ItemId1": [ - 210000, - 31 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2032, - "PeriodId": 3, - "ItemId1": [ - 210000, - 32 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2033, - "PeriodId": 3, - "ItemId1": [ - 210000, - 33 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2034, - "PeriodId": 3, - "ItemId1": [ - 210000, - 34 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2035, - "PeriodId": 3, - "ItemId1": [ - 210000, - 35 - ], - "ItemId2": [ - 2044, - 70 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2036, - "PeriodId": 3, - "ItemId1": [ - 210000, - 36 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2037, - "PeriodId": 3, - "ItemId1": [ - 210000, - 37 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2038, - "PeriodId": 3, - "ItemId1": [ - 210000, - 38 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2039, - "PeriodId": 3, - "ItemId1": [ - 210000, - 39 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2040, - "PeriodId": 3, - "ItemId1": [ - 210000, - 40 - ], - "ItemId2": [ - 2044, - 80 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2041, - "PeriodId": 3, - "ItemId1": [ - 210000, - 41 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2042, - "PeriodId": 3, - "ItemId1": [ - 210000, - 42 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2043, - "PeriodId": 3, - "ItemId1": [ - 210000, - 43 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2044, - "PeriodId": 3, - "ItemId1": [ - 210000, - 44 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2045, - "PeriodId": 3, - "ItemId1": [ - 210000, - 45 - ], - "ItemId2": [ - 2044, - 90 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2046, - "PeriodId": 3, - "ItemId1": [ - 210000, - 46 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2047, - "PeriodId": 3, - "ItemId1": [ - 210000, - 47 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2048, - "PeriodId": 3, - "ItemId1": [ - 210000, - 48 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2049, - "PeriodId": 3, - "ItemId1": [ - 210000, - 49 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2050, - "PeriodId": 3, - "ItemId1": [ - 210000, - 50 - ], - "ItemId2": [ - 2044, - 100 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2051, - "PeriodId": 3, - "ItemId1": [ - 210000, - 51 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2052, - "PeriodId": 3, - "ItemId1": [ - 210000, - 52 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2053, - "PeriodId": 3, - "ItemId1": [ - 210000, - 53 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2054, - "PeriodId": 3, - "ItemId1": [ - 210000, - 54 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2055, - "PeriodId": 3, - "ItemId1": [ - 210000, - 55 - ], - "ItemId2": [ - 2044, - 110 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2056, - "PeriodId": 3, - "ItemId1": [ - 210000, - 56 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2057, - "PeriodId": 3, - "ItemId1": [ - 210000, - 57 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2058, - "PeriodId": 3, - "ItemId1": [ - 210000, - 58 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2059, - "PeriodId": 3, - "ItemId1": [ - 210000, - 59 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2060, - "PeriodId": 3, - "ItemId1": [ - 210000, - 60 - ], - "ItemId2": [ - 2044, - 120 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2061, - "PeriodId": 3, - "ItemId1": [ - 210000, - 61 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2062, - "PeriodId": 3, - "ItemId1": [ - 210000, - 62 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2063, - "PeriodId": 3, - "ItemId1": [ - 210000, - 63 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2064, - "PeriodId": 3, - "ItemId1": [ - 210000, - 64 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2065, - "PeriodId": 3, - "ItemId1": [ - 210000, - 65 - ], - "ItemId2": [ - 2044, - 130 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2066, - "PeriodId": 3, - "ItemId1": [ - 210000, - 66 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2067, - "PeriodId": 3, - "ItemId1": [ - 210000, - 67 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2068, - "PeriodId": 3, - "ItemId1": [ - 210000, - 68 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2069, - "PeriodId": 3, - "ItemId1": [ - 210000, - 69 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2070, - "PeriodId": 3, - "ItemId1": [ - 210000, - 70 - ], - "ItemId2": [ - 2044, - 140 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2071, - "PeriodId": 3, - "ItemId1": [ - 210000, - 71 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2072, - "PeriodId": 3, - "ItemId1": [ - 210000, - 72 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2073, - "PeriodId": 3, - "ItemId1": [ - 210000, - 73 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2074, - "PeriodId": 3, - "ItemId1": [ - 210000, - 74 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2075, - "PeriodId": 3, - "ItemId1": [ - 210000, - 75 - ], - "ItemId2": [ - 2044, - 150 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2076, - "PeriodId": 3, - "ItemId1": [ - 210000, - 76 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2077, - "PeriodId": 3, - "ItemId1": [ - 210000, - 77 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2078, - "PeriodId": 3, - "ItemId1": [ - 210000, - 78 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2079, - "PeriodId": 3, - "ItemId1": [ - 210000, - 79 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2080, - "PeriodId": 3, - "ItemId1": [ - 210000, - 80 - ], - "ItemId2": [ - 2044, - 160 - ], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2201, - "PeriodId": 3, - "ItemId1": [ - 1900, - 1 - ], - "ItemId2": [ - 7301, - 1 - ], - "ItemId3": [ - 200001, - 1 - ], - "ItemId4": [ - 7230, - 1 - ] - }, - { - "Id": 2202, - "PeriodId": 3, - "ItemId1": [ - 1900, - 2 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2203, - "PeriodId": 3, - "ItemId1": [ - 1900, - 3 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2204, - "PeriodId": 3, - "ItemId1": [ - 1900, - 4 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2205, - "PeriodId": 3, - "ItemId1": [ - 1900, - 5 - ], - "ItemId2": [ - 7301, - 10 - ], - "ItemId3": [ - 200001, - 10 - ], - "ItemId4": [ - 7230, - 10 - ] - }, - { - "Id": 2206, - "PeriodId": 3, - "ItemId1": [ - 1900, - 6 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2207, - "PeriodId": 3, - "ItemId1": [ - 1900, - 7 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2208, - "PeriodId": 3, - "ItemId1": [ - 1900, - 8 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2209, - "PeriodId": 3, - "ItemId1": [ - 1900, - 9 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2210, - "PeriodId": 3, - "ItemId1": [ - 1900, - 10 - ], - "ItemId2": [ - 7301, - 20 - ], - "ItemId3": [ - 200001, - 20 - ], - "ItemId4": [ - 7230, - 20 - ] - }, - { - "Id": 2211, - "PeriodId": 3, - "ItemId1": [ - 1900, - 11 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2212, - "PeriodId": 3, - "ItemId1": [ - 1900, - 12 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2213, - "PeriodId": 3, - "ItemId1": [ - 1900, - 13 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2214, - "PeriodId": 3, - "ItemId1": [ - 1900, - 14 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2215, - "PeriodId": 3, - "ItemId1": [ - 1900, - 15 - ], - "ItemId2": [ - 7301, - 30 - ], - "ItemId3": [ - 200001, - 30 - ], - "ItemId4": [ - 7230, - 30 - ] - }, - { - "Id": 2216, - "PeriodId": 3, - "ItemId1": [ - 1900, - 16 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2217, - "PeriodId": 3, - "ItemId1": [ - 1900, - 17 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2218, - "PeriodId": 3, - "ItemId1": [ - 1900, - 18 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2219, - "PeriodId": 3, - "ItemId1": [ - 1900, - 19 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2220, - "PeriodId": 3, - "ItemId1": [ - 1900, - 20 - ], - "ItemId2": [ - 7301, - 40 - ], - "ItemId3": [ - 200001, - 40 - ], - "ItemId4": [ - 7230, - 40 - ] - }, - { - "Id": 2221, - "PeriodId": 3, - "ItemId1": [ - 1900, - 21 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2222, - "PeriodId": 3, - "ItemId1": [ - 1900, - 22 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2223, - "PeriodId": 3, - "ItemId1": [ - 1900, - 23 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2224, - "PeriodId": 3, - "ItemId1": [ - 1900, - 24 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2225, - "PeriodId": 3, - "ItemId1": [ - 1900, - 25 - ], - "ItemId2": [ - 7301, - 50 - ], - "ItemId3": [ - 200001, - 50 - ], - "ItemId4": [ - 7230, - 50 - ] - }, - { - "Id": 2226, - "PeriodId": 3, - "ItemId1": [ - 1900, - 26 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2227, - "PeriodId": 3, - "ItemId1": [ - 1900, - 27 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2228, - "PeriodId": 3, - "ItemId1": [ - 1900, - 28 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2229, - "PeriodId": 3, - "ItemId1": [ - 1900, - 29 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2230, - "PeriodId": 3, - "ItemId1": [ - 1900, - 30 - ], - "ItemId2": [ - 7301, - 60 - ], - "ItemId3": [ - 200001, - 60 - ], - "ItemId4": [ - 7230, - 60 - ] - }, - { - "Id": 2231, - "PeriodId": 3, - "ItemId1": [ - 1900, - 31 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2232, - "PeriodId": 3, - "ItemId1": [ - 1900, - 32 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2233, - "PeriodId": 3, - "ItemId1": [ - 1900, - 33 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2234, - "PeriodId": 3, - "ItemId1": [ - 1900, - 34 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2235, - "PeriodId": 3, - "ItemId1": [ - 1900, - 35 - ], - "ItemId2": [ - 7301, - 70 - ], - "ItemId3": [ - 200001, - 70 - ], - "ItemId4": [ - 7230, - 70 - ] - }, - { - "Id": 2236, - "PeriodId": 3, - "ItemId1": [ - 1900, - 36 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2237, - "PeriodId": 3, - "ItemId1": [ - 1900, - 37 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2238, - "PeriodId": 3, - "ItemId1": [ - 1900, - 38 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2239, - "PeriodId": 3, - "ItemId1": [ - 1900, - 39 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2240, - "PeriodId": 3, - "ItemId1": [ - 1900, - 40 - ], - "ItemId2": [ - 7301, - 80 - ], - "ItemId3": [ - 200001, - 80 - ], - "ItemId4": [ - 7230, - 80 - ] - }, - { - "Id": 2241, - "PeriodId": 3, - "ItemId1": [ - 1900, - 41 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2242, - "PeriodId": 3, - "ItemId1": [ - 1900, - 42 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2243, - "PeriodId": 3, - "ItemId1": [ - 1900, - 43 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2244, - "PeriodId": 3, - "ItemId1": [ - 1900, - 44 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2245, - "PeriodId": 3, - "ItemId1": [ - 1900, - 45 - ], - "ItemId2": [ - 7301, - 90 - ], - "ItemId3": [ - 200001, - 90 - ], - "ItemId4": [ - 7230, - 90 - ] - }, - { - "Id": 2246, - "PeriodId": 3, - "ItemId1": [ - 1900, - 46 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2247, - "PeriodId": 3, - "ItemId1": [ - 1900, - 47 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2248, - "PeriodId": 3, - "ItemId1": [ - 1900, - 48 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2249, - "PeriodId": 3, - "ItemId1": [ - 1900, - 49 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2250, - "PeriodId": 3, - "ItemId1": [ - 1900, - 50 - ], - "ItemId2": [ - 7301, - 100 - ], - "ItemId3": [ - 200001, - 100 - ], - "ItemId4": [ - 7230, - 100 - ] - }, - { - "Id": 2251, - "PeriodId": 3, - "ItemId1": [ - 1900, - 51 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2252, - "PeriodId": 3, - "ItemId1": [ - 1900, - 52 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2253, - "PeriodId": 3, - "ItemId1": [ - 1900, - 53 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2254, - "PeriodId": 3, - "ItemId1": [ - 1900, - 54 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2255, - "PeriodId": 3, - "ItemId1": [ - 1900, - 55 - ], - "ItemId2": [ - 7301, - 110 - ], - "ItemId3": [ - 200001, - 110 - ], - "ItemId4": [ - 7230, - 110 - ] - }, - { - "Id": 2256, - "PeriodId": 3, - "ItemId1": [ - 1900, - 56 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2257, - "PeriodId": 3, - "ItemId1": [ - 1900, - 57 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2258, - "PeriodId": 3, - "ItemId1": [ - 1900, - 58 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2259, - "PeriodId": 3, - "ItemId1": [ - 1900, - 59 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2260, - "PeriodId": 3, - "ItemId1": [ - 1900, - 60 - ], - "ItemId2": [ - 7301, - 120 - ], - "ItemId3": [ - 200001, - 120 - ], - "ItemId4": [ - 7230, - 120 - ] - }, - { - "Id": 2261, - "PeriodId": 3, - "ItemId1": [ - 1900, - 61 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2262, - "PeriodId": 3, - "ItemId1": [ - 1900, - 62 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2263, - "PeriodId": 3, - "ItemId1": [ - 1900, - 63 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2264, - "PeriodId": 3, - "ItemId1": [ - 1900, - 64 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2265, - "PeriodId": 3, - "ItemId1": [ - 1900, - 65 - ], - "ItemId2": [ - 7301, - 130 - ], - "ItemId3": [ - 200001, - 130 - ], - "ItemId4": [ - 7230, - 130 - ] - }, - { - "Id": 2266, - "PeriodId": 3, - "ItemId1": [ - 1900, - 66 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2267, - "PeriodId": 3, - "ItemId1": [ - 1900, - 67 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2268, - "PeriodId": 3, - "ItemId1": [ - 1900, - 68 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2269, - "PeriodId": 3, - "ItemId1": [ - 1900, - 69 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2270, - "PeriodId": 3, - "ItemId1": [ - 1900, - 70 - ], - "ItemId2": [ - 7301, - 140 - ], - "ItemId3": [ - 200001, - 140 - ], - "ItemId4": [ - 7230, - 140 - ] - }, - { - "Id": 2271, - "PeriodId": 3, - "ItemId1": [ - 1900, - 71 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2272, - "PeriodId": 3, - "ItemId1": [ - 1900, - 72 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2273, - "PeriodId": 3, - "ItemId1": [ - 1900, - 73 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2274, - "PeriodId": 3, - "ItemId1": [ - 1900, - 74 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2275, - "PeriodId": 3, - "ItemId1": [ - 1900, - 75 - ], - "ItemId2": [ - 7301, - 140 - ], - "ItemId3": [ - 200001, - 140 - ], - "ItemId4": [ - 7230, - 140 - ] - }, - { - "Id": 2276, - "PeriodId": 3, - "ItemId1": [ - 1900, - 76 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2277, - "PeriodId": 3, - "ItemId1": [ - 1900, - 77 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2278, - "PeriodId": 3, - "ItemId1": [ - 1900, - 78 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2279, - "PeriodId": 3, - "ItemId1": [ - 1900, - 79 - ], - "ItemId2": [], - "ItemId3": [], - "ItemId4": [] - }, - { - "Id": 2280, - "PeriodId": 3, - "ItemId1": [ - 1900, - 80 - ], - "ItemId2": [ - 7301, - 140 - ], - "ItemId3": [ - 200001, - 140 - ], - "ItemId4": [ - 7230, - 140 - ] } ] \ No newline at end of file diff --git a/src/api/config/BattlePassLvConfigCategory.json b/src/api/config/BattlePassLvConfigCategory.json index 156865b..b5d1a9d 100644 --- a/src/api/config/BattlePassLvConfigCategory.json +++ b/src/api/config/BattlePassLvConfigCategory.json @@ -1278,645 +1278,5 @@ "PeriodId": 2, "GroupId": 1080, "SeniorGroupId": 1280 - }, - { - "Id": 1101, - "Level": 1, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2001, - "SeniorGroupId": 2201 - }, - { - "Id": 1102, - "Level": 2, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2002, - "SeniorGroupId": 2202 - }, - { - "Id": 1103, - "Level": 3, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2003, - "SeniorGroupId": 2203 - }, - { - "Id": 1104, - "Level": 4, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2004, - "SeniorGroupId": 2204 - }, - { - "Id": 1105, - "Level": 5, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2005, - "SeniorGroupId": 2205 - }, - { - "Id": 1106, - "Level": 6, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2006, - "SeniorGroupId": 2206 - }, - { - "Id": 1107, - "Level": 7, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2007, - "SeniorGroupId": 2207 - }, - { - "Id": 1108, - "Level": 8, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2008, - "SeniorGroupId": 2208 - }, - { - "Id": 1109, - "Level": 9, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2009, - "SeniorGroupId": 2209 - }, - { - "Id": 1110, - "Level": 10, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2010, - "SeniorGroupId": 2210 - }, - { - "Id": 1111, - "Level": 11, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2011, - "SeniorGroupId": 2211 - }, - { - "Id": 1112, - "Level": 12, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2012, - "SeniorGroupId": 2212 - }, - { - "Id": 1113, - "Level": 13, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2013, - "SeniorGroupId": 2213 - }, - { - "Id": 1114, - "Level": 14, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2014, - "SeniorGroupId": 2214 - }, - { - "Id": 1115, - "Level": 15, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2015, - "SeniorGroupId": 2215 - }, - { - "Id": 1116, - "Level": 16, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2016, - "SeniorGroupId": 2216 - }, - { - "Id": 1117, - "Level": 17, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2017, - "SeniorGroupId": 2217 - }, - { - "Id": 1118, - "Level": 18, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2018, - "SeniorGroupId": 2218 - }, - { - "Id": 1119, - "Level": 19, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2019, - "SeniorGroupId": 2219 - }, - { - "Id": 1120, - "Level": 20, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2020, - "SeniorGroupId": 2220 - }, - { - "Id": 1121, - "Level": 21, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2021, - "SeniorGroupId": 2221 - }, - { - "Id": 1122, - "Level": 22, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2022, - "SeniorGroupId": 2222 - }, - { - "Id": 1123, - "Level": 23, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2023, - "SeniorGroupId": 2223 - }, - { - "Id": 1124, - "Level": 24, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2024, - "SeniorGroupId": 2224 - }, - { - "Id": 1125, - "Level": 25, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2025, - "SeniorGroupId": 2225 - }, - { - "Id": 1126, - "Level": 26, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2026, - "SeniorGroupId": 2226 - }, - { - "Id": 1127, - "Level": 27, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2027, - "SeniorGroupId": 2227 - }, - { - "Id": 1128, - "Level": 28, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2028, - "SeniorGroupId": 2228 - }, - { - "Id": 1129, - "Level": 29, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2029, - "SeniorGroupId": 2229 - }, - { - "Id": 1130, - "Level": 30, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2030, - "SeniorGroupId": 2230 - }, - { - "Id": 1131, - "Level": 31, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2031, - "SeniorGroupId": 2231 - }, - { - "Id": 1132, - "Level": 32, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2032, - "SeniorGroupId": 2232 - }, - { - "Id": 1133, - "Level": 33, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2033, - "SeniorGroupId": 2233 - }, - { - "Id": 1134, - "Level": 34, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2034, - "SeniorGroupId": 2234 - }, - { - "Id": 1135, - "Level": 35, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2035, - "SeniorGroupId": 2235 - }, - { - "Id": 1136, - "Level": 36, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2036, - "SeniorGroupId": 2236 - }, - { - "Id": 1137, - "Level": 37, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2037, - "SeniorGroupId": 2237 - }, - { - "Id": 1138, - "Level": 38, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2038, - "SeniorGroupId": 2238 - }, - { - "Id": 1139, - "Level": 39, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2039, - "SeniorGroupId": 2239 - }, - { - "Id": 1140, - "Level": 40, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2040, - "SeniorGroupId": 2240 - }, - { - "Id": 1141, - "Level": 41, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2041, - "SeniorGroupId": 2241 - }, - { - "Id": 1142, - "Level": 42, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2042, - "SeniorGroupId": 2242 - }, - { - "Id": 1143, - "Level": 43, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2043, - "SeniorGroupId": 2243 - }, - { - "Id": 1144, - "Level": 44, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2044, - "SeniorGroupId": 2244 - }, - { - "Id": 1145, - "Level": 45, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2045, - "SeniorGroupId": 2245 - }, - { - "Id": 1146, - "Level": 46, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2046, - "SeniorGroupId": 2246 - }, - { - "Id": 1147, - "Level": 47, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2047, - "SeniorGroupId": 2247 - }, - { - "Id": 1148, - "Level": 48, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2048, - "SeniorGroupId": 2248 - }, - { - "Id": 1149, - "Level": 49, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2049, - "SeniorGroupId": 2249 - }, - { - "Id": 1150, - "Level": 50, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2050, - "SeniorGroupId": 2250 - }, - { - "Id": 1151, - "Level": 51, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2051, - "SeniorGroupId": 2251 - }, - { - "Id": 1152, - "Level": 52, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2052, - "SeniorGroupId": 2252 - }, - { - "Id": 1153, - "Level": 53, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2053, - "SeniorGroupId": 2253 - }, - { - "Id": 1154, - "Level": 54, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2054, - "SeniorGroupId": 2254 - }, - { - "Id": 1155, - "Level": 55, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2055, - "SeniorGroupId": 2255 - }, - { - "Id": 1156, - "Level": 56, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2056, - "SeniorGroupId": 2256 - }, - { - "Id": 1157, - "Level": 57, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2057, - "SeniorGroupId": 2257 - }, - { - "Id": 1158, - "Level": 58, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2058, - "SeniorGroupId": 2258 - }, - { - "Id": 1159, - "Level": 59, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2059, - "SeniorGroupId": 2259 - }, - { - "Id": 1160, - "Level": 60, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2060, - "SeniorGroupId": 2260 - }, - { - "Id": 1161, - "Level": 61, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2061, - "SeniorGroupId": 2261 - }, - { - "Id": 1162, - "Level": 62, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2062, - "SeniorGroupId": 2262 - }, - { - "Id": 1163, - "Level": 63, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2063, - "SeniorGroupId": 2263 - }, - { - "Id": 1164, - "Level": 64, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2064, - "SeniorGroupId": 2264 - }, - { - "Id": 1165, - "Level": 65, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2065, - "SeniorGroupId": 2265 - }, - { - "Id": 1166, - "Level": 66, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2066, - "SeniorGroupId": 2266 - }, - { - "Id": 1167, - "Level": 67, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2067, - "SeniorGroupId": 2267 - }, - { - "Id": 1168, - "Level": 68, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2068, - "SeniorGroupId": 2268 - }, - { - "Id": 1169, - "Level": 69, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2069, - "SeniorGroupId": 2269 - }, - { - "Id": 1170, - "Level": 70, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2070, - "SeniorGroupId": 2270 - }, - { - "Id": 1171, - "Level": 71, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2071, - "SeniorGroupId": 2271 - }, - { - "Id": 1172, - "Level": 72, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2072, - "SeniorGroupId": 2272 - }, - { - "Id": 1173, - "Level": 73, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2073, - "SeniorGroupId": 2273 - }, - { - "Id": 1174, - "Level": 74, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2074, - "SeniorGroupId": 2274 - }, - { - "Id": 1175, - "Level": 75, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2075, - "SeniorGroupId": 2275 - }, - { - "Id": 1176, - "Level": 76, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2076, - "SeniorGroupId": 2276 - }, - { - "Id": 1177, - "Level": 77, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2077, - "SeniorGroupId": 2277 - }, - { - "Id": 1178, - "Level": 78, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2078, - "SeniorGroupId": 2278 - }, - { - "Id": 1179, - "Level": 79, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2079, - "SeniorGroupId": 2279 - }, - { - "Id": 1180, - "Level": 80, - "LevelExp": 100, - "PeriodId": 3, - "GroupId": 2080, - "SeniorGroupId": 2280 } ] \ No newline at end of file diff --git a/src/api/config/BattlePassTaskConfigCategory.json b/src/api/config/BattlePassTaskConfigCategory.json index b57e1d9..c26259b 100644 --- a/src/api/config/BattlePassTaskConfigCategory.json +++ b/src/api/config/BattlePassTaskConfigCategory.json @@ -2,7 +2,7 @@ { "Id": 1, "PeriodId": 1, - "TaskType": 1, + "Title": 1, "TaskName": "温馨的家宴", "Description": "举办家宴", "TargetType": 2, @@ -12,17 +12,17 @@ { "Id": 2, "PeriodId": 1, - "TaskType": 1, + "Title": 1, "TaskName": "丰收准备", "Description": "为农田施肥", - "TargetType": 6, + "TargetType": 10, "TargetParameter": 1, "GetPoint": 10 }, { "Id": 3, "PeriodId": 1, - "TaskType": 1, + "Title": 1, "TaskName": "不死树", "Description": "为不死树施肥", "TargetType": 1, @@ -32,57 +32,57 @@ { "Id": 4, "PeriodId": 1, - "TaskType": 1, + "Title": 1, "TaskName": "谁是英雄", "Description": "挑战四凶兽", - "TargetType": 4, + "TargetType": 5, "TargetParameter": 1, "GetPoint": 20 }, { "Id": 5, "PeriodId": 1, - "TaskType": 1, + "Title": 1, "TaskName": "能工巧匠", "Description": "修缮一次建筑", - "TargetType": 8, + "TargetType": 12, "TargetParameter": 1, "GetPoint": 10 }, { "Id": 6, "PeriodId": 1, - "TaskType": 1, + "Title": 1, "TaskName": "互通有无", "Description": "与桃谷商人或者夜市高价回收商人进行交易", - "TargetType": 5, + "TargetType": 7, "TargetParameter": 1, "GetPoint": 10 }, { "Id": 7, "PeriodId": 1, - "TaskType": 1, + "Title": 1, "TaskName": "神秘商人", "Description": "刷新神秘商人的货物", - "TargetType": 7, + "TargetType": 11, "TargetParameter": 1, "GetPoint": 20 }, { "Id": 201, "PeriodId": 1, - "TaskType": 2, + "Title": 2, "TaskName": "桃源相伴", "Description": "每周登录游戏3次(每天记1次)", - "TargetType": 9, + "TargetType": 13, "TargetParameter": 3, "GetPoint": 200 }, { "Id": 202, "PeriodId": 1, - "TaskType": 2, + "Title": 2, "TaskName": "消耗铜钱", "Description": "每周消耗铜钱达到500万", "TargetType": 3, @@ -92,77 +92,37 @@ { "Id": 203, "PeriodId": 1, - "TaskType": 2, + "Title": 2, "TaskName": "扫荡兽潮", "Description": "每周扫荡兽潮20次", - "TargetType": 10, + "TargetType": 14, "TargetParameter": 20, "GetPoint": 200 }, - { - "Id": 204, - "PeriodId": 1, - "TaskType": 2, - "TaskName": "大丰收准备", - "Description": "为农田施肥", - "TargetType": 6, - "TargetParameter": 3, - "GetPoint": 200 - }, - { - "Id": 205, - "PeriodId": 1, - "TaskType": 2, - "TaskName": "不死树", - "Description": "为不死树施肥", - "TargetType": 1, - "TargetParameter": 1, - "GetPoint": 200 - }, { "Id": 301, "PeriodId": 1, - "TaskType": 3, + "Title": 3, "TaskName": "陵陵宝藏", "Description": "参与6轮陵陵宝藏", - "TargetType": 11, + "TargetType": 15, "TargetParameter": 6, "GetPoint": 600 }, { "Id": 302, "PeriodId": 1, - "TaskType": 3, + "Title": 3, "TaskName": "消耗桃花石", "Description": "消耗桃花石达到200", - "TargetType": 12, + "TargetType": 16, "TargetParameter": 200, "GetPoint": 600 }, - { - "Id": 303, - "PeriodId": 1, - "TaskType": 3, - "TaskName": "丰收年准备", - "Description": "为农田施肥", - "TargetType": 6, - "TargetParameter": 5, - "GetPoint": 600 - }, - { - "Id": 304, - "PeriodId": 1, - "TaskType": 3, - "TaskName": "不死树", - "Description": "为不死树施肥", - "TargetType": 1, - "TargetParameter": 1, - "GetPoint": 600 - }, { "Id": 1001, "PeriodId": 2, - "TaskType": 1, + "Title": 1, "TaskName": "温馨的家宴", "Description": "举办家宴", "TargetType": 2, @@ -172,17 +132,17 @@ { "Id": 1002, "PeriodId": 2, - "TaskType": 1, + "Title": 1, "TaskName": "丰收准备", "Description": "为农田施肥", - "TargetType": 6, + "TargetType": 10, "TargetParameter": 2, "GetPoint": 10 }, { "Id": 1003, "PeriodId": 2, - "TaskType": 1, + "Title": 1, "TaskName": "不死树", "Description": "为不死树施肥", "TargetType": 1, @@ -192,57 +152,57 @@ { "Id": 1004, "PeriodId": 2, - "TaskType": 1, + "Title": 1, "TaskName": "谁是英雄", "Description": "挑战四凶兽", - "TargetType": 4, + "TargetType": 5, "TargetParameter": 2, "GetPoint": 20 }, { "Id": 1005, "PeriodId": 2, - "TaskType": 1, + "Title": 1, "TaskName": "能工巧匠", "Description": "修缮两次建筑", - "TargetType": 8, + "TargetType": 12, "TargetParameter": 2, "GetPoint": 10 }, { "Id": 1006, "PeriodId": 2, - "TaskType": 1, + "Title": 1, "TaskName": "互通有无", "Description": "与桃谷商人或者夜市高价回收商人进行交易", - "TargetType": 5, + "TargetType": 7, "TargetParameter": 2, "GetPoint": 10 }, { "Id": 1007, "PeriodId": 2, - "TaskType": 1, + "Title": 1, "TaskName": "神秘商人", "Description": "刷新神秘商人的货物", - "TargetType": 7, + "TargetType": 11, "TargetParameter": 2, "GetPoint": 20 }, { "Id": 1201, "PeriodId": 2, - "TaskType": 2, + "Title": 2, "TaskName": "桃源相伴", "Description": "每周登录游戏1次(每天记1次)", - "TargetType": 9, + "TargetType": 13, "TargetParameter": 1, "GetPoint": 200 }, { "Id": 1202, "PeriodId": 2, - "TaskType": 2, + "Title": 2, "TaskName": "消耗铜钱", "Description": "每周消耗铜钱达到100万", "TargetType": 3, @@ -252,150 +212,30 @@ { "Id": 1203, "PeriodId": 2, - "TaskType": 2, + "Title": 2, "TaskName": "扫荡兽潮", "Description": "每周扫荡兽潮10次", - "TargetType": 10, + "TargetType": 14, "TargetParameter": 10, "GetPoint": 200 }, { "Id": 1301, "PeriodId": 2, - "TaskType": 3, + "Title": 3, "TaskName": "陵陵宝藏", "Description": "参与2轮陵陵宝藏", - "TargetType": 11, + "TargetType": 15, "TargetParameter": 2, "GetPoint": 600 }, { "Id": 1302, "PeriodId": 2, - "TaskType": 3, + "Title": 3, "TaskName": "消耗桃花石", "Description": "消耗桃花石达到10", - "TargetType": 12, - "TargetParameter": 10, - "GetPoint": 600 - }, - { - "Id": 1501, - "PeriodId": 3, - "TaskType": 1, - "TaskName": "温馨的家宴", - "Description": "举办家宴", - "TargetType": 2, - "TargetParameter": 2, - "GetPoint": 20 - }, - { - "Id": 1502, - "PeriodId": 3, - "TaskType": 1, - "TaskName": "丰收准备", - "Description": "为农田施肥", - "TargetType": 6, - "TargetParameter": 2, - "GetPoint": 10 - }, - { - "Id": 1503, - "PeriodId": 3, - "TaskType": 1, - "TaskName": "不死树", - "Description": "为不死树施肥", - "TargetType": 1, - "TargetParameter": 2, - "GetPoint": 10 - }, - { - "Id": 1504, - "PeriodId": 3, - "TaskType": 1, - "TaskName": "谁是英雄", - "Description": "挑战四凶兽", - "TargetType": 4, - "TargetParameter": 2, - "GetPoint": 20 - }, - { - "Id": 1505, - "PeriodId": 3, - "TaskType": 1, - "TaskName": "能工巧匠", - "Description": "修缮两次建筑", - "TargetType": 8, - "TargetParameter": 2, - "GetPoint": 10 - }, - { - "Id": 1506, - "PeriodId": 3, - "TaskType": 1, - "TaskName": "互通有无", - "Description": "与桃谷商人或者夜市高价回收商人进行交易", - "TargetType": 5, - "TargetParameter": 2, - "GetPoint": 10 - }, - { - "Id": 1507, - "PeriodId": 3, - "TaskType": 1, - "TaskName": "神秘商人", - "Description": "刷新神秘商人的货物", - "TargetType": 7, - "TargetParameter": 2, - "GetPoint": 20 - }, - { - "Id": 1508, - "PeriodId": 3, - "TaskType": 2, - "TaskName": "桃源相伴", - "Description": "每周登录游戏1次(每天记1次)", - "TargetType": 9, - "TargetParameter": 1, - "GetPoint": 200 - }, - { - "Id": 1509, - "PeriodId": 3, - "TaskType": 2, - "TaskName": "消耗铜钱", - "Description": "每周消耗铜钱达到100万", - "TargetType": 3, - "TargetParameter": 1000000, - "GetPoint": 200 - }, - { - "Id": 1510, - "PeriodId": 3, - "TaskType": 2, - "TaskName": "扫荡兽潮", - "Description": "每周扫荡兽潮10次", - "TargetType": 10, - "TargetParameter": 10, - "GetPoint": 200 - }, - { - "Id": 1511, - "PeriodId": 3, - "TaskType": 3, - "TaskName": "陵陵宝藏", - "Description": "参与2轮陵陵宝藏", - "TargetType": 11, - "TargetParameter": 2, - "GetPoint": 600 - }, - { - "Id": 1512, - "PeriodId": 3, - "TaskType": 3, - "TaskName": "消耗桃花石", - "Description": "消耗桃花石达到10", - "TargetType": 12, + "TargetType": 16, "TargetParameter": 10, "GetPoint": 600 } diff --git a/src/api/config/BuildFunctionConfigCategory.json b/src/api/config/BuildFunctionConfigCategory.json index 1643f5f..c7f191c 100644 --- a/src/api/config/BuildFunctionConfigCategory.json +++ b/src/api/config/BuildFunctionConfigCategory.json @@ -798,6 +798,13 @@ 0 ] }, + { + "Id": 677, + "ResourcesPointId": 0, + "ItemConversion": [ + 0 + ] + }, { "Id": 1000, "ResourcesPointId": 210, diff --git a/src/api/config/BusinessManConfigCategory.json b/src/api/config/BusinessManConfigCategory.json index 4f52ef1..a13c38e 100644 --- a/src/api/config/BusinessManConfigCategory.json +++ b/src/api/config/BusinessManConfigCategory.json @@ -4,6 +4,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -15,9 +17,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -26,6 +28,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -37,9 +41,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -48,6 +52,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -59,9 +65,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -70,6 +76,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -81,9 +89,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -92,6 +100,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -103,9 +113,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -114,6 +124,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -125,9 +137,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -136,6 +148,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -147,9 +161,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -158,6 +172,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -169,9 +185,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -180,6 +196,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -191,9 +209,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -202,6 +220,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -213,9 +233,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -224,6 +244,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -235,9 +257,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -246,6 +268,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -257,9 +281,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -268,6 +292,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -279,9 +305,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -290,6 +316,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -301,9 +329,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -312,6 +340,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -323,9 +353,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -334,6 +364,8 @@ "Name": "桃谷货郎", "Type": 1, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 4, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -345,9 +377,9 @@ "SaleRefreshTimes": 3, "RecycleRefreshTimes": 3, "ResetItem": 220000, - "ResetItemNum": 10, - "Increment": 10, - "ResetLimited": 8, + "ResetItemNum": 20, + "Increment": 20, + "ResetLimited": 4, "ResetType": 1, "ResetTypeParameter": 500 }, @@ -356,6 +388,8 @@ "Name": "渔溪杂货", "Type": 2, "TypeParameter": 1, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 101, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -378,6 +412,8 @@ "Name": "青丘杂货", "Type": 2, "TypeParameter": 1, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 102, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -400,6 +436,8 @@ "Name": "朱山杂货", "Type": 2, "TypeParameter": 1, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 103, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -422,6 +460,8 @@ "Name": "白玉杂货", "Type": 2, "TypeParameter": 1, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 104, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -444,6 +484,8 @@ "Name": "银蟾小摊", "Type": 2, "TypeParameter": 2, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 302, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -466,6 +508,8 @@ "Name": "鲁明严选", "Type": 2, "TypeParameter": 2, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 407, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -488,6 +532,8 @@ "Name": "渔溪特产", "Type": 2, "TypeParameter": 3, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 401, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -510,6 +556,8 @@ "Name": "赤丘佳品", "Type": 2, "TypeParameter": 3, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 402, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -532,6 +580,8 @@ "Name": "太姥特供", "Type": 2, "TypeParameter": 3, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 403, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -554,6 +604,8 @@ "Name": "青山优选", "Type": 2, "TypeParameter": 3, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 404, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -576,6 +628,8 @@ "Name": "叮咚装饰", "Type": 2, "TypeParameter": 3, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 405, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -598,6 +652,8 @@ "Name": "神秘商人", "Type": 3, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 202, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -620,6 +676,8 @@ "Name": "食券商店", "Type": 4, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 301, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -642,6 +700,8 @@ "Name": "新鲜鱼市", "Type": 4, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 303, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -664,6 +724,8 @@ "Name": "刀币商城", "Type": 4, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 201, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -686,6 +748,8 @@ "Name": "锤币商店", "Type": 4, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 203, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -708,6 +772,8 @@ "Name": "虎币商店", "Type": 4, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 204, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -730,6 +796,8 @@ "Name": "成就商人", "Type": 4, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 406, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -752,6 +820,8 @@ "Name": "远征商人", "Type": 4, "TypeParameter": 0, + "StartTime": "-1", + "EndTime": "-1", "ItemGroup": 205, "ExtraItemGroup": 0, "ExtraItemNum": 0, @@ -766,7 +836,31 @@ "ResetItemNum": 0, "Increment": 0, "ResetLimited": 0, - "ResetType": 2, - "ResetTypeParameter": 500 + "ResetType": 0, + "ResetTypeParameter": 0 + }, + { + "Id": 4008, + "Name": "关扑商店", + "Type": 4, + "TypeParameter": 0, + "StartTime": "2025/9/17", + "EndTime": "2025/10/7", + "ItemGroup": 408, + "ExtraItemGroup": 0, + "ExtraItemNum": 0, + "DiscountNum": 0, + "CommonRecycleItem": 0, + "RecycleItem": 0, + "RecycleItemNum": 0, + "HighPricedNum": 0, + "SaleRefreshTimes": 0, + "RecycleRefreshTimes": 0, + "ResetItem": 0, + "ResetItemNum": 0, + "Increment": 0, + "ResetLimited": 0, + "ResetType": 0, + "ResetTypeParameter": 0 } ] \ No newline at end of file diff --git a/src/api/config/CommonShopConfigCategory.json b/src/api/config/CommonShopConfigCategory.json index 2090b1d..bf22f93 100644 --- a/src/api/config/CommonShopConfigCategory.json +++ b/src/api/config/CommonShopConfigCategory.json @@ -502,5 +502,29 @@ "Discount": 80, "DiscountWeight": 10, "RefreshCycle": 0 + }, + { + "Id": 43, + "ItemId": 7083, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "Number": 1, + "Currency": 2, + "Price": 200, + "Discount": 80, + "DiscountWeight": 10, + "RefreshCycle": 0 + }, + { + "Id": 44, + "ItemId": 7084, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "Number": 1, + "Currency": 2, + "Price": 200, + "Discount": 80, + "DiscountWeight": 10, + "RefreshCycle": 0 } ] \ No newline at end of file diff --git a/src/api/config/DecorationsConfigCategory.json b/src/api/config/DecorationsConfigCategory.json index 8d8018b..1288d8e 100644 --- a/src/api/config/DecorationsConfigCategory.json +++ b/src/api/config/DecorationsConfigCategory.json @@ -24,6 +24,9 @@ "Decoration_1_CornerRight" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7214 }, @@ -45,6 +48,9 @@ "Decoration_2_2" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7802 }, @@ -67,6 +73,9 @@ "Decoration_3_3" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7803 }, @@ -87,6 +96,9 @@ "Decoration_4" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7804 }, @@ -109,6 +121,9 @@ "Decoration_5_3" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7805 }, @@ -129,6 +144,9 @@ "Decoration_6" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7806 }, @@ -149,6 +167,9 @@ "Decoration_7" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7807 }, @@ -169,6 +190,9 @@ "Decoration_8" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7808 }, @@ -192,6 +216,9 @@ "Decoration_9" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7809 }, @@ -212,6 +239,9 @@ "Decoration_10" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7810 }, @@ -236,6 +266,9 @@ "0", "Decoration_11_acc1" ], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7811 }, @@ -256,6 +289,9 @@ "Decoration_12" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7812 }, @@ -276,6 +312,9 @@ "Decoration_13" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7813 }, @@ -296,6 +335,9 @@ "Decoration_14" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7814 }, @@ -317,6 +359,9 @@ "Decoration_15_2" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7815 }, @@ -337,6 +382,9 @@ "Decoration_16" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7816 }, @@ -357,6 +405,9 @@ "Decoration_17" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7817 }, @@ -377,6 +428,9 @@ "Decoration_18" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7818 }, @@ -397,6 +451,9 @@ "Decoration_19" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7819 }, @@ -418,6 +475,9 @@ "Decoration_20_2" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7820 }, @@ -443,6 +503,9 @@ "Decoration_21_6" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7829 }, @@ -464,6 +527,9 @@ "Decoration_22_2" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7830 }, @@ -484,6 +550,9 @@ "Decoration_23" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7831 }, @@ -504,6 +573,9 @@ "Decoration_24" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7832 }, @@ -524,6 +596,9 @@ "Decoration_25" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7833 }, @@ -550,6 +625,9 @@ "Decoration_26_acc1", "Decoration_26_acc2" ], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7834 }, @@ -573,6 +651,9 @@ "Decoration_27" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7835 }, @@ -599,6 +680,9 @@ "Decoration_28_acc1", "Decoration_28_acc2" ], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7836 }, @@ -621,6 +705,9 @@ "Decoration_29_3" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7837 }, @@ -642,6 +729,9 @@ "Decoration_30_2" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7838 }, @@ -662,6 +752,9 @@ "Decoration_31" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7839 }, @@ -682,6 +775,9 @@ "Decoration_32" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7840 }, @@ -702,6 +798,9 @@ "Decoration_33" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7841 }, @@ -722,6 +821,9 @@ "Decoration_34" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7842 }, @@ -742,6 +844,9 @@ "Decoration_35" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7843 }, @@ -762,6 +867,9 @@ "Decoration_36" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7844 }, @@ -782,6 +890,9 @@ "Decoration_37" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7845 }, @@ -802,6 +913,9 @@ "Decoration_38" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7846 }, @@ -822,6 +936,9 @@ "Decoration_39" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7847 }, @@ -842,6 +959,9 @@ "Decoration_40" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7848 }, @@ -862,6 +982,9 @@ "Decoration_41" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7849 }, @@ -884,6 +1007,9 @@ "Decoration_42" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7850 }, @@ -904,6 +1030,9 @@ "Decoration_43" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7851 }, @@ -924,6 +1053,9 @@ "Decoration_44" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7852 }, @@ -944,6 +1076,9 @@ "Decoration_45" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7853 }, @@ -964,6 +1099,9 @@ "Decoration_46" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7854 }, @@ -984,6 +1122,9 @@ "Decoration_47" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7855 }, @@ -1006,6 +1147,9 @@ "Decoration_48" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7856 }, @@ -1028,6 +1172,9 @@ "Decoration_49" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7857 }, @@ -1048,6 +1195,9 @@ "Decoration_50" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7858 }, @@ -1068,6 +1218,9 @@ "Decoration_51" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7859 }, @@ -1088,6 +1241,9 @@ "Decoration_52" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7860 }, @@ -1108,6 +1264,9 @@ "Decoration_53" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7861 }, @@ -1128,6 +1287,9 @@ "Decoration_54" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7862 }, @@ -1148,6 +1310,9 @@ "Decoration_55" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7863 }, @@ -1168,6 +1333,9 @@ "Decoration_56" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7864 }, @@ -1188,6 +1356,9 @@ "Decoration_57" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7865 }, @@ -1208,6 +1379,9 @@ "Decoration_58" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7866 }, @@ -1228,6 +1402,9 @@ "Decoration_59" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7867 }, @@ -1248,6 +1425,9 @@ "Decoration_60" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7868 }, @@ -1268,6 +1448,9 @@ "Decoration_61" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7869 }, @@ -1288,6 +1471,9 @@ "Decoration_62" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7870 }, @@ -1308,6 +1494,9 @@ "Decoration_63" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7871 }, @@ -1331,6 +1520,9 @@ "Decoration_64_4" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7872 }, @@ -1351,6 +1543,9 @@ "Decoration_65" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7873 }, @@ -1371,6 +1566,9 @@ "Decoration_66" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7874 }, @@ -1379,15 +1577,12 @@ "Name": "武陵溪", "FunctionType": 1, "TabType": 1, - "Type": 2, + "Type": 1, "Manual": true, "Order": 67, "score": 15, "Preview": true, "CommonPrefab": [ - "Decoration_67" - ], - "MainBodyFile": [ "Decoration_67", "Decoration_67_2", "Decoration_67_3", @@ -1406,7 +1601,31 @@ "Decoration_67_16", "Decoration_67_17" ], + "MainBodyFile": [ + "Decoration_67" + ], "AccessoriesFile": [], + "MainBodyMaterial": [ + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat", + "WaterWaveLitMat" + ], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7877 }, @@ -1430,6 +1649,9 @@ "Decoration_68_4" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7878 }, @@ -1450,6 +1672,9 @@ "Decoration_69" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7879 }, @@ -1473,9 +1698,439 @@ "Decoration_70_4" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7880 }, + { + "Id": 73, + "Name": "青枝浮蝶", + "FunctionType": 1, + "TabType": 6, + "Type": 1, + "Manual": true, + "Order": 73, + "score": 10, + "Preview": false, + "CommonPrefab": [ + "Decoration_73" + ], + "MainBodyFile": [ + "Decoration_73" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7883 + }, + { + "Id": 74, + "Name": "东篱素菊", + "FunctionType": 1, + "TabType": 6, + "Type": 2, + "Manual": true, + "Order": 74, + "score": 10, + "Preview": true, + "CommonPrefab": [ + "Decoration_74" + ], + "MainBodyFile": [ + "Decoration_74", + "Decoration_74_2" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7884 + }, + { + "Id": 75, + "Name": "方寸幽兰", + "FunctionType": 1, + "TabType": 6, + "Type": 2, + "Manual": true, + "Order": 75, + "score": 5, + "Preview": true, + "CommonPrefab": [ + "Decoration_75" + ], + "MainBodyFile": [ + "Decoration_75", + "Decoration_75_2" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7885 + }, + { + "Id": 77, + "Name": "石上朝颜", + "FunctionType": 1, + "TabType": 6, + "Type": 1, + "Manual": true, + "Order": 77, + "score": 10, + "Preview": false, + "CommonPrefab": [ + "Decoration_77" + ], + "MainBodyFile": [ + "Decoration_77" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7887 + }, + { + "Id": 78, + "Name": "粉玉低映", + "FunctionType": 1, + "TabType": 6, + "Type": 1, + "Manual": true, + "Order": 78, + "score": 10, + "Preview": false, + "CommonPrefab": [ + "Decoration_78" + ], + "MainBodyFile": [ + "Decoration_78" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7888 + }, + { + "Id": 79, + "Name": "曲径石阑 ", + "FunctionType": 1, + "TabType": 4, + "Type": 1, + "Manual": true, + "Order": 79, + "score": 10, + "Preview": false, + "CommonPrefab": [ + "Decoration_79" + ], + "MainBodyFile": [ + "Decoration_79" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7889 + }, + { + "Id": 80, + "Name": "曲径石阑·角", + "FunctionType": 1, + "TabType": 4, + "Type": 1, + "Manual": true, + "Order": 80, + "score": 10, + "Preview": false, + "CommonPrefab": [ + "Decoration_80", + "Decoration_80_2", + "Decoration_80_3" + ], + "MainBodyFile": [ + "Decoration_80" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7890 + }, + { + "Id": 81, + "Name": "水云间·门", + "FunctionType": 1, + "TabType": 4, + "Type": 2, + "Manual": true, + "Order": 81, + "score": 25, + "Preview": false, + "CommonPrefab": [ + "Decoration_81" + ], + "MainBodyFile": [ + "Decoration_81" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7891 + }, + { + "Id": 82, + "Name": "水云间·墙", + "FunctionType": 1, + "TabType": 4, + "Type": 1, + "Manual": true, + "Order": 82, + "score": 25, + "Preview": true, + "CommonPrefab": [ + "Decoration_82", + "Decoration_82_2" + ], + "MainBodyFile": [ + "Decoration_82" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7892 + }, + { + "Id": 83, + "Name": "水云间·角", + "FunctionType": 1, + "TabType": 4, + "Type": 1, + "Manual": true, + "Order": 83, + "score": 15, + "Preview": true, + "CommonPrefab": [ + "Decoration_83", + "Decoration_83_2", + "Decoration_83_3" + ], + "MainBodyFile": [ + "Decoration_83" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7893 + }, + { + "Id": 84, + "Name": "碎石径", + "FunctionType": 1, + "TabType": 1, + "Type": 2, + "Manual": true, + "Order": 84, + "score": 5, + "Preview": true, + "CommonPrefab": [ + "Decoration_84" + ], + "MainBodyFile": [ + "Decoration_84", + "Decoration_84_2", + "Decoration_84_3" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7894 + }, + { + "Id": 85, + "Name": "流萤盏", + "FunctionType": 1, + "TabType": 3, + "Type": 1, + "Manual": true, + "Order": 85, + "score": 15, + "Preview": false, + "CommonPrefab": [ + "Decoration_85" + ], + "MainBodyFile": [ + "Decoration_85" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": true, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7895 + }, + { + "Id": 86, + "Name": "芙蕖疏影", + "FunctionType": 1, + "TabType": 6, + "Type": 2, + "Manual": true, + "Order": 86, + "score": 10, + "Preview": true, + "CommonPrefab": [ + "Decoration_86" + ], + "MainBodyFile": [ + "Decoration_86", + "Decoration_86_2", + "Decoration_86_3" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": true, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7896 + }, + { + "Id": 87, + "Name": "菡萏浮芳盏", + "FunctionType": 1, + "TabType": 3, + "Type": 2, + "Manual": true, + "Order": 87, + "score": 15, + "Preview": true, + "CommonPrefab": [ + "Decoration_87" + ], + "MainBodyFile": [ + "Decoration_87", + "Decoration_87_2", + "Decoration_87_3" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": true, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7897 + }, + { + "Id": 88, + "Name": "玉兔揽月灯", + "FunctionType": 1, + "TabType": 3, + "Type": 1, + "Manual": true, + "Order": 88, + "score": 20, + "Preview": false, + "CommonPrefab": [ + "Decoration_88" + ], + "MainBodyFile": [ + "Decoration_88" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7898 + }, + { + "Id": 89, + "Name": "月盏盛秋梦", + "FunctionType": 1, + "TabType": 3, + "Type": 1, + "Manual": true, + "Order": 89, + "score": 20, + "Preview": false, + "CommonPrefab": [ + "Decoration_89" + ], + "MainBodyFile": [ + "Decoration_89" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7899 + }, + { + "Id": 90, + "Name": "秋夕玉兔灯", + "FunctionType": 1, + "TabType": 3, + "Type": 1, + "Manual": true, + "Order": 90, + "score": 20, + "Preview": false, + "CommonPrefab": [ + "Decoration_90" + ], + "MainBodyFile": [ + "Decoration_90" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": true, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7900 + }, + { + "Id": 91, + "Name": "月宫玉兔摊", + "FunctionType": 1, + "TabType": 2, + "Type": 1, + "Manual": true, + "Order": 91, + "score": 30, + "Preview": false, + "CommonPrefab": [ + "Decoration_91" + ], + "MainBodyFile": [ + "Decoration_91" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", + "DismantleType": 7, + "DismantleParameter": 7901 + }, { "Id": 1000, "Name": "观赏桃树", @@ -1491,6 +2146,9 @@ ], "MainBodyFile": [], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7821 }, @@ -1509,6 +2167,9 @@ ], "MainBodyFile": [], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7822 }, @@ -1527,6 +2188,9 @@ ], "MainBodyFile": [], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7823 }, @@ -1545,6 +2209,9 @@ ], "MainBodyFile": [], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7824 }, @@ -1563,6 +2230,9 @@ ], "MainBodyFile": [], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7825 }, @@ -1581,6 +2251,9 @@ ], "MainBodyFile": [], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7826 }, @@ -1599,6 +2272,9 @@ ], "MainBodyFile": [], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7827 }, @@ -1617,6 +2293,9 @@ ], "MainBodyFile": [], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7828 }, @@ -1635,6 +2314,9 @@ ], "MainBodyFile": [], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7829 }, @@ -1653,6 +2335,9 @@ ], "MainBodyFile": [], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "", "DismantleType": 7, "DismantleParameter": 7830 }, @@ -1673,7 +2358,33 @@ "Prop_5000" ], "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "Prop_Effect_5000", "DismantleType": 7, "DismantleParameter": 7324 + }, + { + "Id": 5001, + "Name": "蟾宫兔影", + "FunctionType": 2, + "TabType": 7, + "Type": 1, + "Manual": false, + "Order": 62, + "score": 0, + "Preview": false, + "CommonPrefab": [ + "Prop_5001" + ], + "MainBodyFile": [ + "Prop_5001" + ], + "AccessoriesFile": [], + "MainBodyMaterial": [], + "IsCastReflection": false, + "FireworksEffect": "Prop_Effect_5001", + "DismantleType": 7, + "DismantleParameter": 7325 } ] \ No newline at end of file diff --git a/src/api/config/DialogueConfigCategory.json b/src/api/config/DialogueConfigCategory.json index 87f6e07..aafd251 100644 --- a/src/api/config/DialogueConfigCategory.json +++ b/src/api/config/DialogueConfigCategory.json @@ -287,6 +287,190 @@ "NameFile": "", "Position": 0 }, + { + "Id": 501, + "DialogueText": "鸿运当头!", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 502, + "DialogueText": "手气太旺啦!", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 503, + "DialogueText": "好运常伴吾身!", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 504, + "DialogueText": "今日心想事成!", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 505, + "DialogueText": "博个好兆头!", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 506, + "DialogueText": "喜从天降啦!", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 507, + "DialogueText": "运气来了挡不住!", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 508, + "DialogueText": "运气尚可。", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 509, + "DialogueText": "侥幸,侥幸。", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 510, + "DialogueText": "好运道啊。", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 511, + "DialogueText": "守得云开见月明。", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 512, + "DialogueText": "妙手回春,福运亦至。", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 513, + "DialogueText": "愿以此运,祛病消灾。", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 514, + "DialogueText": "嗯,不错。", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 515, + "DialogueText": "好运!愿福泽庇佑村落。", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 516, + "DialogueText": "福至心灵", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 517, + "DialogueText": "好运如火!", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 518, + "DialogueText": "今日运道好", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 519, + "DialogueText": "今日之运,早已注定。", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 520, + "DialogueText": "缘,妙不可言。", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 521, + "DialogueText": "轮到我了", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 522, + "DialogueText": "看我的", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 523, + "DialogueText": "来个状元", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, { "Id": 1001, "DialogueText": "传说中有一个人上山砍柴的时候听到了一声巨大的狗吠声", @@ -6071,6 +6255,30 @@ "NameFile": "", "Position": 0 }, + { + "Id": 5026, + "DialogueText": "暮色中,田埂上人影匆匆,皆向炊烟处赶去。", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 5027, + "DialogueText": "村口孩童奔迎,老人倚门笑望。", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, + { + "Id": 5028, + "DialogueText": "马车停稳,游子高呼爹娘,声惊檐下栖鸦。", + "IconFIle": "", + "UIPrefabName": "", + "NameFile": "", + "Position": 0 + }, { "Id": 6001, "DialogueText": "您是从哪里来的呢", diff --git a/src/api/config/EquipmentConfigCategory.json b/src/api/config/EquipmentConfigCategory.json index cc2b91d..41add82 100644 --- a/src/api/config/EquipmentConfigCategory.json +++ b/src/api/config/EquipmentConfigCategory.json @@ -23,6 +23,7 @@ 1104 ], "NextLvId": 10001, + "UpgradeID": 0, "ItemId1": 807, "ItemNum1": 10, "ItemId2": 316, @@ -65,6 +66,7 @@ 1104 ], "NextLvId": 10002, + "UpgradeID": 0, "ItemId1": 807, "ItemNum1": 10, "ItemId2": 316, @@ -107,6 +109,7 @@ 1104 ], "NextLvId": 10010, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 5, "ItemId2": 316, @@ -148,6 +151,7 @@ 1104 ], "NextLvId": 10011, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -189,6 +193,7 @@ 1104 ], "NextLvId": 10012, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -230,6 +235,7 @@ 1104 ], "NextLvId": 10020, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 5, "ItemId2": 316, @@ -271,6 +277,7 @@ 1104 ], "NextLvId": 10021, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 317, @@ -312,6 +319,7 @@ 1104 ], "NextLvId": 10022, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 318, @@ -352,6 +360,7 @@ 1104 ], "NextLvId": 10030, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 5, "ItemId2": 316, @@ -392,6 +401,7 @@ 1104 ], "NextLvId": 10031, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 317, @@ -432,6 +442,7 @@ 1104 ], "NextLvId": 10032, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 318, @@ -472,6 +483,7 @@ 1104 ], "NextLvId": 10040, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 5, "ItemId2": 316, @@ -511,6 +523,7 @@ 1104 ], "NextLvId": 10041, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 317, @@ -550,6 +563,7 @@ 1104 ], "NextLvId": 10042, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 318, @@ -589,6 +603,7 @@ 1104 ], "NextLvId": 10050, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 5, "ItemId2": 316, @@ -628,6 +643,7 @@ 1104 ], "NextLvId": 10051, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 317, @@ -666,6 +682,7 @@ 1104 ], "NextLvId": 10052, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 318, @@ -704,6 +721,7 @@ 1104 ], "NextLvId": 10060, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 5, "ItemId2": 316, @@ -742,6 +760,7 @@ 1104 ], "NextLvId": 10061, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 317, @@ -780,6 +799,7 @@ 1104 ], "NextLvId": 10062, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 318, @@ -816,7 +836,122 @@ "StructureCondition": [ 1104 ], + "NextLvId": 10070, + "UpgradeID": 0, + "ItemId1": 401, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_Lead_M", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_Lead_M", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_dajian_7", + "ViewEffect": "", + "Score": 210 + }, + { + "Id": 10070, + "Name": "惊鸿·鳞铁剑", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": 370, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10070, + "ItemId1": 401, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_Lead_M", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_Lead_M", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_dajian_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10071, + "Name": "绝尘·鳞铁剑", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": 460, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10071, + "ItemId1": 401, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_Lead_M", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_Lead_M", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_dajian_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10072, + "Name": "超凡·鳞铁剑", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": 580, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], "NextLvId": 0, + "UpgradeID": 10072, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -833,7 +968,7 @@ "SpBulletEft": "", "Skin": "weapon_dajian_7", "ViewEffect": "", - "Score": 210 + "Score": 240 }, { "Id": 10100, @@ -859,6 +994,7 @@ 1104 ], "NextLvId": 10101, + "UpgradeID": 0, "ItemId1": 807, "ItemNum1": 10, "ItemId2": 316, @@ -901,6 +1037,7 @@ 1104 ], "NextLvId": 10102, + "UpgradeID": 0, "ItemId1": 807, "ItemNum1": 10, "ItemId2": 316, @@ -943,6 +1080,7 @@ 1104 ], "NextLvId": 10110, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 5, "ItemId2": 316, @@ -984,6 +1122,7 @@ 1104 ], "NextLvId": 10111, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -1025,6 +1164,7 @@ 1104 ], "NextLvId": 10112, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -1066,6 +1206,7 @@ 1104 ], "NextLvId": 10120, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 5, "ItemId2": 316, @@ -1107,6 +1248,7 @@ 1104 ], "NextLvId": 10121, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 317, @@ -1148,6 +1290,7 @@ 1104 ], "NextLvId": 10122, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 318, @@ -1188,6 +1331,7 @@ 1104 ], "NextLvId": 10130, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 5, "ItemId2": 316, @@ -1228,6 +1372,7 @@ 1104 ], "NextLvId": 10131, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 317, @@ -1268,6 +1413,7 @@ 1104 ], "NextLvId": 10132, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 318, @@ -1308,6 +1454,7 @@ 1104 ], "NextLvId": 10140, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 5, "ItemId2": 316, @@ -1347,6 +1494,7 @@ 1104 ], "NextLvId": 10141, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 317, @@ -1386,6 +1534,7 @@ 1104 ], "NextLvId": 10142, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 318, @@ -1425,6 +1574,7 @@ 1104 ], "NextLvId": 10150, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 5, "ItemId2": 316, @@ -1464,6 +1614,7 @@ 1104 ], "NextLvId": 10151, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 317, @@ -1502,6 +1653,7 @@ 1104 ], "NextLvId": 10152, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 318, @@ -1540,6 +1692,7 @@ 1104 ], "NextLvId": 10160, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 5, "ItemId2": 316, @@ -1578,6 +1731,7 @@ 1104 ], "NextLvId": 10161, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 317, @@ -1616,6 +1770,7 @@ 1104 ], "NextLvId": 10162, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 318, @@ -1652,7 +1807,122 @@ "StructureCondition": [ 1104 ], + "NextLvId": 10170, + "UpgradeID": 0, + "ItemId1": 402, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_MengHe", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_MengHe", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_chuizi_7", + "ViewEffect": "", + "Score": 210 + }, + { + "Id": 10170, + "Name": "惊鸿·鳞铁锤", + "Type": 10, + "SubType": 2, + "Attribute1": 1403, + "AttributeValue1": 330, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10170, + "ItemId1": 402, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_MengHe", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_MengHe", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_chuizi_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10171, + "Name": "绝尘·鳞铁锤", + "Type": 10, + "SubType": 2, + "Attribute1": 1403, + "AttributeValue1": 430, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10171, + "ItemId1": 402, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_MengHe", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_MengHe", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_chuizi_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10172, + "Name": "超凡·鳞铁锤", + "Type": 10, + "SubType": 2, + "Attribute1": 1403, + "AttributeValue1": 550, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], "NextLvId": 0, + "UpgradeID": 10172, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -1669,7 +1939,7 @@ "SpBulletEft": "", "Skin": "weapon_chuizi_7", "ViewEffect": "", - "Score": 210 + "Score": 240 }, { "Id": 10200, @@ -1695,6 +1965,7 @@ 1104 ], "NextLvId": 10201, + "UpgradeID": 0, "ItemId1": 807, "ItemNum1": 10, "ItemId2": 316, @@ -1737,6 +2008,7 @@ 1104 ], "NextLvId": 10202, + "UpgradeID": 0, "ItemId1": 807, "ItemNum1": 10, "ItemId2": 316, @@ -1779,6 +2051,7 @@ 1104 ], "NextLvId": 10210, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 5, "ItemId2": 316, @@ -1820,6 +2093,7 @@ 1104 ], "NextLvId": 10211, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -1861,6 +2135,7 @@ 1104 ], "NextLvId": 10212, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -1902,6 +2177,7 @@ 1104 ], "NextLvId": 10220, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 5, "ItemId2": 316, @@ -1943,6 +2219,7 @@ 1104 ], "NextLvId": 10221, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 317, @@ -1984,6 +2261,7 @@ 1104 ], "NextLvId": 10222, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 318, @@ -2024,6 +2302,7 @@ 1104 ], "NextLvId": 10230, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 5, "ItemId2": 316, @@ -2064,6 +2343,7 @@ 1104 ], "NextLvId": 10231, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 317, @@ -2104,6 +2384,7 @@ 1104 ], "NextLvId": 10232, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 318, @@ -2144,6 +2425,7 @@ 1104 ], "NextLvId": 10240, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 5, "ItemId2": 316, @@ -2183,6 +2465,7 @@ 1104 ], "NextLvId": 10241, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 317, @@ -2222,6 +2505,7 @@ 1104 ], "NextLvId": 10242, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 318, @@ -2261,6 +2545,7 @@ 1104 ], "NextLvId": 10250, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 5, "ItemId2": 316, @@ -2300,6 +2585,7 @@ 1104 ], "NextLvId": 10251, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 317, @@ -2338,6 +2624,7 @@ 1104 ], "NextLvId": 10252, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 318, @@ -2376,6 +2663,7 @@ 1104 ], "NextLvId": 10260, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 5, "ItemId2": 316, @@ -2414,6 +2702,7 @@ 1104 ], "NextLvId": 10261, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 317, @@ -2452,6 +2741,7 @@ 1104 ], "NextLvId": 10262, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 318, @@ -2488,11 +2778,12 @@ "StructureCondition": [ 1104 ], - "NextLvId": 0, - "ItemId1": 0, - "ItemNum1": 0, - "ItemId2": 0, - "ItemNum2": 0, + "NextLvId": 10270, + "UpgradeID": 0, + "ItemId1": 403, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, @@ -2508,12 +2799,12 @@ "Score": 210 }, { - "Id": 10300, - "Name": "石双刀", + "Id": 10270, + "Name": "惊鸿·鳞铁飞镖", "Type": 10, - "SubType": 4, + "SubType": 3, "Attribute1": 1403, - "AttributeValue1": 10, + "AttributeValue1": 400, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -2521,41 +2812,37 @@ "Attribute3": 0, "AttributeValue3": 0, "AttributeOperator3": 0, - "GemLvMax": 1, + "GemLvMax": 8, "StructureCondition": [ - 1, - 1100, - 1101, - 1102, - 1103, 1104 ], - "NextLvId": 10301, - "ItemId1": 807, - "ItemNum1": 10, - "ItemId2": 316, - "ItemNum2": 2, + "NextLvId": 0, + "UpgradeID": 10270, + "ItemId1": 403, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "FX_Atk_MuRongWan", - "AtkBulletEft": "Bullet_Skill_MuRongWan", - "SkillEft": "FX_Skill_MuRongWan", - "SkillBulletEft": "", - "SpBulletEft": "", - "Skin": "weapon_shangdao_1", + "AtkEft": "", + "AtkBulletEft": "Bullet_Atk_Lead_F", + "SkillEft": "FX_Skill_Lead_F", + "SkillBulletEft": "Bullet_Skill_Lead_F", + "SpBulletEft": "Bullet_Atk_Lead_F", + "Skin": "weapon_feibiao_7", "ViewEffect": "", - "Score": 10 + "Score": 240 }, { - "Id": 10301, - "Name": "石双刀", + "Id": 10271, + "Name": "绝尘·鳞铁飞镖", "Type": 10, - "SubType": 4, + "SubType": 3, "Attribute1": 1403, - "AttributeValue1": 12, + "AttributeValue1": 500, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -2563,39 +2850,159 @@ "Attribute3": 0, "AttributeValue3": 0, "AttributeOperator3": 0, - "GemLvMax": 1, + "GemLvMax": 8, "StructureCondition": [ - 1, - 1100, - 1101, - 1102, - 1103, 1104 ], - "NextLvId": 10302, - "ItemId1": 807, - "ItemNum1": 10, - "ItemId2": 316, - "ItemNum2": 4, + "NextLvId": 0, + "UpgradeID": 10271, + "ItemId1": 403, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "FX_Atk_MuRongWan", - "AtkBulletEft": "Bullet_Skill_MuRongWan", - "SkillEft": "FX_Skill_MuRongWan", - "SkillBulletEft": "", - "SpBulletEft": "", - "Skin": "weapon_shangdao_1", + "AtkEft": "", + "AtkBulletEft": "Bullet_Atk_Lead_F", + "SkillEft": "FX_Skill_Lead_F", + "SkillBulletEft": "Bullet_Skill_Lead_F", + "SpBulletEft": "Bullet_Atk_Lead_F", + "Skin": "weapon_feibiao_7", "ViewEffect": "", - "Score": 20 + "Score": 240 }, { - "Id": 10302, - "Name": "石双刀", + "Id": 10272, + "Name": "超凡·鳞铁飞镖", "Type": 10, - "SubType": 4, + "SubType": 3, + "Attribute1": 1403, + "AttributeValue1": 620, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10272, + "ItemId1": 0, + "ItemNum1": 0, + "ItemId2": 0, + "ItemNum2": 0, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "", + "AtkBulletEft": "Bullet_Atk_Lead_F", + "SkillEft": "FX_Skill_Lead_F", + "SkillBulletEft": "Bullet_Skill_Lead_F", + "SpBulletEft": "Bullet_Atk_Lead_F", + "Skin": "weapon_feibiao_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10300, + "Name": "石双刀", + "Type": 10, + "SubType": 4, + "Attribute1": 1403, + "AttributeValue1": 10, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 1, + "StructureCondition": [ + 1, + 1100, + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10301, + "UpgradeID": 0, + "ItemId1": 807, + "ItemNum1": 10, + "ItemId2": 316, + "ItemNum2": 2, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_MuRongWan", + "AtkBulletEft": "Bullet_Skill_MuRongWan", + "SkillEft": "FX_Skill_MuRongWan", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_shangdao_1", + "ViewEffect": "", + "Score": 10 + }, + { + "Id": 10301, + "Name": "石双刀", + "Type": 10, + "SubType": 4, + "Attribute1": 1403, + "AttributeValue1": 12, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 1, + "StructureCondition": [ + 1, + 1100, + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10302, + "UpgradeID": 0, + "ItemId1": 807, + "ItemNum1": 10, + "ItemId2": 316, + "ItemNum2": 4, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_MuRongWan", + "AtkBulletEft": "Bullet_Skill_MuRongWan", + "SkillEft": "FX_Skill_MuRongWan", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_shangdao_1", + "ViewEffect": "", + "Score": 20 + }, + { + "Id": 10302, + "Name": "石双刀", + "Type": 10, + "SubType": 4, "Attribute1": 1403, "AttributeValue1": 16, "AttributeOperator1": 1, @@ -2615,6 +3022,7 @@ 1104 ], "NextLvId": 10310, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 5, "ItemId2": 316, @@ -2656,6 +3064,7 @@ 1104 ], "NextLvId": 10311, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -2697,6 +3106,7 @@ 1104 ], "NextLvId": 10312, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -2738,6 +3148,7 @@ 1104 ], "NextLvId": 10320, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 5, "ItemId2": 316, @@ -2779,6 +3190,7 @@ 1104 ], "NextLvId": 10321, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 317, @@ -2820,6 +3232,7 @@ 1104 ], "NextLvId": 10322, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 318, @@ -2860,6 +3273,7 @@ 1104 ], "NextLvId": 10330, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 5, "ItemId2": 316, @@ -2900,6 +3314,7 @@ 1104 ], "NextLvId": 10331, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 317, @@ -2940,6 +3355,7 @@ 1104 ], "NextLvId": 10332, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 318, @@ -2980,6 +3396,7 @@ 1104 ], "NextLvId": 10340, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 5, "ItemId2": 316, @@ -3019,6 +3436,7 @@ 1104 ], "NextLvId": 10341, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 317, @@ -3058,6 +3476,7 @@ 1104 ], "NextLvId": 10342, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 318, @@ -3097,6 +3516,7 @@ 1104 ], "NextLvId": 10350, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 5, "ItemId2": 316, @@ -3136,6 +3556,7 @@ 1104 ], "NextLvId": 10351, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 317, @@ -3174,6 +3595,7 @@ 1104 ], "NextLvId": 10352, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 318, @@ -3212,6 +3634,7 @@ 1104 ], "NextLvId": 10360, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 5, "ItemId2": 316, @@ -3250,6 +3673,7 @@ 1104 ], "NextLvId": 10361, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 317, @@ -3288,6 +3712,7 @@ 1104 ], "NextLvId": 10362, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 318, @@ -3324,7 +3749,122 @@ "StructureCondition": [ 1104 ], + "NextLvId": 10370, + "UpgradeID": 0, + "ItemId1": 404, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_MuRongWan", + "AtkBulletEft": "Bullet_Skill_MuRongWan", + "SkillEft": "FX_Skill_MuRongWan", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_shangdao_7", + "ViewEffect": "", + "Score": 210 + }, + { + "Id": 10370, + "Name": "惊鸿·鳞铁双刀", + "Type": 10, + "SubType": 4, + "Attribute1": 1403, + "AttributeValue1": 370, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10370, + "ItemId1": 404, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_MuRongWan", + "AtkBulletEft": "Bullet_Skill_MuRongWan", + "SkillEft": "FX_Skill_MuRongWan", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_shangdao_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10371, + "Name": "绝尘·鳞铁双刀", + "Type": 10, + "SubType": 4, + "Attribute1": 1403, + "AttributeValue1": 470, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10371, + "ItemId1": 404, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_MuRongWan", + "AtkBulletEft": "Bullet_Skill_MuRongWan", + "SkillEft": "FX_Skill_MuRongWan", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_shangdao_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10372, + "Name": "超凡·鳞铁双刀", + "Type": 10, + "SubType": 4, + "Attribute1": 1403, + "AttributeValue1": 590, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], "NextLvId": 0, + "UpgradeID": 10372, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -3341,7 +3881,7 @@ "SpBulletEft": "", "Skin": "weapon_shangdao_7", "ViewEffect": "", - "Score": 210 + "Score": 240 }, { "Id": 10400, @@ -3367,6 +3907,7 @@ 1104 ], "NextLvId": 10401, + "UpgradeID": 0, "ItemId1": 807, "ItemNum1": 10, "ItemId2": 316, @@ -3409,6 +3950,7 @@ 1104 ], "NextLvId": 10402, + "UpgradeID": 0, "ItemId1": 807, "ItemNum1": 10, "ItemId2": 316, @@ -3451,6 +3993,7 @@ 1104 ], "NextLvId": 10410, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 5, "ItemId2": 316, @@ -3492,6 +4035,7 @@ 1104 ], "NextLvId": 10411, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -3533,6 +4077,7 @@ 1104 ], "NextLvId": 10412, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -3574,6 +4119,7 @@ 1104 ], "NextLvId": 10420, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 5, "ItemId2": 316, @@ -3615,6 +4161,7 @@ 1104 ], "NextLvId": 10421, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 317, @@ -3656,6 +4203,7 @@ 1104 ], "NextLvId": 10422, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 318, @@ -3696,6 +4244,7 @@ 1104 ], "NextLvId": 10430, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 5, "ItemId2": 316, @@ -3736,6 +4285,7 @@ 1104 ], "NextLvId": 10431, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 317, @@ -3776,6 +4326,7 @@ 1104 ], "NextLvId": 10432, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 318, @@ -3816,6 +4367,7 @@ 1104 ], "NextLvId": 10440, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 5, "ItemId2": 316, @@ -3855,6 +4407,7 @@ 1104 ], "NextLvId": 10441, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 317, @@ -3894,6 +4447,7 @@ 1104 ], "NextLvId": 10442, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 318, @@ -3933,6 +4487,7 @@ 1104 ], "NextLvId": 10450, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 5, "ItemId2": 316, @@ -3972,6 +4527,7 @@ 1104 ], "NextLvId": 10451, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 317, @@ -4010,6 +4566,7 @@ 1104 ], "NextLvId": 10452, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 318, @@ -4048,6 +4605,7 @@ 1104 ], "NextLvId": 10460, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 5, "ItemId2": 316, @@ -4086,6 +4644,7 @@ 1104 ], "NextLvId": 10461, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 317, @@ -4124,6 +4683,7 @@ 1104 ], "NextLvId": 10462, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 318, @@ -4160,11 +4720,12 @@ "StructureCondition": [ 1104 ], - "NextLvId": 0, - "ItemId1": 0, - "ItemNum1": 0, - "ItemId2": 0, - "ItemNum2": 0, + "NextLvId": 10470, + "UpgradeID": 0, + "ItemId1": 405, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, @@ -4180,12 +4741,12 @@ "Score": 210 }, { - "Id": 10500, - "Name": "石弓", + "Id": 10470, + "Name": "惊鸿·鳞铁棍", "Type": 10, - "SubType": 6, + "SubType": 5, "Attribute1": 1403, - "AttributeValue1": 11, + "AttributeValue1": 370, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -4193,41 +4754,37 @@ "Attribute3": 0, "AttributeValue3": 0, "AttributeOperator3": 0, - "GemLvMax": 1, + "GemLvMax": 8, "StructureCondition": [ - 1, - 1100, - 1101, - 1102, - 1103, 1104 ], - "NextLvId": 10501, - "ItemId1": 807, - "ItemNum1": 10, - "ItemId2": 316, - "ItemNum2": 2, + "NextLvId": 0, + "UpgradeID": 10470, + "ItemId1": 405, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "", - "AtkBulletEft": "Arrow", - "SkillEft": "FX_Skill_Li", - "SkillBulletEft": "Bullet_Skill_Li", + "AtkEft": "FX_Atk_HanFei", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_HanFei", + "SkillBulletEft": "", "SpBulletEft": "", - "Skin": "weapon_gongjian_1", + "Skin": "weapon_gun_7", "ViewEffect": "", - "Score": 10 + "Score": 240 }, { - "Id": 10501, - "Name": "石弓", + "Id": 10471, + "Name": "绝尘·鳞铁棍", "Type": 10, - "SubType": 6, + "SubType": 5, "Attribute1": 1403, - "AttributeValue1": 13, + "AttributeValue1": 470, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -4235,16 +4792,136 @@ "Attribute3": 0, "AttributeValue3": 0, "AttributeOperator3": 0, - "GemLvMax": 1, + "GemLvMax": 8, "StructureCondition": [ - 1, - 1100, - 1101, + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10471, + "ItemId1": 405, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_HanFei", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_HanFei", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_gun_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10472, + "Name": "超凡·鳞铁棍", + "Type": 10, + "SubType": 5, + "Attribute1": 1403, + "AttributeValue1": 590, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10472, + "ItemId1": 0, + "ItemNum1": 0, + "ItemId2": 0, + "ItemNum2": 0, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_HanFei", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_HanFei", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_gun_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10500, + "Name": "石弓", + "Type": 10, + "SubType": 6, + "Attribute1": 1403, + "AttributeValue1": 11, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 1, + "StructureCondition": [ + 1, + 1100, + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10501, + "UpgradeID": 0, + "ItemId1": 807, + "ItemNum1": 10, + "ItemId2": 316, + "ItemNum2": 2, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "", + "AtkBulletEft": "Arrow", + "SkillEft": "FX_Skill_Li", + "SkillBulletEft": "Bullet_Skill_Li", + "SpBulletEft": "", + "Skin": "weapon_gongjian_1", + "ViewEffect": "", + "Score": 10 + }, + { + "Id": 10501, + "Name": "石弓", + "Type": 10, + "SubType": 6, + "Attribute1": 1403, + "AttributeValue1": 13, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 1, + "StructureCondition": [ + 1, + 1100, + 1101, 1102, 1103, 1104 ], "NextLvId": 10502, + "UpgradeID": 0, "ItemId1": 807, "ItemNum1": 10, "ItemId2": 316, @@ -4287,6 +4964,7 @@ 1104 ], "NextLvId": 10510, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 5, "ItemId2": 316, @@ -4328,6 +5006,7 @@ 1104 ], "NextLvId": 10511, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -4369,6 +5048,7 @@ 1104 ], "NextLvId": 10512, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -4410,6 +5090,7 @@ 1104 ], "NextLvId": 10520, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 5, "ItemId2": 316, @@ -4451,6 +5132,7 @@ 1104 ], "NextLvId": 10521, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 317, @@ -4492,6 +5174,7 @@ 1104 ], "NextLvId": 10522, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 318, @@ -4532,6 +5215,7 @@ 1104 ], "NextLvId": 10530, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 5, "ItemId2": 316, @@ -4572,6 +5256,7 @@ 1104 ], "NextLvId": 10531, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 317, @@ -4612,6 +5297,7 @@ 1104 ], "NextLvId": 10532, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 318, @@ -4652,6 +5338,7 @@ 1104 ], "NextLvId": 10540, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 5, "ItemId2": 316, @@ -4691,6 +5378,7 @@ 1104 ], "NextLvId": 10541, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 317, @@ -4730,6 +5418,7 @@ 1104 ], "NextLvId": 10542, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 318, @@ -4769,6 +5458,7 @@ 1104 ], "NextLvId": 10550, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 5, "ItemId2": 316, @@ -4808,6 +5498,7 @@ 1104 ], "NextLvId": 10551, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 317, @@ -4846,6 +5537,7 @@ 1104 ], "NextLvId": 10552, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 318, @@ -4884,6 +5576,7 @@ 1104 ], "NextLvId": 10560, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 5, "ItemId2": 316, @@ -4922,6 +5615,7 @@ 1104 ], "NextLvId": 10561, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 317, @@ -4960,6 +5654,7 @@ 1104 ], "NextLvId": 10562, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 318, @@ -4996,7 +5691,122 @@ "StructureCondition": [ 1104 ], + "NextLvId": 10570, + "UpgradeID": 0, + "ItemId1": 406, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "", + "AtkBulletEft": "Arrow", + "SkillEft": "FX_Skill_Li", + "SkillBulletEft": "Bullet_Skill_Li", + "SpBulletEft": "", + "Skin": "weapon_gongjian_7", + "ViewEffect": "", + "Score": 210 + }, + { + "Id": 10570, + "Name": "惊鸿·鳞铁弓", + "Type": 10, + "SubType": 6, + "Attribute1": 1403, + "AttributeValue1": 400, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10570, + "ItemId1": 406, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "", + "AtkBulletEft": "Arrow", + "SkillEft": "FX_Skill_Li", + "SkillBulletEft": "Bullet_Skill_Li", + "SpBulletEft": "", + "Skin": "weapon_gongjian_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10571, + "Name": "绝尘·鳞铁弓", + "Type": 10, + "SubType": 6, + "Attribute1": 1403, + "AttributeValue1": 500, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10571, + "ItemId1": 406, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "", + "AtkBulletEft": "Arrow", + "SkillEft": "FX_Skill_Li", + "SkillBulletEft": "Bullet_Skill_Li", + "SpBulletEft": "", + "Skin": "weapon_gongjian_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10572, + "Name": "超凡·鳞铁弓", + "Type": 10, + "SubType": 6, + "Attribute1": 1403, + "AttributeValue1": 620, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], "NextLvId": 0, + "UpgradeID": 10572, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -5013,7 +5823,7 @@ "SpBulletEft": "", "Skin": "weapon_gongjian_7", "ViewEffect": "", - "Score": 210 + "Score": 240 }, { "Id": 10600, @@ -5039,6 +5849,7 @@ 1104 ], "NextLvId": 10601, + "UpgradeID": 0, "ItemId1": 807, "ItemNum1": 10, "ItemId2": 316, @@ -5081,6 +5892,7 @@ 1104 ], "NextLvId": 10602, + "UpgradeID": 0, "ItemId1": 807, "ItemNum1": 10, "ItemId2": 316, @@ -5123,6 +5935,7 @@ 1104 ], "NextLvId": 10610, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 5, "ItemId2": 316, @@ -5164,6 +5977,7 @@ 1104 ], "NextLvId": 10611, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -5205,6 +6019,7 @@ 1104 ], "NextLvId": 10612, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -5246,6 +6061,7 @@ 1104 ], "NextLvId": 10620, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 5, "ItemId2": 316, @@ -5287,6 +6103,7 @@ 1104 ], "NextLvId": 10621, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 317, @@ -5328,6 +6145,7 @@ 1104 ], "NextLvId": 10622, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 318, @@ -5368,6 +6186,7 @@ 1104 ], "NextLvId": 10630, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 5, "ItemId2": 316, @@ -5408,6 +6227,7 @@ 1104 ], "NextLvId": 10631, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 317, @@ -5448,6 +6268,7 @@ 1104 ], "NextLvId": 10632, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 318, @@ -5488,6 +6309,7 @@ 1104 ], "NextLvId": 10640, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 5, "ItemId2": 316, @@ -5527,6 +6349,7 @@ 1104 ], "NextLvId": 10641, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 317, @@ -5566,6 +6389,7 @@ 1104 ], "NextLvId": 10642, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 318, @@ -5605,6 +6429,7 @@ 1104 ], "NextLvId": 10650, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 5, "ItemId2": 316, @@ -5644,6 +6469,7 @@ 1104 ], "NextLvId": 10651, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 317, @@ -5682,6 +6508,7 @@ 1104 ], "NextLvId": 10652, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 318, @@ -5720,6 +6547,7 @@ 1104 ], "NextLvId": 10660, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 5, "ItemId2": 316, @@ -5758,6 +6586,7 @@ 1104 ], "NextLvId": 10661, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 317, @@ -5796,6 +6625,7 @@ 1104 ], "NextLvId": 10662, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 318, @@ -5832,11 +6662,12 @@ "StructureCondition": [ 1104 ], - "NextLvId": 0, - "ItemId1": 0, - "ItemNum1": 0, - "ItemId2": 0, - "ItemNum2": 0, + "NextLvId": 10670, + "UpgradeID": 0, + "ItemId1": 407, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, @@ -5852,12 +6683,12 @@ "Score": 210 }, { - "Id": 10700, - "Name": "石拳套", + "Id": 10670, + "Name": "惊鸿·鳞铁扫把", "Type": 10, - "SubType": 9, + "SubType": 8, "Attribute1": 1403, - "AttributeValue1": 10, + "AttributeValue1": 370, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -5865,41 +6696,37 @@ "Attribute3": 0, "AttributeValue3": 0, "AttributeOperator3": 0, - "GemLvMax": 1, + "GemLvMax": 8, "StructureCondition": [ - 1, - 1100, - 1101, - 1102, - 1103, 1104 ], - "NextLvId": 10701, - "ItemId1": 807, - "ItemNum1": 10, - "ItemId2": 316, - "ItemNum2": 2, + "NextLvId": 0, + "UpgradeID": 10670, + "ItemId1": 407, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "FX_Atk_JiuJiu", + "AtkEft": "FX_Atk_LuLiu", "AtkBulletEft": "", - "SkillEft": "FX_Skill_JiuJiu", + "SkillEft": "FX_Skill_LuLiu", "SkillBulletEft": "", "SpBulletEft": "", - "Skin": "weapon_quantao_1", + "Skin": "weapon_chanzhang_7", "ViewEffect": "", - "Score": 10 + "Score": 240 }, { - "Id": 10701, - "Name": "石拳套", + "Id": 10671, + "Name": "绝尘·鳞铁扫把", "Type": 10, - "SubType": 9, + "SubType": 8, "Attribute1": 1403, - "AttributeValue1": 12, + "AttributeValue1": 470, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -5907,26 +6734,146 @@ "Attribute3": 0, "AttributeValue3": 0, "AttributeOperator3": 0, - "GemLvMax": 1, + "GemLvMax": 8, "StructureCondition": [ - 1, - 1100, - 1101, - 1102, - 1103, 1104 ], - "NextLvId": 10702, - "ItemId1": 807, - "ItemNum1": 10, - "ItemId2": 316, - "ItemNum2": 4, + "NextLvId": 0, + "UpgradeID": 10671, + "ItemId1": 407, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "FX_Atk_JiuJiu", + "AtkEft": "FX_Atk_LuLiu", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_LuLiu", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_chanzhang_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10672, + "Name": "超凡·鳞铁扫把", + "Type": 10, + "SubType": 8, + "Attribute1": 1403, + "AttributeValue1": 590, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10672, + "ItemId1": 0, + "ItemNum1": 0, + "ItemId2": 0, + "ItemNum2": 0, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_LuLiu", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_LuLiu", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_chanzhang_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10700, + "Name": "石拳套", + "Type": 10, + "SubType": 9, + "Attribute1": 1403, + "AttributeValue1": 10, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 1, + "StructureCondition": [ + 1, + 1100, + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10701, + "UpgradeID": 0, + "ItemId1": 807, + "ItemNum1": 10, + "ItemId2": 316, + "ItemNum2": 2, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_JiuJiu", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_JiuJiu", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_quantao_1", + "ViewEffect": "", + "Score": 10 + }, + { + "Id": 10701, + "Name": "石拳套", + "Type": 10, + "SubType": 9, + "Attribute1": 1403, + "AttributeValue1": 12, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 1, + "StructureCondition": [ + 1, + 1100, + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10702, + "UpgradeID": 0, + "ItemId1": 807, + "ItemNum1": 10, + "ItemId2": 316, + "ItemNum2": 4, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_JiuJiu", "AtkBulletEft": "", "SkillEft": "FX_Skill_JiuJiu", "SkillBulletEft": "", @@ -5959,6 +6906,7 @@ 1104 ], "NextLvId": 10710, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 5, "ItemId2": 316, @@ -6000,6 +6948,7 @@ 1104 ], "NextLvId": 10711, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -6041,6 +6990,7 @@ 1104 ], "NextLvId": 10712, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -6082,6 +7032,7 @@ 1104 ], "NextLvId": 10720, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 5, "ItemId2": 316, @@ -6123,6 +7074,7 @@ 1104 ], "NextLvId": 10721, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 317, @@ -6164,6 +7116,7 @@ 1104 ], "NextLvId": 10722, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 318, @@ -6204,6 +7157,7 @@ 1104 ], "NextLvId": 10730, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 5, "ItemId2": 316, @@ -6244,6 +7198,7 @@ 1104 ], "NextLvId": 10731, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 317, @@ -6284,6 +7239,7 @@ 1104 ], "NextLvId": 10732, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 318, @@ -6324,6 +7280,7 @@ 1104 ], "NextLvId": 10740, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 5, "ItemId2": 316, @@ -6363,6 +7320,7 @@ 1104 ], "NextLvId": 10741, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 317, @@ -6402,6 +7360,7 @@ 1104 ], "NextLvId": 10742, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, "ItemId2": 318, @@ -6441,6 +7400,7 @@ 1104 ], "NextLvId": 10750, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 5, "ItemId2": 316, @@ -6480,6 +7440,7 @@ 1104 ], "NextLvId": 10751, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 317, @@ -6518,6 +7479,7 @@ 1104 ], "NextLvId": 10752, + "UpgradeID": 0, "ItemId1": 821, "ItemNum1": 10, "ItemId2": 318, @@ -6556,6 +7518,7 @@ 1104 ], "NextLvId": 10760, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 5, "ItemId2": 316, @@ -6594,6 +7557,7 @@ 1104 ], "NextLvId": 10761, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 317, @@ -6632,6 +7596,7 @@ 1104 ], "NextLvId": 10762, + "UpgradeID": 0, "ItemId1": 858, "ItemNum1": 10, "ItemId2": 318, @@ -6668,7 +7633,122 @@ "StructureCondition": [ 1104 ], + "NextLvId": 10770, + "UpgradeID": 0, + "ItemId1": 408, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_JiuJiu", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_JiuJiu", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_quantao_7", + "ViewEffect": "", + "Score": 210 + }, + { + "Id": 10770, + "Name": "惊鸿·鳞铁拳套", + "Type": 10, + "SubType": 9, + "Attribute1": 1403, + "AttributeValue1": 370, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10770, + "ItemId1": 408, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_JiuJiu", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_JiuJiu", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_quantao_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10771, + "Name": "绝尘·鳞铁拳套", + "Type": 10, + "SubType": 9, + "Attribute1": 1403, + "AttributeValue1": 470, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10771, + "ItemId1": 408, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_JiuJiu", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_JiuJiu", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_quantao_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10772, + "Name": "超凡·鳞铁拳套", + "Type": 10, + "SubType": 9, + "Attribute1": 1403, + "AttributeValue1": 590, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], "NextLvId": 0, + "UpgradeID": 10772, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -6685,7 +7765,7 @@ "SpBulletEft": "", "Skin": "weapon_quantao_7", "ViewEffect": "", - "Score": 210 + "Score": 240 }, { "Id": 10800, @@ -6711,6 +7791,7 @@ 1104 ], "NextLvId": 10801, + "UpgradeID": 0, "ItemId1": 807, "ItemNum1": 10, "ItemId2": 316, @@ -6753,6 +7834,7 @@ 1104 ], "NextLvId": 10802, + "UpgradeID": 0, "ItemId1": 807, "ItemNum1": 10, "ItemId2": 316, @@ -6795,6 +7877,7 @@ 1104 ], "NextLvId": 10810, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 5, "ItemId2": 316, @@ -6836,6 +7919,7 @@ 1104 ], "NextLvId": 10811, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -6877,6 +7961,7 @@ 1104 ], "NextLvId": 10812, + "UpgradeID": 0, "ItemId1": 815, "ItemNum1": 10, "ItemId2": 316, @@ -6918,6 +8003,7 @@ 1104 ], "NextLvId": 10820, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 5, "ItemId2": 316, @@ -6959,6 +8045,7 @@ 1104 ], "NextLvId": 10821, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 317, @@ -7000,6 +8087,7 @@ 1104 ], "NextLvId": 10822, + "UpgradeID": 0, "ItemId1": 816, "ItemNum1": 10, "ItemId2": 318, @@ -7040,6 +8128,7 @@ 1104 ], "NextLvId": 10830, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 5, "ItemId2": 316, @@ -7080,6 +8169,7 @@ 1104 ], "NextLvId": 10831, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 317, @@ -7120,6 +8210,7 @@ 1104 ], "NextLvId": 10832, + "UpgradeID": 0, "ItemId1": 819, "ItemNum1": 10, "ItemId2": 318, @@ -7160,6 +8251,7 @@ 1104 ], "NextLvId": 10840, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 5, "ItemId2": 316, @@ -7199,31 +8291,1123 @@ 1104 ], "NextLvId": 10841, + "UpgradeID": 0, + "ItemId1": 820, + "ItemNum1": 10, + "ItemId2": 317, + "ItemNum2": 8, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_XiaoGui", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SpBulletEft": "", + "Skin": "weapon_bangchui_5", + "ViewEffect": "", + "Score": 130 + }, + { + "Id": 10841, + "Name": "乌铁棒槌", + "Type": 10, + "SubType": 10, + "Attribute1": 1403, + "AttributeValue1": 169, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1102, + 1103, + 1104 + ], + "NextLvId": 10842, + "UpgradeID": 0, "ItemId1": 820, "ItemNum1": 10, + "ItemId2": 318, + "ItemNum2": 8, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_XiaoGui", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SpBulletEft": "", + "Skin": "weapon_bangchui_5", + "ViewEffect": "", + "Score": 140 + }, + { + "Id": 10842, + "Name": "乌铁棒槌", + "Type": 10, + "SubType": 10, + "Attribute1": 1403, + "AttributeValue1": 193, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1102, + 1103, + 1104 + ], + "NextLvId": 10850, + "UpgradeID": 0, + "ItemId1": 821, + "ItemNum1": 5, + "ItemId2": 316, + "ItemNum2": 10, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_XiaoGui", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SpBulletEft": "", + "Skin": "weapon_bangchui_5", + "ViewEffect": "", + "Score": 150 + }, + { + "Id": 10850, + "Name": "青金棒槌", + "Type": 10, + "SubType": 10, + "Attribute1": 1403, + "AttributeValue1": 217, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1102, + 1103, + 1104 + ], + "NextLvId": 10851, + "UpgradeID": 0, + "ItemId1": 821, + "ItemNum1": 10, + "ItemId2": 317, + "ItemNum2": 10, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_XiaoGui", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SpBulletEft": "", + "Skin": "weapon_bangchui_6", + "ViewEffect": "", + "Score": 160 + }, + { + "Id": 10851, + "Name": "青金棒槌", + "Type": 10, + "SubType": 10, + "Attribute1": 1403, + "AttributeValue1": 244, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1103, + 1104 + ], + "NextLvId": 10852, + "UpgradeID": 0, + "ItemId1": 821, + "ItemNum1": 10, + "ItemId2": 318, + "ItemNum2": 10, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_XiaoGui", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SpBulletEft": "", + "Skin": "weapon_bangchui_6", + "ViewEffect": "", + "Score": 170 + }, + { + "Id": 10852, + "Name": "青金棒槌", + "Type": 10, + "SubType": 10, + "Attribute1": 1403, + "AttributeValue1": 272, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1103, + 1104 + ], + "NextLvId": 10860, + "UpgradeID": 0, + "ItemId1": 858, + "ItemNum1": 5, + "ItemId2": 316, + "ItemNum2": 12, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_XiaoGui", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SpBulletEft": "", + "Skin": "weapon_bangchui_6", + "ViewEffect": "", + "Score": 180 + }, + { + "Id": 10860, + "Name": "鳞铁棒槌", + "Type": 10, + "SubType": 10, + "Attribute1": 1403, + "AttributeValue1": 301, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1103, + 1104 + ], + "NextLvId": 10861, + "UpgradeID": 0, + "ItemId1": 858, + "ItemNum1": 10, + "ItemId2": 317, + "ItemNum2": 12, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_XiaoGui", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SpBulletEft": "", + "Skin": "weapon_bangchui_7", + "ViewEffect": "", + "Score": 190 + }, + { + "Id": 10861, + "Name": "鳞铁棒槌", + "Type": 10, + "SubType": 10, + "Attribute1": 1403, + "AttributeValue1": 333, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1103, + 1104 + ], + "NextLvId": 10862, + "UpgradeID": 0, + "ItemId1": 858, + "ItemNum1": 10, + "ItemId2": 318, + "ItemNum2": 12, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_XiaoGui", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SpBulletEft": "", + "Skin": "weapon_bangchui_7", + "ViewEffect": "", + "Score": 200 + }, + { + "Id": 10862, + "Name": "鳞铁棒槌", + "Type": 10, + "SubType": 10, + "Attribute1": 1403, + "AttributeValue1": 366, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10870, + "UpgradeID": 0, + "ItemId1": 409, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_XiaoGui", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SpBulletEft": "", + "Skin": "weapon_bangchui_7", + "ViewEffect": "", + "Score": 210 + }, + { + "Id": 10870, + "Name": "惊鸿·鳞铁棒槌", + "Type": 10, + "SubType": 10, + "Attribute1": 1403, + "AttributeValue1": 400, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10870, + "ItemId1": 409, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_XiaoGui", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SpBulletEft": "", + "Skin": "weapon_bangchui_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10871, + "Name": "绝尘·鳞铁棒槌", + "Type": 10, + "SubType": 10, + "Attribute1": 1403, + "AttributeValue1": 500, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10871, + "ItemId1": 409, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_XiaoGui", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SpBulletEft": "", + "Skin": "weapon_bangchui_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10872, + "Name": "超凡·鳞铁棒槌", + "Type": 10, + "SubType": 10, + "Attribute1": 1403, + "AttributeValue1": 620, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 10872, + "ItemId1": 0, + "ItemNum1": 0, + "ItemId2": 0, + "ItemNum2": 0, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_XiaoGui", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SpBulletEft": "", + "Skin": "weapon_bangchui_7", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 10900, + "Name": "石拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 11, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1, + 1100, + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10801, + "UpgradeID": 0, + "ItemId1": 807, + "ItemNum1": 10, + "ItemId2": 316, + "ItemNum2": 2, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_1", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10901, + "Name": "石拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 13, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1, + 1100, + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10802, + "UpgradeID": 0, + "ItemId1": 807, + "ItemNum1": 10, + "ItemId2": 316, + "ItemNum2": 4, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_1", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10902, + "Name": "石拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 18, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1, + 1100, + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10810, + "UpgradeID": 0, + "ItemId1": 815, + "ItemNum1": 5, + "ItemId2": 316, + "ItemNum2": 4, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_1", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10910, + "Name": "铁拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 24, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1100, + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10811, + "UpgradeID": 0, + "ItemId1": 815, + "ItemNum1": 10, + "ItemId2": 316, + "ItemNum2": 4, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_2", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10911, + "Name": "铁拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 32, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1100, + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10812, + "UpgradeID": 0, + "ItemId1": 815, + "ItemNum1": 10, + "ItemId2": 316, + "ItemNum2": 6, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_2", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10912, + "Name": "铁拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 42, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1100, + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10820, + "UpgradeID": 0, + "ItemId1": 816, + "ItemNum1": 5, + "ItemId2": 316, + "ItemNum2": 4, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_2", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10920, + "Name": "赤铁拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 52, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1100, + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10821, + "UpgradeID": 0, + "ItemId1": 816, + "ItemNum1": 10, + "ItemId2": 317, + "ItemNum2": 4, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_3", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10921, + "Name": "赤铁拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 65, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1100, + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10822, + "UpgradeID": 0, + "ItemId1": 816, + "ItemNum1": 10, + "ItemId2": 318, + "ItemNum2": 4, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_3", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10922, + "Name": "赤铁拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 80, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10830, + "UpgradeID": 0, + "ItemId1": 819, + "ItemNum1": 5, + "ItemId2": 316, + "ItemNum2": 6, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_3", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10930, + "Name": "精铁拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 96, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10831, + "UpgradeID": 0, + "ItemId1": 819, + "ItemNum1": 10, + "ItemId2": 317, + "ItemNum2": 6, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_4", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10931, + "Name": "精铁拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 115, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10832, + "UpgradeID": 0, + "ItemId1": 819, + "ItemNum1": 10, + "ItemId2": 318, + "ItemNum2": 6, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_4", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10932, + "Name": "精铁拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 133, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1101, + 1102, + 1103, + 1104 + ], + "NextLvId": 10840, + "UpgradeID": 0, + "ItemId1": 820, + "ItemNum1": 5, + "ItemId2": 316, + "ItemNum2": 8, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_4", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10940, + "Name": "乌铁拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 155, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1102, + 1103, + 1104 + ], + "NextLvId": 10841, + "UpgradeID": 0, + "ItemId1": 820, + "ItemNum1": 10, + "ItemId2": 317, + "ItemNum2": 8, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_5", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10941, + "Name": "乌铁拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 177, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1102, + 1103, + 1104 + ], + "NextLvId": 10842, + "UpgradeID": 0, + "ItemId1": 820, + "ItemNum1": 10, + "ItemId2": 318, + "ItemNum2": 8, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_5", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10942, + "Name": "乌铁拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 202, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1102, + 1103, + 1104 + ], + "NextLvId": 10850, + "UpgradeID": 0, + "ItemId1": 821, + "ItemNum1": 5, + "ItemId2": 316, + "ItemNum2": 10, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "FX_Atk_DaoZhang", + "AtkBulletEft": "", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "weapon_fuchen_5", + "ViewEffect": "", + "Score": 0 + }, + { + "Id": 10950, + "Name": "青金拂尘", + "Type": 10, + "SubType": 11, + "Attribute1": 1403, + "AttributeValue1": 227, + "AttributeOperator1": 1, + "Attribute2": 0, + "AttributeValue2": 0, + "AttributeOperator2": 0, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 0, + "StructureCondition": [ + 1102, + 1103, + 1104 + ], + "NextLvId": 10851, + "UpgradeID": 0, + "ItemId1": 821, + "ItemNum1": 10, "ItemId2": 317, - "ItemNum2": 8, + "ItemNum2": 10, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "FX_Atk_XiaoGui", + "AtkEft": "FX_Atk_DaoZhang", "AtkBulletEft": "", - "SkillEft": "", - "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", "SpBulletEft": "", - "Skin": "weapon_bangchui_5", + "Skin": "weapon_fuchen_5", "ViewEffect": "", - "Score": 130 + "Score": 0 }, { - "Id": 10841, - "Name": "乌铁棒槌", + "Id": 10951, + "Name": "青金拂尘", "Type": 10, - "SubType": 10, + "SubType": 11, "Attribute1": 1403, - "AttributeValue1": 169, + "AttributeValue1": 255, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -7233,36 +9417,36 @@ "AttributeOperator3": 0, "GemLvMax": 0, "StructureCondition": [ - 1102, 1103, 1104 ], - "NextLvId": 10842, - "ItemId1": 820, + "NextLvId": 10852, + "UpgradeID": 0, + "ItemId1": 821, "ItemNum1": 10, "ItemId2": 318, - "ItemNum2": 8, + "ItemNum2": 10, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "FX_Atk_XiaoGui", + "AtkEft": "FX_Atk_DaoZhang", "AtkBulletEft": "", - "SkillEft": "", - "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", "SpBulletEft": "", - "Skin": "weapon_bangchui_5", + "Skin": "weapon_fuchen_5", "ViewEffect": "", - "Score": 140 + "Score": 0 }, { - "Id": 10842, - "Name": "乌铁棒槌", + "Id": 10952, + "Name": "青金拂尘", "Type": 10, - "SubType": 10, + "SubType": 11, "Attribute1": 1403, - "AttributeValue1": 193, + "AttributeValue1": 285, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -7272,36 +9456,36 @@ "AttributeOperator3": 0, "GemLvMax": 0, "StructureCondition": [ - 1102, 1103, 1104 ], - "NextLvId": 10850, - "ItemId1": 821, + "NextLvId": 10860, + "UpgradeID": 0, + "ItemId1": 858, "ItemNum1": 5, "ItemId2": 316, - "ItemNum2": 10, + "ItemNum2": 12, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "FX_Atk_XiaoGui", + "AtkEft": "FX_Atk_DaoZhang", "AtkBulletEft": "", - "SkillEft": "", - "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", "SpBulletEft": "", - "Skin": "weapon_bangchui_5", + "Skin": "weapon_fuchen_5", "ViewEffect": "", - "Score": 150 + "Score": 0 }, { - "Id": 10850, - "Name": "青金棒槌", + "Id": 10960, + "Name": "鳞铁拂尘", "Type": 10, - "SubType": 10, + "SubType": 11, "Attribute1": 1403, - "AttributeValue1": 217, + "AttributeValue1": 315, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -7311,36 +9495,36 @@ "AttributeOperator3": 0, "GemLvMax": 0, "StructureCondition": [ - 1102, 1103, 1104 ], - "NextLvId": 10851, - "ItemId1": 821, + "NextLvId": 10861, + "UpgradeID": 0, + "ItemId1": 858, "ItemNum1": 10, "ItemId2": 317, - "ItemNum2": 10, + "ItemNum2": 12, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "FX_Atk_XiaoGui", + "AtkEft": "FX_Atk_DaoZhang", "AtkBulletEft": "", - "SkillEft": "", - "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", "SpBulletEft": "", - "Skin": "weapon_bangchui_6", + "Skin": "weapon_fuchen_5", "ViewEffect": "", - "Score": 160 + "Score": 0 }, { - "Id": 10851, - "Name": "青金棒槌", + "Id": 10961, + "Name": "鳞铁拂尘", "Type": 10, - "SubType": 10, + "SubType": 11, "Attribute1": 1403, - "AttributeValue1": 244, + "AttributeValue1": 348, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -7353,32 +9537,33 @@ 1103, 1104 ], - "NextLvId": 10852, - "ItemId1": 821, + "NextLvId": 10862, + "UpgradeID": 0, + "ItemId1": 858, "ItemNum1": 10, "ItemId2": 318, - "ItemNum2": 10, + "ItemNum2": 12, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "FX_Atk_XiaoGui", + "AtkEft": "FX_Atk_DaoZhang", "AtkBulletEft": "", - "SkillEft": "", - "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", "SpBulletEft": "", - "Skin": "weapon_bangchui_6", + "Skin": "weapon_fuchen_5", "ViewEffect": "", - "Score": 170 + "Score": 0 }, { - "Id": 10852, - "Name": "青金棒槌", + "Id": 10962, + "Name": "鳞铁拂尘", "Type": 10, - "SubType": 10, + "SubType": 11, "Attribute1": 1403, - "AttributeValue1": 272, + "AttributeValue1": 382, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -7388,35 +9573,35 @@ "AttributeOperator3": 0, "GemLvMax": 0, "StructureCondition": [ - 1103, 1104 ], - "NextLvId": 10860, - "ItemId1": 858, - "ItemNum1": 5, - "ItemId2": 316, - "ItemNum2": 12, + "NextLvId": 10970, + "UpgradeID": 0, + "ItemId1": 317, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "FX_Atk_XiaoGui", + "AtkEft": "FX_Atk_DaoZhang", "AtkBulletEft": "", - "SkillEft": "", - "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", "SpBulletEft": "", - "Skin": "weapon_bangchui_6", + "Skin": "weapon_fuchen_5", "ViewEffect": "", - "Score": 180 + "Score": 0 }, { - "Id": 10860, - "Name": "鳞铁棒槌", + "Id": 10970, + "Name": "惊鸿·鳞铁拂尘", "Type": 10, - "SubType": 10, + "SubType": 11, "Attribute1": 1403, - "AttributeValue1": 301, + "AttributeValue1": 430, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -7426,35 +9611,35 @@ "AttributeOperator3": 0, "GemLvMax": 0, "StructureCondition": [ - 1103, 1104 ], - "NextLvId": 10861, - "ItemId1": 858, - "ItemNum1": 10, - "ItemId2": 317, - "ItemNum2": 12, + "NextLvId": 0, + "UpgradeID": 10970, + "ItemId1": 317, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "FX_Atk_XiaoGui", + "AtkEft": "FX_Atk_DaoZhang", "AtkBulletEft": "", - "SkillEft": "", - "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", "SpBulletEft": "", - "Skin": "weapon_bangchui_7", + "Skin": "weapon_fuchen_5", "ViewEffect": "", - "Score": 190 + "Score": 0 }, { - "Id": 10861, - "Name": "鳞铁棒槌", + "Id": 10971, + "Name": "绝尘·鳞铁拂尘", "Type": 10, - "SubType": 10, + "SubType": 11, "Attribute1": 1403, - "AttributeValue1": 333, + "AttributeValue1": 530, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -7464,35 +9649,35 @@ "AttributeOperator3": 0, "GemLvMax": 0, "StructureCondition": [ - 1103, 1104 ], - "NextLvId": 10862, - "ItemId1": 858, - "ItemNum1": 10, + "NextLvId": 0, + "UpgradeID": 10971, + "ItemId1": 317, + "ItemNum1": 1, "ItemId2": 318, - "ItemNum2": 12, + "ItemNum2": 5, "ItemId3": 0, "ItemNum3": 0, "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "FX_Atk_XiaoGui", + "AtkEft": "FX_Atk_DaoZhang", "AtkBulletEft": "", - "SkillEft": "", - "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", "SpBulletEft": "", - "Skin": "weapon_bangchui_7", + "Skin": "weapon_fuchen_5", "ViewEffect": "", - "Score": 200 + "Score": 0 }, { - "Id": 10862, - "Name": "鳞铁棒槌", + "Id": 10972, + "Name": "超凡·鳞铁拂尘", "Type": 10, - "SubType": 10, + "SubType": 11, "Attribute1": 1403, - "AttributeValue1": 366, + "AttributeValue1": 650, "AttributeOperator1": 1, "Attribute2": 0, "AttributeValue2": 0, @@ -7505,6 +9690,7 @@ 1104 ], "NextLvId": 0, + "UpgradeID": 10972, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -7514,14 +9700,14 @@ "Buff": 0, "Skill": 0, "ExclusiveEffect": 0, - "AtkEft": "FX_Atk_XiaoGui", + "AtkEft": "FX_Atk_DaoZhang", "AtkBulletEft": "", - "SkillEft": "", - "SkillBulletEft": "Bullet_Skill_XiaoGui", + "SkillEft": "FX_Skill_DaoZhang", + "SkillBulletEft": "", "SpBulletEft": "", - "Skin": "weapon_bangchui_7", + "Skin": "weapon_fuchen_5", "ViewEffect": "", - "Score": 210 + "Score": 0 }, { "Id": 20000, @@ -7546,6 +9732,7 @@ 1104 ], "NextLvId": 20001, + "UpgradeID": 0, "ItemId1": 837, "ItemNum1": 10, "ItemId2": 316, @@ -7587,6 +9774,7 @@ 1104 ], "NextLvId": 20002, + "UpgradeID": 0, "ItemId1": 837, "ItemNum1": 10, "ItemId2": 316, @@ -7628,6 +9816,7 @@ 1104 ], "NextLvId": 20010, + "UpgradeID": 0, "ItemId1": 204, "ItemNum1": 10, "ItemId2": 316, @@ -7669,6 +9858,7 @@ 1104 ], "NextLvId": 20011, + "UpgradeID": 0, "ItemId1": 204, "ItemNum1": 10, "ItemId2": 316, @@ -7710,6 +9900,7 @@ 1104 ], "NextLvId": 20012, + "UpgradeID": 0, "ItemId1": 204, "ItemNum1": 10, "ItemId2": 316, @@ -7751,6 +9942,7 @@ 1104 ], "NextLvId": 20020, + "UpgradeID": 0, "ItemId1": 209, "ItemNum1": 20, "ItemId2": 316, @@ -7792,6 +9984,7 @@ 1104 ], "NextLvId": 20021, + "UpgradeID": 0, "ItemId1": 839, "ItemNum1": 10, "ItemId2": 317, @@ -7833,6 +10026,7 @@ 1104 ], "NextLvId": 20022, + "UpgradeID": 0, "ItemId1": 839, "ItemNum1": 10, "ItemId2": 318, @@ -7873,6 +10067,7 @@ 1104 ], "NextLvId": 20030, + "UpgradeID": 0, "ItemId1": 210, "ItemNum1": 10, "ItemId2": 316, @@ -7913,6 +10108,7 @@ 1104 ], "NextLvId": 20031, + "UpgradeID": 0, "ItemId1": 206, "ItemNum1": 10, "ItemId2": 317, @@ -7953,6 +10149,7 @@ 1104 ], "NextLvId": 20032, + "UpgradeID": 0, "ItemId1": 206, "ItemNum1": 10, "ItemId2": 318, @@ -7993,6 +10190,7 @@ 1104 ], "NextLvId": 20040, + "UpgradeID": 0, "ItemId1": 210, "ItemNum1": 10, "ItemId2": 316, @@ -8032,6 +10230,7 @@ 1104 ], "NextLvId": 20041, + "UpgradeID": 0, "ItemId1": 205, "ItemNum1": 10, "ItemId2": 317, @@ -8071,6 +10270,7 @@ 1104 ], "NextLvId": 20042, + "UpgradeID": 0, "ItemId1": 205, "ItemNum1": 10, "ItemId2": 318, @@ -8110,6 +10310,7 @@ 1104 ], "NextLvId": 20050, + "UpgradeID": 0, "ItemId1": 211, "ItemNum1": 10, "ItemId2": 316, @@ -8149,6 +10350,7 @@ 1104 ], "NextLvId": 20051, + "UpgradeID": 0, "ItemId1": 216, "ItemNum1": 10, "ItemId2": 317, @@ -8187,6 +10389,7 @@ 1104 ], "NextLvId": 20052, + "UpgradeID": 0, "ItemId1": 216, "ItemNum1": 10, "ItemId2": 318, @@ -8225,6 +10428,7 @@ 1104 ], "NextLvId": 20060, + "UpgradeID": 0, "ItemId1": 212, "ItemNum1": 10, "ItemId2": 316, @@ -8263,6 +10467,7 @@ 1104 ], "NextLvId": 20061, + "UpgradeID": 0, "ItemId1": 207, "ItemNum1": 10, "ItemId2": 317, @@ -8301,6 +10506,7 @@ 1104 ], "NextLvId": 20062, + "UpgradeID": 0, "ItemId1": 207, "ItemNum1": 10, "ItemId2": 318, @@ -8337,7 +10543,122 @@ "StructureCondition": [ 1104 ], + "NextLvId": 20070, + "UpgradeID": 0, + "ItemId1": 420, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "", + "ViewEffect": "", + "Score": 210 + }, + { + "Id": 20070, + "Name": "惊鸿·厚铠甲", + "Type": 11, + "SubType": 0, + "Attribute1": 1402, + "AttributeValue1": 3700, + "AttributeOperator1": 1, + "Attribute2": 1404, + "AttributeValue2": 140, + "AttributeOperator2": 1, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 20070, + "ItemId1": 420, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 20071, + "Name": "绝尘·厚铠甲", + "Type": 11, + "SubType": 0, + "Attribute1": 1402, + "AttributeValue1": 5300, + "AttributeOperator1": 1, + "Attribute2": 1404, + "AttributeValue2": 160, + "AttributeOperator2": 1, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "UpgradeID": 20071, + "ItemId1": 420, + "ItemNum1": 1, + "ItemId2": 318, + "ItemNum2": 5, + "ItemId3": 0, + "ItemNum3": 0, + "Buff": 0, + "Skill": 0, + "ExclusiveEffect": 0, + "AtkEft": "", + "AtkBulletEft": "", + "SkillEft": "", + "SkillBulletEft": "", + "SpBulletEft": "", + "Skin": "", + "ViewEffect": "", + "Score": 240 + }, + { + "Id": 20072, + "Name": "超凡·厚铠甲", + "Type": 11, + "SubType": 0, + "Attribute1": 1402, + "AttributeValue1": 6900, + "AttributeOperator1": 1, + "Attribute2": 1404, + "AttributeValue2": 180, + "AttributeOperator2": 1, + "Attribute3": 0, + "AttributeValue3": 0, + "AttributeOperator3": 0, + "GemLvMax": 8, + "StructureCondition": [ + 1104 + ], "NextLvId": 0, + "UpgradeID": 20072, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -8354,7 +10675,7 @@ "SpBulletEft": "", "Skin": "", "ViewEffect": "", - "Score": 210 + "Score": 240 }, { "Id": 30001, @@ -8380,6 +10701,7 @@ 1104 ], "NextLvId": 30002, + "UpgradeID": 0, "ItemId1": 30001, "ItemNum1": 1, "ItemId2": 210000, @@ -8422,6 +10744,7 @@ 1104 ], "NextLvId": 0, + "UpgradeID": 0, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -8464,6 +10787,7 @@ 1104 ], "NextLvId": 30102, + "UpgradeID": 0, "ItemId1": 30101, "ItemNum1": 1, "ItemId2": 210000, @@ -8506,6 +10830,7 @@ 1104 ], "NextLvId": 0, + "UpgradeID": 0, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -8548,6 +10873,7 @@ 1104 ], "NextLvId": 30202, + "UpgradeID": 0, "ItemId1": 30201, "ItemNum1": 1, "ItemId2": 210000, @@ -8590,6 +10916,7 @@ 1104 ], "NextLvId": 0, + "UpgradeID": 0, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -8632,6 +10959,7 @@ 1104 ], "NextLvId": 30302, + "UpgradeID": 0, "ItemId1": 30301, "ItemNum1": 1, "ItemId2": 210000, @@ -8674,6 +11002,7 @@ 1104 ], "NextLvId": 0, + "UpgradeID": 0, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -8716,6 +11045,7 @@ 1104 ], "NextLvId": 30402, + "UpgradeID": 0, "ItemId1": 30401, "ItemNum1": 1, "ItemId2": 210000, @@ -8758,6 +11088,7 @@ 1104 ], "NextLvId": 0, + "UpgradeID": 0, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -8800,6 +11131,7 @@ 1104 ], "NextLvId": 30502, + "UpgradeID": 0, "ItemId1": 30501, "ItemNum1": 1, "ItemId2": 210000, @@ -8810,7 +11142,7 @@ "Skill": 0, "ExclusiveEffect": 0, "AtkEft": "", - "AtkBulletEft": "", + "AtkBulletEft": "Bullet_Exusive_Atk_MuRong", "SkillEft": "", "SkillBulletEft": "", "SpBulletEft": "", @@ -8830,8 +11162,8 @@ "AttributeValue2": 30, "AttributeOperator2": 1, "Attribute3": 1422, - "AttributeValue3": 1, - "AttributeOperator3": 1, + "AttributeValue3": 25, + "AttributeOperator3": 2, "GemLvMax": 0, "StructureCondition": [ 1, @@ -8842,6 +11174,7 @@ 1104 ], "NextLvId": 0, + "UpgradeID": 0, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -8852,7 +11185,7 @@ "Skill": 0, "ExclusiveEffect": 0, "AtkEft": "", - "AtkBulletEft": "", + "AtkBulletEft": "Bullet_Exusive_Atk_MuRong", "SkillEft": "", "SkillBulletEft": "", "SpBulletEft": "", @@ -8884,6 +11217,7 @@ 1104 ], "NextLvId": 30602, + "UpgradeID": 0, "ItemId1": 30601, "ItemNum1": 1, "ItemId2": 210000, @@ -8926,6 +11260,7 @@ 1104 ], "NextLvId": 0, + "UpgradeID": 0, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -8968,6 +11303,7 @@ 1104 ], "NextLvId": 30702, + "UpgradeID": 0, "ItemId1": 30701, "ItemNum1": 1, "ItemId2": 210000, @@ -9010,6 +11346,7 @@ 1104 ], "NextLvId": 0, + "UpgradeID": 0, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, @@ -9036,9 +11373,9 @@ "Attribute1": 1403, "AttributeValue1": 120, "AttributeOperator1": 1, - "Attribute2": 0, - "AttributeValue2": 0, - "AttributeOperator2": 0, + "Attribute2": 1411, + "AttributeValue2": 5, + "AttributeOperator2": 1, "Attribute3": 0, "AttributeValue3": 0, "AttributeOperator3": 0, @@ -9052,6 +11389,7 @@ 1104 ], "NextLvId": 30802, + "UpgradeID": 0, "ItemId1": 30801, "ItemNum1": 1, "ItemId2": 210000, @@ -9078,12 +11416,12 @@ "Attribute1": 1403, "AttributeValue1": 360, "AttributeOperator1": 1, - "Attribute2": 0, - "AttributeValue2": 0, - "AttributeOperator2": 0, - "Attribute3": 0, - "AttributeValue3": 0, - "AttributeOperator3": 0, + "Attribute2": 1411, + "AttributeValue2": 5, + "AttributeOperator2": 1, + "Attribute3": 1409, + "AttributeValue3": 10, + "AttributeOperator3": 1, "GemLvMax": 0, "StructureCondition": [ 1, @@ -9094,6 +11432,7 @@ 1104 ], "NextLvId": 0, + "UpgradeID": 0, "ItemId1": 0, "ItemNum1": 0, "ItemId2": 0, diff --git a/src/api/config/EquipmentExtraConfigCategory.json b/src/api/config/EquipmentExtraConfigCategory.json new file mode 100644 index 0000000..3fdb56f --- /dev/null +++ b/src/api/config/EquipmentExtraConfigCategory.json @@ -0,0 +1,1157 @@ +[ + { + "Id": 10070, + "Name": "惊鸿·鳞铁剑", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 100 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 2 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 2 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10071, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_dajian_7" + }, + { + "Id": 10071, + "Name": "绝尘·鳞铁剑", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 120 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 3 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 3 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10072, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_dajian_7" + }, + { + "Id": 10072, + "Name": "超凡·鳞铁剑", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 150 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 4 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 4 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_dajian_7" + }, + { + "Id": 10170, + "Name": "惊鸿·鳞铁锤", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 100 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 2 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 2 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10171, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_chuizi_7" + }, + { + "Id": 10171, + "Name": "绝尘·鳞铁锤", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 120 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 3 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 3 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10172, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_chuizi_7" + }, + { + "Id": 10172, + "Name": "超凡·鳞铁锤", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 150 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 4 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 4 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_chuizi_7" + }, + { + "Id": 10270, + "Name": "惊鸿·鳞铁飞镖", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 100 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 2 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 2 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10271, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_feibiao_7" + }, + { + "Id": 10271, + "Name": "绝尘·鳞铁飞镖", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 120 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 3 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 3 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10272, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_feibiao_7" + }, + { + "Id": 10272, + "Name": "超凡·鳞铁飞镖", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 150 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 4 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 4 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_feibiao_7" + }, + { + "Id": 10370, + "Name": "惊鸿·鳞铁双刀", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 100 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 2 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 2 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10371, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_shangdao_7" + }, + { + "Id": 10371, + "Name": "绝尘·鳞铁双刀", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 120 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 3 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 3 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10372, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_shangdao_7" + }, + { + "Id": 10372, + "Name": "超凡·鳞铁双刀", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 150 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 4 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 4 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_shangdao_7" + }, + { + "Id": 10470, + "Name": "惊鸿·鳞铁棍", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 100 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 2 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 2 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10471, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_gun_7" + }, + { + "Id": 10471, + "Name": "绝尘·鳞铁棍", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 120 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 3 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 3 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10472, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_gun_7" + }, + { + "Id": 10472, + "Name": "超凡·鳞铁棍", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 150 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 4 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 4 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_gun_7" + }, + { + "Id": 10570, + "Name": "惊鸿·鳞铁弓", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 100 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 2 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 2 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10571, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_gongjian_7" + }, + { + "Id": 10571, + "Name": "绝尘·鳞铁弓", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 120 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 3 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 3 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10572, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_gongjian_7" + }, + { + "Id": 10572, + "Name": "超凡·鳞铁弓", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 150 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 4 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 4 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_gongjian_7" + }, + { + "Id": 10670, + "Name": "惊鸿·鳞铁扫把", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 100 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 2 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 2 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10671, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_chanzhang_7" + }, + { + "Id": 10671, + "Name": "绝尘·鳞铁扫把", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 120 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 3 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 3 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10672, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_chanzhang_7" + }, + { + "Id": 10672, + "Name": "超凡·鳞铁扫把", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 150 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 4 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 4 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_chanzhang_7" + }, + { + "Id": 10770, + "Name": "惊鸿·鳞铁拳套", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 100 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 2 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 2 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10771, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_quantao_7" + }, + { + "Id": 10771, + "Name": "绝尘·鳞铁拳套", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 120 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 3 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 3 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10772, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_quantao_7" + }, + { + "Id": 10772, + "Name": "超凡·鳞铁拳套", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 150 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 4 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 4 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_quantao_7" + }, + { + "Id": 10870, + "Name": "惊鸿·鳞铁棒槌", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 100 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 2 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 2 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10871, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_bangchui_7" + }, + { + "Id": 10871, + "Name": "绝尘·鳞铁棒槌", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 120 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 3 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 3 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10872, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_bangchui_7" + }, + { + "Id": 10872, + "Name": "超凡·鳞铁棒槌", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 150 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 4 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 4 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_bangchui_7" + }, + { + "Id": 10970, + "Name": "惊鸿·鳞铁拂尘", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 100 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 2 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 2 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10971, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_fuchen_5" + }, + { + "Id": 10971, + "Name": "绝尘·鳞铁拂尘", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 120 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 3 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 3 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 10972, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_fuchen_5" + }, + { + "Id": 10972, + "Name": "超凡·鳞铁拂尘", + "Type": 10, + "SubType": 1, + "Attribute1": 1403, + "AttributeValue1": [ + 40, + 150 + ], + "AttributeOperator1": 1, + "Attribute2": 1411, + "AttributeValue2": [ + 1, + 4 + ], + "AttributeOperator2": 1, + "Attribute3": 1432, + "AttributeValue3": [ + 1, + 4 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "weapon_fuchen_5" + }, + { + "Id": 20070, + "Name": "惊鸿·厚铠甲", + "Type": 10, + "SubType": 1, + "Attribute1": 1402, + "AttributeValue1": [ + 800, + 1600 + ], + "AttributeOperator1": 1, + "Attribute2": 1404, + "AttributeValue2": [ + 5, + 20 + ], + "AttributeOperator2": 1, + "Attribute3": 1430, + "AttributeValue3": [ + 1, + 5 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 20071, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "" + }, + { + "Id": 20071, + "Name": "绝尘·厚铠甲", + "Type": 10, + "SubType": 1, + "Attribute1": 1402, + "AttributeValue1": [ + 800, + 1600 + ], + "AttributeOperator1": 1, + "Attribute2": 1404, + "AttributeValue2": [ + 5, + 20 + ], + "AttributeOperator2": 1, + "Attribute3": 1430, + "AttributeValue3": [ + 1, + 5 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 20072, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "" + }, + { + "Id": 20072, + "Name": "超凡·厚铠甲", + "Type": 10, + "SubType": 1, + "Attribute1": 1402, + "AttributeValue1": [ + 800, + 1600 + ], + "AttributeOperator1": 1, + "Attribute2": 1404, + "AttributeValue2": [ + 5, + 20 + ], + "AttributeOperator2": 1, + "Attribute3": 1430, + "AttributeValue3": [ + 1, + 5 + ], + "AttributeOperator3": 1, + "StructureCondition": [ + 1104 + ], + "NextLvId": 0, + "ItemId1": 318, + "ItemNum1": 10, + "ItemId2": 858, + "ItemNum2": 100, + "ItemId3": 0, + "ItemNum3": 0, + "Skin": "" + } +] \ No newline at end of file diff --git a/src/api/config/ErrorCodeConfigCategory.json b/src/api/config/ErrorCodeConfigCategory.json index fc5400f..6e18bd2 100644 --- a/src/api/config/ErrorCodeConfigCategory.json +++ b/src/api/config/ErrorCodeConfigCategory.json @@ -1074,6 +1074,11 @@ "Field": "ERR_HaveDouble", "Desc_zh": "目前已经是双倍状态" }, + { + "Id": 220137, + "Field": "ERR_NotEnoughTimes", + "Desc_zh": "次数不够" + }, { "Id": 310000, "Field": "ERR_GMDisabled", diff --git a/src/api/config/ExpeditionBuffConfigCategory.json b/src/api/config/ExpeditionBuffConfigCategory.json index 260bbcf..6df1e62 100644 --- a/src/api/config/ExpeditionBuffConfigCategory.json +++ b/src/api/config/ExpeditionBuffConfigCategory.json @@ -1,62 +1,146 @@ [ { "Id": 1, - "GroupId": 1001, + "GroupId": 1, "BuffId": 300001, - "Weight": 1 + "Weight": 100 }, { "Id": 2, - "GroupId": 1001, + "GroupId": 1, "BuffId": 300002, - "Weight": 1 + "Weight": 100 }, { "Id": 3, - "GroupId": 1001, + "GroupId": 1, "BuffId": 300003, - "Weight": 1 + "Weight": 100 }, { "Id": 4, - "GroupId": 1001, + "GroupId": 1, "BuffId": 300004, - "Weight": 1 + "Weight": 100 }, { "Id": 5, - "GroupId": 1001, + "GroupId": 1, "BuffId": 300005, - "Weight": 1 + "Weight": 100 }, { "Id": 6, - "GroupId": 1001, + "GroupId": 1, "BuffId": 300006, - "Weight": 1 + "Weight": 100 }, { "Id": 7, - "GroupId": 1001, + "GroupId": 1, "BuffId": 300007, - "Weight": 1 + "Weight": 100 }, { "Id": 8, - "GroupId": 1001, + "GroupId": 1, "BuffId": 300008, - "Weight": 1 + "Weight": 100 }, { "Id": 9, - "GroupId": 1001, + "GroupId": 1, "BuffId": 300009, - "Weight": 1 + "Weight": 100 }, { "Id": 10, - "GroupId": 1001, + "GroupId": 1, "BuffId": 300010, + "Weight": 100 + }, + { + "Id": 11, + "GroupId": 1, + "BuffId": 300011, + "Weight": 50 + }, + { + "Id": 12, + "GroupId": 1, + "BuffId": 300012, + "Weight": 100 + }, + { + "Id": 13, + "GroupId": 1, + "BuffId": 300013, + "Weight": 15 + }, + { + "Id": 14, + "GroupId": 1, + "BuffId": 300014, + "Weight": 20 + }, + { + "Id": 15, + "GroupId": 2, + "BuffId": 300001, + "Weight": 10 + }, + { + "Id": 16, + "GroupId": 2, + "BuffId": 300002, + "Weight": 3 + }, + { + "Id": 17, + "GroupId": 2, + "BuffId": 300003, + "Weight": 2 + }, + { + "Id": 18, + "GroupId": 2, + "BuffId": 300004, + "Weight": 1 + }, + { + "Id": 19, + "GroupId": 2, + "BuffId": 300005, + "Weight": 4 + }, + { + "Id": 20, + "GroupId": 2, + "BuffId": 300006, + "Weight": 3 + }, + { + "Id": 21, + "GroupId": 2, + "BuffId": 300007, + "Weight": 2 + }, + { + "Id": 22, + "GroupId": 2, + "BuffId": 300008, "Weight": 1 + }, + { + "Id": 23, + "GroupId": 2, + "BuffId": 300009, + "Weight": 4 + }, + { + "Id": 24, + "GroupId": 2, + "BuffId": 300010, + "Weight": 2 } ] \ No newline at end of file diff --git a/src/api/config/ExpeditionMapConfigCategory.json b/src/api/config/ExpeditionMapConfigCategory.json index f248ddd..87987ad 100644 --- a/src/api/config/ExpeditionMapConfigCategory.json +++ b/src/api/config/ExpeditionMapConfigCategory.json @@ -1,69 +1,129 @@ [ { "Id": 10011, - "GroupId": 1001, + "GroupId": 1, "Name": "小山道", + "DefaultUnlock": true, "Unlock1": 10012, "Unlock2": 10013, "Unlock3": 0, "MonsterGroup": [ - 33001 + 1001101, + 1001102, + 1001103, + 1001104, + 1001105 ], - "Integral": 0, + "MonsterPoint": [ + 1, + 2, + 3, + 4, + 5 + ], + "IntegralFirst": 100, + "IntegralRepeat": 50, "Icon": "", + "RecommendPower": 11451, "RegionID": 8001, "Intelligence": "" }, { "Id": 10012, - "GroupId": 1001, + "GroupId": 1, "Name": "试炼", + "DefaultUnlock": false, "Unlock1": 10013, "Unlock2": 10014, "Unlock3": 0, - "MonsterGroup": [], - "Integral": 0, + "MonsterGroup": [ + 1001201, + 1001202 + ], + "MonsterPoint": [ + 1, + 2 + ], + "IntegralFirst": 140, + "IntegralRepeat": 70, "Icon": "", - "RegionID": 8001, + "RecommendPower": 11451, + "RegionID": 8002, "Intelligence": "" }, { "Id": 10013, - "GroupId": 1001, + "GroupId": 1, "Name": "大榕树", + "DefaultUnlock": false, "Unlock1": 10014, "Unlock2": 10015, "Unlock3": 0, - "MonsterGroup": [], - "Integral": 0, + "MonsterGroup": [ + 1001301, + 1001301, + 1001301, + 1001301, + 1001301 + ], + "MonsterPoint": [ + 1, + 2, + 3, + 4, + 5 + ], + "IntegralFirst": 180, + "IntegralRepeat": 90, "Icon": "", - "RegionID": 8001, - "Intelligence": "" + "RecommendPower": 11451, + "RegionID": 8003, + "Intelligence": "·猩猩\n受到的近战伤害降低50%\n受到的远程伤害提高50%" }, { "Id": 10014, - "GroupId": 1001, + "GroupId": 1, "Name": "试炼", + "DefaultUnlock": false, "Unlock1": 10013, "Unlock2": 10015, "Unlock3": 0, - "MonsterGroup": [], - "Integral": 0, + "MonsterGroup": [ + 1001402, + 1001403, + 1001401 + ], + "MonsterPoint": [ + 1, + 2, + 3 + ], + "IntegralFirst": 220, + "IntegralRepeat": 110, "Icon": "", - "RegionID": 8001, - "Intelligence": "" + "RecommendPower": 11451, + "RegionID": 8002, + "Intelligence": "战斗开始25秒时,慕容婉会释放一次沐春风,恢复敌方全体5000点生命值" }, { "Id": 10015, - "GroupId": 1001, + "GroupId": 1, "Name": "廖山", + "DefaultUnlock": false, "Unlock1": 10013, "Unlock2": 10014, "Unlock3": 0, - "MonsterGroup": [], - "Integral": 0, + "MonsterGroup": [ + 1001501 + ], + "MonsterPoint": [ + 1 + ], + "IntegralFirst": 260, + "IntegralRepeat": 130, "Icon": "", - "RegionID": 8001, - "Intelligence": "" + "RecommendPower": 11451, + "RegionID": 8004, + "Intelligence": "·穷奇\n技能-狮子吼:穷奇向前方发出一道声波,造成伤害;每25秒释放一次\n技能-光之吐息:穷奇高高跃起,发出一颗光球砸向地面,造成伤害,并使勇士免伤、防御降低20%;每180秒释放一次\n第一阶段(血量≥60%):\n闪避率较高,受到的暴击伤害提升50%\n第二阶段(60%≥血量≥20%):\n受到的远程伤害降低99%,受到的近战伤害增加50%,每90秒发动一次狂暴,攻击力提升,持续30秒\n第三阶段(血量≤20%):\n1-召唤4只狼,优先攻击远程单位\n2-每当召唤的狼被击杀时,穷奇的防御力降低25%,最多叠加4层;若4只狼均被击杀,穷奇会释放全屏秒杀技能\n3-受到的远程伤害提升100%" } ] \ No newline at end of file diff --git a/src/api/config/ExpeditionMapGroupConfigCategory.json b/src/api/config/ExpeditionMapGroupConfigCategory.json index 3e1207c..3ac7a47 100644 --- a/src/api/config/ExpeditionMapGroupConfigCategory.json +++ b/src/api/config/ExpeditionMapGroupConfigCategory.json @@ -3,9 +3,8 @@ "Id": 1, "ChapterId": 1, "Name": "廖山", - "NextChapterId": 2, - "LevelsGroup": 1001, - "BuffGroup": 1001, + "NextChapterId": 0, + "LevelsGroup": 1, "ChapterMap": "" }, { @@ -13,8 +12,7 @@ "ChapterId": 2, "Name": "北山坪", "NextChapterId": 3, - "LevelsGroup": 1002, - "BuffGroup": 0, + "LevelsGroup": 0, "ChapterMap": "" }, { @@ -22,8 +20,7 @@ "ChapterId": 3, "Name": "青云寺", "NextChapterId": 4, - "LevelsGroup": 1003, - "BuffGroup": 0, + "LevelsGroup": 0, "ChapterMap": "" }, { @@ -31,8 +28,7 @@ "ChapterId": 4, "Name": "乌鸦渡", "NextChapterId": 0, - "LevelsGroup": 1004, - "BuffGroup": 0, + "LevelsGroup": 0, "ChapterMap": "" } ] \ No newline at end of file diff --git a/src/api/config/ExpeditionMonsterConfigCategory.json b/src/api/config/ExpeditionMonsterConfigCategory.json index 6e7fedf..fcd4dc6 100644 --- a/src/api/config/ExpeditionMonsterConfigCategory.json +++ b/src/api/config/ExpeditionMonsterConfigCategory.json @@ -1,8 +1,73 @@ [ { - "Id": 33001, + "Id": 1001101, + "MonsterID": 31002, + "InitBuffList": [] + }, + { + "Id": 1001102, + "MonsterID": 31002, + "InitBuffList": [] + }, + { + "Id": 1001103, + "MonsterID": 31001, + "InitBuffList": [] + }, + { + "Id": 1001104, + "MonsterID": 31001, + "InitBuffList": [] + }, + { + "Id": 1001105, + "MonsterID": 31001, + "InitBuffList": [] + }, + { + "Id": 1001201, + "MonsterID": 31003, + "InitBuffList": [] + }, + { + "Id": 1001202, + "MonsterID": 31004, + "InitBuffList": [] + }, + { + "Id": 1001301, + "MonsterID": 31005, + "InitBuffList": [ + 310064 + ] + }, + { + "Id": 1001401, + "MonsterID": 31006, + "InitBuffList": [] + }, + { + "Id": 1001402, + "MonsterID": 31007, + "InitBuffList": [] + }, + { + "Id": 1001403, + "MonsterID": 31008, + "InitBuffList": [ + 1130 + ] + }, + { + "Id": 1001501, "MonsterID": 33001, - "StageGroup": 30001, - "Weight": 0 + "InitBuffList": [ + 330011, + 330012, + 330013, + 330016, + 330017, + 330018 + ] } ] \ No newline at end of file diff --git a/src/api/config/ExploreEventConfigCategory.json b/src/api/config/ExploreEventConfigCategory.json index d05ea54..8f755b3 100644 --- a/src/api/config/ExploreEventConfigCategory.json +++ b/src/api/config/ExploreEventConfigCategory.json @@ -66,7 +66,7 @@ 10 ], "Weight": 900, - "Description": "翻开破旧木箱,发行几枚铜钱。" + "Description": "翻开破旧木箱,发现几枚铜钱。" }, { "Id": 8, @@ -483,7 +483,7 @@ 50 ], "Weight": 900, - "Description": "翻开破旧木箱,发行几枚铜钱。" + "Description": "翻开破旧木箱,发现几枚铜钱。" }, { "Id": 108, @@ -948,7 +948,7 @@ 50 ], "Weight": 900, - "Description": "翻开破旧木箱,发行几枚铜钱。" + "Description": "翻开破旧木箱,发现几枚铜钱。" }, { "Id": 209, @@ -1389,7 +1389,7 @@ 50 ], "Weight": 900, - "Description": "翻开破旧木箱,发行几枚铜钱。" + "Description": "翻开破旧木箱,发现几枚铜钱。" }, { "Id": 308, @@ -1830,7 +1830,7 @@ 50 ], "Weight": 900, - "Description": "翻开破旧木箱,发行几枚铜钱。" + "Description": "翻开破旧木箱,发现几枚铜钱。" }, { "Id": 408, diff --git a/src/api/config/FeastDialogueConfigCategory.json b/src/api/config/FeastDialogueConfigCategory.json index 2f0639b..e8093e4 100644 --- a/src/api/config/FeastDialogueConfigCategory.json +++ b/src/api/config/FeastDialogueConfigCategory.json @@ -3354,5 +3354,71 @@ "DialogueOrder": 11, "DialogueRole": 1, "Text": "宜其室家喽——!" + }, + { + "Id": 6001, + "DialogueType": 4, + "GroupId": 6000, + "Scale": [ + 1 + ], + "DialogueOrder": 1, + "DialogueRole": 5, + "Text": "娘,您快尝尝这蟹,膏满着呢!" + }, + { + "Id": 6002, + "DialogueType": 4, + "GroupId": 6000, + "Scale": [ + 1 + ], + "DialogueOrder": 2, + "DialogueRole": 1, + "Text": "好,好!你们都回来了,吃什么都香。" + }, + { + "Id": 6003, + "DialogueType": 4, + "GroupId": 6000, + "Scale": [ + 1 + ], + "DialogueOrder": 3, + "DialogueRole": 3, + "Text": "爹,我敬您!祝您身体硬朗,笑口常开!" + }, + { + "Id": 6004, + "DialogueType": 4, + "GroupId": 6000, + "Scale": [ + 1 + ], + "DialogueOrder": 4, + "DialogueRole": 2, + "Text": "哈哈,团圆就好!大家都健康平安就是福!" + }, + { + "Id": 6005, + "DialogueType": 4, + "GroupId": 6000, + "Scale": [ + 1 + ], + "DialogueOrder": 5, + "DialogueRole": 5, + "Text": "小妹,这蛋黄莲蓉月饼是你的最爱,快拿着!" + }, + { + "Id": 6006, + "DialogueType": 4, + "GroupId": 6000, + "Scale": [ + 1 + ], + "DialogueOrder": 6, + "DialogueRole": 4, + "Text": "嗯!咱家月饼就是甜!明天我还要吃!" } ] \ No newline at end of file diff --git a/src/api/config/FeastTextConfigCategory.json b/src/api/config/FeastTextConfigCategory.json index 62cf0bc..980b3f7 100644 --- a/src/api/config/FeastTextConfigCategory.json +++ b/src/api/config/FeastTextConfigCategory.json @@ -86,5 +86,18 @@ 5024, 5025 ] + }, + { + "Id": 4000, + "Type": 4, + "Scale": [ + 1 + ], + "Order": 2, + "Text": [ + 5026, + 5027, + 5028 + ] } ] \ No newline at end of file diff --git a/src/api/config/FoodConfigCategory.json b/src/api/config/FoodConfigCategory.json index d3e27f4..7a222e3 100644 --- a/src/api/config/FoodConfigCategory.json +++ b/src/api/config/FoodConfigCategory.json @@ -435,8 +435,8 @@ "Id": 55, "Name": "渔溪蟹丸", "Type": 0, - "NutritiveValue": 80, - "FoodNum": 60, + "NutritiveValue": 100, + "FoodNum": 50, "Buff": 0, "Description": "" }, @@ -444,8 +444,8 @@ "Id": 56, "Name": "赤丘老窖", "Type": 0, - "NutritiveValue": 80, - "FoodNum": 60, + "NutritiveValue": 50, + "FoodNum": 5, "Buff": 0, "Description": "" }, @@ -453,8 +453,8 @@ "Id": 57, "Name": "太姥肉羹", "Type": 0, - "NutritiveValue": 80, - "FoodNum": 60, + "NutritiveValue": 100, + "FoodNum": 50, "Buff": 0, "Description": "" }, @@ -462,11 +462,47 @@ "Id": 58, "Name": "青山肥鹅蒸", "Type": 0, - "NutritiveValue": 80, + "NutritiveValue": 100, "FoodNum": 60, "Buff": 0, "Description": "" }, + { + "Id": 59, + "Name": "木须肉", + "Type": 2, + "NutritiveValue": 100, + "FoodNum": 40, + "Buff": 0, + "Description": "" + }, + { + "Id": 60, + "Name": "鸡蛋羹", + "Type": 3, + "NutritiveValue": 80, + "FoodNum": 40, + "Buff": 0, + "Description": "" + }, + { + "Id": 61, + "Name": "桂花糕", + "Type": 2, + "NutritiveValue": 30, + "FoodNum": 30, + "Buff": 0, + "Description": "" + }, + { + "Id": 62, + "Name": "月饼", + "Type": 2, + "NutritiveValue": 50, + "FoodNum": 30, + "Buff": 0, + "Description": "" + }, { "Id": 203, "Name": "野菜汤", @@ -849,9 +885,27 @@ "Id": 245, "Name": "炭烤鱼干", "Type": 2, - "NutritiveValue": 60, + "NutritiveValue": 70, "FoodNum": 50, "Buff": 0, "Description": "" + }, + { + "Id": 246, + "Name": "木须肉", + "Type": 2, + "NutritiveValue": 110, + "FoodNum": 40, + "Buff": 0, + "Description": "" + }, + { + "Id": 247, + "Name": "鸡蛋羹", + "Type": 3, + "NutritiveValue": 90, + "FoodNum": 40, + "Buff": 0, + "Description": "" } ] \ No newline at end of file diff --git a/src/api/config/FoodTicketConfigCategory.json b/src/api/config/FoodTicketConfigCategory.json index e7aafdd..f00d797 100644 --- a/src/api/config/FoodTicketConfigCategory.json +++ b/src/api/config/FoodTicketConfigCategory.json @@ -367,5 +367,50 @@ "ExchangeTimes": 2, "OrdinaryCurrencyNum": 4, "ExcellentCurrencyNum": 8 + }, + { + "Id": 42, + "Item": 2055, + "ItemNumber": 1, + "Currency": 701, + "ExchangeTimes": 4, + "OrdinaryCurrencyNum": 10, + "ExcellentCurrencyNum": 0 + }, + { + "Id": 43, + "Item": 2057, + "ItemNumber": 1, + "Currency": 701, + "ExchangeTimes": 4, + "OrdinaryCurrencyNum": 10, + "ExcellentCurrencyNum": 0 + }, + { + "Id": 44, + "Item": 2058, + "ItemNumber": 1, + "Currency": 701, + "ExchangeTimes": 4, + "OrdinaryCurrencyNum": 10, + "ExcellentCurrencyNum": 0 + }, + { + "Id": 45, + "Item": 2059, + "ItemNumber": 1, + "Currency": 701, + "ExchangeTimes": 3, + "OrdinaryCurrencyNum": 13, + "ExcellentCurrencyNum": 26 + }, + { + "Id": 46, + "Item": 2060, + "ItemNumber": 1, + "Currency": 701, + "ExchangeTimes": 3, + "OrdinaryCurrencyNum": 6, + "ExcellentCurrencyNum": 12 } ] \ No newline at end of file diff --git a/src/api/config/FunctionItemConfigCategory.json b/src/api/config/FunctionItemConfigCategory.json index 1819676..48a8a34 100644 --- a/src/api/config/FunctionItemConfigCategory.json +++ b/src/api/config/FunctionItemConfigCategory.json @@ -219,7 +219,7 @@ "Id": 35, "Name": "食谱:果酒", "UseType": 3, - "ScaleCondition": 7, + "ScaleCondition": 18, "UseTypeParameter": 2052, "UseTypeParameter2": 0 }, @@ -227,7 +227,7 @@ "Id": 36, "Name": "食谱:杜康", "UseType": 3, - "ScaleCondition": 7, + "ScaleCondition": 18, "UseTypeParameter": 2053, "UseTypeParameter2": 0 }, @@ -239,6 +239,30 @@ "UseTypeParameter": 2054, "UseTypeParameter2": 0 }, + { + "Id": 38, + "Name": "食谱:木须肉", + "UseType": 3, + "ScaleCondition": 16, + "UseTypeParameter": 2055, + "UseTypeParameter2": 0 + }, + { + "Id": 39, + "Name": "食谱:鸡蛋羹", + "UseType": 3, + "ScaleCondition": 19, + "UseTypeParameter": 2056, + "UseTypeParameter2": 0 + }, + { + "Id": 40, + "Name": "食谱:桂花糕", + "UseType": 3, + "ScaleCondition": 19, + "UseTypeParameter": 2057, + "UseTypeParameter2": 0 + }, { "Id": 100, "Name": "精品食谱:野菜汤", @@ -583,6 +607,22 @@ "UseTypeParameter": 2545, "UseTypeParameter2": 0 }, + { + "Id": 144, + "Name": "精品食谱:木须肉", + "UseType": 3, + "ScaleCondition": 16, + "UseTypeParameter": 2546, + "UseTypeParameter2": 0 + }, + { + "Id": 145, + "Name": "精品食谱:鸡蛋羹", + "UseType": 3, + "ScaleCondition": 19, + "UseTypeParameter": 2547, + "UseTypeParameter2": 0 + }, { "Id": 201, "Name": "图纸:雕像·1级", @@ -1087,6 +1127,14 @@ "UseTypeParameter": 676, "UseTypeParameter2": 0 }, + { + "Id": 273, + "Name": "图纸:邀月亭", + "UseType": 3, + "ScaleCondition": 21, + "UseTypeParameter": 677, + "UseTypeParameter2": 0 + }, { "Id": 301, "Name": "农学:种植大豆", @@ -1767,6 +1815,30 @@ "UseTypeParameter": 5000, "UseTypeParameter2": 0 }, + { + "Id": 815, + "Name": "外观礼盒", + "UseType": 19, + "ScaleCondition": 0, + "UseTypeParameter": 10, + "UseTypeParameter2": 0 + }, + { + "Id": 816, + "Name": "邀月帖", + "UseType": 36, + "ScaleCondition": 0, + "UseTypeParameter": 7328, + "UseTypeParameter2": 0 + }, + { + "Id": 817, + "Name": "专属武器箱", + "UseType": 19, + "ScaleCondition": 0, + "UseTypeParameter": 11, + "UseTypeParameter2": 0 + }, { "Id": 1001, "Name": "浆果苗", @@ -1975,6 +2047,30 @@ "UseTypeParameter": 25, "UseTypeParameter2": 0 }, + { + "Id": 1029, + "Name": "矮竹苗", + "UseType": 1, + "ScaleCondition": 0, + "UseTypeParameter": 29, + "UseTypeParameter2": 0 + }, + { + "Id": 1030, + "Name": "芭蕉树苗", + "UseType": 1, + "ScaleCondition": 0, + "UseTypeParameter": 30, + "UseTypeParameter2": 0 + }, + { + "Id": 1031, + "Name": "桂花树苗", + "UseType": 1, + "ScaleCondition": 0, + "UseTypeParameter": 31, + "UseTypeParameter2": 0 + }, { "Id": 1401, "Name": "七品技能丹", @@ -2068,7 +2164,7 @@ "Name": "桃泥", "UseType": 8, "ScaleCondition": 0, - "UseTypeParameter": 200, + "UseTypeParameter": 400, "UseTypeParameter2": 0 }, { @@ -2076,7 +2172,7 @@ "Name": "仙露", "UseType": 8, "ScaleCondition": 0, - "UseTypeParameter": 400, + "UseTypeParameter": 600, "UseTypeParameter2": 0 }, { @@ -2751,6 +2847,150 @@ "UseTypeParameter": 70, "UseTypeParameter2": 0 }, + { + "Id": 12083, + "Name": "青枝浮蝶", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 73, + "UseTypeParameter2": 0 + }, + { + "Id": 12084, + "Name": "东篱素菊", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 74, + "UseTypeParameter2": 0 + }, + { + "Id": 12085, + "Name": "方寸幽兰", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 75, + "UseTypeParameter2": 0 + }, + { + "Id": 12087, + "Name": "石上朝颜", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 77, + "UseTypeParameter2": 0 + }, + { + "Id": 12088, + "Name": "粉玉低映", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 78, + "UseTypeParameter2": 0 + }, + { + "Id": 12089, + "Name": "曲径石阑", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 79, + "UseTypeParameter2": 0 + }, + { + "Id": 12090, + "Name": "曲径石阑·角", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 80, + "UseTypeParameter2": 0 + }, + { + "Id": 12091, + "Name": "水云间·门", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 81, + "UseTypeParameter2": 0 + }, + { + "Id": 12092, + "Name": "水云间·墙", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 82, + "UseTypeParameter2": 0 + }, + { + "Id": 12093, + "Name": "水云间·角", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 83, + "UseTypeParameter2": 0 + }, + { + "Id": 12094, + "Name": "碎石径", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 84, + "UseTypeParameter2": 0 + }, + { + "Id": 12095, + "Name": "流萤盏", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 85, + "UseTypeParameter2": 0 + }, + { + "Id": 12096, + "Name": "芙蕖疏影", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 86, + "UseTypeParameter2": 0 + }, + { + "Id": 12097, + "Name": "菡萏浮芳盏", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 87, + "UseTypeParameter2": 0 + }, + { + "Id": 12098, + "Name": "玉兔揽月灯", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 88, + "UseTypeParameter2": 0 + }, + { + "Id": 12099, + "Name": "月盏盛秋梦", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 89, + "UseTypeParameter2": 0 + }, + { + "Id": 12100, + "Name": "秋夕玉兔灯", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 90, + "UseTypeParameter2": 0 + }, + { + "Id": 12101, + "Name": "月宫玉兔摊", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 91, + "UseTypeParameter2": 0 + }, { "Id": 12501, "Name": "图纸:碎石手推车", @@ -3207,6 +3447,54 @@ "UseTypeParameter": 671, "UseTypeParameter2": 0 }, + { + "Id": 12558, + "Name": "图纸:曲径石阑", + "UseType": 3, + "ScaleCondition": 20, + "UseTypeParameter": 6058, + "UseTypeParameter2": 0 + }, + { + "Id": 12559, + "Name": "图纸:曲径石阑·角", + "UseType": 3, + "ScaleCondition": 20, + "UseTypeParameter": 6059, + "UseTypeParameter2": 0 + }, + { + "Id": 12560, + "Name": "图纸:水云间·门", + "UseType": 3, + "ScaleCondition": 20, + "UseTypeParameter": 6060, + "UseTypeParameter2": 0 + }, + { + "Id": 12561, + "Name": "图纸:水云间·墙", + "UseType": 3, + "ScaleCondition": 20, + "UseTypeParameter": 6061, + "UseTypeParameter2": 0 + }, + { + "Id": 12562, + "Name": "图纸:水云间·角", + "UseType": 3, + "ScaleCondition": 20, + "UseTypeParameter": 6062, + "UseTypeParameter2": 0 + }, + { + "Id": 12563, + "Name": "图纸:碎石径", + "UseType": 3, + "ScaleCondition": 20, + "UseTypeParameter": 6063, + "UseTypeParameter2": 0 + }, { "Id": 13001, "Name": "图纸残页:茅草木门", @@ -3447,6 +3735,30 @@ "UseTypeParameter": 9012, "UseTypeParameter2": 4 }, + { + "Id": 13031, + "Name": "图纸残页:东篱素菊", + "UseType": 25, + "ScaleCondition": 20, + "UseTypeParameter": 8261, + "UseTypeParameter2": 4 + }, + { + "Id": 13032, + "Name": "图纸残页:方寸幽兰", + "UseType": 25, + "ScaleCondition": 20, + "UseTypeParameter": 8262, + "UseTypeParameter2": 4 + }, + { + "Id": 13033, + "Name": "图纸残页:石上朝颜", + "UseType": 25, + "ScaleCondition": 20, + "UseTypeParameter": 8264, + "UseTypeParameter2": 4 + }, { "Id": 14000, "Name": "血珀石碎片", @@ -3455,6 +3767,14 @@ "UseTypeParameter": 1204, "UseTypeParameter2": 100 }, + { + "Id": 15000, + "Name": "蟾宫兔影", + "UseType": 12, + "ScaleCondition": 0, + "UseTypeParameter": 5001, + "UseTypeParameter2": 0 + }, { "Id": 22000, "Name": "食券*10", @@ -3527,6 +3847,14 @@ "UseTypeParameter": 48, "UseTypeParameter2": 0 }, + { + "Id": 22010, + "Name": "抽奖券*2", + "UseType": 22, + "ScaleCondition": 0, + "UseTypeParameter": 9006, + "UseTypeParameter2": 0 + }, { "Id": 30000, "Name": "图纸:铃骨小筑", @@ -3719,6 +4047,14 @@ "UseTypeParameter": 1036, "UseTypeParameter2": 0 }, + { + "Id": 30024, + "Name": "图纸:九重凌云塔", + "UseType": 27, + "ScaleCondition": 0, + "UseTypeParameter": 1055, + "UseTypeParameter2": 0 + }, { "Id": 40001, "Name": "蓝帘草庐", @@ -3975,9 +4311,25 @@ "UseTypeParameter": 7032, "UseTypeParameter2": 0 }, + { + "Id": 40033, + "Name": "壶中天地阁", + "UseType": 13, + "ScaleCondition": 20, + "UseTypeParameter": 7033, + "UseTypeParameter2": 0 + }, + { + "Id": 40034, + "Name": "梨雪荷风殿", + "UseType": 13, + "ScaleCondition": 20, + "UseTypeParameter": 7034, + "UseTypeParameter2": 0 + }, { "Id": 50001, - "Name": "图纸:榕树皮肤", + "Name": "图纸:榕树·连理枝", "UseType": 33, "ScaleCondition": 20, "UseTypeParameter": 1, @@ -3985,7 +4337,7 @@ }, { "Id": 50002, - "Name": "图纸:桢楠皮肤", + "Name": "图纸:桢楠·叠翠", "UseType": 33, "ScaleCondition": 20, "UseTypeParameter": 2, @@ -3993,7 +4345,7 @@ }, { "Id": 50003, - "Name": "图纸:桃树皮肤", + "Name": "图纸:松树·伴山", "UseType": 33, "ScaleCondition": 20, "UseTypeParameter": 3, @@ -4001,7 +4353,7 @@ }, { "Id": 50004, - "Name": "图纸:松树皮肤", + "Name": "图纸:桑树·盈满", "UseType": 33, "ScaleCondition": 20, "UseTypeParameter": 4, @@ -4009,7 +4361,7 @@ }, { "Id": 50005, - "Name": "图纸:桑树皮肤", + "Name": "图纸:柳树·平湖影", "UseType": 33, "ScaleCondition": 20, "UseTypeParameter": 5, @@ -4017,20 +4369,12 @@ }, { "Id": 50006, - "Name": "图纸:柳树皮肤", + "Name": "图纸:梨树·月满梢", "UseType": 33, "ScaleCondition": 20, "UseTypeParameter": 6, "UseTypeParameter2": 0 }, - { - "Id": 50007, - "Name": "图纸:梨树皮肤", - "UseType": 33, - "ScaleCondition": 20, - "UseTypeParameter": 7, - "UseTypeParameter2": 0 - }, { "Id": 99000, "Name": "扬声笛", diff --git a/src/api/config/GameAIConfigCategory.json b/src/api/config/GameAIConfigCategory.json index 4417807..d1b2407 100644 --- a/src/api/config/GameAIConfigCategory.json +++ b/src/api/config/GameAIConfigCategory.json @@ -222,5 +222,19 @@ "Order": 1, "Name": "AI_Check_Medicine", "NodeParams": [] + }, + { + "Id": 1601, + "AIConfigId": 16, + "Order": 1, + "Name": "AI_SeekChallengeBoss", + "NodeParams": [] + }, + { + "Id": 1602, + "AIConfigId": 16, + "Order": 2, + "Name": "AI_Battle_AutoNormalAttck", + "NodeParams": [] } ] \ No newline at end of file diff --git a/src/api/config/GameUnitSizeInfoConfigCategory.json b/src/api/config/GameUnitSizeInfoConfigCategory.json index c1fdb47..20341d1 100644 --- a/src/api/config/GameUnitSizeInfoConfigCategory.json +++ b/src/api/config/GameUnitSizeInfoConfigCategory.json @@ -1226,6 +1226,13 @@ "Height": 11 } }, + { + "ConfigId": 677, + "PlaceSizeData": { + "Width": 5, + "Height": 5 + } + }, { "ConfigId": 1000, "PlaceSizeData": { @@ -1357,8 +1364,8 @@ { "ConfigId": 8, "PlaceSizeData": { - "Width": 3, - "Height": 3 + "Width": 2, + "Height": 2 } }, { @@ -1378,36 +1385,36 @@ { "ConfigId": 11, "PlaceSizeData": { - "Width": 4, - "Height": 4 + "Width": 2, + "Height": 2 } }, { "ConfigId": 12, "PlaceSizeData": { - "Width": 4, - "Height": 4 + "Width": 2, + "Height": 2 } }, { "ConfigId": 13, "PlaceSizeData": { - "Width": 3, - "Height": 3 + "Width": 2, + "Height": 2 } }, { "ConfigId": 14, "PlaceSizeData": { - "Width": 5, - "Height": 5 + "Width": 4, + "Height": 4 } }, { "ConfigId": 16, "PlaceSizeData": { - "Width": 5, - "Height": 5 + "Width": 3, + "Height": 3 } }, { @@ -1483,8 +1490,8 @@ { "ConfigId": 27, "PlaceSizeData": { - "Width": 4, - "Height": 4 + "Width": 2, + "Height": 2 } }, { @@ -1511,8 +1518,8 @@ { "ConfigId": 31, "PlaceSizeData": { - "Width": 3, - "Height": 3 + "Width": 2, + "Height": 2 } }, { @@ -1522,6 +1529,27 @@ "Height": 5 } }, + { + "ConfigId": 34, + "PlaceSizeData": { + "Width": 2, + "Height": 2 + } + }, + { + "ConfigId": 35, + "PlaceSizeData": { + "Width": 2, + "Height": 2 + } + }, + { + "ConfigId": 36, + "PlaceSizeData": { + "Width": 2, + "Height": 2 + } + }, { "ConfigId": 200, "PlaceSizeData": { @@ -1583,8 +1611,8 @@ { "ConfigId": 7, "PlaceSizeData": { - "Width": 3, - "Height": 3 + "Width": 2, + "Height": 2 } }, { @@ -1597,43 +1625,43 @@ { "ConfigId": 9, "PlaceSizeData": { - "Width": 4, - "Height": 4 + "Width": 2, + "Height": 2 } }, { "ConfigId": 10, "PlaceSizeData": { - "Width": 4, - "Height": 4 + "Width": 2, + "Height": 2 } }, { "ConfigId": 11, "PlaceSizeData": { - "Width": 3, - "Height": 3 + "Width": 2, + "Height": 2 } }, { "ConfigId": 12, "PlaceSizeData": { - "Width": 5, - "Height": 5 + "Width": 4, + "Height": 4 } }, { "ConfigId": 14, "PlaceSizeData": { - "Width": 5, - "Height": 5 + "Width": 3, + "Height": 3 } }, { "ConfigId": 15, "PlaceSizeData": { - "Width": 4, - "Height": 4 + "Width": 2, + "Height": 2 } }, { @@ -1709,8 +1737,8 @@ { "ConfigId": 26, "PlaceSizeData": { - "Width": 3, - "Height": 3 + "Width": 2, + "Height": 2 } }, { @@ -1719,6 +1747,27 @@ "Width": 5, "Height": 5 } + }, + { + "ConfigId": 29, + "PlaceSizeData": { + "Width": 2, + "Height": 2 + } + }, + { + "ConfigId": 30, + "PlaceSizeData": { + "Width": 2, + "Height": 2 + } + }, + { + "ConfigId": 31, + "PlaceSizeData": { + "Width": 2, + "Height": 2 + } } ], "ImmortalTreeSizeInfos": [ @@ -5410,6 +5459,132 @@ "Height": 1 } }, + { + "ConfigId": 73, + "PlaceSizeData": { + "Width": 1, + "Height": 1 + } + }, + { + "ConfigId": 74, + "PlaceSizeData": { + "Width": 1, + "Height": 1 + } + }, + { + "ConfigId": 75, + "PlaceSizeData": { + "Width": 1, + "Height": 1 + } + }, + { + "ConfigId": 77, + "PlaceSizeData": { + "Width": 1, + "Height": 1 + } + }, + { + "ConfigId": 78, + "PlaceSizeData": { + "Width": 1, + "Height": 1 + } + }, + { + "ConfigId": 79, + "PlaceSizeData": { + "Width": 1, + "Height": 2 + } + }, + { + "ConfigId": 80, + "PlaceSizeData": { + "Width": 1, + "Height": 1 + } + }, + { + "ConfigId": 81, + "PlaceSizeData": { + "Width": 4, + "Height": 2 + } + }, + { + "ConfigId": 82, + "PlaceSizeData": { + "Width": 1, + "Height": 4 + } + }, + { + "ConfigId": 83, + "PlaceSizeData": { + "Width": 1, + "Height": 1 + } + }, + { + "ConfigId": 84, + "PlaceSizeData": { + "Width": 2, + "Height": 2 + } + }, + { + "ConfigId": 85, + "PlaceSizeData": { + "Width": 1, + "Height": 1 + } + }, + { + "ConfigId": 86, + "PlaceSizeData": { + "Width": 2, + "Height": 2 + } + }, + { + "ConfigId": 87, + "PlaceSizeData": { + "Width": 1, + "Height": 1 + } + }, + { + "ConfigId": 88, + "PlaceSizeData": { + "Width": 1, + "Height": 1 + } + }, + { + "ConfigId": 89, + "PlaceSizeData": { + "Width": 1, + "Height": 1 + } + }, + { + "ConfigId": 90, + "PlaceSizeData": { + "Width": 1, + "Height": 1 + } + }, + { + "ConfigId": 91, + "PlaceSizeData": { + "Width": 7, + "Height": 5 + } + }, { "ConfigId": 1000, "PlaceSizeData": { @@ -5486,6 +5661,13 @@ "Width": 1, "Height": 1 } + }, + { + "ConfigId": 5001, + "PlaceSizeData": { + "Width": 2, + "Height": 2 + } } ], "NpcSizeInfos": [ diff --git a/src/api/config/GemConfigCategory.json b/src/api/config/GemConfigCategory.json index 68cb506..249ebdb 100644 --- a/src/api/config/GemConfigCategory.json +++ b/src/api/config/GemConfigCategory.json @@ -9,6 +9,8 @@ ], "ExtraAttributeGroup": 210101, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 1 }, @@ -22,6 +24,8 @@ ], "ExtraAttributeGroup": 210201, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 2 }, @@ -36,6 +40,8 @@ ], "ExtraAttributeGroup": 210301, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 5 }, @@ -49,6 +55,8 @@ ], "ExtraAttributeGroup": 210111, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 3 }, @@ -62,6 +70,8 @@ ], "ExtraAttributeGroup": 210211, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 4 }, @@ -76,6 +86,8 @@ ], "ExtraAttributeGroup": 210311, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 8 }, @@ -90,6 +102,8 @@ ], "ExtraAttributeGroup": 210401, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 6 }, @@ -104,6 +118,8 @@ ], "ExtraAttributeGroup": 210501, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 7 }, @@ -118,6 +134,8 @@ ], "ExtraAttributeGroup": 210601, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 11 }, @@ -132,6 +150,8 @@ ], "ExtraAttributeGroup": 210411, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 9 }, @@ -146,6 +166,8 @@ ], "ExtraAttributeGroup": 210511, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 10 }, @@ -160,6 +182,8 @@ ], "ExtraAttributeGroup": 210611, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 14 }, @@ -174,6 +198,8 @@ ], "ExtraAttributeGroup": 210701, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 12 }, @@ -188,6 +214,8 @@ ], "ExtraAttributeGroup": 210801, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 13 }, @@ -202,6 +230,8 @@ ], "ExtraAttributeGroup": 210901, "IngotsRefresh": true, + "FixedAttributeRefresh": true, + "FixedAttributeCost": 1, "ExtraAttributeNum": 2, "TreasureSynthesis": 0 }, @@ -216,6 +246,8 @@ ], "ExtraAttributeGroup": 210711, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 15 }, @@ -230,6 +262,8 @@ ], "ExtraAttributeGroup": 210811, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 16 }, @@ -244,6 +278,8 @@ ], "ExtraAttributeGroup": 210911, "IngotsRefresh": true, + "FixedAttributeRefresh": true, + "FixedAttributeCost": 1, "ExtraAttributeNum": 2, "TreasureSynthesis": 0 }, @@ -257,6 +293,8 @@ ], "ExtraAttributeGroup": 220101, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 1001 }, @@ -270,6 +308,8 @@ ], "ExtraAttributeGroup": 220201, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 1002 }, @@ -283,6 +323,8 @@ ], "ExtraAttributeGroup": 220301, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 1005 }, @@ -296,6 +338,8 @@ ], "ExtraAttributeGroup": 220111, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 1003 }, @@ -309,6 +353,8 @@ ], "ExtraAttributeGroup": 220211, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 1004 }, @@ -322,6 +368,8 @@ ], "ExtraAttributeGroup": 220311, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 1008 }, @@ -336,6 +384,8 @@ ], "ExtraAttributeGroup": 220401, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 1006 }, @@ -350,6 +400,8 @@ ], "ExtraAttributeGroup": 220501, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 1007 }, @@ -364,6 +416,8 @@ ], "ExtraAttributeGroup": 220601, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 1011 }, @@ -378,6 +432,8 @@ ], "ExtraAttributeGroup": 220411, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 1009 }, @@ -392,6 +448,8 @@ ], "ExtraAttributeGroup": 220511, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 1010 }, @@ -406,6 +464,8 @@ ], "ExtraAttributeGroup": 220611, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 1014 }, @@ -420,6 +480,8 @@ ], "ExtraAttributeGroup": 220701, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 1012 }, @@ -434,6 +496,8 @@ ], "ExtraAttributeGroup": 220801, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 1013 }, @@ -448,6 +512,8 @@ ], "ExtraAttributeGroup": 220901, "IngotsRefresh": true, + "FixedAttributeRefresh": true, + "FixedAttributeCost": 1, "ExtraAttributeNum": 2, "TreasureSynthesis": 0 }, @@ -462,6 +528,8 @@ ], "ExtraAttributeGroup": 220711, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 1015 }, @@ -476,6 +544,8 @@ ], "ExtraAttributeGroup": 220811, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 1016 }, @@ -490,6 +560,8 @@ ], "ExtraAttributeGroup": 220911, "IngotsRefresh": true, + "FixedAttributeRefresh": true, + "FixedAttributeCost": 1, "ExtraAttributeNum": 2, "TreasureSynthesis": 0 }, @@ -504,6 +576,8 @@ ], "ExtraAttributeGroup": 230401, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 3001 }, @@ -518,6 +592,8 @@ ], "ExtraAttributeGroup": 230501, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 3002 }, @@ -532,6 +608,8 @@ ], "ExtraAttributeGroup": 230601, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 3005 }, @@ -546,6 +624,8 @@ ], "ExtraAttributeGroup": 230411, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 1, "TreasureSynthesis": 3003 }, @@ -560,6 +640,8 @@ ], "ExtraAttributeGroup": 230511, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 3004 }, @@ -574,6 +656,8 @@ ], "ExtraAttributeGroup": 230611, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 3008 }, @@ -588,6 +672,8 @@ ], "ExtraAttributeGroup": 230701, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 3006 }, @@ -602,6 +688,8 @@ ], "ExtraAttributeGroup": 230801, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 3007 }, @@ -616,6 +704,8 @@ ], "ExtraAttributeGroup": 230901, "IngotsRefresh": true, + "FixedAttributeRefresh": true, + "FixedAttributeCost": 1, "ExtraAttributeNum": 2, "TreasureSynthesis": 0 }, @@ -630,6 +720,8 @@ ], "ExtraAttributeGroup": 230711, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 3009 }, @@ -644,6 +736,8 @@ ], "ExtraAttributeGroup": 230811, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 2, "TreasureSynthesis": 3010 }, @@ -658,6 +752,8 @@ ], "ExtraAttributeGroup": 230911, "IngotsRefresh": true, + "FixedAttributeRefresh": true, + "FixedAttributeCost": 1, "ExtraAttributeNum": 2, "TreasureSynthesis": 0 }, @@ -671,6 +767,8 @@ ], "ExtraAttributeGroup": 0, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 0, "TreasureSynthesis": 0 }, @@ -684,6 +782,8 @@ ], "ExtraAttributeGroup": 0, "IngotsRefresh": false, + "FixedAttributeRefresh": false, + "FixedAttributeCost": 0, "ExtraAttributeNum": 0, "TreasureSynthesis": 0 } diff --git a/src/api/config/GoodsForRecycleConfigCategory.json b/src/api/config/GoodsForRecycleConfigCategory.json index 8ed63cd..7952daa 100644 --- a/src/api/config/GoodsForRecycleConfigCategory.json +++ b/src/api/config/GoodsForRecycleConfigCategory.json @@ -5,8 +5,8 @@ "Scale": 0, "ItemId": 315, "SaleNum": [ - 10, - 10 + 15, + 15 ], "Weight": 1, "SaleCondition": 0, @@ -22,8 +22,8 @@ "Scale": 4, "ItemId": 200001, "SaleNum": [ - 10, - 10 + 15, + 15 ], "Weight": 1, "SaleCondition": 0, @@ -39,8 +39,8 @@ "Scale": 4, "ItemId": 2006, "SaleNum": [ - 20, - 20 + 30, + 30 ], "Weight": 1, "SaleCondition": 0, @@ -56,8 +56,8 @@ "Scale": 4, "ItemId": 204, "SaleNum": [ - 200, - 200 + 300, + 300 ], "Weight": 1, "SaleCondition": 0, @@ -73,8 +73,8 @@ "Scale": 4, "ItemId": 860, "SaleNum": [ - 50, - 50 + 75, + 75 ], "Weight": 1, "SaleCondition": 0, @@ -90,8 +90,8 @@ "Scale": 4, "ItemId": 859, "SaleNum": [ - 20, - 20 + 40, + 40 ], "Weight": 1, "SaleCondition": 0, @@ -107,8 +107,8 @@ "Scale": 5, "ItemId": 851, "SaleNum": [ - 20, - 20 + 40, + 40 ], "Weight": 1, "SaleCondition": 0, @@ -124,8 +124,8 @@ "Scale": 6, "ItemId": 852, "SaleNum": [ - 20, - 20 + 40, + 40 ], "Weight": 1, "SaleCondition": 0, @@ -141,8 +141,8 @@ "Scale": 7, "ItemId": 110, "SaleNum": [ - 50, - 50 + 75, + 75 ], "Weight": 1, "SaleCondition": 0, @@ -158,8 +158,8 @@ "Scale": 10, "ItemId": 853, "SaleNum": [ - 30, - 30 + 50, + 50 ], "Weight": 1, "SaleCondition": 0, @@ -175,8 +175,8 @@ "Scale": 11, "ItemId": 854, "SaleNum": [ - 30, - 30 + 50, + 50 ], "Weight": 1, "SaleCondition": 0, @@ -209,8 +209,8 @@ "Scale": 13, "ItemId": 124, "SaleNum": [ - 800, - 800 + 1000, + 1000 ], "Weight": 1, "SaleCondition": 0, @@ -243,8 +243,8 @@ "Scale": 8, "ItemId": 818, "SaleNum": [ - 1, - 1 + 2, + 2 ], "Weight": 1, "SaleCondition": 0, diff --git a/src/api/config/GoodsForSaleConfigCategory.json b/src/api/config/GoodsForSaleConfigCategory.json index ef87251..9123d6c 100644 --- a/src/api/config/GoodsForSaleConfigCategory.json +++ b/src/api/config/GoodsForSaleConfigCategory.json @@ -3519,6 +3519,28 @@ "Specialty": 0, "RefreshCycle": 4 }, + { + "Id": 20302, + "GroupId": 203, + "Scale": 0, + "ItemId": 7883, + "SaleNum": [ + 20, + 20 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 6, + "Price": 300, + "Discount": 90, + "DiscountWeight": 0, + "SaleMax": 20, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, { "Id": 6221, "GroupId": 204, @@ -3929,7 +3951,205 @@ "SaleCondition": 0, "SaleConditionParemeter": 0, "SellingCurrencyType": 10, - "Price": 6000, + "Price": 10000, + "Discount": 100, + "DiscountWeight": 0, + "SaleMax": 1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, + { + "Id": 6401, + "GroupId": 205, + "Scale": 0, + "ItemId": 319, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 10, + "Price": 1000, + "Discount": 100, + "DiscountWeight": 0, + "SaleMax": -1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 2 + }, + { + "Id": 6402, + "GroupId": 205, + "Scale": 0, + "ItemId": 401, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 10, + "Price": 1000, + "Discount": 100, + "DiscountWeight": 0, + "SaleMax": 1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, + { + "Id": 6403, + "GroupId": 205, + "Scale": 0, + "ItemId": 402, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 10, + "Price": 1000, + "Discount": 100, + "DiscountWeight": 0, + "SaleMax": 1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, + { + "Id": 6404, + "GroupId": 205, + "Scale": 0, + "ItemId": 403, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 10, + "Price": 1000, + "Discount": 100, + "DiscountWeight": 0, + "SaleMax": 1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, + { + "Id": 6405, + "GroupId": 205, + "Scale": 0, + "ItemId": 404, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 10, + "Price": 1000, + "Discount": 100, + "DiscountWeight": 0, + "SaleMax": 1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, + { + "Id": 6406, + "GroupId": 205, + "Scale": 0, + "ItemId": 405, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 10, + "Price": 1000, + "Discount": 100, + "DiscountWeight": 0, + "SaleMax": 1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, + { + "Id": 6407, + "GroupId": 205, + "Scale": 0, + "ItemId": 406, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 10, + "Price": 1000, + "Discount": 100, + "DiscountWeight": 0, + "SaleMax": 1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, + { + "Id": 6408, + "GroupId": 205, + "Scale": 0, + "ItemId": 407, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 10, + "Price": 1000, + "Discount": 100, + "DiscountWeight": 0, + "SaleMax": 1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, + { + "Id": 6409, + "GroupId": 205, + "Scale": 0, + "ItemId": 408, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 10, + "Price": 1000, "Discount": 100, "DiscountWeight": 0, "SaleMax": 1, @@ -3937,6 +4157,94 @@ "Specialty": 0, "RefreshCycle": 0 }, + { + "Id": 6410, + "GroupId": 205, + "Scale": 0, + "ItemId": 409, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 10, + "Price": 1000, + "Discount": 100, + "DiscountWeight": 0, + "SaleMax": 1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, + { + "Id": 6411, + "GroupId": 205, + "Scale": 0, + "ItemId": 420, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 10, + "Price": 1000, + "Discount": 100, + "DiscountWeight": 0, + "SaleMax": -1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 2 + }, + { + "Id": 6412, + "GroupId": 205, + "Scale": 0, + "ItemId": 4164, + "SaleNum": [ + 10, + 10 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 10, + "Price": 500, + "Discount": 100, + "DiscountWeight": 0, + "SaleMax": 10, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, + { + "Id": 6413, + "GroupId": 205, + "Scale": 0, + "ItemId": 4162, + "SaleNum": [ + 10, + 10 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 10, + "Price": 500, + "Discount": 100, + "DiscountWeight": 0, + "SaleMax": 10, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, { "Id": 7001, "GroupId": 202, @@ -7346,5 +7654,115 @@ "DiscountMark": "", "Specialty": 0, "RefreshCycle": 0 + }, + { + "Id": 10032, + "GroupId": 407, + "Scale": 0, + "ItemId": 400032, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 9, + "Price": 1, + "Discount": 0, + "DiscountWeight": 0, + "SaleMax": 1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, + { + "Id": 10033, + "GroupId": 407, + "Scale": 0, + "ItemId": 400033, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 9, + "Price": 1, + "Discount": 0, + "DiscountWeight": 0, + "SaleMax": 1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, + { + "Id": 11001, + "GroupId": 408, + "Scale": 0, + "ItemId": 210006, + "SaleNum": [ + 1, + 1 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 11, + "Price": 0, + "Discount": 0, + "DiscountWeight": 0, + "SaleMax": -1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 1 + }, + { + "Id": 11002, + "GroupId": 408, + "Scale": 0, + "ItemId": 210005, + "SaleNum": [ + 55, + 55 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 2, + "Price": 60, + "Discount": 0, + "DiscountWeight": 0, + "SaleMax": -1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 + }, + { + "Id": 11003, + "GroupId": 408, + "Scale": 0, + "ItemId": 210005, + "SaleNum": [ + 50, + 50 + ], + "Weight": 1, + "OverlayWeight": 0, + "SaleCondition": 0, + "SaleConditionParemeter": 0, + "SellingCurrencyType": 5, + "Price": 5, + "Discount": 0, + "DiscountWeight": 0, + "SaleMax": -1, + "DiscountMark": "", + "Specialty": 0, + "RefreshCycle": 0 } ] \ No newline at end of file diff --git a/src/api/config/GuanPuConfigCategory.json b/src/api/config/GuanPuConfigCategory.json new file mode 100644 index 0000000..ecd99b4 --- /dev/null +++ b/src/api/config/GuanPuConfigCategory.json @@ -0,0 +1,98 @@ +[ + { + "Id": 100, + "Type": 1, + "Period": 1, + "RewardId": 100108, + "Number": 1, + "Weight": 2 + }, + { + "Id": 101, + "Type": 1, + "Period": 1, + "RewardId": 100109, + "Number": 1, + "Weight": 2 + }, + { + "Id": 200, + "Type": 2, + "Period": 1, + "RewardId": 100110, + "Number": 2, + "Weight": 1000 + }, + { + "Id": 201, + "Type": 2, + "Period": 1, + "RewardId": 100111, + "Number": 17, + "Weight": 500 + }, + { + "Id": 202, + "Type": 2, + "Period": 1, + "RewardId": 100112, + "Number": 15, + "Weight": 500 + }, + { + "Id": 203, + "Type": 2, + "Period": 1, + "RewardId": 100113, + "Number": 10, + "Weight": 500 + }, + { + "Id": 204, + "Type": 2, + "Period": 1, + "RewardId": 100114, + "Number": 8, + "Weight": 500 + }, + { + "Id": 205, + "Type": 2, + "Period": 1, + "RewardId": 100115, + "Number": 8, + "Weight": 500 + }, + { + "Id": 206, + "Type": 2, + "Period": 1, + "RewardId": 100116, + "Number": 10, + "Weight": 500 + }, + { + "Id": 207, + "Type": 2, + "Period": 1, + "RewardId": 100117, + "Number": 10, + "Weight": 500 + }, + { + "Id": 208, + "Type": 2, + "Period": 1, + "RewardId": 100118, + "Number": 10, + "Weight": 500 + }, + { + "Id": 209, + "Type": 2, + "Period": 1, + "RewardId": 100119, + "Number": 15, + "Weight": 500 + } +] \ No newline at end of file diff --git a/src/api/config/HeadIconConfigCategory.json b/src/api/config/HeadIconConfigCategory.json index 7c757e3..7e8e0c1 100644 --- a/src/api/config/HeadIconConfigCategory.json +++ b/src/api/config/HeadIconConfigCategory.json @@ -189,6 +189,16 @@ "Description": "随风飘扬的纸鸢", "GetMethod": "微风上纸鸢活动" }, + { + "ID": 1006, + "Type": 1, + "HeadIconName": "广寒小仙", + "HeadIcon": "Head_YuTu", + "RequirementTpye": 2, + "RequirementCondition": 100006, + "Description": "月宫深处捣药忙的小仙兔,今夕也偷闲下凡,共贺人间佳节。", + "GetMethod": "中秋活动" + }, { "ID": 2000, "Type": 2, @@ -198,5 +208,25 @@ "RequirementCondition": 0, "Description": "默认头像框", "GetMethod": "默认拥有" + }, + { + "ID": 2001, + "Type": 2, + "HeadIconName": "云踪", + "HeadIcon": "HeadFrame_2001", + "RequirementTpye": 1, + "RequirementCondition": 0, + "Description": "天青一线,云迹初现。", + "GetMethod": "默认拥有" + }, + { + "ID": 2002, + "Type": 2, + "HeadIconName": "桂魄浮光", + "HeadIcon": "HeadFrame_2002", + "RequirementTpye": 2, + "RequirementCondition": 120001, + "Description": "以湛蓝月华为边,绘入云中玉兔、盏盏暖灯与飘香金桂,框住一轮明月,映照一季金秋。", + "GetMethod": "中秋活动" } ] \ No newline at end of file diff --git a/src/api/config/HelpConfigCategory.json b/src/api/config/HelpConfigCategory.json index cf36ec2..0d3caa4 100644 --- a/src/api/config/HelpConfigCategory.json +++ b/src/api/config/HelpConfigCategory.json @@ -466,5 +466,122 @@ "Picture3": "", "Text3": "", "NextPage": 0 + }, + { + "id": 40, + "Group": 35, + "Page": 1, + "Stencil": 3, + "Picture1": "", + "Text1": "1、活动期间每天会新增一次团圆宴的举办次数\n2、团圆宴可以邀请陶渊明和外嫁、入赘其他山谷的村民,村民将会携带伴手礼前来参加宴会", + "Picture2": "", + "Text2": "", + "Picture3": "", + "Text3": "", + "NextPage": 0 + }, + { + "id": 41, + "Group": 36, + "Page": 1, + "Stencil": 3, + "Picture1": "", + "Text1": "1、活动期间每天可以领取两张抽奖券\n2、每次最多使用3张抽奖券", + "Picture2": "", + "Text2": "", + "Picture3": "", + "Text3": "", + "NextPage": 0 + }, + { + "id": 42, + "Group": 37, + "Page": 1, + "Stencil": 3, + "Picture1": "", + "Text1": "1、活动期间每天可以获得一局游戏次数,但是次数不会累计\n2、在关扑中可获得道具【邀月帖】,获得后可以解锁位置邀请村民参与博饼,村民博饼获得的奖励归谷主所有\n3、一轮博饼游戏中每个人有一次摇骰子的机会,一局博饼游戏将在所有奖励都被获得后结束\n4、根据骰子的点数组合不同可获得不同的奖励", + "Picture2": "", + "Text2": "", + "Picture3": "", + "Text3": "", + "NextPage": 0 + }, + { + "id": 43, + "Group": 38, + "Page": 1, + "Stencil": 4, + "Picture1": "Help_Picture_Expedition_01", + "Text1": "在远征玩法中,谷主需要挑战道路上的节点,以到达最后的目的地\n注意,每周一都将回到起点,重新挑战", + "Picture2": "", + "Text2": "", + "Picture3": "", + "Text3": "", + "NextPage": 0 + }, + { + "id": 44, + "Group": 38, + "Page": 2, + "Stencil": 4, + "Picture1": "Help_Picture_Expedition_02", + "Text1": "点击勇士头像可以更换装备、宝石;\n长按勇士头像并拖动可以将勇士加入队伍;\n在状态中,可以看到队伍的buff", + "Picture2": "", + "Text2": "", + "Picture3": "", + "Text3": "", + "NextPage": 0 + }, + { + "id": 45, + "Group": 38, + "Page": 3, + "Stencil": 4, + "Picture1": "Help_Picture_Expedition_03", + "Text1": "每次挑战成功后,谷主都可以在随机的三个buff中选择一个作为队伍永久增益;\n也可以花费桃花石,重新随机;\n每日首次刷新BUFF免费", + "Picture2": "", + "Text2": "", + "Picture3": "", + "Text3": "", + "NextPage": 0 + }, + { + "id": 46, + "Group": 38, + "Page": 4, + "Stencil": 4, + "Picture1": "Help_Picture_Expedition_04", + "Text1": "即使挑战失败,怪物已经扣除的血量也会保留,不要灰心,调整勇士搭配继续尝试吧", + "Picture2": "", + "Text2": "", + "Picture3": "", + "Text3": "", + "NextPage": 0 + }, + { + "id": 47, + "Group": 38, + "Page": 5, + "Stencil": 4, + "Picture1": "Help_Picture_Expedition_05", + "Text1": "谷主每天有1次免费挑战机会(开通永久月卡后为3次),可以花费桃花石购买最多3次额外的机会", + "Picture2": "", + "Text2": "", + "Picture3": "", + "Text3": "", + "NextPage": 0 + }, + { + "id": 48, + "Group": 38, + "Page": 6, + "Stencil": 4, + "Picture1": "Help_Picture_Expedition_06", + "Text1": "关卡挑战成功后可以获得远征币,每周首次通关可以获得更多的远征币,可以在远征商店购买道具", + "Picture2": "", + "Text2": "", + "Picture3": "", + "Text3": "", + "NextPage": 0 } ] \ No newline at end of file diff --git a/src/api/config/ImmortalTreeConfigCategory.json b/src/api/config/ImmortalTreeConfigCategory.json index 6d298dd..854bf35 100644 --- a/src/api/config/ImmortalTreeConfigCategory.json +++ b/src/api/config/ImmortalTreeConfigCategory.json @@ -1,7 +1,7 @@ [ { "Id": 1, - "FertilizationTimes": 3, + "FertilizationTimes": 6, "IrrigationTimes": 2, "PrefabName": "ImmortalTree_1" } diff --git a/src/api/config/ImmortalTreeLvConfigCategory.json b/src/api/config/ImmortalTreeLvConfigCategory.json index 52bfeac..74ac39c 100644 --- a/src/api/config/ImmortalTreeLvConfigCategory.json +++ b/src/api/config/ImmortalTreeLvConfigCategory.json @@ -1198,205 +1198,5 @@ "ItemId_5": 0, "ItemNum_5": 0, "ImmortalityFruit": 0 - }, - { - "Id": 1001, - "Stage": 2, - "Lv": 1, - "NextExp": 100000, - "Num": 60, - "DEF": 0, - "MpMax": 140000, - "ItemId_1": 7303, - "ItemNum_1": 64, - "ItemId_2": 200001, - "ItemNum_2": 1, - "ItemId_3": 0, - "ItemNum_3": 0, - "ItemId_4": 0, - "ItemNum_4": 0, - "ItemId_5": 0, - "ItemNum_5": 0, - "ImmortalityFruit": 2 - }, - { - "Id": 1002, - "Stage": 2, - "Lv": 2, - "NextExp": 100000, - "Num": 60, - "DEF": 0, - "MpMax": 140000, - "ItemId_1": 7303, - "ItemNum_1": 64, - "ItemId_2": 200001, - "ItemNum_2": 1, - "ItemId_3": 0, - "ItemNum_3": 0, - "ItemId_4": 0, - "ItemNum_4": 0, - "ItemId_5": 0, - "ItemNum_5": 0, - "ImmortalityFruit": 4 - }, - { - "Id": 1003, - "Stage": 2, - "Lv": 3, - "NextExp": 100000, - "Num": 60, - "DEF": 0, - "MpMax": 140000, - "ItemId_1": 7303, - "ItemNum_1": 64, - "ItemId_2": 200001, - "ItemNum_2": 1, - "ItemId_3": 0, - "ItemNum_3": 0, - "ItemId_4": 0, - "ItemNum_4": 0, - "ItemId_5": 0, - "ItemNum_5": 0, - "ImmortalityFruit": 6 - }, - { - "Id": 1004, - "Stage": 2, - "Lv": 4, - "NextExp": 100000, - "Num": 60, - "DEF": 0, - "MpMax": 140000, - "ItemId_1": 7303, - "ItemNum_1": 64, - "ItemId_2": 200001, - "ItemNum_2": 1, - "ItemId_3": 0, - "ItemNum_3": 0, - "ItemId_4": 0, - "ItemNum_4": 0, - "ItemId_5": 0, - "ItemNum_5": 0, - "ImmortalityFruit": 8 - }, - { - "Id": 1005, - "Stage": 2, - "Lv": 5, - "NextExp": 100000, - "Num": 60, - "DEF": 0, - "MpMax": 140000, - "ItemId_1": 7303, - "ItemNum_1": 64, - "ItemId_2": 200001, - "ItemNum_2": 1, - "ItemId_3": 0, - "ItemNum_3": 0, - "ItemId_4": 0, - "ItemNum_4": 0, - "ItemId_5": 0, - "ItemNum_5": 0, - "ImmortalityFruit": 10 - }, - { - "Id": 1006, - "Stage": 2, - "Lv": 6, - "NextExp": 100000, - "Num": 60, - "DEF": 0, - "MpMax": 140000, - "ItemId_1": 7303, - "ItemNum_1": 64, - "ItemId_2": 200001, - "ItemNum_2": 1, - "ItemId_3": 0, - "ItemNum_3": 0, - "ItemId_4": 0, - "ItemNum_4": 0, - "ItemId_5": 0, - "ItemNum_5": 0, - "ImmortalityFruit": 12 - }, - { - "Id": 1007, - "Stage": 2, - "Lv": 7, - "NextExp": 100000, - "Num": 60, - "DEF": 0, - "MpMax": 140000, - "ItemId_1": 7303, - "ItemNum_1": 64, - "ItemId_2": 200001, - "ItemNum_2": 1, - "ItemId_3": 0, - "ItemNum_3": 0, - "ItemId_4": 0, - "ItemNum_4": 0, - "ItemId_5": 0, - "ItemNum_5": 0, - "ImmortalityFruit": 14 - }, - { - "Id": 1008, - "Stage": 2, - "Lv": 8, - "NextExp": 100000, - "Num": 60, - "DEF": 0, - "MpMax": 140000, - "ItemId_1": 7303, - "ItemNum_1": 64, - "ItemId_2": 200001, - "ItemNum_2": 1, - "ItemId_3": 0, - "ItemNum_3": 0, - "ItemId_4": 0, - "ItemNum_4": 0, - "ItemId_5": 0, - "ItemNum_5": 0, - "ImmortalityFruit": 16 - }, - { - "Id": 1009, - "Stage": 2, - "Lv": 9, - "NextExp": 100000, - "Num": 60, - "DEF": 0, - "MpMax": 140000, - "ItemId_1": 7303, - "ItemNum_1": 64, - "ItemId_2": 200001, - "ItemNum_2": 1, - "ItemId_3": 0, - "ItemNum_3": 0, - "ItemId_4": 0, - "ItemNum_4": 0, - "ItemId_5": 0, - "ItemNum_5": 0, - "ImmortalityFruit": 18 - }, - { - "Id": 1010, - "Stage": 2, - "Lv": 10, - "NextExp": 100000, - "Num": 60, - "DEF": 0, - "MpMax": 140000, - "ItemId_1": 7303, - "ItemNum_1": 64, - "ItemId_2": 200001, - "ItemNum_2": 1, - "ItemId_3": 0, - "ItemNum_3": 0, - "ItemId_4": 0, - "ItemNum_4": 0, - "ItemId_5": 0, - "ItemNum_5": 0, - "ImmortalityFruit": 20 } ] \ No newline at end of file diff --git a/src/api/config/InitialNpcCategory.json b/src/api/config/InitialNpcCategory.json index c9403c4..fc3abba 100644 --- a/src/api/config/InitialNpcCategory.json +++ b/src/api/config/InitialNpcCategory.json @@ -186,6 +186,12 @@ }, { "NpcConfigId": 1072 + }, + { + "NpcConfigId": 99006 + }, + { + "NpcConfigId": 99007 } ] } diff --git a/src/api/config/LingYuDongItemGroupConfigCategory.json b/src/api/config/LingYuDongItemGroupConfigCategory.json index e960a01..f516ba3 100644 --- a/src/api/config/LingYuDongItemGroupConfigCategory.json +++ b/src/api/config/LingYuDongItemGroupConfigCategory.json @@ -245,6 +245,15 @@ { "Id": 32, "GroupId": 601, + "ItemId": 1909, + "Num": 1, + "Times": 10, + "GroundCondition": 1, + "ScaleCondition": 0 + }, + { + "Id": 33, + "GroupId": 601, "ItemId": 1301, "Num": 1, "Times": 10, @@ -252,7 +261,7 @@ "ScaleCondition": 0 }, { - "Id": 33, + "Id": 34, "GroupId": 601, "ItemId": 706, "Num": 1, diff --git a/src/api/config/MainButtonConfigCategory.json b/src/api/config/MainButtonConfigCategory.json index 6e4b808..b246170 100644 --- a/src/api/config/MainButtonConfigCategory.json +++ b/src/api/config/MainButtonConfigCategory.json @@ -263,6 +263,17 @@ "FatherButton": 13, "UnlockCondition": "" }, + { + "Id": 1303, + "UIName": "ExpeditionBtn", + "New": true, + "DisplayType": 4, + "Parameter": 200, + "Parameter2": 0, + "ShowText": 0, + "FatherButton": 13, + "UnlockCondition": "" + }, { "Id": 1401, "UIName": "OneYuanShoppingMallBtn", diff --git a/src/api/config/MedicineConfigCategory.json b/src/api/config/MedicineConfigCategory.json index a4c9a7e..af8a607 100644 --- a/src/api/config/MedicineConfigCategory.json +++ b/src/api/config/MedicineConfigCategory.json @@ -347,6 +347,30 @@ "NumLimit": 10, "Buff": 250 }, + { + "Id": 313, + "Name": "五品生命丹", + "Level": 2, + "Type": 3, + "Toxicity": 0, + "MedicinalEfficacy": 30, + "AllMedicinalEfficacy": 30, + "TakeBody": 1, + "NumLimit": 10, + "Buff": 254 + }, + { + "Id": 315, + "Name": "五品攻击丹", + "Level": 2, + "Type": 3, + "Toxicity": 0, + "MedicinalEfficacy": 7, + "AllMedicinalEfficacy": 7, + "TakeBody": 1, + "NumLimit": 10, + "Buff": 256 + }, { "Id": 401, "Name": "七品回血丹", diff --git a/src/api/config/MoneyConfigCategory.json b/src/api/config/MoneyConfigCategory.json index ed2b05d..e0d95ce 100644 --- a/src/api/config/MoneyConfigCategory.json +++ b/src/api/config/MoneyConfigCategory.json @@ -52,5 +52,11 @@ "Name": "建设令", "Enums": 9, "ItemId": 706 + }, + { + "Id": 10, + "Name": "远征币", + "Enums": 10, + "ItemId": 210004 } ] \ No newline at end of file diff --git a/src/api/config/MonsterAiConfigCategory.json b/src/api/config/MonsterAiConfigCategory.json index 6b1d4f1..94cd36c 100644 --- a/src/api/config/MonsterAiConfigCategory.json +++ b/src/api/config/MonsterAiConfigCategory.json @@ -233,11 +233,101 @@ "CastSkill": 11001, "CastFrequency": 1 }, + { + "Id": 300011, + "GroupId": 30001, + "TriggeringConditions": 7, + "ConditionParameters": 0, + "Priority": 1, + "CastSkill": 300001, + "CastFrequency": 1 + }, + { + "Id": 31005, + "GroupId": 31005, + "TriggeringConditions": 3, + "ConditionParameters": 15, + "Priority": 2, + "CastSkill": 310031, + "CastFrequency": -1 + }, + { + "Id": 31006, + "GroupId": 31006, + "TriggeringConditions": 3, + "ConditionParameters": 17, + "Priority": 2, + "CastSkill": 310041, + "CastFrequency": -1 + }, + { + "Id": 31007, + "GroupId": 31007, + "TriggeringConditions": 7, + "ConditionParameters": 0, + "Priority": 1, + "CastSkill": 310053, + "CastFrequency": 1 + }, + { + "Id": 31008, + "GroupId": 31007, + "TriggeringConditions": 3, + "ConditionParameters": 8, + "Priority": 2, + "CastSkill": 310052, + "CastFrequency": -1 + }, + { + "Id": 31009, + "GroupId": 31009, + "TriggeringConditions": 3, + "ConditionParameters": 20, + "Priority": 1, + "CastSkill": 310061, + "CastFrequency": 1 + }, + { + "Id": 31010, + "GroupId": 31010, + "TriggeringConditions": 3, + "ConditionParameters": 15, + "Priority": 2, + "CastSkill": 310031, + "CastFrequency": -1 + }, + { + "Id": 31011, + "GroupId": 31010, + "TriggeringConditions": 4, + "ConditionParameters": 20, + "Priority": 1, + "CastSkill": 310062, + "CastFrequency": 1 + }, + { + "Id": 31012, + "GroupId": 31011, + "TriggeringConditions": 3, + "ConditionParameters": 17, + "Priority": 2, + "CastSkill": 310041, + "CastFrequency": -1 + }, + { + "Id": 31013, + "GroupId": 31011, + "TriggeringConditions": 4, + "ConditionParameters": 20, + "Priority": 1, + "CastSkill": 310062, + "CastFrequency": 1 + }, { "Id": 330011, "GroupId": 33001, "TriggeringConditions": 3, - "ConditionParameters": 30, + "ConditionParameters": 25, "Priority": 4, "CastSkill": 20011, "CastFrequency": -1 @@ -248,7 +338,7 @@ "TriggeringConditions": 5, "ConditionParameters": 0, "Priority": 3, - "CastSkill": 20011, + "CastSkill": 330011, "CastFrequency": -1 }, { @@ -256,8 +346,17 @@ "GroupId": 33001, "TriggeringConditions": 6, "ConditionParameters": 0, - "Priority": 2, + "Priority": 1, "CastSkill": 20031, "CastFrequency": -1 + }, + { + "Id": 330014, + "GroupId": 33001, + "TriggeringConditions": 3, + "ConditionParameters": 180, + "Priority": 2, + "CastSkill": 330012, + "CastFrequency": -1 } ] \ No newline at end of file diff --git a/src/api/config/MonsterConfigCategory.json b/src/api/config/MonsterConfigCategory.json index 04aedeb..cca9dc5 100644 --- a/src/api/config/MonsterConfigCategory.json +++ b/src/api/config/MonsterConfigCategory.json @@ -103186,15 +103186,15 @@ "Type": 1, "Name": "狼", "InitialDisplay": true, - "BodySoulLv": 1, + "BodySoulLv": 20, "Class": 1, "BeHitPos": { "x": 0, "y": 0.9 }, - "ATK": 8, - "HP": 100, - "DEF": 1, + "ATK": 800, + "HP": 500000, + "DEF": 100, "AttackSpeed": 100, "HitRate": 100, "DodgeRate": 0, @@ -103204,6 +103204,57 @@ "NormalAttack": 10001, "BattleCircle": 3, "ChasingCircle": 7, + "SkillSet": [ + 300001 + ], + "Ai": 30001, + "DisperseYaoyun": 0, + "ClearVillager": false, + "VillageHatred": 0, + "DoorHatred": 0, + "TowerHatred": 0, + "ImmortalTreeHatred": 0, + "StructureHatred": 0, + "WarriorHatred": 0, + "Help": false, + "Copper": [], + "DropGroup": 0, + "Probability": 0, + "ExtraOutProbability2": 0, + "ExtraOutProbability3": 0, + "Scale": 150, + "Offset": { + "x": 1, + "y": 1 + }, + "Prefab": "Monster_Lang_pt", + "HeadImage": "Monster_Lang", + "NameImage": "", + "Introduction": "" + }, + { + "Id": 31001, + "Type": 6, + "Name": "狼", + "InitialDisplay": false, + "BodySoulLv": 25, + "Class": 1, + "BeHitPos": { + "x": 0, + "y": 0.9 + }, + "ATK": 1200, + "HP": 600000, + "DEF": 800, + "AttackSpeed": 100, + "HitRate": 110, + "DodgeRate": 30, + "CritRate": 15, + "MoveSpeed": 20, + "Weapon": 0, + "NormalAttack": 310011, + "BattleCircle": 20, + "ChasingCircle": 20, "SkillSet": [], "Ai": 0, "DisperseYaoyun": 0, @@ -103215,13 +103266,10 @@ "StructureHatred": 0, "WarriorHatred": 0, "Help": false, - "Copper": [ - 2, - 5 - ], - "DropGroup": 19101, - "Probability": 100, - "ExtraOutProbability2": 40, + "Copper": [], + "DropGroup": 0, + "Probability": 0, + "ExtraOutProbability2": 0, "ExtraOutProbability3": 0, "Scale": 150, "Offset": { @@ -103233,23 +103281,383 @@ "NameImage": "", "Introduction": "" }, + { + "Id": 31002, + "Type": 6, + "Name": "老虎", + "InitialDisplay": false, + "BodySoulLv": 25, + "Class": 1, + "BeHitPos": { + "x": 0, + "y": 0.9 + }, + "ATK": 1200, + "HP": 600000, + "DEF": 800, + "AttackSpeed": 100, + "HitRate": 110, + "DodgeRate": 30, + "CritRate": 15, + "MoveSpeed": 20, + "Weapon": 0, + "NormalAttack": 10003, + "BattleCircle": 20, + "ChasingCircle": 20, + "SkillSet": [], + "Ai": 0, + "DisperseYaoyun": 0, + "ClearVillager": false, + "VillageHatred": 0, + "DoorHatred": 0, + "TowerHatred": 0, + "ImmortalTreeHatred": 0, + "StructureHatred": 0, + "WarriorHatred": 0, + "Help": false, + "Copper": [], + "DropGroup": 0, + "Probability": 0, + "ExtraOutProbability2": 0, + "ExtraOutProbability3": 0, + "Scale": 150, + "Offset": { + "x": 1, + "y": 1 + }, + "Prefab": "Monster_Hu_pt", + "HeadImage": "Monster_Hu", + "NameImage": "", + "Introduction": "" + }, + { + "Id": 31003, + "Type": 6, + "Name": "乔河", + "InitialDisplay": false, + "BodySoulLv": 25, + "Class": 1, + "BeHitPos": { + "x": 0, + "y": 0.9 + }, + "ATK": 1430, + "HP": 600000, + "DEF": 1900, + "AttackSpeed": 115, + "HitRate": 140, + "DodgeRate": 30, + "CritRate": 10, + "MoveSpeed": 30, + "Weapon": 0, + "NormalAttack": 101, + "BattleCircle": 20, + "ChasingCircle": 20, + "SkillSet": [ + 310031 + ], + "Ai": 31005, + "DisperseYaoyun": 0, + "ClearVillager": false, + "VillageHatred": 0, + "DoorHatred": 0, + "TowerHatred": 0, + "ImmortalTreeHatred": 0, + "StructureHatred": 0, + "WarriorHatred": 0, + "Help": false, + "Copper": [], + "DropGroup": 0, + "Probability": 0, + "ExtraOutProbability2": 0, + "ExtraOutProbability3": 0, + "Scale": 60, + "Offset": { + "x": 1, + "y": -50 + }, + "Prefab": "Monster_W_QiaoHe", + "HeadImage": "WarriorHead_qiaodn_1", + "NameImage": "", + "Introduction": "" + }, + { + "Id": 31004, + "Type": 6, + "Name": "陶小青", + "InitialDisplay": false, + "BodySoulLv": 25, + "Class": 1, + "BeHitPos": { + "x": 0, + "y": 0.9 + }, + "ATK": 1540, + "HP": 500000, + "DEF": 1300, + "AttackSpeed": 120, + "HitRate": 150, + "DodgeRate": 30, + "CritRate": 10, + "MoveSpeed": 20, + "Weapon": 0, + "NormalAttack": 102, + "BattleCircle": 20, + "ChasingCircle": 20, + "SkillSet": [ + 310041, + 1146 + ], + "Ai": 31006, + "DisperseYaoyun": 0, + "ClearVillager": false, + "VillageHatred": 0, + "DoorHatred": 0, + "TowerHatred": 0, + "ImmortalTreeHatred": 0, + "StructureHatred": 0, + "WarriorHatred": 0, + "Help": false, + "Copper": [], + "DropGroup": 0, + "Probability": 0, + "ExtraOutProbability2": 0, + "ExtraOutProbability3": 0, + "Scale": 60, + "Offset": { + "x": 1, + "y": -50 + }, + "Prefab": "Monster_W_TaoXiaoqing", + "HeadImage": "WarriorHead_yanggy_2", + "NameImage": "", + "Introduction": "" + }, + { + "Id": 31005, + "Type": 6, + "Name": "猩猩小怪", + "InitialDisplay": false, + "BodySoulLv": 25, + "Class": 1, + "BeHitPos": { + "x": 0, + "y": 0.9 + }, + "ATK": 1680, + "HP": 720000, + "DEF": 1000, + "AttackSpeed": 100, + "HitRate": 110, + "DodgeRate": 30, + "CritRate": 10, + "MoveSpeed": 20, + "Weapon": 0, + "NormalAttack": 310051, + "BattleCircle": 20, + "ChasingCircle": 20, + "SkillSet": [ + 310052 + ], + "Ai": 31007, + "DisperseYaoyun": 0, + "ClearVillager": false, + "VillageHatred": 0, + "DoorHatred": 0, + "TowerHatred": 0, + "ImmortalTreeHatred": 0, + "StructureHatred": 0, + "WarriorHatred": 0, + "Help": false, + "Copper": [], + "DropGroup": 0, + "Probability": 0, + "ExtraOutProbability2": 0, + "ExtraOutProbability3": 0, + "Scale": 135, + "Offset": { + "x": 1, + "y": 1 + }, + "Prefab": "Monster_Jufu_pt", + "HeadImage": "Monster_Jufu_pt", + "NameImage": "", + "Introduction": "" + }, + { + "Id": 31006, + "Type": 6, + "Name": "慕容婉", + "InitialDisplay": false, + "BodySoulLv": 25, + "Class": 1, + "BeHitPos": { + "x": 0, + "y": 0.9 + }, + "ATK": 1950, + "HP": 500000, + "DEF": 1500, + "AttackSpeed": 100, + "HitRate": 110, + "DodgeRate": 30, + "CritRate": 10, + "MoveSpeed": 20, + "Weapon": 0, + "NormalAttack": 106, + "BattleCircle": 20, + "ChasingCircle": 20, + "SkillSet": [ + 310061 + ], + "Ai": 31009, + "DisperseYaoyun": 0, + "ClearVillager": false, + "VillageHatred": 0, + "DoorHatred": 0, + "TowerHatred": 0, + "ImmortalTreeHatred": 0, + "StructureHatred": 0, + "WarriorHatred": 0, + "Help": false, + "Copper": [], + "DropGroup": 0, + "Probability": 0, + "ExtraOutProbability2": 0, + "ExtraOutProbability3": 0, + "Scale": 60, + "Offset": { + "x": 1, + "y": -50 + }, + "Prefab": "Monster_W_MurongWan", + "HeadImage": "WarriorHead_murongw_7", + "NameImage": "", + "Introduction": "" + }, + { + "Id": 31007, + "Type": 6, + "Name": "乔河", + "InitialDisplay": false, + "BodySoulLv": 25, + "Class": 1, + "BeHitPos": { + "x": 0, + "y": 0.9 + }, + "ATK": 1950, + "HP": 600000, + "DEF": 2000, + "AttackSpeed": 120, + "HitRate": 140, + "DodgeRate": 30, + "CritRate": 10, + "MoveSpeed": 30, + "Weapon": 0, + "NormalAttack": 101, + "BattleCircle": 20, + "ChasingCircle": 20, + "SkillSet": [ + 310031, + 310062 + ], + "Ai": 31010, + "DisperseYaoyun": 0, + "ClearVillager": false, + "VillageHatred": 0, + "DoorHatred": 0, + "TowerHatred": 0, + "ImmortalTreeHatred": 0, + "StructureHatred": 0, + "WarriorHatred": 0, + "Help": false, + "Copper": [], + "DropGroup": 0, + "Probability": 0, + "ExtraOutProbability2": 0, + "ExtraOutProbability3": 0, + "Scale": 60, + "Offset": { + "x": 1, + "y": -50 + }, + "Prefab": "Monster_W_QiaoHe", + "HeadImage": "WarriorHead_qiaodn_1", + "NameImage": "", + "Introduction": "" + }, + { + "Id": 31008, + "Type": 6, + "Name": "陶小青", + "InitialDisplay": false, + "BodySoulLv": 25, + "Class": 1, + "BeHitPos": { + "x": 0, + "y": 0.9 + }, + "ATK": 2210, + "HP": 500000, + "DEF": 1400, + "AttackSpeed": 125, + "HitRate": 150, + "DodgeRate": 30, + "CritRate": 10, + "MoveSpeed": 20, + "Weapon": 0, + "NormalAttack": 102, + "BattleCircle": 20, + "ChasingCircle": 20, + "SkillSet": [ + 310041, + 1126, + 1146, + 310062 + ], + "Ai": 31011, + "DisperseYaoyun": 0, + "ClearVillager": false, + "VillageHatred": 0, + "DoorHatred": 0, + "TowerHatred": 0, + "ImmortalTreeHatred": 0, + "StructureHatred": 0, + "WarriorHatred": 0, + "Help": false, + "Copper": [], + "DropGroup": 0, + "Probability": 0, + "ExtraOutProbability2": 0, + "ExtraOutProbability3": 0, + "Scale": 60, + "Offset": { + "x": 1, + "y": -50 + }, + "Prefab": "Monster_W_TaoXiaoqing", + "HeadImage": "WarriorHead_yanggy_2", + "NameImage": "", + "Introduction": "" + }, { "Id": 33001, "Type": 6, "Name": "穷奇", "InitialDisplay": true, - "BodySoulLv": 20, + "BodySoulLv": 30, "Class": 3, "BeHitPos": { "x": 0, "y": 0.9 }, - "ATK": 20, - "HP": 99999999, - "DEF": 5, + "ATK": 2300, + "HP": 2000000, + "DEF": 1500, "AttackSpeed": 100, - "HitRate": 100, - "DodgeRate": 0, + "HitRate": 150, + "DodgeRate": 50, "CritRate": 0, "MoveSpeed": 20, "Weapon": 0, @@ -103259,7 +103667,10 @@ "SkillSet": [ 11001, 20011, - 20021 + 20021, + 20031, + 330011, + 330012 ], "Ai": 33001, "DisperseYaoyun": 0, @@ -103276,10 +103687,10 @@ "Probability": 0, "ExtraOutProbability2": 0, "ExtraOutProbability3": 0, - "Scale": 150, + "Scale": 80, "Offset": { - "x": 1, - "y": 1 + "x": 10, + "y": 20 }, "Prefab": "Monster_Qiongqi", "HeadImage": "Monster_Qiongqi", @@ -103291,15 +103702,15 @@ "Type": 6, "Name": "饕餮", "InitialDisplay": true, - "BodySoulLv": 20, + "BodySoulLv": 30, "Class": 3, "BeHitPos": { "x": 0, "y": 0.9 }, - "ATK": 300, - "HP": 99999999, - "DEF": 25, + "ATK": 1000, + "HP": 2500000, + "DEF": 300, "AttackSpeed": 100, "HitRate": 100, "DodgeRate": 0, @@ -103329,10 +103740,10 @@ "Probability": 0, "ExtraOutProbability2": 0, "ExtraOutProbability3": 0, - "Scale": 150, + "Scale": 80, "Offset": { - "x": 1, - "y": 1 + "x": 10, + "y": 20 }, "Prefab": "Monster_Taotie", "HeadImage": "Monster_Taotie", @@ -103344,15 +103755,15 @@ "Type": 6, "Name": "梼杌", "InitialDisplay": true, - "BodySoulLv": 20, + "BodySoulLv": 30, "Class": 3, "BeHitPos": { "x": 0, "y": 0.9 }, - "ATK": 600, - "HP": 99999999, - "DEF": 50, + "ATK": 1000, + "HP": 2500000, + "DEF": 300, "AttackSpeed": 100, "HitRate": 100, "DodgeRate": 0, @@ -103382,10 +103793,10 @@ "Probability": 0, "ExtraOutProbability2": 0, "ExtraOutProbability3": 0, - "Scale": 150, + "Scale": 80, "Offset": { - "x": 1, - "y": 1 + "x": 10, + "y": 20 }, "Prefab": "Monster_Taowu", "HeadImage": "Monster_Taowu", @@ -103397,15 +103808,15 @@ "Type": 6, "Name": "蠃鱼", "InitialDisplay": true, - "BodySoulLv": 20, + "BodySoulLv": 30, "Class": 3, "BeHitPos": { "x": 0, "y": 0.9 }, - "ATK": 900, - "HP": 99999999, - "DEF": 100, + "ATK": 1000, + "HP": 2500000, + "DEF": 300, "AttackSpeed": 100, "HitRate": 100, "DodgeRate": 0, @@ -103435,10 +103846,10 @@ "Probability": 0, "ExtraOutProbability2": 0, "ExtraOutProbability3": 0, - "Scale": 150, + "Scale": 80, "Offset": { - "x": 1, - "y": 1 + "x": 10, + "y": 20 }, "Prefab": "Monster_Luoyu", "HeadImage": "Monster_Luoyu", diff --git a/src/api/config/MonthlyCardConfigCategory.json b/src/api/config/MonthlyCardConfigCategory.json index 1cea60d..ebd8441 100644 --- a/src/api/config/MonthlyCardConfigCategory.json +++ b/src/api/config/MonthlyCardConfigCategory.json @@ -6,8 +6,8 @@ 2 ], "ValleyEffect": 1, - "NotActivatedDescription": "每日领取:[color=#626262]桃花石*100;仙露*5;桃花鱼*10[/color]", - "ActivatedDescription": "每日领取:[color=#009a04]桃花石*100;仙露*5;桃花鱼*10[/color]", + "NotActivatedDescription": "每日领取:[color=#626262]桃花石*100;仙露*11;桃花鱼*10[/color]", + "ActivatedDescription": "每日领取:[color=#009a04]桃花石*100;仙露*11;桃花鱼*10[/color]", "Tips": "" }, { @@ -200,5 +200,15 @@ "NotActivatedDescription": "可以使用桃花石洗练", "ActivatedDescription": "可以使用桃花石洗练", "Tips": "" + }, + { + "Id": 20, + "Privilege": [ + 2 + ], + "ValleyEffect": 23, + "NotActivatedDescription": "远征每日挑战[color=#626262]次数+2[/color]", + "ActivatedDescription": "远征每日挑战[color=#626262]次数+2[/color]", + "Tips": "" } ] \ No newline at end of file diff --git a/src/api/config/MooncakeGamblingNpcConfigCategory.json b/src/api/config/MooncakeGamblingNpcConfigCategory.json new file mode 100644 index 0000000..8c6db79 --- /dev/null +++ b/src/api/config/MooncakeGamblingNpcConfigCategory.json @@ -0,0 +1,141 @@ +[ + { + "Id": 1, + "Name": "小甲", + "IsAttract": true, + "Region": "森", + "Icon": "Head_M_3001", + "Description": "小甲住在森林深处,以打猎为生,最喜以野味待客,为人热情洒脱。", + "FavoriteItem": "兽肉汤", + "Mantra": "三分天命随它去,七分拼得黄金来!", + "DialogueWithOptions": [ + 501, + 505 + ], + "Dialogue2": [ + 521, + 522, + 523 + ] + }, + { + "Id": 2, + "Name": "余村长", + "IsAttract": false, + "Region": "渔", + "Icon": "Head_M_6001", + "Description": "渔溪村村长,妖兽霍乱、村民流离失所的时候,也依然守护在渔溪村。", + "FavoriteItem": "炭烤鱼干", + "Mantra": "放心,有我在。", + "DialogueWithOptions": [ + 511, + 515, + 520 + ], + "Dialogue2": [ + 521, + 522, + 523 + ] + }, + { + "Id": 3, + "Name": "丘师父", + "IsAttract": false, + "Region": "赤", + "Icon": "Head_M_6002", + "Description": "丘师父是一个严谨的人,生性不爱笑,淘气的村民们会在背后偷偷叫他老古板。喜欢在夜深人静时小酌一杯。", + "FavoriteItem": "赤丘老窖", + "Mantra": "凡事皆有度,过犹不及。", + "DialogueWithOptions": [ + 508, + 509, + 516 + ], + "Dialogue2": [ + 521, + 522, + 523 + ] + }, + { + "Id": 4, + "Name": "宁管事", + "IsAttract": false, + "Region": "太", + "Icon": "Head_F_5001", + "Description": "宁管事出生在一个医药世家,除了管理太姥村事务以外,还常为村民看病抓药。", + "FavoriteItem": "米饭;野菜汤", + "Mantra": "多喝热水。", + "DialogueWithOptions": [ + 512, + 513, + 518 + ], + "Dialogue2": [ + 521, + 522, + 523 + ] + }, + { + "Id": 5, + "Name": "朱里长", + "IsAttract": false, + "Region": "青", + "Icon": "Head_F_6003", + "Description": "青山镇事务繁多,朱里长每天都很忙碌。她最爱的食物是辣椒,这种让人鼻涕横流额头冒汗的食物能舒缓她的压力。", + "FavoriteItem": "麻婆豆腐;酸菜鱼", + "Mantra": "有事直说,我这儿忙着呢。", + "DialogueWithOptions": [ + 503, + 504, + 517 + ], + "Dialogue2": [ + 521, + 522, + 523 + ] + }, + { + "Id": 6, + "Name": "陶渊明", + "IsAttract": false, + "Region": "陶", + "Icon": "Head_T_1", + "Description": "陶先生,行踪神秘,常常突然出现又突然消失,也许拥有特别的能力?嗯……让人无法捉摸。", + "FavoriteItem": "酱烧地芝", + "Mantra": "莫问来处,且随缘去。", + "DialogueWithOptions": [ + 507, + 510, + 514, + 519 + ], + "Dialogue2": [ + 521, + 522, + 523 + ] + }, + { + "Id": 7, + "Name": "小乙", + "IsAttract": true, + "Region": "森", + "Icon": "Head_F_3001", + "Description": "性子像初春的太阳,最会宽慰人,大家都爱找她说心事。", + "FavoriteItem": "鸡蛋羹", + "Mantra": "你好,需要帮忙吗?", + "DialogueWithOptions": [ + 502, + 506 + ], + "Dialogue2": [ + 521, + 522, + 523 + ] + } +] \ No newline at end of file diff --git a/src/api/config/MooncakeGamblingRewardConfigCategory.json b/src/api/config/MooncakeGamblingRewardConfigCategory.json new file mode 100644 index 0000000..94e173b --- /dev/null +++ b/src/api/config/MooncakeGamblingRewardConfigCategory.json @@ -0,0 +1,38 @@ +[ + { + "Id": 1, + "Name": "一秀", + "Reward": 100120, + "Number": 10 + }, + { + "Id": 2, + "Name": "二举", + "Reward": 100121, + "Number": 8 + }, + { + "Id": 3, + "Name": "三红", + "Reward": 100122, + "Number": 6 + }, + { + "Id": 4, + "Name": "四进", + "Reward": 100123, + "Number": 4 + }, + { + "Id": 5, + "Name": "对堂", + "Reward": 100124, + "Number": 2 + }, + { + "Id": 6, + "Name": "状元", + "Reward": 100125, + "Number": 1 + } +] \ No newline at end of file diff --git a/src/api/config/NpcConfigCategory.json b/src/api/config/NpcConfigCategory.json index b576166..f06f016 100644 --- a/src/api/config/NpcConfigCategory.json +++ b/src/api/config/NpcConfigCategory.json @@ -95,7 +95,7 @@ "Disappear": false, "Repeat": false, "Hide": false, - "Description": "丘师父是一个严谨的人,生性不爱笑,淘气的村民们会在背后偷偷叫他老古板。" + "Description": "丘师父是一个严谨的人,生性不爱笑,淘气的村民们会在背后偷偷叫他老古板。喜欢在夜深人静时小酌一杯。" }, { "Id": 5, @@ -2523,5 +2523,61 @@ "Repeat": false, "Hide": true, "Description": "" + }, + { + "Id": 99006, + "Type": 6, + "Name": "远征商店", + "RelatedId": 4007, + "DialogueWithOptions": [ + 1 + ], + "BubbleText": 0, + "FixedPoint": true, + "MoveSpeed": 0, + "Area": 1001, + "CreateCondition1": 0, + "CreateParameter1": [], + "CreateCondition2": 0, + "CreateParameter2": [], + "DisappearCondition": 0, + "DisappearConditionParameter": [], + "AppearTime": [], + "VisitDisplay": false, + "Icon": "", + "Prefab": "", + "DialogueWay": false, + "Disappear": false, + "Repeat": false, + "Hide": true, + "Description": "" + }, + { + "Id": 99007, + "Type": 6, + "Name": "奖券商店", + "RelatedId": 4008, + "DialogueWithOptions": [ + 1 + ], + "BubbleText": 0, + "FixedPoint": true, + "MoveSpeed": 0, + "Area": 1001, + "CreateCondition1": 0, + "CreateParameter1": [], + "CreateCondition2": 0, + "CreateParameter2": [], + "DisappearCondition": 0, + "DisappearConditionParameter": [], + "AppearTime": [], + "VisitDisplay": false, + "Icon": "", + "Prefab": "", + "DialogueWay": false, + "Disappear": false, + "Repeat": false, + "Hide": true, + "Description": "" } ] \ No newline at end of file diff --git a/src/api/config/NpcPosInfoConfigCategory.json b/src/api/config/NpcPosInfoConfigCategory.json index d78106a..aca521e 100644 --- a/src/api/config/NpcPosInfoConfigCategory.json +++ b/src/api/config/NpcPosInfoConfigCategory.json @@ -632,6 +632,22 @@ "y": 23.91 }, "IsFlip": false + }, + { + "ConfigId": 99006, + "Pos": { + "x": 24.37, + "y": 51.4 + }, + "IsFlip": false + }, + { + "ConfigId": 99007, + "Pos": { + "x": 24.37, + "y": 51.4 + }, + "IsFlip": false } ] } diff --git a/src/api/config/OrderConfigCategory.json b/src/api/config/OrderConfigCategory.json index 961ddc8..a071a07 100644 --- a/src/api/config/OrderConfigCategory.json +++ b/src/api/config/OrderConfigCategory.json @@ -5,7 +5,7 @@ "Type": 1, "NeedNum": 10000, "MaterialGroup": 1, - "Copper": 350000, + "Copper": 400000, "EngineeringQuantity": 2000000, "OrderDescribe": "七孤城的将士在前线抵御妖兽需要大量的兵器", "NeedDescribe": "制造10000件兵具供给七孤城的将士", @@ -17,7 +17,7 @@ "Type": 2, "NeedNum": 10000, "MaterialGroup": 2, - "Copper": 350000, + "Copper": 400000, "EngineeringQuantity": 2000000, "OrderDescribe": "七孤城的将士在前线抵御妖兽需要大量军粮", "NeedDescribe": "制造10000件军粮供给七孤城的将士", diff --git a/src/api/config/PackageConfigCategory.json b/src/api/config/PackageConfigCategory.json index fe09eac..cced7bd 100644 --- a/src/api/config/PackageConfigCategory.json +++ b/src/api/config/PackageConfigCategory.json @@ -389,6 +389,51 @@ "LimitNum": 1, "Award": 931 }, + { + "Id": 319, + "Name": "专属武器箱", + "Type": 3, + "BuyType": 2, + "Parameter": 128, + "OriginalPrice": 300, + "ShowCondition": 1, + "UnlockParameter": 0, + "DisplayCondition": 1, + "DisplayParameter": 0, + "ResetType": 0, + "LimitNum": 1, + "Award": 953 + }, + { + "Id": 320, + "Name": "复生的勇士", + "Type": 3, + "BuyType": 2, + "Parameter": 198, + "OriginalPrice": 400, + "ShowCondition": 2, + "UnlockParameter": 1000, + "DisplayCondition": 1, + "DisplayParameter": 0, + "ResetType": 0, + "LimitNum": 1, + "Award": 954 + }, + { + "Id": 400, + "Name": "外观礼盒", + "Type": 4, + "BuyType": 3, + "Parameter": 20, + "OriginalPrice": 100, + "ShowCondition": 1, + "UnlockParameter": 9, + "DisplayCondition": 1, + "DisplayParameter": 0, + "ResetType": 1, + "LimitNum": 1, + "Award": 940 + }, { "Id": 401, "Name": "金粟小仓", @@ -523,5 +568,245 @@ "ResetType": 0, "LimitNum": 1, "Award": 939 + }, + { + "Id": 410, + "Name": "丛青矮竹", + "Type": 4, + "BuyType": 2, + "Parameter": 10, + "OriginalPrice": 20, + "ShowCondition": 1, + "UnlockParameter": 8, + "DisplayCondition": 1, + "DisplayParameter": 0, + "ResetType": 0, + "LimitNum": 1, + "Award": 941 + }, + { + "Id": 411, + "Name": "听雨芭蕉", + "Type": 4, + "BuyType": 2, + "Parameter": 18, + "OriginalPrice": 30, + "ShowCondition": 1, + "UnlockParameter": 8, + "DisplayCondition": 1, + "DisplayParameter": 0, + "ResetType": 0, + "LimitNum": 1, + "Award": 942 + }, + { + "Id": 412, + "Name": "邀月亭", + "Type": 4, + "BuyType": 2, + "Parameter": 15, + "OriginalPrice": 30, + "ShowCondition": 1, + "UnlockParameter": 21, + "DisplayCondition": 1, + "DisplayParameter": 21, + "ResetType": 0, + "LimitNum": 1, + "Award": 943 + }, + { + "Id": 413, + "Name": "曲径石阑", + "Type": 4, + "BuyType": 2, + "Parameter": 8, + "OriginalPrice": 15, + "ShowCondition": 1, + "UnlockParameter": 11, + "DisplayCondition": 1, + "DisplayParameter": 11, + "ResetType": 0, + "LimitNum": 1, + "Award": 944 + }, + { + "Id": 414, + "Name": "水云间·墙", + "Type": 4, + "BuyType": 2, + "Parameter": 10, + "OriginalPrice": 20, + "ShowCondition": 1, + "UnlockParameter": 16, + "DisplayCondition": 1, + "DisplayParameter": 16, + "ResetType": 0, + "LimitNum": 1, + "Award": 945 + }, + { + "Id": 415, + "Name": "碎石径", + "Type": 4, + "BuyType": 2, + "Parameter": 5, + "OriginalPrice": 10, + "ShowCondition": 1, + "UnlockParameter": 8, + "DisplayCondition": 1, + "DisplayParameter": 8, + "ResetType": 0, + "LimitNum": 1, + "Award": 946 + }, + { + "Id": 416, + "Name": "榕树·连理枝", + "Type": 4, + "BuyType": 2, + "Parameter": 5, + "OriginalPrice": 10, + "ShowCondition": 1, + "UnlockParameter": 8, + "DisplayCondition": 1, + "DisplayParameter": 8, + "ResetType": 0, + "LimitNum": 1, + "Award": 947 + }, + { + "Id": 417, + "Name": "桢楠·叠翠", + "Type": 4, + "BuyType": 3, + "Parameter": 280, + "OriginalPrice": 400, + "ShowCondition": 1, + "UnlockParameter": 8, + "DisplayCondition": 1, + "DisplayParameter": 8, + "ResetType": 0, + "LimitNum": 1, + "Award": 948 + }, + { + "Id": 418, + "Name": "松树·伴山", + "Type": 4, + "BuyType": 3, + "Parameter": 280, + "OriginalPrice": 400, + "ShowCondition": 1, + "UnlockParameter": 8, + "DisplayCondition": 1, + "DisplayParameter": 8, + "ResetType": 0, + "LimitNum": 1, + "Award": 949 + }, + { + "Id": 419, + "Name": "桑树·盈满", + "Type": 4, + "BuyType": 3, + "Parameter": 280, + "OriginalPrice": 400, + "ShowCondition": 1, + "UnlockParameter": 8, + "DisplayCondition": 1, + "DisplayParameter": 8, + "ResetType": 0, + "LimitNum": 1, + "Award": 950 + }, + { + "Id": 420, + "Name": "柳树·平湖影", + "Type": 4, + "BuyType": 3, + "Parameter": 280, + "OriginalPrice": 400, + "ShowCondition": 1, + "UnlockParameter": 8, + "DisplayCondition": 1, + "DisplayParameter": 8, + "ResetType": 0, + "LimitNum": 1, + "Award": 951 + }, + { + "Id": 421, + "Name": "梨树·月满梢", + "Type": 4, + "BuyType": 3, + "Parameter": 280, + "OriginalPrice": 400, + "ShowCondition": 1, + "UnlockParameter": 8, + "DisplayCondition": 1, + "DisplayParameter": 8, + "ResetType": 0, + "LimitNum": 1, + "Award": 952 + }, + { + "Id": 422, + "Name": "桂花香满秋", + "Type": 4, + "BuyType": 2, + "Parameter": 5, + "OriginalPrice": 10, + "ShowCondition": 1, + "UnlockParameter": 19, + "DisplayCondition": 1, + "DisplayParameter": 19, + "ResetType": 0, + "LimitNum": 1, + "Award": 955 + }, + { + "Id": 423, + "Name": "玉兔揽月灯", + "Type": 4, + "BuyType": 2, + "Parameter": 5, + "OriginalPrice": 10, + "ShowCondition": 1, + "UnlockParameter": 8, + "DisplayCondition": 1, + "DisplayParameter": 8, + "ResetType": 0, + "LimitNum": 1, + "Award": 956 + }, + { + "Id": 424, + "Name": "月宫玉兔摊", + "Type": 4, + "BuyType": 2, + "Parameter": 15, + "OriginalPrice": 30, + "ShowCondition": 1, + "UnlockParameter": 8, + "DisplayCondition": 1, + "DisplayParameter": 8, + "ResetType": 0, + "LimitNum": 1, + "Award": 957 + }, + { + "Id": 425, + "Name": "九重凌云塔", + "Type": 4, + "BuyType": 2, + "Parameter": 8, + "OriginalPrice": 20, + "ShowCondition": 1, + "UnlockParameter": 20, + "DisplayCondition": 1, + "DisplayParameter": 20, + "ResetType": 0, + "LimitNum": 1, + "Award": 958 } ] \ No newline at end of file diff --git a/src/api/config/PetConfigCategory.json b/src/api/config/PetConfigCategory.json index 4fad8cd..ebd87f5 100644 --- a/src/api/config/PetConfigCategory.json +++ b/src/api/config/PetConfigCategory.json @@ -20,6 +20,7 @@ ], "Speed": 6, "AIConfigId": 12, + "ValleyEffect": [], "SkillEffectPrefab": "FX_Skill_DangKang" }, { @@ -43,6 +44,7 @@ ], "Speed": 20, "AIConfigId": 13, + "ValleyEffect": [], "SkillEffectPrefab": "FX_Skill_DangKang" }, { @@ -64,6 +66,7 @@ ], "Speed": 25, "AIConfigId": 14, + "ValleyEffect": [], "SkillEffectPrefab": "FX_SKill_MengNiu" }, { @@ -87,6 +90,33 @@ ], "Speed": 6, "AIConfigId": 15, + "ValleyEffect": [], "SkillEffectPrefab": "FX_Skill_She" + }, + { + "Id": 1005, + "Name": "月麒麟", + "Type": 5, + "PrefabName": "Pet_1005", + "IdleGroup": [ + "Casual", + "Casual2", + "Casual3", + "Sleep" + ], + "MoveGroup": [ + "Walk", + "Run" + ], + "ActionWeight": [ + 1, + 30 + ], + "Speed": 25, + "AIConfigId": 0, + "ValleyEffect": [ + 8001 + ], + "SkillEffectPrefab": "" } ] \ No newline at end of file diff --git a/src/api/config/RegionConfigCategory.json b/src/api/config/RegionConfigCategory.json index 710a140..c0e7334 100644 --- a/src/api/config/RegionConfigCategory.json +++ b/src/api/config/RegionConfigCategory.json @@ -18,6 +18,7 @@ }, "Image": "Region_1001", "Image2": "Region_Taogu", + "MapConfigData": "MapConfigData_1001", "ArtPrefab": "MapArt_1", "ButtonName": "Village_1001_Button", "Description": "山间清风徐徐,桃花飘香,是一处幽静宜居之地" @@ -41,6 +42,7 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_1002", "ArtPrefab": "MapArt_1", "ButtonName": "", "Description": "山间清风徐徐,桃花飘香,是一处幽静宜居之地" @@ -64,6 +66,7 @@ }, "Image": "Region_2001", "Image2": "Region_Senlin", + "MapConfigData": "MapConfigData_2001", "ArtPrefab": "MapArt_2001", "ButtonName": "Village_2001_Button", "Description": "宁静的森林,没有可怕的兽群。可以因地制宜,合理建设,获取丰富的资源" @@ -87,6 +90,7 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_2002", "ArtPrefab": "MapArt_2001", "ButtonName": "", "Description": "" @@ -110,6 +114,7 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_2003", "ArtPrefab": "MapArt_2001", "ButtonName": "", "Description": "" @@ -133,6 +138,7 @@ }, "Image": "Region_2004", "Image2": "Region_Taohome", + "MapConfigData": "MapConfigData_2004", "ArtPrefab": "MapArt_2004", "ButtonName": "Village_2004_Button", "Description": "山气日夕佳,飞鸟相与还。陶先生居住在此地" @@ -157,6 +163,7 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_3001", "ArtPrefab": "MapArt_3001", "ButtonName": "", "Description": "新手村" @@ -181,6 +188,7 @@ }, "Image": "Region_3002", "Image2": "Region_Yuxi", + "MapConfigData": "MapConfigData_3002", "ArtPrefab": "MapArt_3002", "ButtonName": "Village_3002_Button", "Description": "离桃谷最近的一个村落,是陶小青和乔河的故乡。溪水穿过村庄缓缓流过,村民们性格也像水一样温润亲和。" @@ -205,6 +213,7 @@ }, "Image": "Region_3003", "Image2": "Region_Chiqiu", + "MapConfigData": "MapConfigData_3003", "ArtPrefab": "MapArt_3003", "ButtonName": "Village_3003_Button", "Description": "因天然的红色地貌而得名赤丘,地形错落,物产丰富" @@ -229,6 +238,7 @@ }, "Image": "Region_3004", "Image2": "Region_Taimu", + "MapConfigData": "MapConfigData_3004", "ArtPrefab": "MapArt_3004", "ButtonName": "Village_3004_Button", "Description": "太姥山中有一处巨大的瀑布倾泻而下,山中空气常年湿润清爽。" @@ -253,6 +263,7 @@ }, "Image": "Region_3005", "Image2": "Region_Qingshan", + "MapConfigData": "MapConfigData_3005", "ArtPrefab": "MapArt_3005", "ButtonName": "Village_3005_Button", "Description": "乱世中难得繁荣的一个小镇,有许多人居住在此地。如今地貌一片青绿怡人,它曾经的模样大约已逐渐被人淡忘……" @@ -276,6 +287,7 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_6001", "ArtPrefab": "MapArt_6001", "ButtonName": "", "Description": "" @@ -299,6 +311,7 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_6002", "ArtPrefab": "MapArt_6001", "ButtonName": "", "Description": "" @@ -322,6 +335,7 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_6003", "ArtPrefab": "MapArt_6001", "ButtonName": "", "Description": "" @@ -345,6 +359,7 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_6004", "ArtPrefab": "MapArt_6001", "ButtonName": "", "Description": "" @@ -368,6 +383,7 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_7001", "ArtPrefab": "MapArt_6001", "ButtonName": "", "Description": "" @@ -391,6 +407,7 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_7002", "ArtPrefab": "MapArt_6001", "ButtonName": "", "Description": "" @@ -414,6 +431,7 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_7003", "ArtPrefab": "MapArt_6001", "ButtonName": "", "Description": "" @@ -437,13 +455,14 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_7004", "ArtPrefab": "MapArt_6001", "ButtonName": "", "Description": "" }, { "Id": 8001, - "Region": "远征-廖山", + "Region": "远征-廖山-小山道", "TaskCondition": -1, "TeleportationPointTips": "", "Type": 9, @@ -460,10 +479,371 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_8001", "ArtPrefab": "MapArt_8001", "ButtonName": "", "Description": "" }, + { + "Id": 8002, + "Region": "远征-廖山-试炼", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8002", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8003, + "Region": "远征-廖山-大榕树", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8003", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8004, + "Region": "远征-廖山-廖山", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8004", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8005, + "Region": "远征-北山坪-山涧", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8005", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8006, + "Region": "远征-北山坪-试炼", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8006", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8007, + "Region": "远征-北山坪-黑树林", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8007", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8008, + "Region": "远征-北山坪-北山坪", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8008", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8009, + "Region": "远征-青云寺-空旷草地", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8009", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8010, + "Region": "远征-青云寺-试炼", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8010", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8011, + "Region": "远征-青云寺-山涧", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8011", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8012, + "Region": "远征-青云寺-青云寺", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8012", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8013, + "Region": "远征-乌鸦渡-古庙", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8013", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8014, + "Region": "远征-乌鸦渡-试炼", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8014", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8015, + "Region": "远征-乌鸦渡-无名山", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8015", + "ButtonName": "", + "Description": "" + }, + { + "Id": 8016, + "Region": "远征-乌鸦渡-乌鸦渡", + "TaskCondition": -1, + "TeleportationPointTips": "", + "Type": 9, + "StoreHouse": false, + "Relationship": 0, + "PrestigeId": 0, + "BuildTask": 0, + "Fog": false, + "Monster": 0, + "Protector": false, + "ResurrectionPoint": { + "x": 0, + "y": 0 + }, + "Image": "", + "Image2": "", + "MapConfigData": "MapConfigData_8001", + "ArtPrefab": "MapArt_8016", + "ButtonName": "", + "Description": "" + }, { "Id": 9999, "Region": "战斗测试", @@ -483,6 +863,7 @@ }, "Image": "", "Image2": "", + "MapConfigData": "MapConfigData_9999", "ArtPrefab": "MapArt_6001", "ButtonName": "", "Description": "战斗测试" diff --git a/src/api/config/RegionGiftConfigCategory.json b/src/api/config/RegionGiftConfigCategory.json index 60a2320..b76d6e1 100644 --- a/src/api/config/RegionGiftConfigCategory.json +++ b/src/api/config/RegionGiftConfigCategory.json @@ -302,7 +302,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "承蒙贵村厚爱,惠允缔结两姓之好。所赠聘礼已如数敬领,今谨备奁赀若干随函奉上,惟愿永结朱陈之好,共谱姻娅之欢。", + "LetterContent": "承蒙贵村厚爱,许{0}{1}{2}门庭。今依礼呈送聘礼,以表诚敬之心。日后必当勤勉持家,和睦乡里,不负众望。", "LetterEnd": "{0}{1}的亲属" }, { @@ -319,7 +319,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "荷蒙贵村垂青,慨允两姓联姻。聘礼已虔诚拜受,兹具奁赀若干恭呈,冀望永缔秦晋之盟,长续门楣之庆。", + "LetterContent": "荷蒙贵宅垂青,许{0}{1}{2}家门。兹依礼奉上聘礼,聊表寸心。日后必当同心协力,光耀门楣,以报知遇之恩。", "LetterEnd": "{0}{1}的亲属" }, { @@ -336,7 +336,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "仰承贵村雅意,玉成儿女姻缘。聘仪已恭谨收纳,今特备奁赀若干奉上,愿结两姓百年之好,共襄宗族之荣。", + "LetterContent": "仰承贵村高义,允我村{2}与贵村{0}缔缘。现循旧俗纳聘,虽礼薄而情真。此后当以勤勉立户,以和睦持村,共护两境安康。", "LetterEnd": "{0}{1}的亲属" }, { @@ -353,7 +353,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "幸蒙贵村厚赐,允诺朱陈之约。聘礼已虔心领受,随函谨呈奁赀若干,但求永固姻亲之谊,同享瓜瓞之绵。", + "LetterContent": "幸得贵府厚待,准{0}与{2}共结秦晋。今依俗纳聘,虔具薄仪,伏祈笑纳。来日定当互敬互爱,敦亲睦邻,以慰高堂之望。", "LetterEnd": "{0}{1}的亲属" }, { @@ -370,7 +370,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "伏承贵村隆情,惠允缔结婚盟。聘物已如礼敬收,今备奁赀若干附呈,惟祈永结两姓之欢,长保门庭之睦。", + "LetterContent": "仰承贵宅雅意,允{0}{1}{2}宗族。现依礼呈递聘书,并奉微礼,以彰诚意。嗣后必当勤俭持家,和睦邻里,不负两家之托。", "LetterEnd": "{0}{1}的亲属" }, { @@ -387,7 +387,7 @@ "GiftBagIcon": "", "GiftBagItem": 12101, "LetterBegin": "桃谷的大家,", - "LetterContent": "承蒙贵村厚爱,许{0}{1}{2}门庭。今依礼呈送聘礼,以表诚敬之心。日后必当勤勉持家,和睦乡里,不负众望。", + "LetterContent": "承蒙贵村厚爱,惠允缔结两姓之好。所赠聘礼已如数敬领,今谨备奁赀若干随函奉上,惟愿永结朱陈之好,共谱姻娅之欢。", "LetterEnd": "{0}{1}的亲属" }, { @@ -404,7 +404,7 @@ "GiftBagIcon": "", "GiftBagItem": 12101, "LetterBegin": "桃谷的大家,", - "LetterContent": "荷蒙贵宅垂青,许{0}{1}{2}家门。兹依礼奉上聘礼,聊表寸心。日后必当同心协力,光耀门楣,以报知遇之恩。", + "LetterContent": "荷蒙贵村垂青,慨允两姓联姻。聘礼已虔诚拜受,兹具奁赀若干恭呈,冀望永缔秦晋之盟,长续门楣之庆。", "LetterEnd": "{0}{1}的亲属" }, { @@ -421,7 +421,7 @@ "GiftBagIcon": "", "GiftBagItem": 12101, "LetterBegin": "桃谷的大家,", - "LetterContent": "仰承贵村高义,允我村{2}与贵村{0}缔缘。现循旧俗纳聘,虽礼薄而情真。此后当以勤勉立户,以和睦持村,共护两境安康。", + "LetterContent": "仰承贵村雅意,玉成儿女姻缘。聘仪已恭谨收纳,今特备奁赀若干奉上,愿结两姓百年之好,共襄宗族之荣。", "LetterEnd": "{0}{1}的亲属" }, { @@ -438,7 +438,7 @@ "GiftBagIcon": "", "GiftBagItem": 12101, "LetterBegin": "桃谷的大家,", - "LetterContent": "幸得贵府厚待,准{0}与{2}共结秦晋。今依俗纳聘,虔具薄仪,伏祈笑纳。来日定当互敬互爱,敦亲睦邻,以慰高堂之望。", + "LetterContent": "幸蒙贵村厚赐,允诺朱陈之约。聘礼已虔心领受,随函谨呈奁赀若干,但求永固姻亲之谊,同享瓜瓞之绵。", "LetterEnd": "{0}{1}的亲属" }, { @@ -455,7 +455,7 @@ "GiftBagIcon": "", "GiftBagItem": 12101, "LetterBegin": "桃谷的大家,", - "LetterContent": "仰承贵宅雅意,允{0}{1}{2}宗族。现依礼呈递聘书,并奉微礼,以彰诚意。嗣后必当勤俭持家,和睦邻里,不负两家之托。", + "LetterContent": "伏承贵村隆情,惠允缔结婚盟。聘物已如礼敬收,今备奁赀若干附呈,惟祈永结两姓之欢,长保门庭之睦。", "LetterEnd": "{0}{1}的亲属" }, { @@ -472,7 +472,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "承蒙贵村厚爱,惠允缔结两姓之好。所赠聘礼已如数敬领,今谨备奁赀若干随函奉上,惟愿永结朱陈之好,共谱姻娅之欢。", + "LetterContent": "承蒙贵村厚爱,许{0}{1}{2}门庭。今依礼呈送聘礼,以表诚敬之心。日后必当勤勉持家,和睦乡里,不负众望。", "LetterEnd": "{0}{1}的亲属" }, { @@ -489,7 +489,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "荷蒙贵村垂青,慨允两姓联姻。聘礼已虔诚拜受,兹具奁赀若干恭呈,冀望永缔秦晋之盟,长续门楣之庆。", + "LetterContent": "荷蒙贵宅垂青,许{0}{1}{2}家门。兹依礼奉上聘礼,聊表寸心。日后必当同心协力,光耀门楣,以报知遇之恩。", "LetterEnd": "{0}{1}的亲属" }, { @@ -506,7 +506,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "仰承贵村雅意,玉成儿女姻缘。聘仪已恭谨收纳,今特备奁赀若干奉上,愿结两姓百年之好,共襄宗族之荣。", + "LetterContent": "仰承贵村高义,允我村{2}与贵村{0}缔缘。现循旧俗纳聘,虽礼薄而情真。此后当以勤勉立户,以和睦持村,共护两境安康。", "LetterEnd": "{0}{1}的亲属" }, { @@ -523,7 +523,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "幸蒙贵村厚赐,允诺朱陈之约。聘礼已虔心领受,随函谨呈奁赀若干,但求永固姻亲之谊,同享瓜瓞之绵。", + "LetterContent": "幸得贵府厚待,准{0}与{2}共结秦晋。今依俗纳聘,虔具薄仪,伏祈笑纳。来日定当互敬互爱,敦亲睦邻,以慰高堂之望。", "LetterEnd": "{0}{1}的亲属" }, { @@ -540,7 +540,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "伏承贵村隆情,惠允缔结婚盟。聘物已如礼敬收,今备奁赀若干附呈,惟祈永结两姓之欢,长保门庭之睦。", + "LetterContent": "仰承贵宅雅意,允{0}{1}{2}宗族。现依礼呈递聘书,并奉微礼,以彰诚意。嗣后必当勤俭持家,和睦邻里,不负两家之托。", "LetterEnd": "{0}{1}的亲属" }, { @@ -557,7 +557,7 @@ "GiftBagIcon": "", "GiftBagItem": 12102, "LetterBegin": "桃谷的大家,", - "LetterContent": "承蒙贵村厚爱,许{0}{1}{2}门庭。今依礼呈送聘礼,以表诚敬之心。日后必当勤勉持家,和睦乡里,不负众望。", + "LetterContent": "承蒙贵村厚爱,惠允缔结两姓之好。所赠聘礼已如数敬领,今谨备奁赀若干随函奉上,惟愿永结朱陈之好,共谱姻娅之欢。", "LetterEnd": "{0}{1}的亲属" }, { @@ -574,7 +574,7 @@ "GiftBagIcon": "", "GiftBagItem": 12102, "LetterBegin": "桃谷的大家,", - "LetterContent": "荷蒙贵宅垂青,许{0}{1}{2}家门。兹依礼奉上聘礼,聊表寸心。日后必当同心协力,光耀门楣,以报知遇之恩。", + "LetterContent": "荷蒙贵村垂青,慨允两姓联姻。聘礼已虔诚拜受,兹具奁赀若干恭呈,冀望永缔秦晋之盟,长续门楣之庆。", "LetterEnd": "{0}{1}的亲属" }, { @@ -591,7 +591,7 @@ "GiftBagIcon": "", "GiftBagItem": 12102, "LetterBegin": "桃谷的大家,", - "LetterContent": "仰承贵村高义,允我村{2}与贵村{0}缔缘。现循旧俗纳聘,虽礼薄而情真。此后当以勤勉立户,以和睦持村,共护两境安康。", + "LetterContent": "仰承贵村雅意,玉成儿女姻缘。聘仪已恭谨收纳,今特备奁赀若干奉上,愿结两姓百年之好,共襄宗族之荣。", "LetterEnd": "{0}{1}的亲属" }, { @@ -608,7 +608,7 @@ "GiftBagIcon": "", "GiftBagItem": 12102, "LetterBegin": "桃谷的大家,", - "LetterContent": "幸得贵府厚待,准{0}与{2}共结秦晋。今依俗纳聘,虔具薄仪,伏祈笑纳。来日定当互敬互爱,敦亲睦邻,以慰高堂之望。", + "LetterContent": "幸蒙贵村厚赐,允诺朱陈之约。聘礼已虔心领受,随函谨呈奁赀若干,但求永固姻亲之谊,同享瓜瓞之绵。", "LetterEnd": "{0}{1}的亲属" }, { @@ -625,7 +625,7 @@ "GiftBagIcon": "", "GiftBagItem": 12102, "LetterBegin": "桃谷的大家,", - "LetterContent": "仰承贵宅雅意,允{0}{1}{2}宗族。现依礼呈递聘书,并奉微礼,以彰诚意。嗣后必当勤俭持家,和睦邻里,不负两家之托。", + "LetterContent": "伏承贵村隆情,惠允缔结婚盟。聘物已如礼敬收,今备奁赀若干附呈,惟祈永结两姓之欢,长保门庭之睦。", "LetterEnd": "{0}{1}的亲属" }, { @@ -642,7 +642,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "承蒙贵村厚爱,惠允缔结两姓之好。所赠聘礼已如数敬领,今谨备奁赀若干随函奉上,惟愿永结朱陈之好,共谱姻娅之欢。", + "LetterContent": "承蒙贵村厚爱,许{0}{1}{2}门庭。今依礼呈送聘礼,以表诚敬之心。日后必当勤勉持家,和睦乡里,不负众望。", "LetterEnd": "{0}{1}的亲属" }, { @@ -659,7 +659,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "荷蒙贵村垂青,慨允两姓联姻。聘礼已虔诚拜受,兹具奁赀若干恭呈,冀望永缔秦晋之盟,长续门楣之庆。", + "LetterContent": "荷蒙贵宅垂青,许{0}{1}{2}家门。兹依礼奉上聘礼,聊表寸心。日后必当同心协力,光耀门楣,以报知遇之恩。", "LetterEnd": "{0}{1}的亲属" }, { @@ -676,7 +676,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "仰承贵村雅意,玉成儿女姻缘。聘仪已恭谨收纳,今特备奁赀若干奉上,愿结两姓百年之好,共襄宗族之荣。", + "LetterContent": "仰承贵村高义,允我村{2}与贵村{0}缔缘。现循旧俗纳聘,虽礼薄而情真。此后当以勤勉立户,以和睦持村,共护两境安康。", "LetterEnd": "{0}{1}的亲属" }, { @@ -693,7 +693,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "幸蒙贵村厚赐,允诺朱陈之约。聘礼已虔心领受,随函谨呈奁赀若干,但求永固姻亲之谊,同享瓜瓞之绵。", + "LetterContent": "幸得贵府厚待,准{0}与{2}共结秦晋。今依俗纳聘,虔具薄仪,伏祈笑纳。来日定当互敬互爱,敦亲睦邻,以慰高堂之望。", "LetterEnd": "{0}{1}的亲属" }, { @@ -710,7 +710,7 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "伏承贵村隆情,惠允缔结婚盟。聘物已如礼敬收,今备奁赀若干附呈,惟祈永结两姓之欢,长保门庭之睦。", + "LetterContent": "仰承贵宅雅意,允{0}{1}{2}宗族。现依礼呈递聘书,并奉微礼,以彰诚意。嗣后必当勤俭持家,和睦邻里,不负两家之托。", "LetterEnd": "{0}{1}的亲属" }, { @@ -727,7 +727,7 @@ "GiftBagIcon": "", "GiftBagItem": 12103, "LetterBegin": "桃谷的大家,", - "LetterContent": "承蒙贵村厚爱,许{0}{1}{2}门庭。今依礼呈送聘礼,以表诚敬之心。日后必当勤勉持家,和睦乡里,不负众望。", + "LetterContent": "承蒙贵村厚爱,惠允缔结两姓之好。所赠聘礼已如数敬领,今谨备奁赀若干随函奉上,惟愿永结朱陈之好,共谱姻娅之欢。", "LetterEnd": "{0}{1}的亲属" }, { @@ -744,7 +744,7 @@ "GiftBagIcon": "", "GiftBagItem": 12103, "LetterBegin": "桃谷的大家,", - "LetterContent": "荷蒙贵宅垂青,许{0}{1}{2}家门。兹依礼奉上聘礼,聊表寸心。日后必当同心协力,光耀门楣,以报知遇之恩。", + "LetterContent": "荷蒙贵村垂青,慨允两姓联姻。聘礼已虔诚拜受,兹具奁赀若干恭呈,冀望永缔秦晋之盟,长续门楣之庆。", "LetterEnd": "{0}{1}的亲属" }, { @@ -761,7 +761,7 @@ "GiftBagIcon": "", "GiftBagItem": 12103, "LetterBegin": "桃谷的大家,", - "LetterContent": "仰承贵村高义,允我村{2}与贵村{0}缔缘。现循旧俗纳聘,虽礼薄而情真。此后当以勤勉立户,以和睦持村,共护两境安康。", + "LetterContent": "仰承贵村雅意,玉成儿女姻缘。聘仪已恭谨收纳,今特备奁赀若干奉上,愿结两姓百年之好,共襄宗族之荣。", "LetterEnd": "{0}{1}的亲属" }, { @@ -778,7 +778,7 @@ "GiftBagIcon": "", "GiftBagItem": 12103, "LetterBegin": "桃谷的大家,", - "LetterContent": "幸得贵府厚待,准{0}与{2}共结秦晋。今依俗纳聘,虔具薄仪,伏祈笑纳。来日定当互敬互爱,敦亲睦邻,以慰高堂之望。", + "LetterContent": "幸蒙贵村厚赐,允诺朱陈之约。聘礼已虔心领受,随函谨呈奁赀若干,但求永固姻亲之谊,同享瓜瓞之绵。", "LetterEnd": "{0}{1}的亲属" }, { @@ -795,14 +795,14 @@ "GiftBagIcon": "", "GiftBagItem": 12103, "LetterBegin": "桃谷的大家,", - "LetterContent": "仰承贵宅雅意,允{0}{1}{2}宗族。现依礼呈递聘书,并奉微礼,以彰诚意。嗣后必当勤俭持家,和睦邻里,不负两家之托。", + "LetterContent": "伏承贵村隆情,惠允缔结婚盟。聘物已如礼敬收,今备奁赀若干附呈,惟祈永结两姓之欢,长保门庭之睦。", "LetterEnd": "{0}{1}的亲属" }, { "Id": 5001, "Type": 3, "RegionId": 3005, - "Wedding": 2, + "Wedding": 1, "Condition": 7, "ConditionParameter": [ 0 @@ -812,14 +812,14 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "承蒙贵村厚爱,惠允缔结两姓之好。所赠聘礼已如数敬领,今谨备奁赀若干随函奉上,惟愿永结朱陈之好,共谱姻娅之欢。", + "LetterContent": "承蒙贵村厚爱,许{0}{1}{2}门庭。今依礼呈送聘礼,以表诚敬之心。日后必当勤勉持家,和睦乡里,不负众望。", "LetterEnd": "{0}{1}的亲属" }, { "Id": 5002, "Type": 3, "RegionId": 3005, - "Wedding": 2, + "Wedding": 1, "Condition": 7, "ConditionParameter": [ 0 @@ -829,14 +829,14 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "荷蒙贵村垂青,慨允两姓联姻。聘礼已虔诚拜受,兹具奁赀若干恭呈,冀望永缔秦晋之盟,长续门楣之庆。", + "LetterContent": "荷蒙贵宅垂青,许{0}{1}{2}家门。兹依礼奉上聘礼,聊表寸心。日后必当同心协力,光耀门楣,以报知遇之恩。", "LetterEnd": "{0}{1}的亲属" }, { "Id": 5003, "Type": 3, "RegionId": 3005, - "Wedding": 2, + "Wedding": 1, "Condition": 7, "ConditionParameter": [ 0 @@ -846,14 +846,14 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "仰承贵村雅意,玉成儿女姻缘。聘仪已恭谨收纳,今特备奁赀若干奉上,愿结两姓百年之好,共襄宗族之荣。", + "LetterContent": "仰承贵村高义,允我村{2}与贵村{0}缔缘。现循旧俗纳聘,虽礼薄而情真。此后当以勤勉立户,以和睦持村,共护两境安康。", "LetterEnd": "{0}{1}的亲属" }, { "Id": 5004, "Type": 3, "RegionId": 3005, - "Wedding": 2, + "Wedding": 1, "Condition": 7, "ConditionParameter": [ 0 @@ -863,14 +863,14 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "幸蒙贵村厚赐,允诺朱陈之约。聘礼已虔心领受,随函谨呈奁赀若干,但求永固姻亲之谊,同享瓜瓞之绵。", + "LetterContent": "幸得贵府厚待,准{0}与{2}共结秦晋。今依俗纳聘,虔具薄仪,伏祈笑纳。来日定当互敬互爱,敦亲睦邻,以慰高堂之望。", "LetterEnd": "{0}{1}的亲属" }, { "Id": 5005, "Type": 3, "RegionId": 3005, - "Wedding": 2, + "Wedding": 1, "Condition": 7, "ConditionParameter": [ 0 @@ -880,14 +880,14 @@ "GiftBagIcon": "", "GiftBagItem": 12100, "LetterBegin": "桃谷的大家,", - "LetterContent": "伏承贵村隆情,惠允缔结婚盟。聘物已如礼敬收,今备奁赀若干附呈,惟祈永结两姓之欢,长保门庭之睦。", + "LetterContent": "仰承贵宅雅意,允{0}{1}{2}宗族。现依礼呈递聘书,并奉微礼,以彰诚意。嗣后必当勤俭持家,和睦邻里,不负两家之托。", "LetterEnd": "{0}{1}的亲属" }, { "Id": 5006, "Type": 3, "RegionId": 3005, - "Wedding": 1, + "Wedding": 2, "Condition": 7, "ConditionParameter": [ 0 @@ -897,14 +897,14 @@ "GiftBagIcon": "", "GiftBagItem": 12104, "LetterBegin": "桃谷的大家,", - "LetterContent": "承蒙贵村厚爱,许{0}{1}{2}门庭。今依礼呈送聘礼,以表诚敬之心。日后必当勤勉持家,和睦乡里,不负众望。", + "LetterContent": "承蒙贵村厚爱,惠允缔结两姓之好。所赠聘礼已如数敬领,今谨备奁赀若干随函奉上,惟愿永结朱陈之好,共谱姻娅之欢。", "LetterEnd": "{0}{1}的亲属" }, { "Id": 5007, "Type": 3, "RegionId": 3005, - "Wedding": 1, + "Wedding": 2, "Condition": 7, "ConditionParameter": [ 0 @@ -914,14 +914,14 @@ "GiftBagIcon": "", "GiftBagItem": 12104, "LetterBegin": "桃谷的大家,", - "LetterContent": "荷蒙贵宅垂青,许{0}{1}{2}家门。兹依礼奉上聘礼,聊表寸心。日后必当同心协力,光耀门楣,以报知遇之恩。", + "LetterContent": "荷蒙贵村垂青,慨允两姓联姻。聘礼已虔诚拜受,兹具奁赀若干恭呈,冀望永缔秦晋之盟,长续门楣之庆。", "LetterEnd": "{0}{1}的亲属" }, { "Id": 5008, "Type": 3, "RegionId": 3005, - "Wedding": 1, + "Wedding": 2, "Condition": 7, "ConditionParameter": [ 0 @@ -931,14 +931,14 @@ "GiftBagIcon": "", "GiftBagItem": 12104, "LetterBegin": "桃谷的大家,", - "LetterContent": "仰承贵村高义,允我村{2}与贵村{0}缔缘。现循旧俗纳聘,虽礼薄而情真。此后当以勤勉立户,以和睦持村,共护两境安康。", + "LetterContent": "仰承贵村雅意,玉成儿女姻缘。聘仪已恭谨收纳,今特备奁赀若干奉上,愿结两姓百年之好,共襄宗族之荣。", "LetterEnd": "{0}{1}的亲属" }, { "Id": 5009, "Type": 3, "RegionId": 3005, - "Wedding": 1, + "Wedding": 2, "Condition": 7, "ConditionParameter": [ 0 @@ -948,14 +948,14 @@ "GiftBagIcon": "", "GiftBagItem": 12104, "LetterBegin": "桃谷的大家,", - "LetterContent": "幸得贵府厚待,准{0}与{2}共结秦晋。今依俗纳聘,虔具薄仪,伏祈笑纳。来日定当互敬互爱,敦亲睦邻,以慰高堂之望。", + "LetterContent": "幸蒙贵村厚赐,允诺朱陈之约。聘礼已虔心领受,随函谨呈奁赀若干,但求永固姻亲之谊,同享瓜瓞之绵。", "LetterEnd": "{0}{1}的亲属" }, { "Id": 5010, "Type": 3, "RegionId": 3005, - "Wedding": 1, + "Wedding": 2, "Condition": 7, "ConditionParameter": [ 0 @@ -965,7 +965,7 @@ "GiftBagIcon": "", "GiftBagItem": 12104, "LetterBegin": "桃谷的大家,", - "LetterContent": "仰承贵宅雅意,允{0}{1}{2}宗族。现依礼呈递聘书,并奉微礼,以彰诚意。嗣后必当勤俭持家,和睦邻里,不负两家之托。", + "LetterContent": "伏承贵村隆情,惠允缔结婚盟。聘物已如礼敬收,今备奁赀若干附呈,惟祈永结两姓之欢,长保门庭之睦。", "LetterEnd": "{0}{1}的亲属" } ] \ No newline at end of file diff --git a/src/api/config/RegionInfoConfigCategory.json b/src/api/config/RegionInfoConfigCategory.json index e7e7286..3e96d6d 100644 --- a/src/api/config/RegionInfoConfigCategory.json +++ b/src/api/config/RegionInfoConfigCategory.json @@ -329,8 +329,12 @@ "y": -33.211845 }, { - "x": -0.93980217, - "y": -33.91285 + "x": -0.82668495, + "y": -33.88019 + }, + { + "x": -1.1862812, + "y": -34.086838 }, { "x": -1.7247705, @@ -365,8 +369,12 @@ "y": -36.463398 }, { - "x": -1.0870581, - "y": -38.417603 + "x": -1.3307867, + "y": -38.17492 + }, + { + "x": -1.1681395, + "y": -38.52571 }, { "x": -1.7896833, @@ -480,6 +488,14 @@ "x": 28.85879, "y": -38.890717 }, + { + "x": 29.235878, + "y": -38.542526 + }, + { + "x": 30.325209, + "y": -38.628304 + }, { "x": 38.847862, "y": -36.372566 @@ -685,8 +701,12 @@ "y": -0.66267776 }, { - "x": 30.991125, - "y": -3.1385365 + "x": 30.87512, + "y": -2.9508762 + }, + { + "x": 30.67016, + "y": -3.3311138 }, { "x": 28.92147, @@ -774,7 +794,11 @@ }, { "x": 17.378326, - "y": -0.424448 + "y": -0.58480835 + }, + { + "x": 17.577192, + "y": -0.25730896 }, { "x": 18.406921, @@ -897,12 +921,16 @@ "y": -8.6097145 }, { - "x": 1.7077417, - "y": -9.467224 + "x": 1.7579069, + "y": -9.423555 }, { - "x": 0.5406208, - "y": -10.36174 + "x": -5.4195366, + "y": -14.677139 + }, + { + "x": -5.918043, + "y": -14.48158 }, { "x": -0.9317293, @@ -925,12 +953,12 @@ "y": -13.137463 }, { - "x": -5.4195366, - "y": -14.677139 + "x": -5.9317646, + "y": -14.330631 }, { - "x": -5.918043, - "y": -14.48158 + "x": -7.8255196, + "y": -15.223752 }, { "x": -8.590935, @@ -941,8 +969,12 @@ "y": -16.240078 }, { - "x": -6.125946, - "y": -16.86956 + "x": -6.0254154, + "y": -16.676226 + }, + { + "x": -6.085449, + "y": -16.937054 }, { "x": -7.292881, @@ -973,20 +1005,32 @@ "y": -23.043755 }, { - "x": -1.5978756, - "y": -23.145536 + "x": -1.8488283, + "y": -23.11854 }, { - "x": -2.7017078, - "y": -23.581593 + "x": -1.6766872, + "y": -23.263754 + }, + { + "x": -2.3683882, + "y": -23.59312 + }, + { + "x": -2.0207882, + "y": -24.02192 + }, + { + "x": -0.9218464, + "y": -24.264164 }, { "x": -0.48025608, "y": -24.711935 }, { - "x": -2.1400776, - "y": -25.534405 + "x": -1.9657383, + "y": -25.639008 }, { "x": 0.3578701, @@ -997,8 +1041,12 @@ "y": -29.21242 }, { - "x": 1.4253349, - "y": -29.448185 + "x": 1.3557444, + "y": -29.276253 + }, + { + "x": 1.3782434, + "y": -29.542366 }, { "x": 0.20294857, @@ -1251,12 +1299,20 @@ "y": -48.073452 }, { - "x": -13.7848015, + "x": -14.326759, + "y": -47.875763 + }, + { + "x": -13.883873, "y": -47.52762 }, { - "x": -14.531849, - "y": -47.125587 + "x": -14.365873, + "y": -47.313484 + }, + { + "x": -14.048632, + "y": -47.152294 }, { "x": -13.287397, @@ -1319,12 +1375,20 @@ "y": -41.326412 }, { - "x": -3.6388779, - "y": -40.846336 + "x": -3.2626038, + "y": -40.86235 + }, + { + "x": -3.3846092, + "y": -40.714024 + }, + { + "x": -3.066061, + "y": -40.572002 }, { - "x": -3.0818062, - "y": -40.47999 + "x": -3.1698704, + "y": -40.431953 }, { "x": -7.708187, @@ -1379,32 +1443,32 @@ "y": -30.994194 }, { - "x": -5.116892, - "y": -29.622326 + "x": -3.5576706, + "y": -28.43484 }, { - "x": -3.7160988, - "y": -28.375065 + "x": -5.5334682, + "y": -27.879417 }, { - "x": -7.1262627, - "y": -27.58578 + "x": -7.0023518, + "y": -28.256966 }, { - "x": -7.3265, - "y": -28.919556 + "x": -8.421053, + "y": -28.537495 }, { - "x": -8.016113, - "y": -29.69269 + "x": -8.821537, + "y": -29.03183 }, { - "x": -10.555603, - "y": -29.11637 + "x": -10.4420185, + "y": -29.260933 }, { - "x": -12.036943, - "y": -28.6473 + "x": -11.927362, + "y": -29.203638 }, { "x": -11.875036, @@ -1486,6 +1550,10 @@ "x": -16.9912, "y": -18.57887 }, + { + "x": -15.550011, + "y": -18.32679 + }, { "x": -15.053497, "y": -17.760433 @@ -1507,20 +1575,36 @@ "y": -14.128582 }, { - "x": -11.149605, - "y": -13.169283 + "x": -11.360451, + "y": -13.289766 + }, + { + "x": -11.264381, + "y": -12.992003 }, { - "x": -12.252527, + "x": -11.6199875, "y": -12.69739 }, + { + "x": -11.403862, + "y": -12.512112 + }, + { + "x": -8.491711, + "y": -12.218353 + }, { "x": -8.023808, "y": -11.897896 }, { - "x": -8.341042, - "y": -11.583058 + "x": -8.104923, + "y": -11.567824 + }, + { + "x": -6.057369, + "y": -10.812059 }, { "x": -5.78368, @@ -1615,8 +1699,12 @@ "y": 6.6586876 }, { - "x": -15.018116, - "y": 7.521925 + "x": -15.046679, + "y": 7.2246914 + }, + { + "x": -15.402903, + "y": 7.446375 }, { "x": -18.543053, @@ -1768,12 +1856,16 @@ "y": 5.0698586 }, { - "x": -41.429245, - "y": 3.3630447 + "x": -40.42015, + "y": 4.2017117 + }, + { + "x": -41.606586, + "y": 3.372898 }, { - "x": -41.373264, - "y": 2.6256237 + "x": -41.452084, + "y": 2.655182 }, { "x": -47.943897, @@ -2543,12 +2635,20 @@ "y": 5.9993687 }, { - "x": -38.66234, - "y": 9.125063 + "x": -41.84822, + "y": 7.0131655 + }, + { + "x": -38.48831, + "y": 9.146816 + }, + { + "x": -39.53272, + "y": 9.797996 }, { - "x": -39.8451, - "y": 10.024195 + "x": -39.36668, + "y": 10.035984 }, { "x": -30.575424, @@ -5500,8 +5600,12 @@ "y": -33.211845 }, { - "x": -0.73980236, - "y": -33.91285 + "x": -0.62668514, + "y": -33.88019 + }, + { + "x": -0.9862814, + "y": -34.086838 }, { "x": -1.5247707, @@ -5536,8 +5640,12 @@ "y": -36.463398 }, { - "x": -0.88705826, - "y": -38.417603 + "x": -1.1307869, + "y": -38.17492 + }, + { + "x": -0.96813965, + "y": -38.52571 }, { "x": -1.5896835, @@ -5651,6 +5759,14 @@ "x": 29.058788, "y": -38.890717 }, + { + "x": 29.435879, + "y": -38.542526 + }, + { + "x": 30.525208, + "y": -38.628304 + }, { "x": 39.047863, "y": -36.372566 @@ -5856,8 +5972,12 @@ "y": -0.66267776 }, { - "x": 31.191124, - "y": -3.1385365 + "x": 31.075119, + "y": -2.9508762 + }, + { + "x": 30.87016, + "y": -3.3311138 }, { "x": 29.121471, @@ -5945,7 +6065,11 @@ }, { "x": 17.578325, - "y": -0.424448 + "y": -0.58480835 + }, + { + "x": 17.777191, + "y": -0.25730896 }, { "x": 18.606922, @@ -6068,8 +6192,12 @@ "y": -8.6097145 }, { - "x": 1.9077415, - "y": -9.467224 + "x": 1.9579067, + "y": -9.423555 + }, + { + "x": 1.7749348, + "y": -9.777105 }, { "x": 0.7406206, @@ -6112,8 +6240,12 @@ "y": -16.240078 }, { - "x": -5.925946, - "y": -16.86956 + "x": -5.8254156, + "y": -16.676226 + }, + { + "x": -5.8854494, + "y": -16.937054 }, { "x": -7.092881, @@ -6144,20 +6276,32 @@ "y": -23.043755 }, { - "x": -1.3978758, - "y": -23.145536 + "x": -1.6488285, + "y": -23.11854 }, { - "x": -2.501708, - "y": -23.581593 + "x": -1.4766874, + "y": -23.263754 + }, + { + "x": -2.1683884, + "y": -23.59312 + }, + { + "x": -1.8207884, + "y": -24.02192 + }, + { + "x": -0.7218466, + "y": -24.264164 }, { "x": -0.28025627, "y": -24.711935 }, { - "x": -1.9400778, - "y": -25.534405 + "x": -1.7657385, + "y": -25.639008 }, { "x": 0.5578699, @@ -6168,8 +6312,12 @@ "y": -29.21242 }, { - "x": 1.6253347, - "y": -29.448185 + "x": 1.5557442, + "y": -29.276253 + }, + { + "x": 1.5782433, + "y": -29.542366 }, { "x": 0.40294838, @@ -6422,12 +6570,20 @@ "y": -48.073452 }, { - "x": -13.7848015, + "x": -14.326759, + "y": -47.875763 + }, + { + "x": -13.883873, "y": -47.52762 }, { - "x": -14.531849, - "y": -47.125587 + "x": -14.365873, + "y": -47.313484 + }, + { + "x": -14.048632, + "y": -47.152294 }, { "x": -13.287397, @@ -6490,12 +6646,20 @@ "y": -41.326412 }, { - "x": -3.6388779, - "y": -40.846336 + "x": -3.2626038, + "y": -40.86235 + }, + { + "x": -3.3846092, + "y": -40.714024 + }, + { + "x": -3.066061, + "y": -40.572002 }, { - "x": -3.0818062, - "y": -40.47999 + "x": -3.1698704, + "y": -40.431953 }, { "x": -7.708187, @@ -6550,32 +6714,32 @@ "y": -30.994194 }, { - "x": -5.116892, - "y": -29.622326 + "x": -3.5576706, + "y": -28.43484 }, { - "x": -3.7160988, - "y": -28.375065 + "x": -5.5334682, + "y": -27.879417 }, { - "x": -7.1262627, - "y": -27.58578 + "x": -7.0023518, + "y": -28.256966 }, { - "x": -7.3265, - "y": -28.919556 + "x": -8.421053, + "y": -28.537495 }, { - "x": -8.016113, - "y": -29.69269 + "x": -8.821537, + "y": -29.03183 }, { - "x": -10.555603, - "y": -29.11637 + "x": -10.4420185, + "y": -29.260933 }, { - "x": -12.036943, - "y": -28.6473 + "x": -11.927362, + "y": -29.203638 }, { "x": -11.875036, @@ -6657,6 +6821,10 @@ "x": -16.9912, "y": -18.57887 }, + { + "x": -15.550011, + "y": -18.32679 + }, { "x": -15.053497, "y": -17.760433 @@ -6678,20 +6846,36 @@ "y": -14.128582 }, { - "x": -11.149605, - "y": -13.169283 + "x": -11.360451, + "y": -13.289766 + }, + { + "x": -11.264381, + "y": -12.992003 }, { - "x": -12.252527, + "x": -11.6199875, "y": -12.69739 }, + { + "x": -11.403862, + "y": -12.512112 + }, + { + "x": -8.491711, + "y": -12.218353 + }, { "x": -8.023808, "y": -11.897896 }, { - "x": -8.341042, - "y": -11.583058 + "x": -8.104923, + "y": -11.567824 + }, + { + "x": -6.057369, + "y": -10.812059 }, { "x": -5.78368, @@ -6786,8 +6970,12 @@ "y": 6.6586876 }, { - "x": -15.018116, - "y": 7.521925 + "x": -15.046679, + "y": 7.2246914 + }, + { + "x": -15.402903, + "y": 7.446375 }, { "x": -18.543053, @@ -6903,8 +7091,16 @@ "y": 1.9962463 }, { - "x": -29.158085, - "y": 4.8229218 + "x": -28.976046, + "y": 5.004963 + }, + { + "x": -28.59063, + "y": 5.446583 + }, + { + "x": -29.536266, + "y": 5.9944534 }, { "x": -30.027962, @@ -6931,8 +7127,16 @@ "y": 5.0698586 }, { - "x": -41.173264, - "y": 2.6256237 + "x": -40.22015, + "y": 4.2017117 + }, + { + "x": -41.406586, + "y": 3.372898 + }, + { + "x": -41.252083, + "y": 2.655182 }, { "x": -47.743896, @@ -6943,24 +7147,44 @@ "y": -0.69991493 }, { - "x": -50.07425, - "y": -0.8065014 + "x": -49.90851, + "y": -0.72281265 }, { - "x": -49.573727, - "y": -3.2992077 + "x": -48.96567, + "y": -3.2679672 }, { - "x": -50.879395, - "y": -3.4070854 + "x": -49.28581, + "y": -3.6005192 }, { - "x": -49.405407, - "y": -7.7551193 + "x": -50.79904, + "y": -3.8155289 }, { - "x": -48.831757, - "y": -12.007402 + "x": -50.40238, + "y": -6.0022926 + }, + { + "x": -49.58852, + "y": -7.624325 + }, + { + "x": -49.334713, + "y": -10.3033905 + }, + { + "x": -48.980713, + "y": -12.2646885 + }, + { + "x": -49.052296, + "y": -14.479902 + }, + { + "x": -49.91994, + "y": -14.961795 }, { "x": -49.293213, @@ -6979,8 +7203,12 @@ "y": -18.23846 }, { - "x": -48.128006, - "y": -18.667744 + "x": -48.356934, + "y": -18.70622 + }, + { + "x": -48.319035, + "y": -20.784582 }, { "x": -47.165142, @@ -7022,6 +7250,10 @@ "x": -44.240944, "y": -34.16121 }, + { + "x": -42.91534, + "y": -37.658344 + }, { "x": -41.86242, "y": -38.55284 @@ -7131,12 +7363,12 @@ "y": -17.517143 }, { - "x": -35.33233, - "y": -17.284718 + "x": -35.10132, + "y": -17.253395 }, { - "x": -32.56273, - "y": -16.217175 + "x": -32.49216, + "y": -16.18483 }, { "x": -33.080986, @@ -7183,8 +7415,8 @@ "y": -10.563431 }, { - "x": -28.294247, - "y": -10.112589 + "x": -27.97136, + "y": -10.190706 }, { "x": -26.593927, @@ -7207,8 +7439,8 @@ "y": -6.3326416 }, { - "x": -21.986248, - "y": -5.3160744 + "x": -21.913338, + "y": -5.6077156 }, { "x": -21.036667, @@ -7570,16 +7802,16 @@ "ID": 8, "Points": [ { - "x": -49.77914, - "y": 26.382149 + "x": -49.969913, + "y": 26.027863 }, { - "x": -48.476574, - "y": 25.239185 + "x": -48.63101, + "y": 25.157427 }, { - "x": -47.8575, - "y": 18.566622 + "x": -47.98468, + "y": 18.512117 }, { "x": -47.056675, @@ -7598,20 +7830,20 @@ "y": 10.404692 }, { - "x": -48.54685, - "y": 8.732908 + "x": -48.85333, + "y": 8.592439 }, { - "x": -47.821735, - "y": 4.049755 + "x": -48.255917, + "y": 3.8582058 }, { - "x": -46.3399, - "y": 4.428259 + "x": -46.07616, + "y": 4.641282 }, { - "x": -46.54448, - "y": 5.3494453 + "x": -46.293854, + "y": 5.104931 }, { "x": -43.712177, @@ -7622,12 +7854,20 @@ "y": 5.9993687 }, { - "x": -38.462337, - "y": 9.125063 + "x": -41.64822, + "y": 7.0131655 + }, + { + "x": -38.28831, + "y": 9.146816 }, { - "x": -39.83167, - "y": 10.008647 + "x": -39.332718, + "y": 9.797996 + }, + { + "x": -39.16668, + "y": 10.035984 }, { "x": -30.375423, @@ -7642,8 +7882,8 @@ "y": 13.509925 }, { - "x": -30.874096, - "y": 14.486842 + "x": -30.687527, + "y": 14.479068 }, { "x": -23.669415, @@ -7677,6 +7917,10 @@ "x": 10.849052, "y": 16.27416 }, + { + "x": 13.86743, + "y": 16.313549 + }, { "x": 15.983515, "y": 16.662523 @@ -7686,12 +7930,12 @@ "y": 17.68873 }, { - "x": 16.540577, - "y": 19.77428 + "x": 16.832314, + "y": 19.705639 }, { - "x": 15.029442, - "y": 20.717628 + "x": 15.698729, + "y": 20.648983 }, { "x": 18.239515, @@ -7722,16 +7966,24 @@ "y": 31.603722 }, { - "x": 0.50436497, - "y": 33.126495 + "x": 0.9062414, + "y": 33.320984 }, { - "x": -1.598383, - "y": 35.184532 + "x": -1.1070805, + "y": 35.06788 + }, + { + "x": -0.08628273, + "y": 36.056202 + }, + { + "x": -1.4877319, + "y": 36.451984 }, { - "x": -1.3012381, - "y": 37.429478 + "x": -1.2610006, + "y": 37.328888 }, { "x": 4.3206615, @@ -7762,16 +8014,20 @@ "y": 46.371696 }, { - "x": -2.539115, - "y": 46.084797 + "x": -2.5261793, + "y": 46.07833 + }, + { + "x": -7.857747, + "y": 43.738174 }, { "x": -8.864334, "y": 42.868896 }, { - "x": -7.66181, - "y": 42.01195 + "x": -7.9628444, + "y": 42.03271 }, { "x": -11.603785, @@ -7806,24 +8062,32 @@ "y": 42.680397 }, { - "x": -47.44799, - "y": 34.236595 + "x": -48.86743, + "y": 39.00056 + }, + { + "x": -48.30184, + "y": 37.179077 + }, + { + "x": -47.584835, + "y": 34.217045 }, { "x": -48.61029, "y": 33.92621 }, { - "x": -47.753433, - "y": 27.788464 + "x": -47.918827, + "y": 27.81603 }, { - "x": -52.130096, - "y": 27.614784 + "x": -52.467777, + "y": 27.814636 }, { - "x": -52.21764, - "y": 26.409828 + "x": -52.40371, + "y": 26.258217 } ] } @@ -23707,6 +23971,41 @@ } ], "RegionGrid": [] + }, + { + "RegionId": 8001, + "RegionSizeInfo": { + "Pos": { + "x": 110, + "y": 200.02023 + }, + "Width": 20.26, + "Height": 14.4 + }, + "CanPlaceArea": [ + { + "ID": 1, + "Points": [ + { + "x": 120.20433, + "y": 192.85837 + }, + { + "x": 120.17446, + "y": 202.60919 + }, + { + "x": 99.87015, + "y": 202.586 + }, + { + "x": 99.81839, + "y": 192.79205 + } + ] + } + ], + "RegionGrid": [] } ] } diff --git a/src/api/config/RegionResourcesConfigCategory.json b/src/api/config/RegionResourcesConfigCategory.json index 553934b..82b625f 100644 --- a/src/api/config/RegionResourcesConfigCategory.json +++ b/src/api/config/RegionResourcesConfigCategory.json @@ -6,7 +6,7 @@ "BaseOut": 10, "WorkerNum": 2, "MinAcquisition": 100, - "MaxAcquisition": 5000, + "MaxAcquisition": 8000, "UnitAcquisition": 100, "UnitTimeConsuming": 120, "UnitMoneyConsuming": 2, @@ -23,7 +23,7 @@ "BaseOut": 20, "WorkerNum": 2, "MinAcquisition": 400, - "MaxAcquisition": 5000, + "MaxAcquisition": 8000, "UnitAcquisition": 400, "UnitTimeConsuming": 120, "UnitMoneyConsuming": 1, @@ -40,7 +40,7 @@ "BaseOut": 11, "WorkerNum": 3, "MinAcquisition": 400, - "MaxAcquisition": 5000, + "MaxAcquisition": 8000, "UnitAcquisition": 400, "UnitTimeConsuming": 120, "UnitMoneyConsuming": 6, @@ -57,7 +57,7 @@ "BaseOut": 12, "WorkerNum": 6, "MinAcquisition": 200, - "MaxAcquisition": 5000, + "MaxAcquisition": 8000, "UnitAcquisition": 200, "UnitTimeConsuming": 120, "UnitMoneyConsuming": 8, @@ -74,7 +74,7 @@ "BaseOut": 215, "WorkerNum": 10, "MinAcquisition": 200, - "MaxAcquisition": 5000, + "MaxAcquisition": 8000, "UnitAcquisition": 200, "UnitTimeConsuming": 120, "UnitMoneyConsuming": 12, @@ -91,7 +91,7 @@ "BaseOut": 17, "WorkerNum": 12, "MinAcquisition": 400, - "MaxAcquisition": 5000, + "MaxAcquisition": 8000, "UnitAcquisition": 400, "UnitTimeConsuming": 120, "UnitMoneyConsuming": 10, diff --git a/src/api/config/ReputationShopItemGroupConfigCategory.json b/src/api/config/ReputationShopItemGroupConfigCategory.json index 5ddfca4..8983332 100644 --- a/src/api/config/ReputationShopItemGroupConfigCategory.json +++ b/src/api/config/ReputationShopItemGroupConfigCategory.json @@ -1385,6 +1385,17 @@ "ScaleCondition": 16, "RefreshCycle": 0 }, + { + "Id": 2035, + "Region": 3004, + "ItemId": 7081, + "Number": 1, + "Currency": 1, + "Price": 20000, + "ReputationConditon": 6000, + "ScaleCondition": 16, + "RefreshCycle": 0 + }, { "Id": 3001, "Region": 3005, @@ -1648,5 +1659,38 @@ "ReputationConditon": 6000, "ScaleCondition": 21, "RefreshCycle": 0 + }, + { + "Id": 3026, + "Region": 3005, + "ItemId": 7082, + "Number": 1, + "Currency": 1, + "Price": 20000, + "ReputationConditon": 6000, + "ScaleCondition": 19, + "RefreshCycle": 0 + }, + { + "Id": 3027, + "Region": 3005, + "ItemId": 7269, + "Number": 3, + "Currency": 1, + "Price": 50000, + "ReputationConditon": 6000, + "ScaleCondition": 19, + "RefreshCycle": 0 + }, + { + "Id": 3028, + "Region": 3005, + "ItemId": 7085, + "Number": 1, + "Currency": 1, + "Price": 20000, + "ReputationConditon": 6000, + "ScaleCondition": 19, + "RefreshCycle": 0 } ] \ No newline at end of file diff --git a/src/api/config/ResourceSkinConfigCategory.json b/src/api/config/ResourceSkinConfigCategory.json index 03c4e7d..7e775be 100644 --- a/src/api/config/ResourceSkinConfigCategory.json +++ b/src/api/config/ResourceSkinConfigCategory.json @@ -1,121 +1,44 @@ [ { "Id": 1, - "SkinName": "榕树皮肤", - "SkinPrefab": [ - "ResourceSkin_1_1", - "ResourceSkin_1_2", - "ResourceSkin_1_3", - "ResourceSkin_1_4" - ], - "Picture": [ - "ResourceSkin_1_1", - "ResourceSkin_1_2", - "ResourceSkin_1_3", - "ResourceSkin_1_4" - ], - "GetMethod": "暂未开放" + "SkinName": "榕树·连理枝", + "SkinPrefab": "ResourceSkin_1", + "SkinPicture": "ResourceSkin__Picture_1", + "GetMethod": "外观礼包" }, { "Id": 2, - "SkinName": "桢楠皮肤", - "SkinPrefab": [ - "ResourceSkin_2_1", - "ResourceSkin_2_2", - "ResourceSkin_2_3", - "ResourceSkin_2_4" - ], - "Picture": [ - "ResourceSkin_2_1", - "ResourceSkin_2_2", - "ResourceSkin_2_3", - "ResourceSkin_2_4" - ], - "GetMethod": "暂未开放" + "SkinName": "桢楠·叠翠", + "SkinPrefab": "ResourceSkin_2", + "SkinPicture": "ResourceSkin__Picture_2", + "GetMethod": "外观礼包" }, { "Id": 3, - "SkinName": "桃树皮肤", - "SkinPrefab": [ - "ResourceSkin_3_1", - "ResourceSkin_3_2", - "ResourceSkin_3_3", - "ResourceSkin_3_4" - ], - "Picture": [ - "ResourceSkin_3_1", - "ResourceSkin_3_2", - "ResourceSkin_3_3", - "ResourceSkin_3_4" - ], - "GetMethod": "暂未开放" + "SkinName": "松树·伴山", + "SkinPrefab": "ResourceSkin_3", + "SkinPicture": "ResourceSkin__Picture_3", + "GetMethod": "外观礼包" }, { "Id": 4, - "SkinName": "松树皮肤", - "SkinPrefab": [ - "ResourceSkin_4_1", - "ResourceSkin_4_2", - "ResourceSkin_4_3", - "ResourceSkin_4_4" - ], - "Picture": [ - "ResourceSkin_4_1", - "ResourceSkin_4_2", - "ResourceSkin_4_3", - "ResourceSkin_4_4" - ], - "GetMethod": "暂未开放" + "SkinName": "桑树·盈满", + "SkinPrefab": "ResourceSkin_4", + "SkinPicture": "ResourceSkin__Picture_4", + "GetMethod": "外观礼包" }, { "Id": 5, - "SkinName": "桑树皮肤", - "SkinPrefab": [ - "ResourceSkin_5_1", - "ResourceSkin_5_2", - "ResourceSkin_5_3", - "ResourceSkin_5_4" - ], - "Picture": [ - "ResourceSkin_5_1", - "ResourceSkin_5_2", - "ResourceSkin_5_3", - "ResourceSkin_5_4" - ], - "GetMethod": "暂未开放" + "SkinName": "柳树·平湖影", + "SkinPrefab": "ResourceSkin_5", + "SkinPicture": "ResourceSkin__Picture_5", + "GetMethod": "外观礼包" }, { "Id": 6, - "SkinName": "柳树皮肤", - "SkinPrefab": [ - "ResourceSkin_6_1", - "ResourceSkin_6_2", - "ResourceSkin_6_3", - "ResourceSkin_6_4" - ], - "Picture": [ - "ResourceSkin_6_1", - "ResourceSkin_6_2", - "ResourceSkin_6_3", - "ResourceSkin_6_4" - ], - "GetMethod": "暂未开放" - }, - { - "Id": 7, - "SkinName": "梨树皮肤", - "SkinPrefab": [ - "ResourceSkin_7_1", - "ResourceSkin_7_2", - "ResourceSkin_7_3", - "ResourceSkin_7_4" - ], - "Picture": [ - "ResourceSkin_7_1", - "ResourceSkin_7_2", - "ResourceSkin_7_3", - "ResourceSkin_7_4" - ], - "GetMethod": "暂未开放" + "SkinName": "梨树·月满梢", + "SkinPrefab": "ResourceSkin_6", + "SkinPicture": "ResourceSkin__Picture_6", + "GetMethod": "外观礼包" } ] \ No newline at end of file diff --git a/src/api/config/ResourcesConfigCategory.json b/src/api/config/ResourcesConfigCategory.json index 360b67d..5298f8b 100644 --- a/src/api/config/ResourcesConfigCategory.json +++ b/src/api/config/ResourcesConfigCategory.json @@ -1314,6 +1314,177 @@ "MoonnightOut": 0, "MoonnightOutProbability": 0 }, + { + "Id": 36, + "BehaviourType": 2, + "ResourcesName": "砍伐", + "MutexBehaviour": [ + 33 + ], + "WorkerNumber": 1, + "RebornCondition": 2, + "RebornConditionParameters": [ + 1, + 2 + ], + "ShowCondition": 0, + "ShowConditionParameter": [], + "Disappear": true, + "InResource": false, + "BaseOut": 3, + "OutAmount": 500, + "BaseEfficient": 1, + "OutInterval": 5, + "ExtraOut": 5, + "ExtraOutProbability": [ + [ + 0, + 70 + ], + [ + 1, + 20 + ], + [ + 2, + 10 + ], + [ + 3, + 0 + ] + ], + "TriggerEvent": true, + "MoonnightOut": 0, + "MoonnightOutProbability": 0 + }, + { + "Id": 37, + "BehaviourType": 2, + "ResourcesName": "伐木", + "MutexBehaviour": [ + -1 + ], + "WorkerNumber": 1, + "RebornCondition": 0, + "RebornConditionParameters": [], + "ShowCondition": 0, + "ShowConditionParameter": [], + "Disappear": true, + "InResource": false, + "BaseOut": 5, + "OutAmount": 800, + "BaseEfficient": 1, + "OutInterval": 5, + "ExtraOut": 7, + "ExtraOutProbability": [ + [ + 0, + 70 + ], + [ + 1, + 30 + ], + [ + 2, + 0 + ], + [ + 3, + 0 + ] + ], + "TriggerEvent": true, + "MoonnightOut": 0, + "MoonnightOutProbability": 0 + }, + { + "Id": 38, + "BehaviourType": 2, + "ResourcesName": "伐木", + "MutexBehaviour": [ + -1 + ], + "WorkerNumber": 1, + "RebornCondition": 0, + "RebornConditionParameters": [], + "ShowCondition": 0, + "ShowConditionParameter": [], + "Disappear": true, + "InResource": false, + "BaseOut": 8, + "OutAmount": 800, + "BaseEfficient": 1, + "OutInterval": 5, + "ExtraOut": 7, + "ExtraOutProbability": [ + [ + 0, + 70 + ], + [ + 1, + 30 + ], + [ + 2, + 0 + ], + [ + 3, + 0 + ] + ], + "TriggerEvent": true, + "MoonnightOut": 0, + "MoonnightOutProbability": 0 + }, + { + "Id": 39, + "BehaviourType": 1, + "ResourcesName": "采花", + "MutexBehaviour": [ + 38 + ], + "WorkerNumber": 1, + "RebornCondition": 2, + "RebornConditionParameters": [ + 3 + ], + "ShowCondition": 2, + "ShowConditionParameter": [ + 3 + ], + "Disappear": false, + "InResource": false, + "BaseOut": 148, + "OutAmount": 500, + "BaseEfficient": 1, + "OutInterval": 5, + "ExtraOut": 0, + "ExtraOutProbability": [ + [ + 0, + 100 + ], + [ + 1, + 0 + ], + [ + 2, + 0 + ], + [ + 3, + 0 + ] + ], + "TriggerEvent": false, + "MoonnightOut": 0, + "MoonnightOutProbability": 0 + }, { "Id": 200, "BehaviourType": 3, diff --git a/src/api/config/ResourcesPointConfigCategory.json b/src/api/config/ResourcesPointConfigCategory.json index e269f80..d2b2910 100644 --- a/src/api/config/ResourcesPointConfigCategory.json +++ b/src/api/config/ResourcesPointConfigCategory.json @@ -338,9 +338,7 @@ "MoonnightPrefab": [ "Resource_11" ], - "ResourceSkin": [ - 3 - ], + "ResourceSkin": [], "NamePicture": "Resources_Name_11", "FoundationPicture": "Foundation_Tree", "Description": "春季开花粉红娇艳,夏季结果清爽甘甜" @@ -373,7 +371,7 @@ "Resource_12" ], "ResourceSkin": [ - 6 + 5 ], "NamePicture": "Resources_Name_12", "FoundationPicture": "Foundation_Tree", @@ -408,7 +406,7 @@ "Resource_13" ], "ResourceSkin": [ - 5 + 4 ], "NamePicture": "Resources_Name_13", "FoundationPicture": "Foundation_Tree", @@ -442,7 +440,7 @@ "Resource_14" ], "ResourceSkin": [ - 4 + 3 ], "NamePicture": "Resources_Name_14", "FoundationPicture": "Foundation_Tree", @@ -950,7 +948,7 @@ "Resource_31" ], "ResourceSkin": [ - 7 + 6 ], "NamePicture": "Resources_Name_31", "FoundationPicture": "Foundation_Tree", @@ -990,6 +988,103 @@ "FoundationPicture": "Foundation_Tree", "Description": "树冠广阔如巨伞,气生根垂落似长须,为人们带来大片绿荫" }, + { + "Id": 34, + "ResourcesPointName": "矮竹", + "Type": 1, + "Type2": 1, + "AccessableCondition": 3, + "AccessableParameter": [ + 1004 + ], + "WorkerType": [ + 1, + 2, + 3 + ], + "RelatedResources": [ + 33 + ], + "DailyInteractDropGroup": 0, + "RootOut": true, + "SaplingItemId": 7267, + "Enter": false, + "Disperse": false, + "DisperseRadius": 0, + "Prefab": "Resource_34", + "MoonnightPrefab": [ + "Resource_34" + ], + "ResourceSkin": [], + "NamePicture": "Resources_Name_34", + "FoundationPicture": "Foundation_Tree", + "Description": "可爱翠绿的矮竹,可做为观赏植物" + }, + { + "Id": 35, + "ResourcesPointName": "芭蕉树", + "Type": 1, + "Type2": 1, + "AccessableCondition": 1, + "AccessableParameter": [ + 1 + ], + "WorkerType": [ + 1, + 2, + 3 + ], + "RelatedResources": [ + 37 + ], + "DailyInteractDropGroup": 0, + "RootOut": true, + "SaplingItemId": 7268, + "Enter": false, + "Disperse": false, + "DisperseRadius": 0, + "Prefab": "Resource_35", + "MoonnightPrefab": [ + "Resource_35" + ], + "ResourceSkin": [], + "NamePicture": "Resources_Name_35", + "FoundationPicture": "Foundation_Tree", + "Description": "南方嘉木,叶大如扇" + }, + { + "Id": 36, + "ResourcesPointName": "桂花树", + "Type": 1, + "Type2": 1, + "AccessableCondition": 1, + "AccessableParameter": [ + 1 + ], + "WorkerType": [ + 1, + 2, + 3 + ], + "RelatedResources": [ + 38, + 39 + ], + "DailyInteractDropGroup": 0, + "RootOut": true, + "SaplingItemId": 7269, + "Enter": false, + "Disperse": false, + "DisperseRadius": 0, + "Prefab": "Resource_36", + "MoonnightPrefab": [ + "Resource_36" + ], + "ResourceSkin": [], + "NamePicture": "Resources_Name_36", + "FoundationPicture": "Foundation_Tree", + "Description": "秋日金粟满枝头,暗香浮动月华下" + }, { "Id": 200, "ResourcesPointName": "石矿洞", diff --git a/src/api/config/RewardGroupConfigCategory.json b/src/api/config/RewardGroupConfigCategory.json index 0042d73..e1b8024 100644 --- a/src/api/config/RewardGroupConfigCategory.json +++ b/src/api/config/RewardGroupConfigCategory.json @@ -34,7 +34,7 @@ ], "Number": [ 100, - 5, + 11, 10 ] }, @@ -67,9 +67,11 @@ "ItemId": [ 1905, 1907, - 1908 + 1908, + 1909 ], "Number": [ + 1, 1, 1, 1 @@ -128,6 +130,48 @@ 1 ] }, + { + "Id": 10, + "ItemId": [ + 7884, + 7885, + 7887, + 7888, + 7895, + 7896, + 7897 + ], + "Number": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ] + }, + { + "Id": 11, + "ItemId": [ + 30001, + 30101, + 30201, + 30301, + 30401, + 30601, + 30701 + ], + "Number": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ] + }, { "Id": 101, "ItemId": [ @@ -1685,6 +1729,223 @@ 1 ] }, + { + "Id": 940, + "ItemId": [ + 7327, + 7321 + ], + "Number": [ + 1, + 1 + ] + }, + { + "Id": 941, + "ItemId": [ + 7267, + 220000 + ], + "Number": [ + 10, + 50 + ] + }, + { + "Id": 942, + "ItemId": [ + 7268, + 220000 + ], + "Number": [ + 10, + 50 + ] + }, + { + "Id": 943, + "ItemId": [ + 7170, + 220000 + ], + "Number": [ + 1, + 50 + ] + }, + { + "Id": 944, + "ItemId": [ + 8258, + 8259, + 220000, + 210000 + ], + "Number": [ + 1, + 1, + 50, + 20000 + ] + }, + { + "Id": 945, + "ItemId": [ + 8260, + 8261, + 8262, + 220000 + ], + "Number": [ + 1, + 1, + 1, + 50 + ] + }, + { + "Id": 946, + "ItemId": [ + 8263, + 210000 + ], + "Number": [ + 1, + 20000 + ] + }, + { + "Id": 947, + "ItemId": [ + 500001, + 7321 + ], + "Number": [ + 1, + 2 + ] + }, + { + "Id": 948, + "ItemId": [ + 500002, + 7321 + ], + "Number": [ + 1, + 2 + ] + }, + { + "Id": 949, + "ItemId": [ + 500003, + 7321 + ], + "Number": [ + 1, + 2 + ] + }, + { + "Id": 950, + "ItemId": [ + 500004, + 7321 + ], + "Number": [ + 1, + 2 + ] + }, + { + "Id": 951, + "ItemId": [ + 500005, + 7321 + ], + "Number": [ + 1, + 2 + ] + }, + { + "Id": 952, + "ItemId": [ + 500006, + 7321 + ], + "Number": [ + 1, + 2 + ] + }, + { + "Id": 953, + "ItemId": [ + 7329, + 210000 + ], + "Number": [ + 1, + 5000000 + ] + }, + { + "Id": 954, + "ItemId": [ + 8107, + 220000 + ], + "Number": [ + 1, + 100 + ] + }, + { + "Id": 955, + "ItemId": [ + 7269, + 220000 + ], + "Number": [ + 3, + 80 + ] + }, + { + "Id": 956, + "ItemId": [ + 7898, + 220000 + ], + "Number": [ + 6, + 50 + ] + }, + { + "Id": 957, + "ItemId": [ + 7901, + 220000 + ], + "Number": [ + 6, + 50 + ] + }, + { + "Id": 958, + "ItemId": [ + 9025, + 220000 + ], + "Number": [ + 1, + 50 + ] + }, { "Id": 1001, "ItemId": [ @@ -2854,6 +3115,15 @@ 1 ] }, + { + "Id": 9006, + "ItemId": [ + 210005 + ], + "Number": [ + 2 + ] + }, { "Id": 10001, "ItemId": [ @@ -3855,14 +4125,12 @@ "Id": 12101, "ItemId": [ 113, - 701, - 2053, - 2055 + 2055, + 2053 ], "Number": [ 10, 5, - 1, 1 ] }, @@ -3870,14 +4138,12 @@ "Id": 12102, "ItemId": [ 129, - 701, - 2053, - 2056 + 2056, + 2053 ], "Number": [ 20, 5, - 1, 1 ] }, @@ -3885,14 +4151,12 @@ "Id": 12103, "ItemId": [ 143, - 701, - 2053, - 2057 + 2057, + 2053 ], "Number": [ 10, 5, - 1, 1 ] }, @@ -3900,14 +4164,12 @@ "Id": 12104, "ItemId": [ 112, - 701, - 2053, - 2058 + 2058, + 2053 ], "Number": [ 10, 5, - 1, 1 ] }, @@ -4993,6 +5255,246 @@ 70 ] }, + { + "Id": 100100, + "ItemId": [ + 120001 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100101, + "ItemId": [ + 7900 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100102, + "ItemId": [ + 7899 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100103, + "ItemId": [ + 7900 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100104, + "ItemId": [ + 7899 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100105, + "ItemId": [ + 7900 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100106, + "ItemId": [ + 100006, + 7269 + ], + "Number": [ + 1, + 1 + ] + }, + { + "Id": 100107, + "ItemId": [ + 2062, + 2061, + 150000 + ], + "Number": [ + 5, + 5, + 3 + ] + }, + { + "Id": 100108, + "ItemId": [ + 7329 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100109, + "ItemId": [ + 8054 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100110, + "ItemId": [ + 7328 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100111, + "ItemId": [ + 130001 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100112, + "ItemId": [ + 1300 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100113, + "ItemId": [ + 706 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100114, + "ItemId": [ + 7900 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100115, + "ItemId": [ + 7899 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100116, + "ItemId": [ + 6013 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100117, + "ItemId": [ + 6012 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100118, + "ItemId": [ + 7323 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100119, + "ItemId": [ + 7327 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100120, + "ItemId": [ + 2062 + ], + "Number": [ + 2 + ] + }, + { + "Id": 100121, + "ItemId": [ + 210000 + ], + "Number": [ + 88888 + ] + }, + { + "Id": 100122, + "ItemId": [ + 701 + ], + "Number": [ + 5 + ] + }, + { + "Id": 100123, + "ItemId": [ + 7310 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100124, + "ItemId": [ + 7900 + ], + "Number": [ + 1 + ] + }, + { + "Id": 100125, + "ItemId": [ + 220000 + ], + "Number": [ + 300 + ] + }, { "Id": 110000, "ItemId": [ diff --git a/src/api/config/SaplingConfigCategory.json b/src/api/config/SaplingConfigCategory.json index 5fd0ead..798155e 100644 --- a/src/api/config/SaplingConfigCategory.json +++ b/src/api/config/SaplingConfigCategory.json @@ -284,5 +284,38 @@ "SaplingPrefab": "Sapling_Prefab_27", "NamePicture": "Sapling_Name_27", "Description": "榕树的幼苗(农坊中研究栽培/永久月卡可降低成长时间)" + }, + { + "Id": 29, + "SaplingName": "矮竹苗", + "GrowthTime": 11520, + "FixedPoint": false, + "RelatedResourcesPoint": 34, + "UprootDrop": 7267, + "SaplingPrefab": "Sapling_Prefab_29", + "NamePicture": "Sapling_Name_29", + "Description": "矮竹的幼苗" + }, + { + "Id": 30, + "SaplingName": "芭蕉苗", + "GrowthTime": 11520, + "FixedPoint": false, + "RelatedResourcesPoint": 35, + "UprootDrop": 7268, + "SaplingPrefab": "Sapling_Prefab_30", + "NamePicture": "Sapling_Name_30", + "Description": "芭蕉的幼苗" + }, + { + "Id": 31, + "SaplingName": "桂花树苗", + "GrowthTime": 11520, + "FixedPoint": false, + "RelatedResourcesPoint": 36, + "UprootDrop": 7269, + "SaplingPrefab": "Sapling_Prefab_31", + "NamePicture": "Sapling_Name_31", + "Description": "桂花树的幼苗" } ] \ No newline at end of file diff --git a/src/api/config/ScienceConfigCategory.json b/src/api/config/ScienceConfigCategory.json index 16e1f24..ccd9218 100644 --- a/src/api/config/ScienceConfigCategory.json +++ b/src/api/config/ScienceConfigCategory.json @@ -7083,6 +7083,286 @@ "ScienceDescribe": "粮仓容量提升8000", "ResultDescribe": "粮仓容量提升8000" }, + { + "Id": 3411, + "Type": 2, + "Name": "粮仓", + "PrefixScience": 3410, + "ScienceGroup": 3401, + "ScienceLv": 11, + "Scale": 15, + "Structure": 234, + "Drawing": false, + "ItemId_1": 327, + "ItemNum_1": 700, + "ItemId_2": 210000, + "ItemNum_2": 5000, + "ItemId_3": 0, + "ItemNum_3": 0, + "ItemId_4": 0, + "ItemNum_4": 0, + "Copper": 0, + "Volume": 14000, + "EffectType": 4, + "ObjectAction": 0, + "EffectParameter": 401, + "Icon": "Science_3401", + "Performance": 0, + "ScienceDescribe": "粮仓容量提升9000", + "ResultDescribe": "粮仓容量提升9000" + }, + { + "Id": 3412, + "Type": 2, + "Name": "粮仓", + "PrefixScience": 3411, + "ScienceGroup": 3401, + "ScienceLv": 12, + "Scale": 15, + "Structure": 234, + "Drawing": false, + "ItemId_1": 327, + "ItemNum_1": 800, + "ItemId_2": 210000, + "ItemNum_2": 6000, + "ItemId_3": 0, + "ItemNum_3": 0, + "ItemId_4": 0, + "ItemNum_4": 0, + "Copper": 0, + "Volume": 15000, + "EffectType": 4, + "ObjectAction": 0, + "EffectParameter": 402, + "Icon": "Science_3401", + "Performance": 0, + "ScienceDescribe": "粮仓容量提升10000", + "ResultDescribe": "粮仓容量提升10000" + }, + { + "Id": 3413, + "Type": 2, + "Name": "粮仓", + "PrefixScience": 3412, + "ScienceGroup": 3401, + "ScienceLv": 13, + "Scale": 15, + "Structure": 234, + "Drawing": false, + "ItemId_1": 327, + "ItemNum_1": 900, + "ItemId_2": 210000, + "ItemNum_2": 7000, + "ItemId_3": 0, + "ItemNum_3": 0, + "ItemId_4": 0, + "ItemNum_4": 0, + "Copper": 0, + "Volume": 16000, + "EffectType": 4, + "ObjectAction": 0, + "EffectParameter": 403, + "Icon": "Science_3401", + "Performance": 0, + "ScienceDescribe": "粮仓容量提升11000", + "ResultDescribe": "粮仓容量提升11000" + }, + { + "Id": 3414, + "Type": 2, + "Name": "粮仓", + "PrefixScience": 3413, + "ScienceGroup": 3401, + "ScienceLv": 14, + "Scale": 15, + "Structure": 234, + "Drawing": false, + "ItemId_1": 327, + "ItemNum_1": 1000, + "ItemId_2": 210000, + "ItemNum_2": 8000, + "ItemId_3": 0, + "ItemNum_3": 0, + "ItemId_4": 0, + "ItemNum_4": 0, + "Copper": 0, + "Volume": 17000, + "EffectType": 4, + "ObjectAction": 0, + "EffectParameter": 404, + "Icon": "Science_3401", + "Performance": 0, + "ScienceDescribe": "粮仓容量提升12000", + "ResultDescribe": "粮仓容量提升12000" + }, + { + "Id": 3415, + "Type": 2, + "Name": "粮仓", + "PrefixScience": 3414, + "ScienceGroup": 3401, + "ScienceLv": 15, + "Scale": 15, + "Structure": 234, + "Drawing": false, + "ItemId_1": 327, + "ItemNum_1": 1100, + "ItemId_2": 210000, + "ItemNum_2": 9000, + "ItemId_3": 0, + "ItemNum_3": 0, + "ItemId_4": 0, + "ItemNum_4": 0, + "Copper": 0, + "Volume": 18000, + "EffectType": 4, + "ObjectAction": 0, + "EffectParameter": 405, + "Icon": "Science_3401", + "Performance": 0, + "ScienceDescribe": "粮仓容量提升13000", + "ResultDescribe": "粮仓容量提升13000" + }, + { + "Id": 3416, + "Type": 2, + "Name": "粮仓", + "PrefixScience": 3415, + "ScienceGroup": 3401, + "ScienceLv": 16, + "Scale": 15, + "Structure": 234, + "Drawing": false, + "ItemId_1": 327, + "ItemNum_1": 1200, + "ItemId_2": 210000, + "ItemNum_2": 10000, + "ItemId_3": 0, + "ItemNum_3": 0, + "ItemId_4": 0, + "ItemNum_4": 0, + "Copper": 0, + "Volume": 19000, + "EffectType": 4, + "ObjectAction": 0, + "EffectParameter": 406, + "Icon": "Science_3401", + "Performance": 0, + "ScienceDescribe": "粮仓容量提升14000", + "ResultDescribe": "粮仓容量提升14000" + }, + { + "Id": 3417, + "Type": 2, + "Name": "粮仓", + "PrefixScience": 3416, + "ScienceGroup": 3401, + "ScienceLv": 17, + "Scale": 15, + "Structure": 234, + "Drawing": false, + "ItemId_1": 327, + "ItemNum_1": 1300, + "ItemId_2": 210000, + "ItemNum_2": 11000, + "ItemId_3": 0, + "ItemNum_3": 0, + "ItemId_4": 0, + "ItemNum_4": 0, + "Copper": 0, + "Volume": 20000, + "EffectType": 4, + "ObjectAction": 0, + "EffectParameter": 407, + "Icon": "Science_3401", + "Performance": 0, + "ScienceDescribe": "粮仓容量提升15000", + "ResultDescribe": "粮仓容量提升15000" + }, + { + "Id": 3418, + "Type": 2, + "Name": "粮仓", + "PrefixScience": 3417, + "ScienceGroup": 3401, + "ScienceLv": 18, + "Scale": 15, + "Structure": 234, + "Drawing": false, + "ItemId_1": 327, + "ItemNum_1": 1400, + "ItemId_2": 210000, + "ItemNum_2": 12000, + "ItemId_3": 0, + "ItemNum_3": 0, + "ItemId_4": 0, + "ItemNum_4": 0, + "Copper": 0, + "Volume": 21000, + "EffectType": 4, + "ObjectAction": 0, + "EffectParameter": 408, + "Icon": "Science_3401", + "Performance": 0, + "ScienceDescribe": "粮仓容量提升16000", + "ResultDescribe": "粮仓容量提升16000" + }, + { + "Id": 3419, + "Type": 2, + "Name": "粮仓", + "PrefixScience": 3418, + "ScienceGroup": 3401, + "ScienceLv": 19, + "Scale": 15, + "Structure": 234, + "Drawing": false, + "ItemId_1": 327, + "ItemNum_1": 1500, + "ItemId_2": 210000, + "ItemNum_2": 13000, + "ItemId_3": 0, + "ItemNum_3": 0, + "ItemId_4": 0, + "ItemNum_4": 0, + "Copper": 0, + "Volume": 22000, + "EffectType": 4, + "ObjectAction": 0, + "EffectParameter": 409, + "Icon": "Science_3401", + "Performance": 0, + "ScienceDescribe": "粮仓容量提升17000", + "ResultDescribe": "粮仓容量提升17000" + }, + { + "Id": 3420, + "Type": 2, + "Name": "粮仓", + "PrefixScience": 3419, + "ScienceGroup": 3401, + "ScienceLv": 20, + "Scale": 15, + "Structure": 234, + "Drawing": false, + "ItemId_1": 327, + "ItemNum_1": 1600, + "ItemId_2": 210000, + "ItemNum_2": 14000, + "ItemId_3": 0, + "ItemNum_3": 0, + "ItemId_4": 0, + "ItemNum_4": 0, + "Copper": 0, + "Volume": 23000, + "EffectType": 4, + "ObjectAction": 0, + "EffectParameter": 410, + "Icon": "Science_3401", + "Performance": 0, + "ScienceDescribe": "粮仓容量提升18000", + "ResultDescribe": "粮仓容量提升18000" + }, { "Id": 3501, "Type": 2, @@ -7248,8 +7528,8 @@ "EffectParameter": 9801, "Icon": "Science_4001", "Performance": 0, - "ScienceDescribe": "城门减伤4%", - "ResultDescribe": "城门减伤4%" + "ScienceDescribe": "城门减伤16%", + "ResultDescribe": "城门减伤16%" }, { "Id": 4002, @@ -7276,8 +7556,8 @@ "EffectParameter": 9802, "Icon": "Science_4001", "Performance": 0, - "ScienceDescribe": "城门减伤8%", - "ResultDescribe": "城门减伤8%" + "ScienceDescribe": "城门减伤20%", + "ResultDescribe": "城门减伤20%" }, { "Id": 4003, @@ -7304,8 +7584,8 @@ "EffectParameter": 9803, "Icon": "Science_4001", "Performance": 0, - "ScienceDescribe": "城门减伤12%", - "ResultDescribe": "城门减伤12%" + "ScienceDescribe": "城门减伤24%", + "ResultDescribe": "城门减伤24%" }, { "Id": 4004, @@ -7332,8 +7612,8 @@ "EffectParameter": 9804, "Icon": "Science_4001", "Performance": 0, - "ScienceDescribe": "城门减伤16%", - "ResultDescribe": "城门减伤16%" + "ScienceDescribe": "城门减伤28%", + "ResultDescribe": "城门减伤28%" }, { "Id": 4005, @@ -7360,8 +7640,8 @@ "EffectParameter": 9805, "Icon": "Science_4001", "Performance": 0, - "ScienceDescribe": "城门减伤20%", - "ResultDescribe": "城门减伤20%" + "ScienceDescribe": "城门减伤32%", + "ResultDescribe": "城门减伤32%" }, { "Id": 4006, @@ -7388,8 +7668,8 @@ "EffectParameter": 9806, "Icon": "Science_4001", "Performance": 0, - "ScienceDescribe": "城门减伤24%", - "ResultDescribe": "城门减伤24%" + "ScienceDescribe": "城门减伤36%", + "ResultDescribe": "城门减伤36%" }, { "Id": 4007, @@ -7416,8 +7696,8 @@ "EffectParameter": 9807, "Icon": "Science_4001", "Performance": 0, - "ScienceDescribe": "城门减伤28%", - "ResultDescribe": "城门减伤28%" + "ScienceDescribe": "城门减伤40%", + "ResultDescribe": "城门减伤40%" }, { "Id": 4008, @@ -7444,8 +7724,8 @@ "EffectParameter": 9808, "Icon": "Science_4001", "Performance": 0, - "ScienceDescribe": "城门减伤32%", - "ResultDescribe": "城门减伤32%" + "ScienceDescribe": "城门减伤-ATK_P*2%", + "ResultDescribe": "城门减伤-ATK_P*2%" }, { "Id": 4009, @@ -7472,8 +7752,8 @@ "EffectParameter": 9809, "Icon": "Science_4001", "Performance": 0, - "ScienceDescribe": "城门减伤36%", - "ResultDescribe": "城门减伤36%" + "ScienceDescribe": "城门减伤-ATK_P*2%", + "ResultDescribe": "城门减伤-ATK_P*2%" }, { "Id": 4010, @@ -7500,8 +7780,8 @@ "EffectParameter": 9810, "Icon": "Science_4001", "Performance": 0, - "ScienceDescribe": "城门减伤40%", - "ResultDescribe": "城门减伤40%" + "ScienceDescribe": "城门减伤-ATK_P*2%", + "ResultDescribe": "城门减伤-ATK_P*2%" }, { "Id": 4101, @@ -7528,8 +7808,8 @@ "EffectParameter": 9801, "Icon": "Science_4101", "Performance": 0, - "ScienceDescribe": "箭塔减伤4%", - "ResultDescribe": "箭塔减伤4%" + "ScienceDescribe": "箭塔减伤16%", + "ResultDescribe": "箭塔减伤16%" }, { "Id": 4102, @@ -7556,8 +7836,8 @@ "EffectParameter": 9802, "Icon": "Science_4101", "Performance": 0, - "ScienceDescribe": "箭塔减伤8%", - "ResultDescribe": "箭塔减伤8%" + "ScienceDescribe": "箭塔减伤20%", + "ResultDescribe": "箭塔减伤20%" }, { "Id": 4103, @@ -7584,8 +7864,8 @@ "EffectParameter": 9803, "Icon": "Science_4101", "Performance": 0, - "ScienceDescribe": "箭塔减伤12%", - "ResultDescribe": "箭塔减伤12%" + "ScienceDescribe": "箭塔减伤24%", + "ResultDescribe": "箭塔减伤24%" }, { "Id": 4104, @@ -7612,8 +7892,8 @@ "EffectParameter": 9804, "Icon": "Science_4101", "Performance": 0, - "ScienceDescribe": "箭塔减伤16%", - "ResultDescribe": "箭塔减伤16%" + "ScienceDescribe": "箭塔减伤28%", + "ResultDescribe": "箭塔减伤28%" }, { "Id": 4105, @@ -7640,8 +7920,8 @@ "EffectParameter": 9805, "Icon": "Science_4101", "Performance": 0, - "ScienceDescribe": "箭塔减伤20%", - "ResultDescribe": "箭塔减伤20%" + "ScienceDescribe": "箭塔减伤32%", + "ResultDescribe": "箭塔减伤32%" }, { "Id": 4106, @@ -7668,8 +7948,8 @@ "EffectParameter": 9806, "Icon": "Science_4101", "Performance": 0, - "ScienceDescribe": "箭塔减伤24%", - "ResultDescribe": "箭塔减伤24%" + "ScienceDescribe": "箭塔减伤36%", + "ResultDescribe": "箭塔减伤36%" }, { "Id": 4107, @@ -7696,8 +7976,8 @@ "EffectParameter": 9807, "Icon": "Science_4101", "Performance": 0, - "ScienceDescribe": "箭塔减伤28%", - "ResultDescribe": "箭塔减伤28%" + "ScienceDescribe": "箭塔减伤40%", + "ResultDescribe": "箭塔减伤40%" }, { "Id": 4108, @@ -7724,8 +8004,8 @@ "EffectParameter": 9808, "Icon": "Science_4101", "Performance": 0, - "ScienceDescribe": "箭塔减伤32%", - "ResultDescribe": "箭塔减伤32%" + "ScienceDescribe": "箭塔减伤-ATK_P*2%", + "ResultDescribe": "箭塔减伤-ATK_P*2%" }, { "Id": 4109, @@ -7752,8 +8032,8 @@ "EffectParameter": 9809, "Icon": "Science_4101", "Performance": 0, - "ScienceDescribe": "箭塔减伤36%", - "ResultDescribe": "箭塔减伤36%" + "ScienceDescribe": "箭塔减伤-ATK_P*2%", + "ResultDescribe": "箭塔减伤-ATK_P*2%" }, { "Id": 4110, @@ -7780,8 +8060,8 @@ "EffectParameter": 9810, "Icon": "Science_4101", "Performance": 0, - "ScienceDescribe": "箭塔减伤40%", - "ResultDescribe": "箭塔减伤40%" + "ScienceDescribe": "箭塔减伤-ATK_P*2%", + "ResultDescribe": "箭塔减伤-ATK_P*2%" }, { "Id": 5000, @@ -8790,5 +9070,61 @@ "Performance": 0, "ScienceDescribe": "鲁明(位于陶渊明家)处购买图纸", "ResultDescribe": "解锁建筑皮肤:藏礼屋" + }, + { + "Id": 7033, + "Type": 4, + "Name": "壶中天地阁", + "PrefixScience": 0, + "ScienceGroup": 7033, + "ScienceLv": 10, + "Scale": 20, + "Structure": 645, + "Drawing": true, + "ItemId_1": 327, + "ItemNum_1": 500, + "ItemId_2": 803, + "ItemNum_2": 700, + "ItemId_3": 808, + "ItemNum_3": 700, + "ItemId_4": 819, + "ItemNum_4": 350, + "Copper": 320000, + "Volume": 260000, + "EffectType": 5, + "ObjectAction": 0, + "EffectParameter": 0, + "Icon": "Science_7033", + "Performance": 0, + "ScienceDescribe": "鲁明(位于陶渊明家)处购买图纸", + "ResultDescribe": "解锁建筑皮肤:壶中天地阁" + }, + { + "Id": 7034, + "Type": 4, + "Name": "梨雪荷风殿", + "PrefixScience": 0, + "ScienceGroup": 7034, + "ScienceLv": 10, + "Scale": 20, + "Structure": 661, + "Drawing": true, + "ItemId_1": 327, + "ItemNum_1": 500, + "ItemId_2": 803, + "ItemNum_2": 700, + "ItemId_3": 808, + "ItemNum_3": 700, + "ItemId_4": 819, + "ItemNum_4": 350, + "Copper": 320000, + "Volume": 260000, + "EffectType": 5, + "ObjectAction": 0, + "EffectParameter": 0, + "Icon": "Science_7034", + "Performance": 0, + "ScienceDescribe": "鲁明(位于陶渊明家)处购买图纸", + "ResultDescribe": "解锁建筑皮肤:梨雪荷风殿" } ] \ No newline at end of file diff --git a/src/api/config/SkillBuffConfigCategory.json b/src/api/config/SkillBuffConfigCategory.json index e6dc7d1..a0e1949 100644 --- a/src/api/config/SkillBuffConfigCategory.json +++ b/src/api/config/SkillBuffConfigCategory.json @@ -1301,6 +1301,56 @@ "BuffEffectPrefab": "", "Describe": "勇士服用的丹药,永久提升5点攻击,每个勇士只能服用10颗" }, + { + "Id": 254, + "Name": "五品生命丹", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": true, + "BuffProbability": 100, + "LinkEffect": [ + 254 + ], + "ContinuedType": 3, + "ContinuedParameter": 0, + "Overlay": true, + "OverlayMax": 1000, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_254", + "BuffEffectPrefab": "", + "Describe": "勇士服用的丹药,永久提升30点生命上限,每个勇士只能服用10颗" + }, + { + "Id": 256, + "Name": "五品攻击丹", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": true, + "BuffProbability": 100, + "LinkEffect": [ + 256 + ], + "ContinuedType": 3, + "ContinuedParameter": 0, + "Overlay": true, + "OverlayMax": 1000, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_256", + "BuffEffectPrefab": "", + "Describe": "勇士服用的丹药,永久提升7点攻击,每个勇士只能服用10颗" + }, { "Id": 501, "Name": "小雨", @@ -1849,6 +1899,31 @@ "BuffEffectPrefab": "", "Describe": "普攻伤害" }, + { + "Id": 980, + "Name": "", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 0, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": true, + "BuffProbability": 100, + "LinkEffect": [ + 980 + ], + "ContinuedType": 1, + "ContinuedParameter": 0, + "Overlay": false, + "OverlayMax": 0, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_980", + "BuffEffectPrefab": "", + "Describe": "普攻伤害" + }, { "Id": 1001, "Name": "耐力", @@ -28513,6 +28588,32 @@ "BuffEffectPrefab": "", "Describe": "" }, + { + "Id": 30001, + "Name": "月麒麟", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": true, + "BuffProbability": 100, + "LinkEffect": [ + 30001, + 30002 + ], + "ContinuedType": 3, + "ContinuedParameter": 0, + "Overlay": false, + "OverlayMax": 0, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_30001", + "BuffEffectPrefab": "", + "Describe": "月麒麟:所有勇士增加200攻击力和30移速" + }, { "Id": 134101, "Name": "缴械", @@ -28912,7 +29013,7 @@ }, { "Id": 300001, - "Name": "暴击率+10%", + "Name": "全队暴击率+5%", "TriggerTime": 1, "TriggerParameter": 0, "Gain": 1, @@ -28939,7 +29040,7 @@ }, { "Id": 300002, - "Name": "免伤+10%", + "Name": "全队免伤+3%", "TriggerTime": 1, "TriggerParameter": 0, "Gain": 1, @@ -28966,7 +29067,7 @@ }, { "Id": 300003, - "Name": "生命值全恢复", + "Name": "全队攻击力+5%", "TriggerTime": 1, "TriggerParameter": 0, "Gain": 1, @@ -28993,7 +29094,7 @@ }, { "Id": 300004, - "Name": "暴击伤害+50%", + "Name": "全队暴击伤害+10%", "TriggerTime": 1, "TriggerParameter": 0, "Gain": 1, @@ -29020,7 +29121,7 @@ }, { "Id": 300005, - "Name": "命中率+10%", + "Name": "全队命中率+5%", "TriggerTime": 1, "TriggerParameter": 0, "Gain": 1, @@ -29047,7 +29148,7 @@ }, { "Id": 300006, - "Name": "攻击速度+20%", + "Name": "全队攻击速度+10%", "TriggerTime": 1, "TriggerParameter": 0, "Gain": 1, @@ -29074,7 +29175,7 @@ }, { "Id": 300007, - "Name": "远程伤害+30%", + "Name": "全队远程伤害+10%", "TriggerTime": 1, "TriggerParameter": 0, "Gain": 1, @@ -29101,7 +29202,7 @@ }, { "Id": 300008, - "Name": "近战伤害+30%", + "Name": "全队近战伤害+10%", "TriggerTime": 1, "TriggerParameter": 0, "Gain": 1, @@ -29128,7 +29229,7 @@ }, { "Id": 300009, - "Name": "生命值+20%", + "Name": "全队生命上限+20%", "TriggerTime": 1, "TriggerParameter": 0, "Gain": 1, @@ -29155,7 +29256,7 @@ }, { "Id": 300010, - "Name": "能量回满", + "Name": "全队防御力+5%", "TriggerTime": 1, "TriggerParameter": 0, "Gain": 1, @@ -29180,6 +29281,267 @@ "BuffEffectPrefab": "", "Describe": "" }, + { + "Id": 300011, + "Name": "全队闪避率+3%", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": false, + "BuffProbability": 100, + "LinkEffect": [ + 300011 + ], + "ContinuedType": 13, + "ContinuedParameter": 0, + "Overlay": true, + "OverlayMax": 10, + "SequenceId": 300011, + "SequenceLv": 1, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_300011", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 300012, + "Name": "全队增伤+5%", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": false, + "BuffProbability": 100, + "LinkEffect": [ + 300012 + ], + "ContinuedType": 13, + "ContinuedParameter": 0, + "Overlay": true, + "OverlayMax": 10, + "SequenceId": 300012, + "SequenceLv": 1, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_300012", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 300013, + "Name": "全队能量恢复速度+1", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": false, + "BuffProbability": 100, + "LinkEffect": [ + 300013 + ], + "ContinuedType": 13, + "ContinuedParameter": 0, + "Overlay": true, + "OverlayMax": 10, + "SequenceId": 300013, + "SequenceLv": 1, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_300013", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 300014, + "Name": "全队初始能量+10", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": false, + "BuffProbability": 100, + "LinkEffect": [ + 300014 + ], + "ContinuedType": 13, + "ContinuedParameter": 0, + "Overlay": true, + "OverlayMax": 10, + "SequenceId": 330014, + "SequenceLv": 1, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_330014", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 310012, + "Name": "", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": false, + "BuffProbability": 100, + "LinkEffect": [ + 310012 + ], + "ContinuedType": 2, + "ContinuedParameter": 30, + "Overlay": false, + "OverlayMax": 0, + "SequenceId": 310012, + "SequenceLv": 1, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_310012", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 310051, + "Name": "", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 1, + "Immunity": false, + "Disperse": true, + "CanBringInBoss": false, + "BuffProbability": 100, + "LinkEffect": [ + 310051 + ], + "ContinuedType": 1, + "ContinuedParameter": 0, + "Overlay": false, + "OverlayMax": 0, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_310051", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 310061, + "Name": "远征猩猩普攻", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 0, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": false, + "BuffProbability": 100, + "LinkEffect": [ + 310061 + ], + "ContinuedType": 1, + "ContinuedParameter": 0, + "Overlay": false, + "OverlayMax": 0, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_310061", + "BuffEffectPrefab": "", + "Describe": "物理伤害" + }, + { + "Id": 310062, + "Name": "远征猩猩技能1", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 0, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": false, + "BuffProbability": 100, + "LinkEffect": [ + 310062 + ], + "ContinuedType": 1, + "ContinuedParameter": 0, + "Overlay": false, + "OverlayMax": 0, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_310062", + "BuffEffectPrefab": "", + "Describe": "物理伤害" + }, + { + "Id": 310063, + "Name": "远征猩猩技能1", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 0, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": false, + "BuffProbability": 100, + "LinkEffect": [ + 310063 + ], + "ContinuedType": 1, + "ContinuedParameter": 0, + "Overlay": false, + "OverlayMax": 0, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_310063", + "BuffEffectPrefab": "", + "Describe": "物理伤害" + }, + { + "Id": 310064, + "Name": "远征猩猩buff", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": true, + "BuffProbability": 100, + "LinkEffect": [ + 310064, + 310065 + ], + "ContinuedType": 3, + "ContinuedParameter": 0, + "Overlay": false, + "OverlayMax": 0, + "BarShow": true, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_310064", + "BuffEffectPrefab": "", + "Describe": "" + }, { "Id": 330011, "Name": "闪避提升、受到的暴击伤害提升", @@ -29194,53 +29556,50 @@ 330011, 330012 ], - "ContinuedType": 12, - "ContinuedParameter": 0, + "ContinuedType": 15, + "ContinuedParameter": 60, "Overlay": false, "OverlayMax": 0, - "SequenceId": 330011, "SequenceLv": 1, "BarShow": false, "BattleShow": false, "SpecialStatus": 0, "DisplayLocation": 0, - "Icon": "Buff_Icon_330011", + "Icon": "Buff_Icon_null", "BuffEffectPrefab": "", "Describe": "" }, { "Id": 330012, - "Name": "免疫远程伤害,受到近战伤害增加,一定时间狂暴一次", - "TriggerTime": 1, - "TriggerParameter": 0, + "Name": "远程伤害-99%,受到近战伤害增加,一定时间狂暴一次", + "TriggerTime": 21, + "TriggerParameter": 60, "Gain": 1, "Immunity": false, "Disperse": false, "CanBringInBoss": true, "BuffProbability": 100, "LinkEffect": [ - 330013, - 330014 + 330024 ], - "ContinuedType": 12, + "ContinuedType": 3, "ContinuedParameter": 0, "Overlay": false, "OverlayMax": 0, - "SequenceId": 330012, "SequenceLv": 1, "BarShow": false, "BattleShow": false, "SpecialStatus": 0, "DisplayLocation": 0, - "Icon": "Buff_Icon_330012", + "Icon": "Buff_Icon_null", "BuffEffectPrefab": "", "Describe": "" }, { "Id": 330013, - "Name": "每2分钟触发一次狂暴", - "TriggerTime": 3, - "TriggerParameter": 120, + "Name": "给自己套一个周期性触发的狂暴buff", + "TriggerTime": 21, + "TriggerParameter": 60, "Gain": 1, "Immunity": false, "Disperse": false, @@ -29249,25 +29608,24 @@ "LinkEffect": [ 330015 ], - "ContinuedType": 12, + "ContinuedType": 3, "ContinuedParameter": 0, "Overlay": false, "OverlayMax": 0, - "SequenceId": 330013, "SequenceLv": 1, "BarShow": false, "BattleShow": false, "SpecialStatus": 0, "DisplayLocation": 0, - "Icon": "Buff_Icon_330013", + "Icon": "Buff_Icon_null", "BuffEffectPrefab": "", "Describe": "" }, { "Id": 330014, - "Name": "攻击力提升100%,持续30秒", - "TriggerTime": 1, - "TriggerParameter": 0, + "Name": "每90秒触发一次狂暴,攻击力提升100%,持续30秒", + "TriggerTime": 3, + "TriggerParameter": 90, "Gain": 1, "Immunity": false, "Disperse": false, @@ -29276,23 +29634,22 @@ "LinkEffect": [ 330016 ], - "ContinuedType": 2, - "ContinuedParameter": 30, + "ContinuedType": 15, + "ContinuedParameter": 20, "Overlay": false, "OverlayMax": 0, - "SequenceId": 330014, "SequenceLv": 1, "BarShow": false, "BattleShow": false, "SpecialStatus": 0, "DisplayLocation": 0, - "Icon": "Buff_Icon_330014", + "Icon": "Buff_Icon_null", "BuffEffectPrefab": "", "Describe": "" }, { "Id": 330015, - "Name": "受到远程伤害提升100%", + "Name": "狂暴,攻击力up", "TriggerTime": 1, "TriggerParameter": 0, "Gain": 1, @@ -29301,51 +29658,74 @@ "CanBringInBoss": true, "BuffProbability": 100, "LinkEffect": [ - 330017 + 330023 ], - "ContinuedType": 12, - "ContinuedParameter": 0, + "ContinuedType": 2, + "ContinuedParameter": 30, "Overlay": false, "OverlayMax": 0, - "SequenceId": 330015, - "SequenceLv": 1, "BarShow": false, "BattleShow": false, "SpecialStatus": 0, "DisplayLocation": 0, - "Icon": "Buff_Icon_330015", + "Icon": "Buff_Icon_null", "BuffEffectPrefab": "", "Describe": "" }, { "Id": 330016, "Name": "受到远程伤害提升100%", - "TriggerTime": 1, - "TriggerParameter": 0, + "TriggerTime": 21, + "TriggerParameter": 20, "Gain": 1, "Immunity": false, "Disperse": false, "CanBringInBoss": true, "BuffProbability": 100, "LinkEffect": [ - 330018 + 330025 ], - "ContinuedType": 12, + "ContinuedType": 3, "ContinuedParameter": 0, "Overlay": false, "OverlayMax": 0, - "SequenceId": 330016, "SequenceLv": 1, "BarShow": false, "BattleShow": false, "SpecialStatus": 0, "DisplayLocation": 0, - "Icon": "Buff_Icon_330016", + "Icon": "Buff_Icon_null", "BuffEffectPrefab": "", "Describe": "" }, { "Id": 330017, + "Name": "召唤怪物监听buff", + "TriggerTime": 21, + "TriggerParameter": 20, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": true, + "BuffProbability": 100, + "LinkEffect": [ + 330021 + ], + "ContinuedType": 3, + "ContinuedParameter": 0, + "Overlay": false, + "OverlayMax": 0, + "SequenceLv": 1, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_null", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 330018, "Name": "", "TriggerTime": 33, "TriggerParameter": 0, @@ -29357,17 +29737,198 @@ "LinkEffect": [ 330019 ], - "ContinuedType": 12, + "ContinuedType": 3, "ContinuedParameter": 0, "Overlay": true, "OverlayMax": 10, - "SequenceId": 330017, "SequenceLv": 1, "BarShow": false, "BattleShow": false, "SpecialStatus": 0, "DisplayLocation": 0, - "Icon": "Buff_Icon_330017", + "Icon": "Buff_Icon_null", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 330019, + "Name": "", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": false, + "BuffProbability": 100, + "LinkEffect": [ + 330020 + ], + "ContinuedType": 3, + "ContinuedParameter": 0, + "Overlay": false, + "OverlayMax": 0, + "SequenceLv": 1, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_null", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 330020, + "Name": "召唤怪物", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": true, + "BuffProbability": 100, + "LinkEffect": [ + 330018 + ], + "ContinuedType": 1, + "ContinuedParameter": 0, + "Overlay": false, + "OverlayMax": 0, + "SequenceLv": 1, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_null", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 330021, + "Name": "", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 2, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": false, + "BuffProbability": 100, + "LinkEffect": [ + 330022 + ], + "ContinuedType": 3, + "ContinuedParameter": 0, + "Overlay": true, + "OverlayMax": 4, + "SequenceLv": 1, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_null", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 330022, + "Name": "远程伤害-99%,受到近战伤害增加,一定时间狂暴一次", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": true, + "BuffProbability": 100, + "LinkEffect": [ + 330013, + 330014 + ], + "ContinuedType": 15, + "ContinuedParameter": 20, + "Overlay": false, + "OverlayMax": 0, + "SequenceLv": 1, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_null", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 330023, + "Name": "受到远程伤害提升100%", + "TriggerTime": 21, + "TriggerParameter": 20, + "Gain": 1, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": true, + "BuffProbability": 100, + "LinkEffect": [ + 330017 + ], + "ContinuedType": 3, + "ContinuedParameter": 0, + "Overlay": false, + "OverlayMax": 0, + "SequenceLv": 1, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_null", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 330024, + "Name": "穷奇光之吐息-伤害", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 0, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": true, + "BuffProbability": 100, + "LinkEffect": [ + 330026 + ], + "ContinuedType": 1, + "ContinuedParameter": 0, + "Overlay": false, + "OverlayMax": 0, + "BarShow": false, + "BattleShow": false, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_330024", + "BuffEffectPrefab": "", + "Describe": "" + }, + { + "Id": 330025, + "Name": "穷奇光之吐息-破甲", + "TriggerTime": 1, + "TriggerParameter": 0, + "Gain": 2, + "Immunity": false, + "Disperse": false, + "CanBringInBoss": false, + "BuffProbability": 100, + "LinkEffect": [ + 330027, + 330028 + ], + "ContinuedType": 3, + "ContinuedParameter": 0, + "Overlay": true, + "OverlayMax": 2, + "BarShow": false, + "BattleShow": true, + "SpecialStatus": 0, + "DisplayLocation": 0, + "Icon": "Buff_Icon_20232", "BuffEffectPrefab": "", "Describe": "" } diff --git a/src/api/config/SkillBulletConfigCategory.json b/src/api/config/SkillBulletConfigCategory.json index 37ea812..65c00f0 100644 --- a/src/api/config/SkillBulletConfigCategory.json +++ b/src/api/config/SkillBulletConfigCategory.json @@ -2,7 +2,6 @@ { "Id": 1, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -25,7 +24,6 @@ { "Id": 11, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -48,7 +46,6 @@ { "Id": 12, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -74,7 +71,6 @@ { "Id": 21, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -97,7 +93,6 @@ { "Id": 31, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -120,7 +115,6 @@ { "Id": 41, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -143,7 +137,6 @@ { "Id": 42, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -166,7 +159,6 @@ { "Id": 51, "Direction": 2, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -192,7 +184,6 @@ { "Id": 52, "Direction": 2, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -218,7 +209,6 @@ { "Id": 61, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -241,7 +231,6 @@ { "Id": 71, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -264,7 +253,6 @@ { "Id": 72, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -287,7 +275,6 @@ { "Id": 73, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -310,7 +297,6 @@ { "Id": 81, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -330,10 +316,31 @@ "SpecialEffect": "", "BulletLength": 0 }, + { + "Id": 91, + "Direction": 2, + "Scope": 4, + "ScopeParameter": [], + "IsDirectional": false, + "Type": 3, + "Speed": 0, + "Shoot": false, + "FlightDistance": 0, + "Disappear": 4, + "DisappearParameter": 0, + "DetectTime": 1, + "TestParameters": 0, + "NumberOfTargets": 0, + "Buff": [ + 980 + ], + "Skill": 0, + "SpecialEffect": "", + "BulletLength": 0 + }, { "Id": 2011, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -359,7 +366,6 @@ { "Id": 2012, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -385,7 +391,6 @@ { "Id": 2013, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -411,7 +416,6 @@ { "Id": 2014, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -437,7 +441,6 @@ { "Id": 2015, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -463,7 +466,6 @@ { "Id": 2021, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -489,7 +491,6 @@ { "Id": 2022, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -515,7 +516,6 @@ { "Id": 2023, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -541,7 +541,6 @@ { "Id": 2024, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -567,7 +566,6 @@ { "Id": 2025, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -593,7 +591,6 @@ { "Id": 2031, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -619,7 +616,6 @@ { "Id": 2032, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -645,7 +641,6 @@ { "Id": 2033, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -671,7 +666,6 @@ { "Id": 2034, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -697,7 +691,6 @@ { "Id": 2035, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -723,7 +716,6 @@ { "Id": 2041, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -749,7 +741,6 @@ { "Id": 2042, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -775,7 +766,6 @@ { "Id": 2043, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -801,7 +791,6 @@ { "Id": 2044, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -827,7 +816,6 @@ { "Id": 2045, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -853,7 +841,6 @@ { "Id": 2051, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -879,7 +866,6 @@ { "Id": 2052, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -905,7 +891,6 @@ { "Id": 2053, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -931,7 +916,6 @@ { "Id": 2054, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -957,7 +941,6 @@ { "Id": 2055, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -983,7 +966,6 @@ { "Id": 2061, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1009,7 +991,6 @@ { "Id": 2062, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1035,7 +1016,6 @@ { "Id": 2063, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1061,7 +1041,6 @@ { "Id": 2064, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1087,7 +1066,6 @@ { "Id": 2065, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1114,7 +1092,6 @@ { "Id": 2071, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1140,7 +1117,6 @@ { "Id": 2072, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1166,7 +1142,6 @@ { "Id": 2073, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1192,7 +1167,6 @@ { "Id": 2074, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1218,7 +1192,6 @@ { "Id": 2075, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1245,7 +1218,6 @@ { "Id": 2081, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1271,7 +1243,6 @@ { "Id": 2082, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1297,7 +1268,6 @@ { "Id": 2083, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1323,7 +1293,6 @@ { "Id": 2084, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1349,7 +1318,6 @@ { "Id": 2085, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1376,7 +1344,6 @@ { "Id": 2091, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1402,7 +1369,6 @@ { "Id": 2092, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1428,7 +1394,6 @@ { "Id": 2093, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1454,7 +1419,6 @@ { "Id": 2094, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1480,7 +1444,6 @@ { "Id": 2095, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1507,7 +1470,6 @@ { "Id": 2101, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1533,7 +1495,6 @@ { "Id": 2102, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1559,7 +1520,6 @@ { "Id": 2103, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1585,7 +1545,6 @@ { "Id": 2104, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1611,7 +1570,6 @@ { "Id": 2105, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -1638,7 +1596,6 @@ { "Id": 2211, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -1664,7 +1621,6 @@ { "Id": 2212, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -1690,7 +1646,6 @@ { "Id": 2213, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -1716,7 +1671,6 @@ { "Id": 2221, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -1742,7 +1696,6 @@ { "Id": 2222, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -1768,7 +1721,6 @@ { "Id": 2223, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -1794,7 +1746,6 @@ { "Id": 2231, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -1820,7 +1771,6 @@ { "Id": 2232, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -1846,7 +1796,6 @@ { "Id": 2233, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -1872,7 +1821,6 @@ { "Id": 2241, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -1898,7 +1846,6 @@ { "Id": 2242, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -1924,7 +1871,6 @@ { "Id": 2243, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -1950,7 +1896,6 @@ { "Id": 2251, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -1976,7 +1921,6 @@ { "Id": 2252, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2002,7 +1946,6 @@ { "Id": 2253, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2028,7 +1971,6 @@ { "Id": 2261, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2054,7 +1996,6 @@ { "Id": 2262, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2080,7 +2021,6 @@ { "Id": 2263, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2107,7 +2047,6 @@ { "Id": 2271, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2133,7 +2072,6 @@ { "Id": 2272, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2159,7 +2097,6 @@ { "Id": 2273, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2186,7 +2123,6 @@ { "Id": 2281, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2212,7 +2148,6 @@ { "Id": 2282, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2238,7 +2173,6 @@ { "Id": 2283, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2265,7 +2199,6 @@ { "Id": 2291, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2291,7 +2224,6 @@ { "Id": 2292, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2317,7 +2249,6 @@ { "Id": 2293, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2344,7 +2275,6 @@ { "Id": 2301, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2370,7 +2300,6 @@ { "Id": 2302, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2396,7 +2325,6 @@ { "Id": 2303, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2423,7 +2351,6 @@ { "Id": 2411, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2449,7 +2376,6 @@ { "Id": 2412, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2475,7 +2401,6 @@ { "Id": 2413, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2501,7 +2426,6 @@ { "Id": 2421, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2527,7 +2451,6 @@ { "Id": 2422, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2553,7 +2476,6 @@ { "Id": 2423, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2579,7 +2501,6 @@ { "Id": 2431, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2605,7 +2526,6 @@ { "Id": 2432, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2631,7 +2551,6 @@ { "Id": 2433, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2657,7 +2576,6 @@ { "Id": 2441, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2683,7 +2601,6 @@ { "Id": 2442, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2709,7 +2626,6 @@ { "Id": 2443, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2735,7 +2651,6 @@ { "Id": 2451, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2761,7 +2676,6 @@ { "Id": 2452, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2787,7 +2701,6 @@ { "Id": 2453, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2813,7 +2726,6 @@ { "Id": 2461, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2839,7 +2751,6 @@ { "Id": 2462, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2865,7 +2776,6 @@ { "Id": 2463, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2891,7 +2801,6 @@ { "Id": 2471, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2917,7 +2826,6 @@ { "Id": 2472, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2943,7 +2851,6 @@ { "Id": 2473, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2969,7 +2876,6 @@ { "Id": 2481, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -2995,7 +2901,6 @@ { "Id": 2482, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -3021,7 +2926,6 @@ { "Id": 2483, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -3047,7 +2951,6 @@ { "Id": 2491, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -3073,7 +2976,6 @@ { "Id": 2492, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -3099,7 +3001,6 @@ { "Id": 2493, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -3125,7 +3026,6 @@ { "Id": 2501, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -3151,7 +3051,6 @@ { "Id": 2502, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -3177,7 +3076,6 @@ { "Id": 2503, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -3203,7 +3101,6 @@ { "Id": 2611, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3230,7 +3127,6 @@ { "Id": 2612, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3256,7 +3152,6 @@ { "Id": 2613, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3282,7 +3177,6 @@ { "Id": 2614, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3308,7 +3202,6 @@ { "Id": 2615, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3334,7 +3227,6 @@ { "Id": 2616, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3360,7 +3252,6 @@ { "Id": 2617, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3386,7 +3277,6 @@ { "Id": 2618, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3412,7 +3302,6 @@ { "Id": 2619, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3438,7 +3327,6 @@ { "Id": 2621, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3465,7 +3353,6 @@ { "Id": 2622, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3491,7 +3378,6 @@ { "Id": 2623, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3517,7 +3403,6 @@ { "Id": 2624, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3543,7 +3428,6 @@ { "Id": 2625, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3569,7 +3453,6 @@ { "Id": 2626, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3595,7 +3478,6 @@ { "Id": 2627, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3621,7 +3503,6 @@ { "Id": 2628, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3647,7 +3528,6 @@ { "Id": 2629, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3673,7 +3553,6 @@ { "Id": 2631, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3700,7 +3579,6 @@ { "Id": 2632, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3726,7 +3604,6 @@ { "Id": 2633, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3752,7 +3629,6 @@ { "Id": 2634, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3778,7 +3654,6 @@ { "Id": 2635, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3804,7 +3679,6 @@ { "Id": 2636, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3830,7 +3704,6 @@ { "Id": 2637, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3856,7 +3729,6 @@ { "Id": 2638, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3882,7 +3754,6 @@ { "Id": 2639, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3908,7 +3779,6 @@ { "Id": 2641, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3935,7 +3805,6 @@ { "Id": 2642, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3961,7 +3830,6 @@ { "Id": 2643, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -3987,7 +3855,6 @@ { "Id": 2644, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4013,7 +3880,6 @@ { "Id": 2645, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4039,7 +3905,6 @@ { "Id": 2646, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4065,7 +3930,6 @@ { "Id": 2647, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4091,7 +3955,6 @@ { "Id": 2648, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4117,7 +3980,6 @@ { "Id": 2649, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4143,7 +4005,6 @@ { "Id": 2651, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4170,7 +4031,6 @@ { "Id": 2652, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4196,7 +4056,6 @@ { "Id": 2653, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4222,7 +4081,6 @@ { "Id": 2654, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4248,7 +4106,6 @@ { "Id": 2655, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4274,7 +4131,6 @@ { "Id": 2656, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4300,7 +4156,6 @@ { "Id": 2657, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4326,7 +4181,6 @@ { "Id": 2658, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4352,7 +4206,6 @@ { "Id": 2659, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4378,7 +4231,6 @@ { "Id": 2661, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4405,7 +4257,6 @@ { "Id": 2662, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4431,7 +4282,6 @@ { "Id": 2663, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4457,7 +4307,6 @@ { "Id": 2664, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4483,7 +4332,6 @@ { "Id": 2665, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4509,7 +4357,6 @@ { "Id": 2666, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4535,7 +4382,6 @@ { "Id": 2667, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4561,7 +4407,6 @@ { "Id": 2668, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4587,7 +4432,6 @@ { "Id": 2669, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4613,7 +4457,6 @@ { "Id": 2671, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4640,7 +4483,6 @@ { "Id": 2672, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4666,7 +4508,6 @@ { "Id": 2673, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4692,7 +4533,6 @@ { "Id": 2674, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4718,7 +4558,6 @@ { "Id": 2675, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4744,7 +4583,6 @@ { "Id": 2676, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4770,7 +4608,6 @@ { "Id": 2677, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4796,7 +4633,6 @@ { "Id": 2678, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4822,7 +4658,6 @@ { "Id": 2679, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4848,7 +4683,6 @@ { "Id": 2681, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4875,7 +4709,6 @@ { "Id": 2682, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4901,7 +4734,6 @@ { "Id": 2683, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4927,7 +4759,6 @@ { "Id": 2684, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4953,7 +4784,6 @@ { "Id": 2685, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -4979,7 +4809,6 @@ { "Id": 2686, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5005,7 +4834,6 @@ { "Id": 2687, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5031,7 +4859,6 @@ { "Id": 2688, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5057,7 +4884,6 @@ { "Id": 2689, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5083,7 +4909,6 @@ { "Id": 2691, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5110,7 +4935,6 @@ { "Id": 2692, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5136,7 +4960,6 @@ { "Id": 2693, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5162,7 +4985,6 @@ { "Id": 2694, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5188,7 +5010,6 @@ { "Id": 2695, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5214,7 +5035,6 @@ { "Id": 2696, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5240,7 +5060,6 @@ { "Id": 2697, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5266,7 +5085,6 @@ { "Id": 2698, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5292,7 +5110,6 @@ { "Id": 2699, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5318,7 +5135,6 @@ { "Id": 2701, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5345,7 +5161,6 @@ { "Id": 2702, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5371,7 +5186,6 @@ { "Id": 2703, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5397,7 +5211,6 @@ { "Id": 2704, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5423,7 +5236,6 @@ { "Id": 2705, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5449,7 +5261,6 @@ { "Id": 2706, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5475,7 +5286,6 @@ { "Id": 2707, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5501,7 +5311,6 @@ { "Id": 2708, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5527,7 +5336,6 @@ { "Id": 2709, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5553,7 +5361,6 @@ { "Id": 2811, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5579,7 +5386,6 @@ { "Id": 2812, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5605,7 +5411,6 @@ { "Id": 2813, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5631,7 +5436,6 @@ { "Id": 2814, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5657,7 +5461,6 @@ { "Id": 2815, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5684,7 +5487,6 @@ { "Id": 2821, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5710,7 +5512,6 @@ { "Id": 2822, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5736,7 +5537,6 @@ { "Id": 2823, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5762,7 +5562,6 @@ { "Id": 2824, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5788,7 +5587,6 @@ { "Id": 2825, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5815,7 +5613,6 @@ { "Id": 2831, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5841,7 +5638,6 @@ { "Id": 2832, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5867,7 +5663,6 @@ { "Id": 2833, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5893,7 +5688,6 @@ { "Id": 2834, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5919,7 +5713,6 @@ { "Id": 2835, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5946,7 +5739,6 @@ { "Id": 2841, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5972,7 +5764,6 @@ { "Id": 2842, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -5998,7 +5789,6 @@ { "Id": 2843, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6024,7 +5814,6 @@ { "Id": 2844, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6050,7 +5839,6 @@ { "Id": 2845, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6077,7 +5865,6 @@ { "Id": 2851, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6103,7 +5890,6 @@ { "Id": 2852, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6129,7 +5915,6 @@ { "Id": 2853, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6155,7 +5940,6 @@ { "Id": 2854, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6181,7 +5965,6 @@ { "Id": 2855, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6208,7 +5991,6 @@ { "Id": 2861, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6234,7 +6016,6 @@ { "Id": 2862, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6260,7 +6041,6 @@ { "Id": 2863, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6286,7 +6066,6 @@ { "Id": 2864, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6312,7 +6091,6 @@ { "Id": 2865, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6339,7 +6117,6 @@ { "Id": 2871, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6365,7 +6142,6 @@ { "Id": 2872, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6391,7 +6167,6 @@ { "Id": 2873, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6417,7 +6192,6 @@ { "Id": 2874, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6443,7 +6217,6 @@ { "Id": 2875, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6470,7 +6243,6 @@ { "Id": 2881, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6496,7 +6268,6 @@ { "Id": 2882, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6522,7 +6293,6 @@ { "Id": 2883, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6548,7 +6318,6 @@ { "Id": 2884, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6574,7 +6343,6 @@ { "Id": 2885, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6601,7 +6369,6 @@ { "Id": 2891, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6627,7 +6394,6 @@ { "Id": 2892, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6653,7 +6419,6 @@ { "Id": 2893, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6679,7 +6444,6 @@ { "Id": 2894, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6705,7 +6469,6 @@ { "Id": 2895, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6732,7 +6495,6 @@ { "Id": 2901, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6758,7 +6520,6 @@ { "Id": 2902, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6784,7 +6545,6 @@ { "Id": 2903, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6810,7 +6570,6 @@ { "Id": 2904, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6836,7 +6595,6 @@ { "Id": 2905, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -6863,7 +6621,6 @@ { "Id": 3411, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 180, @@ -6889,7 +6646,6 @@ { "Id": 3412, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 180, @@ -6915,7 +6671,6 @@ { "Id": 3413, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 180, @@ -6941,7 +6696,6 @@ { "Id": 3414, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 180, @@ -6967,7 +6721,6 @@ { "Id": 3415, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 180, @@ -6993,7 +6746,6 @@ { "Id": 3416, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 180, @@ -7019,7 +6771,6 @@ { "Id": 3417, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 180, @@ -7045,7 +6796,6 @@ { "Id": 3418, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 180, @@ -7071,7 +6821,6 @@ { "Id": 3419, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 180, @@ -7097,7 +6846,6 @@ { "Id": 3420, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 180, @@ -7123,7 +6871,6 @@ { "Id": 3611, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -7137,7 +6884,7 @@ "Disappear": 2, "DisappearParameter": 10000, "DetectTime": 3, - "TestParameters": 10, + "TestParameters": 1, "NumberOfTargets": 0, "Buff": [ 3611, @@ -7150,7 +6897,6 @@ { "Id": 3621, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -7164,7 +6910,7 @@ "Disappear": 2, "DisappearParameter": 10000, "DetectTime": 3, - "TestParameters": 10, + "TestParameters": 1, "NumberOfTargets": 0, "Buff": [ 3612, @@ -7177,7 +6923,6 @@ { "Id": 3631, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -7191,7 +6936,7 @@ "Disappear": 2, "DisappearParameter": 10000, "DetectTime": 3, - "TestParameters": 10, + "TestParameters": 1, "NumberOfTargets": 0, "Buff": [ 3613, @@ -7204,7 +6949,6 @@ { "Id": 3641, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -7218,7 +6962,7 @@ "Disappear": 2, "DisappearParameter": 10000, "DetectTime": 3, - "TestParameters": 10, + "TestParameters": 1, "NumberOfTargets": 0, "Buff": [ 3614, @@ -7231,7 +6975,6 @@ { "Id": 3651, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -7245,7 +6988,7 @@ "Disappear": 2, "DisappearParameter": 10000, "DetectTime": 3, - "TestParameters": 10, + "TestParameters": 1, "NumberOfTargets": 0, "Buff": [ 3615, @@ -7258,7 +7001,6 @@ { "Id": 3661, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -7272,7 +7014,7 @@ "Disappear": 2, "DisappearParameter": 10000, "DetectTime": 3, - "TestParameters": 10, + "TestParameters": 1, "NumberOfTargets": 0, "Buff": [ 3616, @@ -7285,7 +7027,6 @@ { "Id": 3671, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -7299,7 +7040,7 @@ "Disappear": 2, "DisappearParameter": 10000, "DetectTime": 3, - "TestParameters": 10, + "TestParameters": 1, "NumberOfTargets": 0, "Buff": [ 3617, @@ -7312,7 +7053,6 @@ { "Id": 3681, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -7326,7 +7066,7 @@ "Disappear": 2, "DisappearParameter": 10000, "DetectTime": 3, - "TestParameters": 10, + "TestParameters": 1, "NumberOfTargets": 0, "Buff": [ 3618, @@ -7339,7 +7079,6 @@ { "Id": 3691, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -7353,7 +7092,7 @@ "Disappear": 2, "DisappearParameter": 10000, "DetectTime": 3, - "TestParameters": 10, + "TestParameters": 1, "NumberOfTargets": 0, "Buff": [ 3619, @@ -7366,7 +7105,6 @@ { "Id": 3701, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -7380,7 +7118,7 @@ "Disappear": 2, "DisappearParameter": 10000, "DetectTime": 3, - "TestParameters": 10, + "TestParameters": 1, "NumberOfTargets": 0, "Buff": [ 3620, @@ -7393,7 +7131,6 @@ { "Id": 9001, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7416,7 +7153,6 @@ { "Id": 9002, "Direction": 2, - "BulletRangeType": 3, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7439,7 +7175,6 @@ { "Id": 10001, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7462,7 +7197,6 @@ { "Id": 10002, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7485,7 +7219,6 @@ { "Id": 10003, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7508,7 +7241,6 @@ { "Id": 10010, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7531,7 +7263,6 @@ { "Id": 10020, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7554,7 +7285,6 @@ { "Id": 10021, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7577,7 +7307,6 @@ { "Id": 10030, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7600,7 +7329,6 @@ { "Id": 10031, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7623,7 +7351,6 @@ { "Id": 10032, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7646,7 +7373,6 @@ { "Id": 10040, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7669,7 +7395,6 @@ { "Id": 10041, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7692,7 +7417,6 @@ { "Id": 10042, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7715,7 +7439,6 @@ { "Id": 10043, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7738,7 +7461,6 @@ { "Id": 10044, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7761,7 +7483,6 @@ { "Id": 10050, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7784,7 +7505,6 @@ { "Id": 10051, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7807,7 +7527,6 @@ { "Id": 10052, "Direction": 2, - "BulletRangeType": 2, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -7830,7 +7549,6 @@ { "Id": 10060, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 180, @@ -7856,7 +7574,6 @@ { "Id": 10061, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 180, @@ -7882,7 +7599,6 @@ { "Id": 10062, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 180, @@ -7908,7 +7624,6 @@ { "Id": 10063, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 180, @@ -7934,7 +7649,6 @@ { "Id": 10070, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 5, @@ -7960,7 +7674,6 @@ { "Id": 10071, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 5, @@ -7986,7 +7699,6 @@ { "Id": 10072, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 5, @@ -8012,7 +7724,6 @@ { "Id": 10073, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 5, @@ -8038,7 +7749,6 @@ { "Id": 10100, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8061,7 +7771,6 @@ { "Id": 10110, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8084,7 +7793,6 @@ { "Id": 10120, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8107,7 +7815,6 @@ { "Id": 10121, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8130,7 +7837,6 @@ { "Id": 10122, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8153,7 +7859,6 @@ { "Id": 10123, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -8180,7 +7885,6 @@ { "Id": 10130, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8203,7 +7907,6 @@ { "Id": 10140, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8226,7 +7929,6 @@ { "Id": 10150, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8249,7 +7951,6 @@ { "Id": 10151, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8272,7 +7973,6 @@ { "Id": 10152, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8295,7 +7995,6 @@ { "Id": 10153, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -8322,7 +8021,6 @@ { "Id": 10160, "Direction": 1, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [ 180, @@ -8348,7 +8046,6 @@ { "Id": 10161, "Direction": 1, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [ 180, @@ -8374,7 +8071,6 @@ { "Id": 10170, "Direction": 1, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [ 180, @@ -8400,7 +8096,6 @@ { "Id": 10171, "Direction": 1, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [ 180, @@ -8426,7 +8121,6 @@ { "Id": 10172, "Direction": 1, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [ 180, @@ -8452,7 +8146,6 @@ { "Id": 10173, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -8479,7 +8172,6 @@ { "Id": 10200, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8502,7 +8194,6 @@ { "Id": 10210, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8525,7 +8216,6 @@ { "Id": 10220, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 360, @@ -8551,7 +8241,6 @@ { "Id": 10221, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 360, @@ -8577,7 +8266,6 @@ { "Id": 10230, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8600,7 +8288,6 @@ { "Id": 10240, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 5, @@ -8626,7 +8313,6 @@ { "Id": 10241, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 5, @@ -8652,7 +8338,6 @@ { "Id": 10242, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 5, @@ -8678,7 +8363,6 @@ { "Id": 10243, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 5, @@ -8704,7 +8388,6 @@ { "Id": 10250, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8727,7 +8410,6 @@ { "Id": 10251, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8750,7 +8432,6 @@ { "Id": 11001, "Direction": 2, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -8776,7 +8457,6 @@ { "Id": 20001, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -8799,7 +8479,6 @@ { "Id": 20011, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 4, @@ -8825,7 +8504,6 @@ { "Id": 20012, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 4, @@ -8851,7 +8529,6 @@ { "Id": 20013, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 4, @@ -8877,7 +8554,6 @@ { "Id": 20014, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 4, @@ -8903,7 +8579,6 @@ { "Id": 20015, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 4, @@ -8929,7 +8604,6 @@ { "Id": 20021, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 360, @@ -8956,7 +8630,6 @@ { "Id": 20031, "Direction": 1, - "BulletRangeType": 3, "Scope": 1, "ScopeParameter": [ 4, @@ -8982,7 +8655,6 @@ { "Id": 20032, "Direction": 1, - "BulletRangeType": 3, "Scope": 1, "ScopeParameter": [ 4, @@ -9008,7 +8680,6 @@ { "Id": 20033, "Direction": 1, - "BulletRangeType": 3, "Scope": 1, "ScopeParameter": [ 4, @@ -9034,7 +8705,6 @@ { "Id": 20034, "Direction": 1, - "BulletRangeType": 3, "Scope": 1, "ScopeParameter": [ 4, @@ -9060,7 +8730,6 @@ { "Id": 20035, "Direction": 1, - "BulletRangeType": 3, "Scope": 1, "ScopeParameter": [ 4, @@ -9086,7 +8755,6 @@ { "Id": 20111, "Direction": 2, - "BulletRangeType": 1, "Scope": 1, "ScopeParameter": [ 1, @@ -9112,7 +8780,6 @@ { "Id": 20112, "Direction": 2, - "BulletRangeType": 1, "Scope": 1, "ScopeParameter": [ 1, @@ -9138,7 +8805,6 @@ { "Id": 20121, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 180, @@ -9164,7 +8830,6 @@ { "Id": 20122, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 180, @@ -9190,7 +8855,6 @@ { "Id": 20123, "Direction": 1, - "BulletRangeType": 1, "Scope": 2, "ScopeParameter": [ 360, @@ -9217,7 +8881,6 @@ { "Id": 20131, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 360, @@ -9243,7 +8906,6 @@ { "Id": 20132, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 360, @@ -9269,7 +8931,6 @@ { "Id": 20133, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 360, @@ -9295,7 +8956,6 @@ { "Id": 20134, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 360, @@ -9321,7 +8981,6 @@ { "Id": 20135, "Direction": 1, - "BulletRangeType": 2, "Scope": 2, "ScopeParameter": [ 360, @@ -9348,7 +9007,6 @@ { "Id": 20141, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -9374,7 +9032,6 @@ { "Id": 20142, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -9400,7 +9057,6 @@ { "Id": 20143, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -9426,7 +9082,6 @@ { "Id": 20144, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -9452,7 +9107,6 @@ { "Id": 20145, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -9479,7 +9133,6 @@ { "Id": 20211, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -9502,7 +9155,6 @@ { "Id": 20221, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -9525,7 +9177,6 @@ { "Id": 20222, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -9548,7 +9199,6 @@ { "Id": 20223, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -9571,7 +9221,6 @@ { "Id": 20224, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -9594,7 +9243,6 @@ { "Id": 20225, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -9617,7 +9265,6 @@ { "Id": 20231, "Direction": 1, - "BulletRangeType": 3, "Scope": 2, "ScopeParameter": [ 360, @@ -9644,7 +9291,6 @@ { "Id": 20241, "Direction": 2, - "BulletRangeType": 3, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -9667,7 +9313,6 @@ { "Id": 20242, "Direction": 2, - "BulletRangeType": 3, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -9690,7 +9335,6 @@ { "Id": 20243, "Direction": 2, - "BulletRangeType": 3, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -9713,7 +9357,6 @@ { "Id": 20244, "Direction": 2, - "BulletRangeType": 3, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -9736,7 +9379,6 @@ { "Id": 20245, "Direction": 2, - "BulletRangeType": 3, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -9759,7 +9401,6 @@ { "Id": 20311, "Direction": 2, - "BulletRangeType": 1, "Scope": 4, "ScopeParameter": [], "IsDirectional": false, @@ -9782,7 +9423,6 @@ { "Id": 20321, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -9808,7 +9448,6 @@ { "Id": 20322, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -9835,7 +9474,6 @@ { "Id": 20331, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -9861,7 +9499,6 @@ { "Id": 20332, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -9887,7 +9524,6 @@ { "Id": 20333, "Direction": 1, - "BulletRangeType": 2, "Scope": 1, "ScopeParameter": [ 2, @@ -9913,7 +9549,6 @@ { "Id": 20341, "Direction": 1, - "BulletRangeType": 3, "Scope": 1, "ScopeParameter": [ 2, @@ -9939,7 +9574,6 @@ { "Id": 20342, "Direction": 1, - "BulletRangeType": 3, "Scope": 1, "ScopeParameter": [ 2, @@ -9965,7 +9599,6 @@ { "Id": 20343, "Direction": 1, - "BulletRangeType": 3, "Scope": 1, "ScopeParameter": [ 2, @@ -9987,5 +9620,97 @@ "Skill": 0, "SpecialEffect": "", "BulletLength": 0 + }, + { + "Id": 310061, + "Direction": 2, + "Scope": 4, + "ScopeParameter": [], + "IsDirectional": false, + "Type": 3, + "Speed": 0, + "Shoot": false, + "FlightDistance": 0, + "Disappear": 1, + "DisappearParameter": 0, + "DetectTime": 1, + "TestParameters": 0, + "NumberOfTargets": -1, + "Buff": [ + 310061 + ], + "Skill": 0, + "SpecialEffect": "", + "BulletLength": 0 + }, + { + "Id": 310062, + "Direction": 2, + "Scope": 4, + "ScopeParameter": [], + "IsDirectional": false, + "Type": 3, + "Speed": 0, + "Shoot": false, + "FlightDistance": 0, + "Disappear": 4, + "DisappearParameter": 0, + "DetectTime": 1, + "TestParameters": 0, + "NumberOfTargets": 0, + "Buff": [ + 310062 + ], + "Skill": 0, + "SpecialEffect": "", + "BulletLength": 0 + }, + { + "Id": 310063, + "Direction": 2, + "Scope": 4, + "ScopeParameter": [], + "IsDirectional": false, + "Type": 3, + "Speed": 0, + "Shoot": false, + "FlightDistance": 0, + "Disappear": 4, + "DisappearParameter": 0, + "DetectTime": 1, + "TestParameters": 0, + "NumberOfTargets": 0, + "Buff": [ + 310063 + ], + "Skill": 0, + "SpecialEffect": "", + "BulletLength": 0 + }, + { + "Id": 330012, + "Direction": 1, + "Scope": 2, + "ScopeParameter": [ + 360, + 100 + ], + "IsDirectional": false, + "Type": 3, + "Speed": 0, + "Shoot": true, + "FlightDistance": 13, + "Disappear": 4, + "DisappearParameter": 0, + "DetectTime": 1, + "TestParameters": 0, + "NumberOfTargets": -1, + "Buff": [ + 330024, + 330025 + ], + "Skill": 0, + "SpecialEffect": "", + "BulletLength": 0 } ] \ No newline at end of file diff --git a/src/api/config/SkillConfigCategory.json b/src/api/config/SkillConfigCategory.json index 7dfc5d7..d7f3140 100644 --- a/src/api/config/SkillConfigCategory.json +++ b/src/api/config/SkillConfigCategory.json @@ -2,6 +2,7 @@ { "Id": 1, "Name": "防技", + "SkillRangeType": 0, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -44,6 +45,7 @@ { "Id": 2, "Name": "专注", + "SkillRangeType": 0, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -86,6 +88,7 @@ { "Id": 3, "Name": "敏锐", + "SkillRangeType": 0, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -125,6 +128,7 @@ { "Id": 4, "Name": "壮士", + "SkillRangeType": 0, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -165,6 +169,7 @@ { "Id": 5, "Name": "棍杰", + "SkillRangeType": 0, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -204,6 +209,7 @@ { "Id": 6, "Name": "医师", + "SkillRangeType": 0, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -246,6 +252,7 @@ { "Id": 7, "Name": "金刚", + "SkillRangeType": 0, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -285,6 +292,7 @@ { "Id": 8, "Name": "灵猴", + "SkillRangeType": 0, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -324,6 +332,7 @@ { "Id": 9, "Name": "还阳", + "SkillRangeType": 0, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -364,6 +373,7 @@ { "Id": 101, "Name": "普攻-大剑", + "SkillRangeType": 1, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -405,6 +415,7 @@ { "Id": 102, "Name": "普攻-飞镖", + "SkillRangeType": 2, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -453,6 +464,7 @@ { "Id": 103, "Name": "普攻-弓", + "SkillRangeType": 2, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -499,6 +511,7 @@ { "Id": 104, "Name": "普攻-大锤", + "SkillRangeType": 1, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -542,6 +555,7 @@ { "Id": 105, "Name": "普攻-棍", + "SkillRangeType": 1, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -585,6 +599,7 @@ { "Id": 106, "Name": "普攻-回旋镖", + "SkillRangeType": 2, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -637,6 +652,7 @@ { "Id": 107, "Name": "普攻", + "SkillRangeType": 1, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -678,6 +694,7 @@ { "Id": 108, "Name": "普攻", + "SkillRangeType": 1, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -723,6 +740,7 @@ { "Id": 109, "Name": "普攻", + "SkillRangeType": 1, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -761,9 +779,52 @@ "Describe": "", "Introduction": "" }, + { + "Id": 110, + "Name": "普攻", + "SkillRangeType": 1, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 2, + "CastType": 2, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 2, + "WeaponLimit": 11, + "Energy": 0, + "BulletTime": [ + 20 + ], + "BulletPos": [], + "Bullet": [ + 91 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": false, + "Silent": false, + "Frozen": true, + "Dodge": true, + "SkillTime": 100, + "Action": "Atk", + "VisualEffectPrefab": "FX_Atk_DaoZhang", + "Icon": "Skill_Icon_110", + "Sound": "", + "Describe": "", + "Introduction": "" + }, { "Id": 201, "Name": "力劈华松", + "SkillRangeType": 1, "SkillLv": 1, "NextLvId": 202, "SkillBaseId": 201, @@ -815,6 +876,7 @@ { "Id": 202, "Name": "力劈华松", + "SkillRangeType": 1, "SkillLv": 2, "NextLvId": 203, "SkillBaseId": 201, @@ -864,6 +926,7 @@ { "Id": 203, "Name": "力劈华松", + "SkillRangeType": 1, "SkillLv": 3, "NextLvId": 204, "SkillBaseId": 201, @@ -913,6 +976,7 @@ { "Id": 204, "Name": "力劈华松", + "SkillRangeType": 1, "SkillLv": 4, "NextLvId": 205, "SkillBaseId": 201, @@ -962,6 +1026,7 @@ { "Id": 205, "Name": "力劈华松", + "SkillRangeType": 1, "SkillLv": 5, "NextLvId": 206, "SkillBaseId": 201, @@ -1011,6 +1076,7 @@ { "Id": 206, "Name": "力劈华松", + "SkillRangeType": 1, "SkillLv": 6, "NextLvId": 207, "SkillBaseId": 201, @@ -1060,6 +1126,7 @@ { "Id": 207, "Name": "力劈华松", + "SkillRangeType": 1, "SkillLv": 7, "NextLvId": 208, "SkillBaseId": 201, @@ -1109,6 +1176,7 @@ { "Id": 208, "Name": "力劈华松", + "SkillRangeType": 1, "SkillLv": 8, "NextLvId": 209, "SkillBaseId": 201, @@ -1158,6 +1226,7 @@ { "Id": 209, "Name": "力劈华松", + "SkillRangeType": 1, "SkillLv": 9, "NextLvId": 210, "SkillBaseId": 201, @@ -1207,6 +1276,7 @@ { "Id": 210, "Name": "力劈华松", + "SkillRangeType": 1, "SkillLv": 10, "NextLvId": 0, "SkillBaseId": 201, @@ -1256,6 +1326,7 @@ { "Id": 221, "Name": "飞石破浪", + "SkillRangeType": 2, "SkillLv": 1, "NextLvId": 222, "SkillBaseId": 221, @@ -1314,6 +1385,7 @@ { "Id": 222, "Name": "飞石破浪", + "SkillRangeType": 2, "SkillLv": 2, "NextLvId": 223, "SkillBaseId": 221, @@ -1372,6 +1444,7 @@ { "Id": 223, "Name": "飞石破浪", + "SkillRangeType": 2, "SkillLv": 3, "NextLvId": 224, "SkillBaseId": 221, @@ -1430,6 +1503,7 @@ { "Id": 224, "Name": "飞石破浪", + "SkillRangeType": 2, "SkillLv": 4, "NextLvId": 225, "SkillBaseId": 221, @@ -1488,6 +1562,7 @@ { "Id": 225, "Name": "飞石破浪", + "SkillRangeType": 2, "SkillLv": 5, "NextLvId": 226, "SkillBaseId": 221, @@ -1546,6 +1621,7 @@ { "Id": 226, "Name": "飞石破浪", + "SkillRangeType": 2, "SkillLv": 6, "NextLvId": 227, "SkillBaseId": 221, @@ -1604,6 +1680,7 @@ { "Id": 227, "Name": "飞石破浪", + "SkillRangeType": 2, "SkillLv": 7, "NextLvId": 228, "SkillBaseId": 221, @@ -1662,6 +1739,7 @@ { "Id": 228, "Name": "飞石破浪", + "SkillRangeType": 2, "SkillLv": 8, "NextLvId": 229, "SkillBaseId": 221, @@ -1720,6 +1798,7 @@ { "Id": 229, "Name": "飞石破浪", + "SkillRangeType": 2, "SkillLv": 9, "NextLvId": 230, "SkillBaseId": 221, @@ -1778,6 +1857,7 @@ { "Id": 230, "Name": "飞石破浪", + "SkillRangeType": 2, "SkillLv": 10, "NextLvId": 0, "SkillBaseId": 221, @@ -1836,6 +1916,7 @@ { "Id": 241, "Name": "满天箭雨", + "SkillRangeType": 2, "SkillLv": 1, "NextLvId": 242, "SkillBaseId": 241, @@ -1896,6 +1977,7 @@ { "Id": 242, "Name": "满天箭雨", + "SkillRangeType": 2, "SkillLv": 2, "NextLvId": 243, "SkillBaseId": 241, @@ -1956,6 +2038,7 @@ { "Id": 243, "Name": "满天箭雨", + "SkillRangeType": 2, "SkillLv": 3, "NextLvId": 244, "SkillBaseId": 241, @@ -2016,6 +2099,7 @@ { "Id": 244, "Name": "满天箭雨", + "SkillRangeType": 2, "SkillLv": 4, "NextLvId": 245, "SkillBaseId": 241, @@ -2076,6 +2160,7 @@ { "Id": 245, "Name": "满天箭雨", + "SkillRangeType": 2, "SkillLv": 5, "NextLvId": 246, "SkillBaseId": 241, @@ -2136,6 +2221,7 @@ { "Id": 246, "Name": "满天箭雨", + "SkillRangeType": 2, "SkillLv": 6, "NextLvId": 247, "SkillBaseId": 241, @@ -2196,6 +2282,7 @@ { "Id": 247, "Name": "满天箭雨", + "SkillRangeType": 2, "SkillLv": 7, "NextLvId": 248, "SkillBaseId": 241, @@ -2256,6 +2343,7 @@ { "Id": 248, "Name": "满天箭雨", + "SkillRangeType": 2, "SkillLv": 8, "NextLvId": 249, "SkillBaseId": 241, @@ -2316,6 +2404,7 @@ { "Id": 249, "Name": "满天箭雨", + "SkillRangeType": 2, "SkillLv": 9, "NextLvId": 250, "SkillBaseId": 241, @@ -2376,6 +2465,7 @@ { "Id": 250, "Name": "满天箭雨", + "SkillRangeType": 2, "SkillLv": 10, "NextLvId": 0, "SkillBaseId": 241, @@ -2436,6 +2526,7 @@ { "Id": 261, "Name": "铁旋风", + "SkillRangeType": 1, "SkillLv": 1, "NextLvId": 262, "SkillBaseId": 261, @@ -2493,6 +2584,7 @@ { "Id": 262, "Name": "铁旋风", + "SkillRangeType": 1, "SkillLv": 2, "NextLvId": 263, "SkillBaseId": 261, @@ -2550,6 +2642,7 @@ { "Id": 263, "Name": "铁旋风", + "SkillRangeType": 1, "SkillLv": 3, "NextLvId": 264, "SkillBaseId": 261, @@ -2607,6 +2700,7 @@ { "Id": 264, "Name": "铁旋风", + "SkillRangeType": 1, "SkillLv": 4, "NextLvId": 265, "SkillBaseId": 261, @@ -2664,6 +2758,7 @@ { "Id": 265, "Name": "铁旋风", + "SkillRangeType": 1, "SkillLv": 5, "NextLvId": 266, "SkillBaseId": 261, @@ -2721,6 +2816,7 @@ { "Id": 266, "Name": "铁旋风", + "SkillRangeType": 1, "SkillLv": 6, "NextLvId": 267, "SkillBaseId": 261, @@ -2778,6 +2874,7 @@ { "Id": 267, "Name": "铁旋风", + "SkillRangeType": 1, "SkillLv": 7, "NextLvId": 268, "SkillBaseId": 261, @@ -2835,6 +2932,7 @@ { "Id": 268, "Name": "铁旋风", + "SkillRangeType": 1, "SkillLv": 8, "NextLvId": 269, "SkillBaseId": 261, @@ -2892,6 +2990,7 @@ { "Id": 269, "Name": "铁旋风", + "SkillRangeType": 1, "SkillLv": 9, "NextLvId": 270, "SkillBaseId": 261, @@ -2949,6 +3048,7 @@ { "Id": 270, "Name": "铁旋风", + "SkillRangeType": 1, "SkillLv": 10, "NextLvId": 0, "SkillBaseId": 261, @@ -3006,6 +3106,7 @@ { "Id": 281, "Name": "伏虎五式", + "SkillRangeType": 1, "SkillLv": 1, "NextLvId": 282, "SkillBaseId": 281, @@ -3055,6 +3156,7 @@ { "Id": 282, "Name": "伏虎五式", + "SkillRangeType": 1, "SkillLv": 2, "NextLvId": 283, "SkillBaseId": 281, @@ -3104,6 +3206,7 @@ { "Id": 283, "Name": "伏虎五式", + "SkillRangeType": 1, "SkillLv": 3, "NextLvId": 284, "SkillBaseId": 281, @@ -3153,6 +3256,7 @@ { "Id": 284, "Name": "伏虎五式", + "SkillRangeType": 1, "SkillLv": 4, "NextLvId": 285, "SkillBaseId": 281, @@ -3202,6 +3306,7 @@ { "Id": 285, "Name": "伏虎五式", + "SkillRangeType": 1, "SkillLv": 5, "NextLvId": 286, "SkillBaseId": 281, @@ -3251,6 +3356,7 @@ { "Id": 286, "Name": "伏虎五式", + "SkillRangeType": 1, "SkillLv": 6, "NextLvId": 287, "SkillBaseId": 281, @@ -3300,6 +3406,7 @@ { "Id": 287, "Name": "伏虎五式", + "SkillRangeType": 1, "SkillLv": 7, "NextLvId": 288, "SkillBaseId": 281, @@ -3349,6 +3456,7 @@ { "Id": 288, "Name": "伏虎五式", + "SkillRangeType": 1, "SkillLv": 8, "NextLvId": 289, "SkillBaseId": 281, @@ -3398,6 +3506,7 @@ { "Id": 289, "Name": "伏虎五式", + "SkillRangeType": 1, "SkillLv": 9, "NextLvId": 290, "SkillBaseId": 281, @@ -3447,6 +3556,7 @@ { "Id": 290, "Name": "伏虎五式", + "SkillRangeType": 1, "SkillLv": 10, "NextLvId": 0, "SkillBaseId": 281, @@ -3496,6 +3606,7 @@ { "Id": 301, "Name": "沐春风", + "SkillRangeType": 0, "SkillLv": 1, "NextLvId": 302, "SkillBaseId": 301, @@ -3539,6 +3650,7 @@ { "Id": 302, "Name": "沐春风", + "SkillRangeType": 0, "SkillLv": 2, "NextLvId": 303, "SkillBaseId": 301, @@ -3578,6 +3690,7 @@ { "Id": 303, "Name": "沐春风", + "SkillRangeType": 0, "SkillLv": 3, "NextLvId": 304, "SkillBaseId": 301, @@ -3617,6 +3730,7 @@ { "Id": 304, "Name": "沐春风", + "SkillRangeType": 0, "SkillLv": 4, "NextLvId": 305, "SkillBaseId": 301, @@ -3656,6 +3770,7 @@ { "Id": 305, "Name": "沐春风", + "SkillRangeType": 0, "SkillLv": 5, "NextLvId": 306, "SkillBaseId": 301, @@ -3695,6 +3810,7 @@ { "Id": 306, "Name": "沐春风", + "SkillRangeType": 0, "SkillLv": 6, "NextLvId": 307, "SkillBaseId": 301, @@ -3735,6 +3851,7 @@ { "Id": 307, "Name": "沐春风", + "SkillRangeType": 0, "SkillLv": 7, "NextLvId": 308, "SkillBaseId": 301, @@ -3775,6 +3892,7 @@ { "Id": 308, "Name": "沐春风", + "SkillRangeType": 0, "SkillLv": 8, "NextLvId": 309, "SkillBaseId": 301, @@ -3815,6 +3933,7 @@ { "Id": 309, "Name": "沐春风", + "SkillRangeType": 0, "SkillLv": 9, "NextLvId": 310, "SkillBaseId": 301, @@ -3855,6 +3974,7 @@ { "Id": 310, "Name": "沐春风", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, "SkillBaseId": 301, @@ -3895,6 +4015,7 @@ { "Id": 321, "Name": "金钟罩", + "SkillRangeType": 0, "SkillLv": 1, "NextLvId": 322, "SkillBaseId": 321, @@ -3934,6 +4055,7 @@ { "Id": 322, "Name": "金钟罩", + "SkillRangeType": 0, "SkillLv": 2, "NextLvId": 323, "SkillBaseId": 321, @@ -3973,6 +4095,7 @@ { "Id": 323, "Name": "金钟罩", + "SkillRangeType": 0, "SkillLv": 3, "NextLvId": 324, "SkillBaseId": 321, @@ -4012,6 +4135,7 @@ { "Id": 324, "Name": "金钟罩", + "SkillRangeType": 0, "SkillLv": 4, "NextLvId": 325, "SkillBaseId": 321, @@ -4051,6 +4175,7 @@ { "Id": 325, "Name": "金钟罩", + "SkillRangeType": 0, "SkillLv": 5, "NextLvId": 326, "SkillBaseId": 321, @@ -4090,6 +4215,7 @@ { "Id": 326, "Name": "金钟罩", + "SkillRangeType": 0, "SkillLv": 6, "NextLvId": 327, "SkillBaseId": 321, @@ -4129,6 +4255,7 @@ { "Id": 327, "Name": "金钟罩", + "SkillRangeType": 0, "SkillLv": 7, "NextLvId": 328, "SkillBaseId": 321, @@ -4168,6 +4295,7 @@ { "Id": 328, "Name": "金钟罩", + "SkillRangeType": 0, "SkillLv": 8, "NextLvId": 329, "SkillBaseId": 321, @@ -4207,6 +4335,7 @@ { "Id": 329, "Name": "金钟罩", + "SkillRangeType": 0, "SkillLv": 9, "NextLvId": 330, "SkillBaseId": 321, @@ -4246,6 +4375,7 @@ { "Id": 330, "Name": "金钟罩", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, "SkillBaseId": 321, @@ -4285,6 +4415,7 @@ { "Id": 341, "Name": "连环巧腿", + "SkillRangeType": 0, "SkillLv": 1, "NextLvId": 342, "SkillBaseId": 341, @@ -4332,6 +4463,7 @@ { "Id": 342, "Name": "连环巧腿", + "SkillRangeType": 0, "SkillLv": 2, "NextLvId": 343, "SkillBaseId": 341, @@ -4379,6 +4511,7 @@ { "Id": 343, "Name": "连环巧腿", + "SkillRangeType": 0, "SkillLv": 3, "NextLvId": 344, "SkillBaseId": 341, @@ -4426,6 +4559,7 @@ { "Id": 344, "Name": "连环巧腿", + "SkillRangeType": 0, "SkillLv": 4, "NextLvId": 345, "SkillBaseId": 341, @@ -4473,6 +4607,7 @@ { "Id": 345, "Name": "连环巧腿", + "SkillRangeType": 0, "SkillLv": 5, "NextLvId": 346, "SkillBaseId": 341, @@ -4520,6 +4655,7 @@ { "Id": 346, "Name": "连环巧腿", + "SkillRangeType": 0, "SkillLv": 6, "NextLvId": 347, "SkillBaseId": 341, @@ -4567,6 +4703,7 @@ { "Id": 347, "Name": "连环巧腿", + "SkillRangeType": 0, "SkillLv": 7, "NextLvId": 348, "SkillBaseId": 341, @@ -4614,6 +4751,7 @@ { "Id": 348, "Name": "连环巧腿", + "SkillRangeType": 0, "SkillLv": 8, "NextLvId": 349, "SkillBaseId": 341, @@ -4661,6 +4799,7 @@ { "Id": 349, "Name": "连环巧腿", + "SkillRangeType": 0, "SkillLv": 9, "NextLvId": 350, "SkillBaseId": 341, @@ -4708,6 +4847,7 @@ { "Id": 350, "Name": "连环巧腿", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, "SkillBaseId": 341, @@ -4755,6 +4895,7 @@ { "Id": 361, "Name": "锁魂诀", + "SkillRangeType": 0, "SkillLv": 1, "NextLvId": 362, "SkillBaseId": 361, @@ -4798,6 +4939,7 @@ { "Id": 362, "Name": "锁魂诀", + "SkillRangeType": 0, "SkillLv": 2, "NextLvId": 363, "SkillBaseId": 361, @@ -4841,6 +4983,7 @@ { "Id": 363, "Name": "锁魂诀", + "SkillRangeType": 0, "SkillLv": 3, "NextLvId": 364, "SkillBaseId": 361, @@ -4884,6 +5027,7 @@ { "Id": 364, "Name": "锁魂诀", + "SkillRangeType": 0, "SkillLv": 4, "NextLvId": 365, "SkillBaseId": 361, @@ -4927,6 +5071,7 @@ { "Id": 365, "Name": "锁魂诀", + "SkillRangeType": 0, "SkillLv": 5, "NextLvId": 366, "SkillBaseId": 361, @@ -4970,6 +5115,7 @@ { "Id": 366, "Name": "锁魂诀", + "SkillRangeType": 0, "SkillLv": 6, "NextLvId": 367, "SkillBaseId": 361, @@ -5013,6 +5159,7 @@ { "Id": 367, "Name": "锁魂诀", + "SkillRangeType": 0, "SkillLv": 7, "NextLvId": 368, "SkillBaseId": 361, @@ -5056,6 +5203,7 @@ { "Id": 368, "Name": "锁魂诀", + "SkillRangeType": 0, "SkillLv": 8, "NextLvId": 369, "SkillBaseId": 361, @@ -5099,6 +5247,7 @@ { "Id": 369, "Name": "锁魂诀", + "SkillRangeType": 0, "SkillLv": 9, "NextLvId": 370, "SkillBaseId": 361, @@ -5142,6 +5291,7 @@ { "Id": 370, "Name": "锁魂诀", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, "SkillBaseId": 361, @@ -5183,29 +5333,28 @@ "Introduction": "" }, { - "Id": 1001, - "Name": "耐力", + "Id": 381, + "Name": "XX", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1002, - "SkillBaseId": 1001, - "CD": 0, + "NextLvId": 382, + "SkillBaseId": 381, + "CD": 20, "SkillType": 1, - "CastType": 2, - "TargetNeed": true, + "CastType": 1, + "TargetNeed": false, "EffectObject": [ - 3 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, - "WeaponLimit": 0, - "Energy": 0, + "Distance": 4, + "WeaponLimit": 10, + "Energy": 100, "BulletTime": [], "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [ - 1001 - ], + "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, @@ -5213,38 +5362,37 @@ "Silent": false, "Frozen": false, "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1001", + "SkillTime": 303, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_DaoZhang", + "Icon": "Skill_Icon_381", "Sound": "", - "Describe": "生命值+50", - "Introduction": "50" + "Describe": "立即回复20%血量,免伤增加5%,免疫控制,攻击力增加50%。持续10秒", + "Introduction": "" }, { - "Id": 1002, - "Name": "耐力", + "Id": 382, + "Name": "XX", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1003, - "SkillBaseId": 1001, - "CD": 0, + "NextLvId": 383, + "SkillBaseId": 381, + "CD": 20, "SkillType": 1, - "CastType": 2, - "TargetNeed": true, + "CastType": 1, + "TargetNeed": false, "EffectObject": [ - 3 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, - "WeaponLimit": 0, - "Energy": 0, + "Distance": 4, + "WeaponLimit": 10, + "Energy": 100, "BulletTime": [], "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [ - 1002 - ], + "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 5, "Time": 60, @@ -5252,38 +5400,37 @@ "Silent": false, "Frozen": false, "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1001", + "SkillTime": 303, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_DaoZhang", + "Icon": "Skill_Icon_381", "Sound": "", - "Describe": "生命值+150", - "Introduction": "150" + "Describe": "立即回复20%血量,免伤增加10%,免疫控制,攻击力增加55%。持续10秒", + "Introduction": "" }, { - "Id": 1003, - "Name": "耐力", + "Id": 383, + "Name": "XX", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1004, - "SkillBaseId": 1001, - "CD": 0, + "NextLvId": 384, + "SkillBaseId": 381, + "CD": 20, "SkillType": 1, - "CastType": 2, - "TargetNeed": true, + "CastType": 1, + "TargetNeed": false, "EffectObject": [ - 3 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, - "WeaponLimit": 0, - "Energy": 0, + "Distance": 4, + "WeaponLimit": 10, + "Energy": 100, "BulletTime": [], "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [ - 1003 - ], + "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 10, "Time": 600, @@ -5291,38 +5438,37 @@ "Silent": false, "Frozen": false, "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1001", + "SkillTime": 303, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_DaoZhang", + "Icon": "Skill_Icon_381", "Sound": "", - "Describe": "生命值+300", - "Introduction": "300" + "Describe": "立即回复20%血量,免伤增加15%,免疫控制,攻击力增加60%。持续10秒", + "Introduction": "" }, { - "Id": 1004, - "Name": "耐力", + "Id": 384, + "Name": "XX", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1005, - "SkillBaseId": 1001, - "CD": 0, + "NextLvId": 385, + "SkillBaseId": 381, + "CD": 20, "SkillType": 1, - "CastType": 2, - "TargetNeed": true, + "CastType": 1, + "TargetNeed": false, "EffectObject": [ - 3 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, - "WeaponLimit": 0, - "Energy": 0, + "Distance": 4, + "WeaponLimit": 10, + "Energy": 100, "BulletTime": [], "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [ - 1004 - ], + "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 15, "Time": 1800, @@ -5330,38 +5476,37 @@ "Silent": false, "Frozen": false, "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1001", + "SkillTime": 303, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_DaoZhang", + "Icon": "Skill_Icon_381", "Sound": "", - "Describe": "生命值+500", - "Introduction": "500" + "Describe": "立即回复20%血量,免伤增加20%,免疫控制,攻击力增加65%。持续10秒", + "Introduction": "" }, { - "Id": 1005, - "Name": "耐力", + "Id": 385, + "Name": "XX", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1006, - "SkillBaseId": 1001, - "CD": 0, + "NextLvId": 386, + "SkillBaseId": 381, + "CD": 20, "SkillType": 1, - "CastType": 2, - "TargetNeed": true, + "CastType": 1, + "TargetNeed": false, "EffectObject": [ - 3 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, - "WeaponLimit": 0, - "Energy": 0, + "Distance": 4, + "WeaponLimit": 10, + "Energy": 100, "BulletTime": [], "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [ - 1005 - ], + "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 20, "Time": 3600, @@ -5369,38 +5514,37 @@ "Silent": false, "Frozen": false, "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1001", + "SkillTime": 303, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_DaoZhang", + "Icon": "Skill_Icon_381", "Sound": "", - "Describe": "生命值+700", - "Introduction": "700" + "Describe": "立即回复20%血量,免伤增加25%,免疫控制,攻击力增加70%。持续10秒", + "Introduction": "" }, { - "Id": 1006, - "Name": "耐力", + "Id": 386, + "Name": "XX", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1007, - "SkillBaseId": 1001, - "CD": 0, + "NextLvId": 387, + "SkillBaseId": 381, + "CD": 20, "SkillType": 1, - "CastType": 2, - "TargetNeed": true, + "CastType": 1, + "TargetNeed": false, "EffectObject": [ - 3 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, - "WeaponLimit": 0, - "Energy": 0, + "Distance": 4, + "WeaponLimit": 10, + "Energy": 100, "BulletTime": [], "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [ - 1006 - ], + "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 25, "Time": 7200, @@ -5408,38 +5552,37 @@ "Silent": false, "Frozen": false, "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1001", + "SkillTime": 303, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_DaoZhang", + "Icon": "Skill_Icon_381", "Sound": "", - "Describe": "生命值+1000", - "Introduction": "1000" + "Describe": "立即回复20%血量,免伤增加30%,免疫控制,攻击力增加75%。持续10秒", + "Introduction": "" }, { - "Id": 1007, - "Name": "耐力", + "Id": 387, + "Name": "XX", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1008, - "SkillBaseId": 1001, - "CD": 0, + "NextLvId": 388, + "SkillBaseId": 381, + "CD": 20, "SkillType": 1, - "CastType": 2, - "TargetNeed": true, + "CastType": 1, + "TargetNeed": false, "EffectObject": [ - 3 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, - "WeaponLimit": 0, - "Energy": 0, + "Distance": 4, + "WeaponLimit": 10, + "Energy": 100, "BulletTime": [], "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [ - 1007 - ], + "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 30, "Time": 14400, @@ -5447,38 +5590,37 @@ "Silent": false, "Frozen": false, "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1001", + "SkillTime": 303, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_DaoZhang", + "Icon": "Skill_Icon_381", "Sound": "", - "Describe": "生命值+1300", - "Introduction": "1300" + "Describe": "立即回复20%血量,免伤增加35%,免疫控制,攻击力增加80%。持续10秒", + "Introduction": "" }, { - "Id": 1008, - "Name": "耐力", + "Id": 388, + "Name": "XX", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1009, - "SkillBaseId": 1001, - "CD": 0, + "NextLvId": 389, + "SkillBaseId": 381, + "CD": 20, "SkillType": 1, - "CastType": 2, - "TargetNeed": true, + "CastType": 1, + "TargetNeed": false, "EffectObject": [ - 3 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, - "WeaponLimit": 0, - "Energy": 0, + "Distance": 4, + "WeaponLimit": 10, + "Energy": 100, "BulletTime": [], "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [ - 1008 - ], + "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 35, "Time": 28800, @@ -5486,38 +5628,37 @@ "Silent": false, "Frozen": false, "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1001", + "SkillTime": 303, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_DaoZhang", + "Icon": "Skill_Icon_381", "Sound": "", - "Describe": "生命值+1500", - "Introduction": "1500" + "Describe": "立即回复20%血量,免伤增加40%,免疫控制,攻击力增加85%。持续10秒", + "Introduction": "" }, { - "Id": 1009, - "Name": "耐力", + "Id": 389, + "Name": "XX", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1010, - "SkillBaseId": 1001, - "CD": 0, + "NextLvId": 390, + "SkillBaseId": 381, + "CD": 20, "SkillType": 1, - "CastType": 2, - "TargetNeed": true, + "CastType": 1, + "TargetNeed": false, "EffectObject": [ - 3 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, - "WeaponLimit": 0, - "Energy": 0, + "Distance": 4, + "WeaponLimit": 10, + "Energy": 100, "BulletTime": [], "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [ - 1009 - ], + "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 40, "Time": 57600, @@ -5525,38 +5666,37 @@ "Silent": false, "Frozen": false, "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1001", + "SkillTime": 303, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_DaoZhang", + "Icon": "Skill_Icon_381", "Sound": "", - "Describe": "生命值+1700", - "Introduction": "1700" + "Describe": "立即回复20%血量,免伤增加45%,免疫控制,攻击力增加90%。持续10秒", + "Introduction": "" }, { - "Id": 1010, - "Name": "耐力", + "Id": 390, + "Name": "XX", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1001, - "CD": 0, + "SkillBaseId": 381, + "CD": 20, "SkillType": 1, - "CastType": 2, - "TargetNeed": true, + "CastType": 1, + "TargetNeed": false, "EffectObject": [ - 3 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, - "WeaponLimit": 0, - "Energy": 0, + "Distance": 4, + "WeaponLimit": 10, + "Energy": 100, "BulletTime": [], "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [ - 1010 - ], + "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 45, "Time": 115200, @@ -5564,20 +5704,21 @@ "Silent": false, "Frozen": false, "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1001", + "SkillTime": 303, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_DaoZhang", + "Icon": "Skill_Icon_381", "Sound": "", - "Describe": "生命值+1900", - "Introduction": "1900" + "Describe": "立即回复20%血量,免伤增加50%,免疫控制,攻击力增加95%。持续10秒", + "Introduction": "" }, { - "Id": 1021, - "Name": "会心", + "Id": 1001, + "Name": "耐力", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1022, - "SkillBaseId": 1021, + "NextLvId": 1002, + "SkillBaseId": 1001, "CD": 0, "SkillType": 1, "CastType": 2, @@ -5594,7 +5735,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1031 + 1001 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -5606,17 +5747,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1021", + "Icon": "Skill_Icon_1001", "Sound": "", - "Describe": "使用主动技能有30%概率增加自身3%攻击力,持续5秒", - "Introduction": "" + "Describe": "生命值+50", + "Introduction": "50" }, { - "Id": 1022, - "Name": "会心", + "Id": 1002, + "Name": "耐力", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1023, - "SkillBaseId": 1021, + "NextLvId": 1003, + "SkillBaseId": 1001, "CD": 0, "SkillType": 1, "CastType": 2, @@ -5633,7 +5775,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1032 + 1002 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -5645,17 +5787,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1021", + "Icon": "Skill_Icon_1001", "Sound": "", - "Describe": "使用主动技能有30%概率增加自身6%攻击力,持续5秒", - "Introduction": "" + "Describe": "生命值+150", + "Introduction": "150" }, { - "Id": 1023, - "Name": "会心", + "Id": 1003, + "Name": "耐力", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1024, - "SkillBaseId": 1021, + "NextLvId": 1004, + "SkillBaseId": 1001, "CD": 0, "SkillType": 1, "CastType": 2, @@ -5672,7 +5815,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1033 + 1003 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -5684,17 +5827,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1021", + "Icon": "Skill_Icon_1001", "Sound": "", - "Describe": "使用主动技能有30%概率增加自身9%攻击力,持续5秒", - "Introduction": "" + "Describe": "生命值+300", + "Introduction": "300" }, { - "Id": 1024, - "Name": "会心", + "Id": 1004, + "Name": "耐力", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1025, - "SkillBaseId": 1021, + "NextLvId": 1005, + "SkillBaseId": 1001, "CD": 0, "SkillType": 1, "CastType": 2, @@ -5711,7 +5855,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1034 + 1004 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -5723,17 +5867,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1021", + "Icon": "Skill_Icon_1001", "Sound": "", - "Describe": "使用主动技能有30%概率增加自身12%攻击力,持续5秒", - "Introduction": "" + "Describe": "生命值+500", + "Introduction": "500" }, { - "Id": 1025, - "Name": "会心", + "Id": 1005, + "Name": "耐力", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1026, - "SkillBaseId": 1021, + "NextLvId": 1006, + "SkillBaseId": 1001, "CD": 0, "SkillType": 1, "CastType": 2, @@ -5750,7 +5895,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1035 + 1005 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -5762,17 +5907,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1021", + "Icon": "Skill_Icon_1001", "Sound": "", - "Describe": "使用主动技能有30%概率增加自身15%攻击力,持续5秒", - "Introduction": "" + "Describe": "生命值+700", + "Introduction": "700" }, { - "Id": 1026, - "Name": "会心", + "Id": 1006, + "Name": "耐力", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1027, - "SkillBaseId": 1021, + "NextLvId": 1007, + "SkillBaseId": 1001, "CD": 0, "SkillType": 1, "CastType": 2, @@ -5789,7 +5935,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1036 + 1006 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -5801,17 +5947,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1021", + "Icon": "Skill_Icon_1001", "Sound": "", - "Describe": "使用主动技能有30%概率增加自身18%攻击力,持续5秒", - "Introduction": "" + "Describe": "生命值+1000", + "Introduction": "1000" }, { - "Id": 1027, - "Name": "会心", + "Id": 1007, + "Name": "耐力", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1028, - "SkillBaseId": 1021, + "NextLvId": 1008, + "SkillBaseId": 1001, "CD": 0, "SkillType": 1, "CastType": 2, @@ -5828,7 +5975,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1037 + 1007 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -5840,17 +5987,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1021", + "Icon": "Skill_Icon_1001", "Sound": "", - "Describe": "使用主动技能有30%概率增加自身21%攻击力,持续5秒", - "Introduction": "" + "Describe": "生命值+1300", + "Introduction": "1300" }, { - "Id": 1028, - "Name": "会心", + "Id": 1008, + "Name": "耐力", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1029, - "SkillBaseId": 1021, + "NextLvId": 1009, + "SkillBaseId": 1001, "CD": 0, "SkillType": 1, "CastType": 2, @@ -5867,7 +6015,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1038 + 1008 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -5879,17 +6027,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1021", + "Icon": "Skill_Icon_1001", "Sound": "", - "Describe": "使用主动技能有30%概率增加自身24%攻击力,持续5秒", - "Introduction": "" + "Describe": "生命值+1500", + "Introduction": "1500" }, { - "Id": 1029, - "Name": "会心", + "Id": 1009, + "Name": "耐力", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1030, - "SkillBaseId": 1021, + "NextLvId": 1010, + "SkillBaseId": 1001, "CD": 0, "SkillType": 1, "CastType": 2, @@ -5906,7 +6055,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1039 + 1009 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -5918,17 +6067,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1021", + "Icon": "Skill_Icon_1001", "Sound": "", - "Describe": "使用主动技能有30%概率增加自身27%攻击力,持续5秒", - "Introduction": "" + "Describe": "生命值+1700", + "Introduction": "1700" }, { - "Id": 1030, - "Name": "会心", + "Id": 1010, + "Name": "耐力", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1021, + "SkillBaseId": 1001, "CD": 0, "SkillType": 1, "CastType": 2, @@ -5945,7 +6095,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1040 + 1010 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -5957,17 +6107,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1021", + "Icon": "Skill_Icon_1001", "Sound": "", - "Describe": "使用主动技能有30%概率增加自身30%攻击力,持续5秒", - "Introduction": "" + "Describe": "生命值+1900", + "Introduction": "1900" }, { - "Id": 1041, - "Name": "健步", + "Id": 1021, + "Name": "会心", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1042, - "SkillBaseId": 1041, + "NextLvId": 1022, + "SkillBaseId": 1021, "CD": 0, "SkillType": 1, "CastType": 2, @@ -5984,7 +6135,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1041 + 1031 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -5996,17 +6147,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1041", + "Icon": "Skill_Icon_1021", "Sound": "", - "Describe": "移动速度增加1点", + "Describe": "使用主动技能有30%概率增加自身3%攻击力,持续5秒", "Introduction": "" }, { - "Id": 1042, - "Name": "健步", + "Id": 1022, + "Name": "会心", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1043, - "SkillBaseId": 1041, + "NextLvId": 1023, + "SkillBaseId": 1021, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6023,7 +6175,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1042 + 1032 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -6035,17 +6187,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1041", + "Icon": "Skill_Icon_1021", "Sound": "", - "Describe": "移动速度增加2点", + "Describe": "使用主动技能有30%概率增加自身6%攻击力,持续5秒", "Introduction": "" }, { - "Id": 1043, - "Name": "健步", + "Id": 1023, + "Name": "会心", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1044, - "SkillBaseId": 1041, + "NextLvId": 1024, + "SkillBaseId": 1021, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6062,7 +6215,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1043 + 1033 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -6074,17 +6227,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1041", + "Icon": "Skill_Icon_1021", "Sound": "", - "Describe": "移动速度增加3点", + "Describe": "使用主动技能有30%概率增加自身9%攻击力,持续5秒", "Introduction": "" }, { - "Id": 1044, - "Name": "健步", + "Id": 1024, + "Name": "会心", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1045, - "SkillBaseId": 1041, + "NextLvId": 1025, + "SkillBaseId": 1021, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6101,7 +6255,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1044 + 1034 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -6113,17 +6267,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1041", + "Icon": "Skill_Icon_1021", "Sound": "", - "Describe": "移动速度增加4点", + "Describe": "使用主动技能有30%概率增加自身12%攻击力,持续5秒", "Introduction": "" }, { - "Id": 1045, - "Name": "健步", + "Id": 1025, + "Name": "会心", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1046, - "SkillBaseId": 1041, + "NextLvId": 1026, + "SkillBaseId": 1021, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6140,7 +6295,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1045 + 1035 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -6152,17 +6307,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1041", + "Icon": "Skill_Icon_1021", "Sound": "", - "Describe": "移动速度增加5点", + "Describe": "使用主动技能有30%概率增加自身15%攻击力,持续5秒", "Introduction": "" }, { - "Id": 1046, - "Name": "健步", + "Id": 1026, + "Name": "会心", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1047, - "SkillBaseId": 1041, + "NextLvId": 1027, + "SkillBaseId": 1021, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6179,7 +6335,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1046 + 1036 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -6191,17 +6347,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1041", + "Icon": "Skill_Icon_1021", "Sound": "", - "Describe": "移动速度增加6点", + "Describe": "使用主动技能有30%概率增加自身18%攻击力,持续5秒", "Introduction": "" }, { - "Id": 1047, - "Name": "健步", + "Id": 1027, + "Name": "会心", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1048, - "SkillBaseId": 1041, + "NextLvId": 1028, + "SkillBaseId": 1021, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6218,7 +6375,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1047 + 1037 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -6230,17 +6387,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1041", + "Icon": "Skill_Icon_1021", "Sound": "", - "Describe": "移动速度增加7点", + "Describe": "使用主动技能有30%概率增加自身21%攻击力,持续5秒", "Introduction": "" }, { - "Id": 1048, - "Name": "健步", + "Id": 1028, + "Name": "会心", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1049, - "SkillBaseId": 1041, + "NextLvId": 1029, + "SkillBaseId": 1021, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6257,7 +6415,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1048 + 1038 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -6269,17 +6427,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1041", + "Icon": "Skill_Icon_1021", "Sound": "", - "Describe": "移动速度增加8点", + "Describe": "使用主动技能有30%概率增加自身24%攻击力,持续5秒", "Introduction": "" }, { - "Id": 1049, - "Name": "健步", + "Id": 1029, + "Name": "会心", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1050, - "SkillBaseId": 1041, + "NextLvId": 1030, + "SkillBaseId": 1021, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6296,7 +6455,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1049 + 1039 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -6308,17 +6467,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1041", + "Icon": "Skill_Icon_1021", "Sound": "", - "Describe": "移动速度增加9点", + "Describe": "使用主动技能有30%概率增加自身27%攻击力,持续5秒", "Introduction": "" }, { - "Id": 1050, - "Name": "健步", + "Id": 1030, + "Name": "会心", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1041, + "SkillBaseId": 1021, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6335,7 +6495,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1050 + 1040 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -6347,17 +6507,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1041", + "Icon": "Skill_Icon_1021", "Sound": "", - "Describe": "移动速度增加10点", + "Describe": "使用主动技能有30%概率增加自身30%攻击力,持续5秒", "Introduction": "" }, { - "Id": 1061, - "Name": "凝神", + "Id": 1041, + "Name": "健步", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1062, - "SkillBaseId": 1061, + "NextLvId": 1042, + "SkillBaseId": 1041, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6374,7 +6535,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1061 + 1041 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -6386,17 +6547,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1061", + "Icon": "Skill_Icon_1041", "Sound": "", - "Describe": "技能冷却时间减少1秒", + "Describe": "移动速度增加1点", "Introduction": "" }, { - "Id": 1062, - "Name": "凝神", + "Id": 1042, + "Name": "健步", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1063, - "SkillBaseId": 1061, + "NextLvId": 1043, + "SkillBaseId": 1041, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6413,7 +6575,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1062 + 1042 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -6425,17 +6587,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1061", + "Icon": "Skill_Icon_1041", "Sound": "", - "Describe": "技能冷却时间减少2秒", + "Describe": "移动速度增加2点", "Introduction": "" }, { - "Id": 1063, - "Name": "凝神", + "Id": 1043, + "Name": "健步", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1064, - "SkillBaseId": 1061, + "NextLvId": 1044, + "SkillBaseId": 1041, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6452,7 +6615,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1063 + 1043 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -6464,17 +6627,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1061", + "Icon": "Skill_Icon_1041", "Sound": "", - "Describe": "技能冷却时间减少3秒", + "Describe": "移动速度增加3点", "Introduction": "" }, { - "Id": 1064, - "Name": "凝神", + "Id": 1044, + "Name": "健步", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1065, - "SkillBaseId": 1061, + "NextLvId": 1045, + "SkillBaseId": 1041, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6491,7 +6655,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1064 + 1044 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -6503,17 +6667,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1061", + "Icon": "Skill_Icon_1041", "Sound": "", - "Describe": "技能冷却时间减少4秒", + "Describe": "移动速度增加4点", "Introduction": "" }, { - "Id": 1065, - "Name": "凝神", + "Id": 1045, + "Name": "健步", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1066, - "SkillBaseId": 1061, + "NextLvId": 1046, + "SkillBaseId": 1041, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6530,7 +6695,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1065 + 1045 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -6542,17 +6707,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1061", + "Icon": "Skill_Icon_1041", "Sound": "", - "Describe": "技能冷却时间减少5秒", + "Describe": "移动速度增加5点", "Introduction": "" }, { - "Id": 1066, - "Name": "凝神", + "Id": 1046, + "Name": "健步", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1067, - "SkillBaseId": 1061, + "NextLvId": 1047, + "SkillBaseId": 1041, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6569,7 +6735,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1066 + 1046 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -6581,17 +6747,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1061", + "Icon": "Skill_Icon_1041", "Sound": "", - "Describe": "技能冷却时间减少6秒", + "Describe": "移动速度增加6点", "Introduction": "" }, { - "Id": 1067, - "Name": "凝神", + "Id": 1047, + "Name": "健步", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1068, - "SkillBaseId": 1061, + "NextLvId": 1048, + "SkillBaseId": 1041, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6608,7 +6775,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1067 + 1047 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -6620,17 +6787,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1061", + "Icon": "Skill_Icon_1041", "Sound": "", - "Describe": "技能冷却时间减少7秒", + "Describe": "移动速度增加7点", "Introduction": "" }, { - "Id": 1068, - "Name": "凝神", + "Id": 1048, + "Name": "健步", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1069, - "SkillBaseId": 1061, + "NextLvId": 1049, + "SkillBaseId": 1041, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6647,7 +6815,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1068 + 1048 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -6659,17 +6827,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1061", + "Icon": "Skill_Icon_1041", "Sound": "", - "Describe": "技能冷却时间减少8秒", + "Describe": "移动速度增加8点", "Introduction": "" }, { - "Id": 1069, - "Name": "凝神", + "Id": 1049, + "Name": "健步", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1070, - "SkillBaseId": 1061, + "NextLvId": 1050, + "SkillBaseId": 1041, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6686,7 +6855,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1069 + 1049 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -6698,17 +6867,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1061", + "Icon": "Skill_Icon_1041", "Sound": "", - "Describe": "技能冷却时间减少9秒", + "Describe": "移动速度增加9点", "Introduction": "" }, { - "Id": 1070, - "Name": "凝神", + "Id": 1050, + "Name": "健步", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1061, + "SkillBaseId": 1041, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6725,7 +6895,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1070 + 1050 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -6737,17 +6907,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1061", + "Icon": "Skill_Icon_1041", "Sound": "", - "Describe": "技能冷却时间减少10秒", + "Describe": "移动速度增加10点", "Introduction": "" }, { - "Id": 1101, - "Name": "稳健", + "Id": 1061, + "Name": "凝神", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1102, - "SkillBaseId": 1101, + "NextLvId": 1062, + "SkillBaseId": 1061, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6764,7 +6935,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1101 + 1061 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -6776,17 +6947,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1101", + "Icon": "Skill_Icon_1061", "Sound": "", - "Describe": "攻击力+14", + "Describe": "技能冷却时间减少1秒", "Introduction": "" }, { - "Id": 1102, - "Name": "稳健", + "Id": 1062, + "Name": "凝神", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1103, - "SkillBaseId": 1101, + "NextLvId": 1063, + "SkillBaseId": 1061, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6803,7 +6975,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1102 + 1062 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -6815,17 +6987,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1101", + "Icon": "Skill_Icon_1061", "Sound": "", - "Describe": "攻击力+28", + "Describe": "技能冷却时间减少2秒", "Introduction": "" }, { - "Id": 1103, - "Name": "稳健", + "Id": 1063, + "Name": "凝神", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1104, - "SkillBaseId": 1101, + "NextLvId": 1064, + "SkillBaseId": 1061, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6842,7 +7015,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1103 + 1063 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -6854,17 +7027,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1101", + "Icon": "Skill_Icon_1061", "Sound": "", - "Describe": "攻击力+42", + "Describe": "技能冷却时间减少3秒", "Introduction": "" }, { - "Id": 1104, - "Name": "稳健", + "Id": 1064, + "Name": "凝神", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1105, - "SkillBaseId": 1101, + "NextLvId": 1065, + "SkillBaseId": 1061, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6881,7 +7055,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1104 + 1064 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -6893,17 +7067,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1101", + "Icon": "Skill_Icon_1061", "Sound": "", - "Describe": "攻击力+56", + "Describe": "技能冷却时间减少4秒", "Introduction": "" }, { - "Id": 1105, - "Name": "稳健", + "Id": 1065, + "Name": "凝神", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1106, - "SkillBaseId": 1101, + "NextLvId": 1066, + "SkillBaseId": 1061, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6920,7 +7095,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1105 + 1065 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -6932,17 +7107,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1101", + "Icon": "Skill_Icon_1061", "Sound": "", - "Describe": "攻击力+70", + "Describe": "技能冷却时间减少5秒", "Introduction": "" }, { - "Id": 1106, - "Name": "稳健", + "Id": 1066, + "Name": "凝神", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1107, - "SkillBaseId": 1101, + "NextLvId": 1067, + "SkillBaseId": 1061, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6959,7 +7135,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1106 + 1066 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -6971,17 +7147,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1101", + "Icon": "Skill_Icon_1061", "Sound": "", - "Describe": "攻击力+84", + "Describe": "技能冷却时间减少6秒", "Introduction": "" }, { - "Id": 1107, - "Name": "稳健", + "Id": 1067, + "Name": "凝神", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1108, - "SkillBaseId": 1101, + "NextLvId": 1068, + "SkillBaseId": 1061, "CD": 0, "SkillType": 1, "CastType": 2, @@ -6998,7 +7175,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1107 + 1067 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -7010,17 +7187,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1101", + "Icon": "Skill_Icon_1061", "Sound": "", - "Describe": "攻击力+98", + "Describe": "技能冷却时间减少7秒", "Introduction": "" }, { - "Id": 1108, - "Name": "稳健", + "Id": 1068, + "Name": "凝神", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1109, - "SkillBaseId": 1101, + "NextLvId": 1069, + "SkillBaseId": 1061, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7037,7 +7215,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1108 + 1068 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -7049,17 +7227,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1101", + "Icon": "Skill_Icon_1061", "Sound": "", - "Describe": "攻击力+112", + "Describe": "技能冷却时间减少8秒", "Introduction": "" }, { - "Id": 1109, - "Name": "稳健", + "Id": 1069, + "Name": "凝神", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1110, - "SkillBaseId": 1101, + "NextLvId": 1070, + "SkillBaseId": 1061, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7076,7 +7255,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1109 + 1069 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -7088,17 +7267,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1101", + "Icon": "Skill_Icon_1061", "Sound": "", - "Describe": "攻击力+126", + "Describe": "技能冷却时间减少9秒", "Introduction": "" }, { - "Id": 1110, - "Name": "稳健", + "Id": 1070, + "Name": "凝神", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1101, + "SkillBaseId": 1061, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7115,7 +7295,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1110 + 1070 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -7127,17 +7307,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1101", + "Icon": "Skill_Icon_1061", "Sound": "", - "Describe": "攻击力+140", + "Describe": "技能冷却时间减少10秒", "Introduction": "" }, { - "Id": 1121, - "Name": "破浪", + "Id": 1101, + "Name": "稳健", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1122, - "SkillBaseId": 1121, + "NextLvId": 1102, + "SkillBaseId": 1101, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7154,7 +7335,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1121 + 1101 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -7166,17 +7347,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1121", + "Icon": "Skill_Icon_1101", "Sound": "", - "Describe": "普攻有3%概率穿透目标,击中一条线上的敌人", + "Describe": "攻击力+14", "Introduction": "" }, { - "Id": 1122, - "Name": "破浪", + "Id": 1102, + "Name": "稳健", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1123, - "SkillBaseId": 1121, + "NextLvId": 1103, + "SkillBaseId": 1101, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7193,7 +7375,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1122 + 1102 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -7205,17 +7387,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1121", + "Icon": "Skill_Icon_1101", "Sound": "", - "Describe": "普攻有6%概率穿透目标,击中一条线上的敌人", + "Describe": "攻击力+28", "Introduction": "" }, { - "Id": 1123, - "Name": "破浪", + "Id": 1103, + "Name": "稳健", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1124, - "SkillBaseId": 1121, + "NextLvId": 1104, + "SkillBaseId": 1101, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7232,7 +7415,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1123 + 1103 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -7244,17 +7427,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1121", + "Icon": "Skill_Icon_1101", "Sound": "", - "Describe": "普攻有9%概率穿透目标,击中一条线上的敌人", + "Describe": "攻击力+42", "Introduction": "" }, { - "Id": 1124, - "Name": "破浪", + "Id": 1104, + "Name": "稳健", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1125, - "SkillBaseId": 1121, + "NextLvId": 1105, + "SkillBaseId": 1101, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7271,7 +7455,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1124 + 1104 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -7283,17 +7467,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1121", + "Icon": "Skill_Icon_1101", "Sound": "", - "Describe": "普攻有12%概率穿透目标,击中一条线上的敌人", + "Describe": "攻击力+56", "Introduction": "" }, { - "Id": 1125, - "Name": "破浪", + "Id": 1105, + "Name": "稳健", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1126, - "SkillBaseId": 1121, + "NextLvId": 1106, + "SkillBaseId": 1101, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7310,7 +7495,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1125 + 1105 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -7322,17 +7507,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1121", + "Icon": "Skill_Icon_1101", "Sound": "", - "Describe": "普攻有15%概率穿透目标,击中一条线上的敌人", + "Describe": "攻击力+70", "Introduction": "" }, { - "Id": 1126, - "Name": "破浪", + "Id": 1106, + "Name": "稳健", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1127, - "SkillBaseId": 1121, + "NextLvId": 1107, + "SkillBaseId": 1101, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7349,7 +7535,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1126 + 1106 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -7361,17 +7547,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1121", + "Icon": "Skill_Icon_1101", "Sound": "", - "Describe": "普攻有18%概率穿透目标,击中一条线上的敌人", + "Describe": "攻击力+84", "Introduction": "" }, { - "Id": 1127, - "Name": "破浪", + "Id": 1107, + "Name": "稳健", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1128, - "SkillBaseId": 1121, + "NextLvId": 1108, + "SkillBaseId": 1101, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7388,7 +7575,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1127 + 1107 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -7400,17 +7587,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1121", + "Icon": "Skill_Icon_1101", "Sound": "", - "Describe": "普攻有21%概率穿透目标,击中一条线上的敌人", + "Describe": "攻击力+98", "Introduction": "" }, { - "Id": 1128, - "Name": "破浪", + "Id": 1108, + "Name": "稳健", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1129, - "SkillBaseId": 1121, + "NextLvId": 1109, + "SkillBaseId": 1101, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7427,7 +7615,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1128 + 1108 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -7439,17 +7627,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1121", + "Icon": "Skill_Icon_1101", "Sound": "", - "Describe": "普攻有24%概率穿透目标,击中一条线上的敌人", + "Describe": "攻击力+112", "Introduction": "" }, { - "Id": 1129, - "Name": "破浪", + "Id": 1109, + "Name": "稳健", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1130, - "SkillBaseId": 1121, + "NextLvId": 1110, + "SkillBaseId": 1101, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7466,7 +7655,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1129 + 1109 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -7478,17 +7667,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1121", + "Icon": "Skill_Icon_1101", "Sound": "", - "Describe": "普攻有27%概率穿透目标,击中一条线上的敌人", + "Describe": "攻击力+126", "Introduction": "" }, { - "Id": 1130, - "Name": "破浪", + "Id": 1110, + "Name": "稳健", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1121, + "SkillBaseId": 1101, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7505,7 +7695,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1130 + 1110 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -7517,17 +7707,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1121", + "Icon": "Skill_Icon_1101", "Sound": "", - "Describe": "普攻有30%概率穿透目标,击中一条线上的敌人", + "Describe": "攻击力+140", "Introduction": "" }, { - "Id": 1141, - "Name": "涌泉", + "Id": 1121, + "Name": "破浪", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1142, - "SkillBaseId": 1141, + "NextLvId": 1122, + "SkillBaseId": 1121, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7544,7 +7735,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1151 + 1121 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -7556,17 +7747,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1141", + "Icon": "Skill_Icon_1121", "Sound": "", - "Describe": "技能如果杀死目标,恢复1%的生命值", + "Describe": "普攻有3%概率穿透目标,击中一条线上的敌人", "Introduction": "" }, { - "Id": 1142, - "Name": "涌泉", + "Id": 1122, + "Name": "破浪", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1143, - "SkillBaseId": 1141, + "NextLvId": 1123, + "SkillBaseId": 1121, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7583,7 +7775,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1152 + 1122 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -7595,17 +7787,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1141", + "Icon": "Skill_Icon_1121", "Sound": "", - "Describe": "技能如果杀死目标,恢复2%的生命值", + "Describe": "普攻有6%概率穿透目标,击中一条线上的敌人", "Introduction": "" }, { - "Id": 1143, - "Name": "涌泉", + "Id": 1123, + "Name": "破浪", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1144, - "SkillBaseId": 1141, + "NextLvId": 1124, + "SkillBaseId": 1121, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7622,7 +7815,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1153 + 1123 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -7634,17 +7827,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1141", + "Icon": "Skill_Icon_1121", "Sound": "", - "Describe": "技能如果杀死目标,恢复3%的生命值", + "Describe": "普攻有9%概率穿透目标,击中一条线上的敌人", "Introduction": "" }, { - "Id": 1144, - "Name": "涌泉", + "Id": 1124, + "Name": "破浪", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1145, - "SkillBaseId": 1141, + "NextLvId": 1125, + "SkillBaseId": 1121, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7661,7 +7855,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1154 + 1124 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -7673,17 +7867,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1141", + "Icon": "Skill_Icon_1121", "Sound": "", - "Describe": "技能如果杀死目标,恢复4%的生命值", + "Describe": "普攻有12%概率穿透目标,击中一条线上的敌人", "Introduction": "" }, { - "Id": 1145, - "Name": "涌泉", + "Id": 1125, + "Name": "破浪", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1146, - "SkillBaseId": 1141, + "NextLvId": 1126, + "SkillBaseId": 1121, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7700,7 +7895,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1155 + 1125 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -7712,17 +7907,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1141", + "Icon": "Skill_Icon_1121", "Sound": "", - "Describe": "技能如果杀死目标,恢复5%的生命值", + "Describe": "普攻有15%概率穿透目标,击中一条线上的敌人", "Introduction": "" }, { - "Id": 1146, - "Name": "涌泉", + "Id": 1126, + "Name": "破浪", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1147, - "SkillBaseId": 1141, + "NextLvId": 1127, + "SkillBaseId": 1121, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7739,7 +7935,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1156 + 1126 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -7751,17 +7947,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1141", + "Icon": "Skill_Icon_1121", "Sound": "", - "Describe": "技能如果杀死目标,恢复6%的生命值", + "Describe": "普攻有18%概率穿透目标,击中一条线上的敌人", "Introduction": "" }, { - "Id": 1147, - "Name": "涌泉", + "Id": 1127, + "Name": "破浪", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1148, - "SkillBaseId": 1141, + "NextLvId": 1128, + "SkillBaseId": 1121, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7778,7 +7975,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1157 + 1127 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -7790,17 +7987,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1141", + "Icon": "Skill_Icon_1121", "Sound": "", - "Describe": "技能如果杀死目标,恢复7%的生命值", + "Describe": "普攻有21%概率穿透目标,击中一条线上的敌人", "Introduction": "" }, { - "Id": 1148, - "Name": "涌泉", + "Id": 1128, + "Name": "破浪", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1149, - "SkillBaseId": 1141, + "NextLvId": 1129, + "SkillBaseId": 1121, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7817,7 +8015,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1158 + 1128 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -7829,17 +8027,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1141", + "Icon": "Skill_Icon_1121", "Sound": "", - "Describe": "技能如果杀死目标,恢复8%的生命值", + "Describe": "普攻有24%概率穿透目标,击中一条线上的敌人", "Introduction": "" }, { - "Id": 1149, - "Name": "涌泉", + "Id": 1129, + "Name": "破浪", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1150, - "SkillBaseId": 1141, + "NextLvId": 1130, + "SkillBaseId": 1121, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7856,7 +8055,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1159 + 1129 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -7868,17 +8067,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1141", + "Icon": "Skill_Icon_1121", "Sound": "", - "Describe": "技能如果杀死目标,恢复9%的生命值", + "Describe": "普攻有27%概率穿透目标,击中一条线上的敌人", "Introduction": "" }, { - "Id": 1150, - "Name": "涌泉", + "Id": 1130, + "Name": "破浪", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1141, + "SkillBaseId": 1121, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7895,7 +8095,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1160 + 1130 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -7907,17 +8107,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1141", + "Icon": "Skill_Icon_1121", "Sound": "", - "Describe": "技能如果杀死目标,恢复10%的生命值", + "Describe": "普攻有30%概率穿透目标,击中一条线上的敌人", "Introduction": "" }, { - "Id": 1161, - "Name": "逆浪", + "Id": 1141, + "Name": "涌泉", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1162, - "SkillBaseId": 1161, + "NextLvId": 1142, + "SkillBaseId": 1141, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7934,7 +8135,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1171 + 1151 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -7946,17 +8147,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1161", + "Icon": "Skill_Icon_1141", "Sound": "", - "Describe": "每杀死一只怪物,攻击力提升1%,持续15秒,最多可叠加3层", + "Describe": "技能如果杀死目标,恢复1%的生命值", "Introduction": "" }, { - "Id": 1162, - "Name": "逆浪", + "Id": 1142, + "Name": "涌泉", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1163, - "SkillBaseId": 1161, + "NextLvId": 1143, + "SkillBaseId": 1141, "CD": 0, "SkillType": 1, "CastType": 2, @@ -7973,7 +8175,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1172 + 1152 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -7985,17 +8187,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1161", + "Icon": "Skill_Icon_1141", "Sound": "", - "Describe": "每杀死一只怪物,攻击力提升2%,持续15秒,最多可叠加3层", + "Describe": "技能如果杀死目标,恢复2%的生命值", "Introduction": "" }, { - "Id": 1163, - "Name": "逆浪", + "Id": 1143, + "Name": "涌泉", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1164, - "SkillBaseId": 1161, + "NextLvId": 1144, + "SkillBaseId": 1141, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8012,7 +8215,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1173 + 1153 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -8024,17 +8227,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1161", + "Icon": "Skill_Icon_1141", "Sound": "", - "Describe": "每杀死一只怪物,攻击力提升3%,持续15秒,最多可叠加3层", + "Describe": "技能如果杀死目标,恢复3%的生命值", "Introduction": "" }, { - "Id": 1164, - "Name": "逆浪", + "Id": 1144, + "Name": "涌泉", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1165, - "SkillBaseId": 1161, + "NextLvId": 1145, + "SkillBaseId": 1141, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8051,7 +8255,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1174 + 1154 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -8063,17 +8267,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1161", + "Icon": "Skill_Icon_1141", "Sound": "", - "Describe": "每杀死一只怪物,攻击力提升4%,持续15秒,最多可叠加3层", + "Describe": "技能如果杀死目标,恢复4%的生命值", "Introduction": "" }, { - "Id": 1165, - "Name": "逆浪", + "Id": 1145, + "Name": "涌泉", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1166, - "SkillBaseId": 1161, + "NextLvId": 1146, + "SkillBaseId": 1141, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8090,7 +8295,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1175 + 1155 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -8102,17 +8307,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1161", + "Icon": "Skill_Icon_1141", "Sound": "", - "Describe": "每杀死一只怪物,攻击力提升5%,持续15秒,最多可叠加3层", + "Describe": "技能如果杀死目标,恢复5%的生命值", "Introduction": "" }, { - "Id": 1166, - "Name": "逆浪", + "Id": 1146, + "Name": "涌泉", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1167, - "SkillBaseId": 1161, + "NextLvId": 1147, + "SkillBaseId": 1141, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8129,7 +8335,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1176 + 1156 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -8141,17 +8347,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1161", + "Icon": "Skill_Icon_1141", "Sound": "", - "Describe": "每杀死一只怪物,攻击力提升6%,持续15秒,最多可叠加3层", + "Describe": "技能如果杀死目标,恢复6%的生命值", "Introduction": "" }, { - "Id": 1167, - "Name": "逆浪", + "Id": 1147, + "Name": "涌泉", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1168, - "SkillBaseId": 1161, + "NextLvId": 1148, + "SkillBaseId": 1141, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8168,7 +8375,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1177 + 1157 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -8180,17 +8387,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1161", + "Icon": "Skill_Icon_1141", "Sound": "", - "Describe": "每杀死一只怪物,攻击力提升7%,持续15秒,最多可叠加3层", + "Describe": "技能如果杀死目标,恢复7%的生命值", "Introduction": "" }, { - "Id": 1168, - "Name": "逆浪", + "Id": 1148, + "Name": "涌泉", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1169, - "SkillBaseId": 1161, + "NextLvId": 1149, + "SkillBaseId": 1141, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8207,7 +8415,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1178 + 1158 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -8219,17 +8427,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1161", + "Icon": "Skill_Icon_1141", "Sound": "", - "Describe": "每杀死一只怪物,攻击力提升8%,持续15秒,最多可叠加3层", + "Describe": "技能如果杀死目标,恢复8%的生命值", "Introduction": "" }, { - "Id": 1169, - "Name": "逆浪", + "Id": 1149, + "Name": "涌泉", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1170, - "SkillBaseId": 1161, + "NextLvId": 1150, + "SkillBaseId": 1141, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8246,7 +8455,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1179 + 1159 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -8258,17 +8467,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1161", + "Icon": "Skill_Icon_1141", "Sound": "", - "Describe": "每杀死一只怪物,攻击力提升9%,持续15秒,最多可叠加3层", + "Describe": "技能如果杀死目标,恢复9%的生命值", "Introduction": "" }, { - "Id": 1170, - "Name": "逆浪", + "Id": 1150, + "Name": "涌泉", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1161, + "SkillBaseId": 1141, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8285,7 +8495,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1180 + 1160 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -8297,17 +8507,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1161", + "Icon": "Skill_Icon_1141", "Sound": "", - "Describe": "每杀死一只怪物,攻击力提升10%,持续15秒,最多可叠加3层", + "Describe": "技能如果杀死目标,恢复10%的生命值", "Introduction": "" }, { - "Id": 1201, - "Name": "弓技", + "Id": 1161, + "Name": "逆浪", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1202, - "SkillBaseId": 1201, + "NextLvId": 1162, + "SkillBaseId": 1161, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8324,7 +8535,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1201 + 1171 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -8336,17 +8547,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1201", + "Icon": "Skill_Icon_1161", "Sound": "", - "Describe": "攻击力+2%", + "Describe": "每杀死一只怪物,攻击力提升1%,持续15秒,最多可叠加3层", "Introduction": "" }, { - "Id": 1202, - "Name": "弓技", + "Id": 1162, + "Name": "逆浪", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1203, - "SkillBaseId": 1201, + "NextLvId": 1163, + "SkillBaseId": 1161, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8363,7 +8575,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1202 + 1172 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -8375,17 +8587,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1201", + "Icon": "Skill_Icon_1161", "Sound": "", - "Describe": "攻击力+4%", + "Describe": "每杀死一只怪物,攻击力提升2%,持续15秒,最多可叠加3层", "Introduction": "" }, { - "Id": 1203, - "Name": "弓技", + "Id": 1163, + "Name": "逆浪", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1204, - "SkillBaseId": 1201, + "NextLvId": 1164, + "SkillBaseId": 1161, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8402,7 +8615,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1203 + 1173 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -8414,17 +8627,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1201", + "Icon": "Skill_Icon_1161", "Sound": "", - "Describe": "攻击力+6%", + "Describe": "每杀死一只怪物,攻击力提升3%,持续15秒,最多可叠加3层", "Introduction": "" }, { - "Id": 1204, - "Name": "弓技", + "Id": 1164, + "Name": "逆浪", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1205, - "SkillBaseId": 1201, + "NextLvId": 1165, + "SkillBaseId": 1161, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8441,7 +8655,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1204 + 1174 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -8453,17 +8667,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1201", + "Icon": "Skill_Icon_1161", "Sound": "", - "Describe": "攻击力+8%", + "Describe": "每杀死一只怪物,攻击力提升4%,持续15秒,最多可叠加3层", "Introduction": "" }, { - "Id": 1205, - "Name": "弓技", + "Id": 1165, + "Name": "逆浪", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1206, - "SkillBaseId": 1201, + "NextLvId": 1166, + "SkillBaseId": 1161, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8480,7 +8695,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1205 + 1175 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -8492,17 +8707,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1201", + "Icon": "Skill_Icon_1161", "Sound": "", - "Describe": "攻击力+10%", + "Describe": "每杀死一只怪物,攻击力提升5%,持续15秒,最多可叠加3层", "Introduction": "" }, { - "Id": 1206, - "Name": "弓技", + "Id": 1166, + "Name": "逆浪", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1207, - "SkillBaseId": 1201, + "NextLvId": 1167, + "SkillBaseId": 1161, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8519,7 +8735,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1206 + 1176 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -8531,17 +8747,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1201", + "Icon": "Skill_Icon_1161", "Sound": "", - "Describe": "攻击力+12%", + "Describe": "每杀死一只怪物,攻击力提升6%,持续15秒,最多可叠加3层", "Introduction": "" }, { - "Id": 1207, - "Name": "弓技", + "Id": 1167, + "Name": "逆浪", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1208, - "SkillBaseId": 1201, + "NextLvId": 1168, + "SkillBaseId": 1161, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8558,7 +8775,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1207 + 1177 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -8570,17 +8787,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1201", + "Icon": "Skill_Icon_1161", "Sound": "", - "Describe": "攻击力+14%", + "Describe": "每杀死一只怪物,攻击力提升7%,持续15秒,最多可叠加3层", "Introduction": "" }, { - "Id": 1208, - "Name": "弓技", + "Id": 1168, + "Name": "逆浪", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1209, - "SkillBaseId": 1201, + "NextLvId": 1169, + "SkillBaseId": 1161, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8597,7 +8815,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1208 + 1178 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -8609,17 +8827,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1201", + "Icon": "Skill_Icon_1161", "Sound": "", - "Describe": "攻击力+16%", + "Describe": "每杀死一只怪物,攻击力提升8%,持续15秒,最多可叠加3层", "Introduction": "" }, { - "Id": 1209, - "Name": "弓技", + "Id": 1169, + "Name": "逆浪", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1210, - "SkillBaseId": 1201, + "NextLvId": 1170, + "SkillBaseId": 1161, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8636,7 +8855,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1209 + 1179 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -8648,17 +8867,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1201", + "Icon": "Skill_Icon_1161", "Sound": "", - "Describe": "攻击力+18%", + "Describe": "每杀死一只怪物,攻击力提升9%,持续15秒,最多可叠加3层", "Introduction": "" }, { - "Id": 1210, - "Name": "弓技", + "Id": 1170, + "Name": "逆浪", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1201, + "SkillBaseId": 1161, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8675,7 +8895,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1210 + 1180 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -8687,17 +8907,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1201", + "Icon": "Skill_Icon_1161", "Sound": "", - "Describe": "攻击力+20%", + "Describe": "每杀死一只怪物,攻击力提升10%,持续15秒,最多可叠加3层", "Introduction": "" }, { - "Id": 1221, - "Name": "隐匿", + "Id": 1201, + "Name": "弓技", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1222, - "SkillBaseId": 1221, + "NextLvId": 1202, + "SkillBaseId": 1201, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8714,7 +8935,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1221 + 1201 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -8726,17 +8947,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1221", + "Icon": "Skill_Icon_1201", "Sound": "", - "Describe": "攻击产生的仇恨值降低2%", + "Describe": "攻击力+2%", "Introduction": "" }, { - "Id": 1222, - "Name": "隐匿", + "Id": 1202, + "Name": "弓技", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1223, - "SkillBaseId": 1221, + "NextLvId": 1203, + "SkillBaseId": 1201, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8753,7 +8975,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1222 + 1202 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -8765,17 +8987,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1221", + "Icon": "Skill_Icon_1201", "Sound": "", - "Describe": "攻击产生的仇恨值降低4%", + "Describe": "攻击力+4%", "Introduction": "" }, { - "Id": 1223, - "Name": "隐匿", + "Id": 1203, + "Name": "弓技", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1224, - "SkillBaseId": 1221, + "NextLvId": 1204, + "SkillBaseId": 1201, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8792,7 +9015,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1223 + 1203 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -8804,17 +9027,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1221", + "Icon": "Skill_Icon_1201", "Sound": "", - "Describe": "攻击产生的仇恨值降低6%", + "Describe": "攻击力+6%", "Introduction": "" }, { - "Id": 1224, - "Name": "隐匿", + "Id": 1204, + "Name": "弓技", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1225, - "SkillBaseId": 1221, + "NextLvId": 1205, + "SkillBaseId": 1201, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8831,7 +9055,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1224 + 1204 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -8843,17 +9067,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1221", + "Icon": "Skill_Icon_1201", "Sound": "", - "Describe": "攻击产生的仇恨值降低8%", + "Describe": "攻击力+8%", "Introduction": "" }, { - "Id": 1225, - "Name": "隐匿", + "Id": 1205, + "Name": "弓技", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1226, - "SkillBaseId": 1221, + "NextLvId": 1206, + "SkillBaseId": 1201, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8870,7 +9095,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1225 + 1205 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -8882,17 +9107,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1221", + "Icon": "Skill_Icon_1201", "Sound": "", - "Describe": "攻击产生的仇恨值降低10%", + "Describe": "攻击力+10%", "Introduction": "" }, { - "Id": 1226, - "Name": "隐匿", + "Id": 1206, + "Name": "弓技", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1227, - "SkillBaseId": 1221, + "NextLvId": 1207, + "SkillBaseId": 1201, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8909,7 +9135,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1226 + 1206 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -8921,17 +9147,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1221", + "Icon": "Skill_Icon_1201", "Sound": "", - "Describe": "攻击产生的仇恨值降低12%", + "Describe": "攻击力+12%", "Introduction": "" }, { - "Id": 1227, - "Name": "隐匿", + "Id": 1207, + "Name": "弓技", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1228, - "SkillBaseId": 1221, + "NextLvId": 1208, + "SkillBaseId": 1201, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8948,7 +9175,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1227 + 1207 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -8960,17 +9187,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1221", + "Icon": "Skill_Icon_1201", "Sound": "", - "Describe": "攻击产生的仇恨值降低14%", + "Describe": "攻击力+14%", "Introduction": "" }, { - "Id": 1228, - "Name": "隐匿", + "Id": 1208, + "Name": "弓技", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1229, - "SkillBaseId": 1221, + "NextLvId": 1209, + "SkillBaseId": 1201, "CD": 0, "SkillType": 1, "CastType": 2, @@ -8987,7 +9215,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1228 + 1208 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -8999,17 +9227,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1221", + "Icon": "Skill_Icon_1201", "Sound": "", - "Describe": "攻击产生的仇恨值降低16%", + "Describe": "攻击力+16%", "Introduction": "" }, { - "Id": 1229, - "Name": "隐匿", + "Id": 1209, + "Name": "弓技", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1230, - "SkillBaseId": 1221, + "NextLvId": 1210, + "SkillBaseId": 1201, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9026,7 +9255,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1229 + 1209 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -9038,17 +9267,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1221", + "Icon": "Skill_Icon_1201", "Sound": "", - "Describe": "攻击产生的仇恨值降低18%", + "Describe": "攻击力+18%", "Introduction": "" }, { - "Id": 1230, - "Name": "隐匿", + "Id": 1210, + "Name": "弓技", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1221, + "SkillBaseId": 1201, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9065,7 +9295,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1230 + 1210 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -9077,17 +9307,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1221", + "Icon": "Skill_Icon_1201", "Sound": "", - "Describe": "攻击产生的仇恨值降低20%", + "Describe": "攻击力+20%", "Introduction": "" }, { - "Id": 1241, - "Name": "渐入佳境", + "Id": 1221, + "Name": "隐匿", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1242, - "SkillBaseId": 1241, + "NextLvId": 1222, + "SkillBaseId": 1221, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9104,7 +9335,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1251 + 1221 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -9116,17 +9347,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1241", + "Icon": "Skill_Icon_1221", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击1%的伤害值,最多可叠加5层", + "Describe": "攻击产生的仇恨值降低2%", "Introduction": "" }, { - "Id": 1242, - "Name": "渐入佳境", + "Id": 1222, + "Name": "隐匿", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1243, - "SkillBaseId": 1241, + "NextLvId": 1223, + "SkillBaseId": 1221, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9143,7 +9375,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1252 + 1222 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -9155,17 +9387,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1241", + "Icon": "Skill_Icon_1221", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击2%的伤害值,最多可叠加5层", + "Describe": "攻击产生的仇恨值降低4%", "Introduction": "" }, { - "Id": 1243, - "Name": "渐入佳境", + "Id": 1223, + "Name": "隐匿", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1244, - "SkillBaseId": 1241, + "NextLvId": 1224, + "SkillBaseId": 1221, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9182,7 +9415,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1253 + 1223 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -9194,17 +9427,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1241", + "Icon": "Skill_Icon_1221", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击3%的伤害值,最多可叠加5层", + "Describe": "攻击产生的仇恨值降低6%", "Introduction": "" }, { - "Id": 1244, - "Name": "渐入佳境", + "Id": 1224, + "Name": "隐匿", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1245, - "SkillBaseId": 1241, + "NextLvId": 1225, + "SkillBaseId": 1221, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9221,7 +9455,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1254 + 1224 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -9233,17 +9467,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1241", + "Icon": "Skill_Icon_1221", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击4%的伤害值,最多可叠加5层", + "Describe": "攻击产生的仇恨值降低8%", "Introduction": "" }, { - "Id": 1245, - "Name": "渐入佳境", + "Id": 1225, + "Name": "隐匿", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1246, - "SkillBaseId": 1241, + "NextLvId": 1226, + "SkillBaseId": 1221, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9260,7 +9495,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1255 + 1225 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -9272,17 +9507,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1241", + "Icon": "Skill_Icon_1221", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击5%的伤害值,最多可叠加5层", + "Describe": "攻击产生的仇恨值降低10%", "Introduction": "" }, { - "Id": 1246, - "Name": "渐入佳境", + "Id": 1226, + "Name": "隐匿", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1247, - "SkillBaseId": 1241, + "NextLvId": 1227, + "SkillBaseId": 1221, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9299,7 +9535,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1256 + 1226 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -9311,17 +9547,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1241", + "Icon": "Skill_Icon_1221", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击6%的伤害值,最多可叠加5层", + "Describe": "攻击产生的仇恨值降低12%", "Introduction": "" }, { - "Id": 1247, - "Name": "渐入佳境", + "Id": 1227, + "Name": "隐匿", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1248, - "SkillBaseId": 1241, + "NextLvId": 1228, + "SkillBaseId": 1221, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9338,7 +9575,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1257 + 1227 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -9350,17 +9587,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1241", + "Icon": "Skill_Icon_1221", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击7%的伤害值,最多可叠加5层", + "Describe": "攻击产生的仇恨值降低14%", "Introduction": "" }, { - "Id": 1248, - "Name": "渐入佳境", + "Id": 1228, + "Name": "隐匿", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1249, - "SkillBaseId": 1241, + "NextLvId": 1229, + "SkillBaseId": 1221, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9377,7 +9615,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1258 + 1228 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -9389,17 +9627,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1241", + "Icon": "Skill_Icon_1221", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击8%的伤害值,最多可叠加5层", + "Describe": "攻击产生的仇恨值降低16%", "Introduction": "" }, { - "Id": 1249, - "Name": "渐入佳境", + "Id": 1229, + "Name": "隐匿", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1250, - "SkillBaseId": 1241, + "NextLvId": 1230, + "SkillBaseId": 1221, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9416,7 +9655,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1259 + 1229 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -9428,17 +9667,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1241", + "Icon": "Skill_Icon_1221", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击9%的伤害值,最多可叠加5层", + "Describe": "攻击产生的仇恨值降低18%", "Introduction": "" }, { - "Id": 1250, - "Name": "渐入佳境", + "Id": 1230, + "Name": "隐匿", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1241, + "SkillBaseId": 1221, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9455,7 +9695,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1260 + 1230 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -9467,17 +9707,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1241", + "Icon": "Skill_Icon_1221", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击10%的伤害值,最多可叠加5层", + "Describe": "攻击产生的仇恨值降低20%", "Introduction": "" }, { - "Id": 1261, - "Name": "眼观六路", + "Id": 1241, + "Name": "渐入佳境", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1262, - "SkillBaseId": 1261, + "NextLvId": 1242, + "SkillBaseId": 1241, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9494,7 +9735,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1261 + 1251 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -9506,17 +9747,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1261", + "Icon": "Skill_Icon_1241", "Sound": "", - "Describe": "普攻可以攻击1个目标,命中率+1%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击1%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1262, - "Name": "眼观六路", + "Id": 1242, + "Name": "渐入佳境", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1263, - "SkillBaseId": 1261, + "NextLvId": 1243, + "SkillBaseId": 1241, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9533,7 +9775,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1262 + 1252 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -9545,17 +9787,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1261", + "Icon": "Skill_Icon_1241", "Sound": "", - "Describe": "普攻可以攻击1个目标,命中率+2%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击2%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1263, - "Name": "眼观六路", + "Id": 1243, + "Name": "渐入佳境", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1264, - "SkillBaseId": 1261, + "NextLvId": 1244, + "SkillBaseId": 1241, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9572,7 +9815,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1263 + 1253 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -9584,17 +9827,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1261", + "Icon": "Skill_Icon_1241", "Sound": "", - "Describe": "普攻可以攻击2个目标,命中率+3%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击3%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1264, - "Name": "眼观六路", + "Id": 1244, + "Name": "渐入佳境", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1265, - "SkillBaseId": 1261, + "NextLvId": 1245, + "SkillBaseId": 1241, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9611,7 +9855,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1264 + 1254 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -9623,17 +9867,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1261", + "Icon": "Skill_Icon_1241", "Sound": "", - "Describe": "普攻可以攻击2个目标,命中率+4%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击4%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1265, - "Name": "眼观六路", + "Id": 1245, + "Name": "渐入佳境", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1266, - "SkillBaseId": 1261, + "NextLvId": 1246, + "SkillBaseId": 1241, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9650,7 +9895,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1265 + 1255 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -9662,17 +9907,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1261", + "Icon": "Skill_Icon_1241", "Sound": "", - "Describe": "普攻可以攻击3个目标,命中率+5%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击5%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1266, - "Name": "眼观六路", + "Id": 1246, + "Name": "渐入佳境", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1267, - "SkillBaseId": 1261, + "NextLvId": 1247, + "SkillBaseId": 1241, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9689,7 +9935,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1266 + 1256 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -9701,17 +9947,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1261", + "Icon": "Skill_Icon_1241", "Sound": "", - "Describe": "普攻可以攻击3个目标,命中率+6%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击6%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1267, - "Name": "眼观六路", + "Id": 1247, + "Name": "渐入佳境", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1268, - "SkillBaseId": 1261, + "NextLvId": 1248, + "SkillBaseId": 1241, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9728,7 +9975,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1267 + 1257 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -9740,17 +9987,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1261", + "Icon": "Skill_Icon_1241", "Sound": "", - "Describe": "普攻可以攻击4个目标,命中率+7%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击7%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1268, - "Name": "眼观六路", + "Id": 1248, + "Name": "渐入佳境", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1269, - "SkillBaseId": 1261, + "NextLvId": 1249, + "SkillBaseId": 1241, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9767,7 +10015,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1268 + 1258 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -9779,17 +10027,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1261", + "Icon": "Skill_Icon_1241", "Sound": "", - "Describe": "普攻可以攻击4个目标,命中率+8%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击8%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1269, - "Name": "眼观六路", + "Id": 1249, + "Name": "渐入佳境", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1270, - "SkillBaseId": 1261, + "NextLvId": 1250, + "SkillBaseId": 1241, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9806,7 +10055,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1269 + 1259 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -9818,17 +10067,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1261", + "Icon": "Skill_Icon_1241", "Sound": "", - "Describe": "普攻可以攻击5个目标,命中率+9%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击9%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1270, - "Name": "眼观六路", + "Id": 1250, + "Name": "渐入佳境", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1261, + "SkillBaseId": 1241, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9845,7 +10095,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1270 + 1260 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -9857,17 +10107,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1261", + "Icon": "Skill_Icon_1241", "Sound": "", - "Describe": "普攻可以攻击5个目标,命中率+10%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击10%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1301, - "Name": "嘲弄", + "Id": 1261, + "Name": "眼观六路", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1302, - "SkillBaseId": 1301, + "NextLvId": 1262, + "SkillBaseId": 1261, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9884,7 +10135,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1301 + 1261 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -9896,17 +10147,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1301", + "Icon": "Skill_Icon_1261", "Sound": "", - "Describe": "攻击时产生的仇恨值提高5%", + "Describe": "普攻可以攻击1个目标,命中率+1%", "Introduction": "" }, { - "Id": 1302, - "Name": "嘲弄", + "Id": 1262, + "Name": "眼观六路", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1303, - "SkillBaseId": 1301, + "NextLvId": 1263, + "SkillBaseId": 1261, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9923,7 +10175,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1302 + 1262 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -9935,17 +10187,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1301", + "Icon": "Skill_Icon_1261", "Sound": "", - "Describe": "攻击时产生的仇恨值提高10%", + "Describe": "普攻可以攻击1个目标,命中率+2%", "Introduction": "" }, { - "Id": 1303, - "Name": "嘲弄", + "Id": 1263, + "Name": "眼观六路", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1304, - "SkillBaseId": 1301, + "NextLvId": 1264, + "SkillBaseId": 1261, "CD": 0, "SkillType": 1, "CastType": 2, @@ -9962,7 +10215,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1303 + 1263 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -9974,17 +10227,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1301", + "Icon": "Skill_Icon_1261", "Sound": "", - "Describe": "攻击时产生的仇恨值提高15%", + "Describe": "普攻可以攻击2个目标,命中率+3%", "Introduction": "" }, { - "Id": 1304, - "Name": "嘲弄", + "Id": 1264, + "Name": "眼观六路", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1305, - "SkillBaseId": 1301, + "NextLvId": 1265, + "SkillBaseId": 1261, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10001,7 +10255,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1304 + 1264 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -10013,17 +10267,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1301", + "Icon": "Skill_Icon_1261", "Sound": "", - "Describe": "攻击时产生的仇恨值提高20%", + "Describe": "普攻可以攻击2个目标,命中率+4%", "Introduction": "" }, { - "Id": 1305, - "Name": "嘲弄", + "Id": 1265, + "Name": "眼观六路", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1306, - "SkillBaseId": 1301, + "NextLvId": 1266, + "SkillBaseId": 1261, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10040,7 +10295,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1305 + 1265 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -10052,17 +10307,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1301", + "Icon": "Skill_Icon_1261", "Sound": "", - "Describe": "攻击时产生的仇恨值提高25%", + "Describe": "普攻可以攻击3个目标,命中率+5%", "Introduction": "" }, { - "Id": 1306, - "Name": "嘲弄", + "Id": 1266, + "Name": "眼观六路", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1307, - "SkillBaseId": 1301, + "NextLvId": 1267, + "SkillBaseId": 1261, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10079,7 +10335,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1306 + 1266 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -10091,17 +10347,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1301", + "Icon": "Skill_Icon_1261", "Sound": "", - "Describe": "攻击时产生的仇恨值提高30%", + "Describe": "普攻可以攻击3个目标,命中率+6%", "Introduction": "" }, { - "Id": 1307, - "Name": "嘲弄", + "Id": 1267, + "Name": "眼观六路", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1308, - "SkillBaseId": 1301, + "NextLvId": 1268, + "SkillBaseId": 1261, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10118,7 +10375,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1307 + 1267 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -10130,17 +10387,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1301", + "Icon": "Skill_Icon_1261", "Sound": "", - "Describe": "攻击时产生的仇恨值提高35%", + "Describe": "普攻可以攻击4个目标,命中率+7%", "Introduction": "" }, { - "Id": 1308, - "Name": "嘲弄", + "Id": 1268, + "Name": "眼观六路", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1309, - "SkillBaseId": 1301, + "NextLvId": 1269, + "SkillBaseId": 1261, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10157,7 +10415,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1308 + 1268 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -10169,17 +10427,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1301", + "Icon": "Skill_Icon_1261", "Sound": "", - "Describe": "攻击时产生的仇恨值提高40%", + "Describe": "普攻可以攻击4个目标,命中率+8%", "Introduction": "" }, { - "Id": 1309, - "Name": "嘲弄", + "Id": 1269, + "Name": "眼观六路", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1310, - "SkillBaseId": 1301, + "NextLvId": 1270, + "SkillBaseId": 1261, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10196,7 +10455,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1309 + 1269 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -10208,17 +10467,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1301", + "Icon": "Skill_Icon_1261", "Sound": "", - "Describe": "攻击时产生的仇恨值提高45%", + "Describe": "普攻可以攻击5个目标,命中率+9%", "Introduction": "" }, { - "Id": 1310, - "Name": "嘲弄", + "Id": 1270, + "Name": "眼观六路", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1301, + "SkillBaseId": 1261, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10235,7 +10495,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1310 + 1270 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -10247,17 +10507,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1301", + "Icon": "Skill_Icon_1261", "Sound": "", - "Describe": "攻击时产生的仇恨值提高50%", + "Describe": "普攻可以攻击5个目标,命中率+10%", "Introduction": "" }, { - "Id": 1321, - "Name": "钢体", + "Id": 1301, + "Name": "嘲弄", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1322, - "SkillBaseId": 1321, + "NextLvId": 1302, + "SkillBaseId": 1301, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10274,7 +10535,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1321 + 1301 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -10286,17 +10547,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1321", + "Icon": "Skill_Icon_1301", "Sound": "", - "Describe": "受到伤害减少10点", + "Describe": "攻击时产生的仇恨值提高5%", "Introduction": "" }, { - "Id": 1322, - "Name": "钢体", + "Id": 1302, + "Name": "嘲弄", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1323, - "SkillBaseId": 1321, + "NextLvId": 1303, + "SkillBaseId": 1301, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10313,7 +10575,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1322 + 1302 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -10325,17 +10587,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1321", + "Icon": "Skill_Icon_1301", "Sound": "", - "Describe": "受到伤害减少20点", + "Describe": "攻击时产生的仇恨值提高10%", "Introduction": "" }, { - "Id": 1323, - "Name": "钢体", + "Id": 1303, + "Name": "嘲弄", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1324, - "SkillBaseId": 1321, + "NextLvId": 1304, + "SkillBaseId": 1301, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10352,7 +10615,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1323 + 1303 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -10364,17 +10627,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1321", + "Icon": "Skill_Icon_1301", "Sound": "", - "Describe": "受到伤害减少30点", + "Describe": "攻击时产生的仇恨值提高15%", "Introduction": "" }, { - "Id": 1324, - "Name": "钢体", + "Id": 1304, + "Name": "嘲弄", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1325, - "SkillBaseId": 1321, + "NextLvId": 1305, + "SkillBaseId": 1301, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10391,7 +10655,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1324 + 1304 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -10403,17 +10667,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1321", + "Icon": "Skill_Icon_1301", "Sound": "", - "Describe": "受到伤害减少40点", + "Describe": "攻击时产生的仇恨值提高20%", "Introduction": "" }, { - "Id": 1325, - "Name": "钢体", + "Id": 1305, + "Name": "嘲弄", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1326, - "SkillBaseId": 1321, + "NextLvId": 1306, + "SkillBaseId": 1301, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10430,7 +10695,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1325 + 1305 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -10442,17 +10707,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1321", + "Icon": "Skill_Icon_1301", "Sound": "", - "Describe": "受到伤害减少50点", + "Describe": "攻击时产生的仇恨值提高25%", "Introduction": "" }, { - "Id": 1326, - "Name": "钢体", + "Id": 1306, + "Name": "嘲弄", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1327, - "SkillBaseId": 1321, + "NextLvId": 1307, + "SkillBaseId": 1301, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10469,7 +10735,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1326 + 1306 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -10481,17 +10747,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1321", + "Icon": "Skill_Icon_1301", "Sound": "", - "Describe": "受到伤害减少60点", + "Describe": "攻击时产生的仇恨值提高30%", "Introduction": "" }, { - "Id": 1327, - "Name": "钢体", + "Id": 1307, + "Name": "嘲弄", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1328, - "SkillBaseId": 1321, + "NextLvId": 1308, + "SkillBaseId": 1301, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10508,7 +10775,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1327 + 1307 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -10520,17 +10787,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1321", + "Icon": "Skill_Icon_1301", "Sound": "", - "Describe": "受到伤害减少70点", + "Describe": "攻击时产生的仇恨值提高35%", "Introduction": "" }, { - "Id": 1328, - "Name": "钢体", + "Id": 1308, + "Name": "嘲弄", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1329, - "SkillBaseId": 1321, + "NextLvId": 1309, + "SkillBaseId": 1301, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10547,7 +10815,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1328 + 1308 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -10559,17 +10827,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1321", + "Icon": "Skill_Icon_1301", "Sound": "", - "Describe": "受到伤害减少80点", + "Describe": "攻击时产生的仇恨值提高40%", "Introduction": "" }, { - "Id": 1329, - "Name": "钢体", + "Id": 1309, + "Name": "嘲弄", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1330, - "SkillBaseId": 1321, + "NextLvId": 1310, + "SkillBaseId": 1301, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10586,7 +10855,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1329 + 1309 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -10598,17 +10867,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1321", + "Icon": "Skill_Icon_1301", "Sound": "", - "Describe": "受到伤害减少90点", + "Describe": "攻击时产生的仇恨值提高45%", "Introduction": "" }, { - "Id": 1330, - "Name": "钢体", + "Id": 1310, + "Name": "嘲弄", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1321, + "SkillBaseId": 1301, "CD": 0, "SkillType": 1, "CastType": 2, @@ -10625,7 +10895,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1330 + 1310 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -10637,18 +10907,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1321", + "Icon": "Skill_Icon_1301", "Sound": "", - "Describe": "受到伤害减少100点", + "Describe": "攻击时产生的仇恨值提高50%", "Introduction": "" }, { - "Id": 1341, - "Name": "缴械", + "Id": 1321, + "Name": "钢体", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1342, - "SkillBaseId": 1341, - "CD": 60, + "NextLvId": 1322, + "SkillBaseId": 1321, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -10664,7 +10935,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1341 + 1321 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -10676,18 +10947,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Buff_Icon_134101", + "Icon": "Skill_Icon_1321", "Sound": "", - "Describe": "受到攻击时,2%的概率缴械目标3秒,每分钟触发一次", + "Describe": "受到伤害减少10点", "Introduction": "" }, { - "Id": 1342, - "Name": "缴械", + "Id": 1322, + "Name": "钢体", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1343, - "SkillBaseId": 1341, - "CD": 60, + "NextLvId": 1323, + "SkillBaseId": 1321, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -10703,7 +10975,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1342 + 1322 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -10715,18 +10987,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Buff_Icon_134101", + "Icon": "Skill_Icon_1321", "Sound": "", - "Describe": "受到攻击时,4%的概率缴械目标3秒,每分钟触发一次", + "Describe": "受到伤害减少20点", "Introduction": "" }, { - "Id": 1343, - "Name": "缴械", + "Id": 1323, + "Name": "钢体", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1344, - "SkillBaseId": 1341, - "CD": 60, + "NextLvId": 1324, + "SkillBaseId": 1321, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -10742,7 +11015,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1343 + 1323 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -10754,18 +11027,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Buff_Icon_134101", + "Icon": "Skill_Icon_1321", "Sound": "", - "Describe": "受到攻击时,6%的概率缴械目标3秒,每分钟触发一次", + "Describe": "受到伤害减少30点", "Introduction": "" }, { - "Id": 1344, - "Name": "缴械", + "Id": 1324, + "Name": "钢体", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1345, - "SkillBaseId": 1341, - "CD": 60, + "NextLvId": 1325, + "SkillBaseId": 1321, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -10781,7 +11055,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1344 + 1324 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -10793,18 +11067,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Buff_Icon_134101", + "Icon": "Skill_Icon_1321", "Sound": "", - "Describe": "受到攻击时,8%的概率缴械目标3秒,每分钟触发一次", + "Describe": "受到伤害减少40点", "Introduction": "" }, { - "Id": 1345, - "Name": "缴械", + "Id": 1325, + "Name": "钢体", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1346, - "SkillBaseId": 1341, - "CD": 60, + "NextLvId": 1326, + "SkillBaseId": 1321, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -10820,7 +11095,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1345 + 1325 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -10832,18 +11107,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Buff_Icon_134101", + "Icon": "Skill_Icon_1321", "Sound": "", - "Describe": "受到攻击时,10%的概率缴械目标3秒,每分钟触发一次", + "Describe": "受到伤害减少50点", "Introduction": "" }, { - "Id": 1346, - "Name": "缴械", + "Id": 1326, + "Name": "钢体", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1347, - "SkillBaseId": 1341, - "CD": 60, + "NextLvId": 1327, + "SkillBaseId": 1321, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -10859,7 +11135,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1346 + 1326 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -10871,18 +11147,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Buff_Icon_134101", + "Icon": "Skill_Icon_1321", "Sound": "", - "Describe": "受到攻击时,12%的概率缴械目标3秒,每分钟触发一次", + "Describe": "受到伤害减少60点", "Introduction": "" }, { - "Id": 1347, - "Name": "缴械", + "Id": 1327, + "Name": "钢体", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1348, - "SkillBaseId": 1341, - "CD": 60, + "NextLvId": 1328, + "SkillBaseId": 1321, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -10898,7 +11175,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1347 + 1327 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -10910,18 +11187,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Buff_Icon_134101", + "Icon": "Skill_Icon_1321", "Sound": "", - "Describe": "受到攻击时,14%的概率缴械目标3秒,每分钟触发一次", + "Describe": "受到伤害减少70点", "Introduction": "" }, { - "Id": 1348, - "Name": "缴械", + "Id": 1328, + "Name": "钢体", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1349, - "SkillBaseId": 1341, - "CD": 60, + "NextLvId": 1329, + "SkillBaseId": 1321, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -10937,7 +11215,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1348 + 1328 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -10949,18 +11227,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Buff_Icon_134101", + "Icon": "Skill_Icon_1321", "Sound": "", - "Describe": "受到攻击时,16%的概率缴械目标3秒,每分钟触发一次", + "Describe": "受到伤害减少80点", "Introduction": "" }, { - "Id": 1349, - "Name": "缴械", + "Id": 1329, + "Name": "钢体", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1350, - "SkillBaseId": 1341, - "CD": 60, + "NextLvId": 1330, + "SkillBaseId": 1321, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -10976,7 +11255,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1349 + 1329 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -10988,18 +11267,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Buff_Icon_134101", + "Icon": "Skill_Icon_1321", "Sound": "", - "Describe": "受到攻击时,18%的概率缴械目标3秒,每分钟触发一次", + "Describe": "受到伤害减少90点", "Introduction": "" }, { - "Id": 1350, - "Name": "缴械", + "Id": 1330, + "Name": "钢体", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1341, - "CD": 60, + "SkillBaseId": 1321, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -11015,7 +11295,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1350 + 1330 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -11027,23 +11307,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Buff_Icon_134101", + "Icon": "Skill_Icon_1321", "Sound": "", - "Describe": "受到攻击时,20%的概率缴械目标3秒,每分钟触发一次", + "Describe": "受到伤害减少100点", "Introduction": "" }, { - "Id": 1361, - "Name": "牺牲", + "Id": 1341, + "Name": "缴械", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1362, - "SkillBaseId": 1361, - "CD": 0, + "NextLvId": 1342, + "SkillBaseId": 1341, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11054,7 +11335,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1361 + 1341 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -11066,23 +11347,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1361", + "Icon": "Buff_Icon_134101", "Sound": "", - "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:150", + "Describe": "受到攻击时,2%的概率缴械目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1362, - "Name": "牺牲", + "Id": 1342, + "Name": "缴械", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1363, - "SkillBaseId": 1361, - "CD": 0, + "NextLvId": 1343, + "SkillBaseId": 1341, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11093,7 +11375,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1362 + 1342 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -11105,23 +11387,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1361", + "Icon": "Buff_Icon_134101", "Sound": "", - "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:300", + "Describe": "受到攻击时,4%的概率缴械目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1363, - "Name": "牺牲", + "Id": 1343, + "Name": "缴械", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1364, - "SkillBaseId": 1361, - "CD": 0, + "NextLvId": 1344, + "SkillBaseId": 1341, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11132,7 +11415,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1363 + 1343 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -11144,23 +11427,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1361", + "Icon": "Buff_Icon_134101", "Sound": "", - "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:450", + "Describe": "受到攻击时,6%的概率缴械目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1364, - "Name": "牺牲", + "Id": 1344, + "Name": "缴械", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1365, - "SkillBaseId": 1361, - "CD": 0, + "NextLvId": 1345, + "SkillBaseId": 1341, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11171,7 +11455,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1364 + 1344 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -11183,23 +11467,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1361", + "Icon": "Buff_Icon_134101", "Sound": "", - "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:600", + "Describe": "受到攻击时,8%的概率缴械目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1365, - "Name": "牺牲", + "Id": 1345, + "Name": "缴械", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1366, - "SkillBaseId": 1361, - "CD": 0, + "NextLvId": 1346, + "SkillBaseId": 1341, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11210,7 +11495,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1365 + 1345 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -11222,23 +11507,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1361", + "Icon": "Buff_Icon_134101", "Sound": "", - "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:750", + "Describe": "受到攻击时,10%的概率缴械目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1366, - "Name": "牺牲", + "Id": 1346, + "Name": "缴械", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1367, - "SkillBaseId": 1361, - "CD": 0, + "NextLvId": 1347, + "SkillBaseId": 1341, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11249,7 +11535,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1366 + 1346 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -11261,23 +11547,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1361", + "Icon": "Buff_Icon_134101", "Sound": "", - "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:900", + "Describe": "受到攻击时,12%的概率缴械目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1367, - "Name": "牺牲", + "Id": 1347, + "Name": "缴械", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1368, - "SkillBaseId": 1361, - "CD": 0, + "NextLvId": 1348, + "SkillBaseId": 1341, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11288,7 +11575,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1367 + 1347 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -11300,23 +11587,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1361", + "Icon": "Buff_Icon_134101", "Sound": "", - "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1050", + "Describe": "受到攻击时,14%的概率缴械目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1368, - "Name": "牺牲", + "Id": 1348, + "Name": "缴械", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1369, - "SkillBaseId": 1361, - "CD": 0, + "NextLvId": 1349, + "SkillBaseId": 1341, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11327,7 +11615,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1368 + 1348 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -11339,23 +11627,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1361", + "Icon": "Buff_Icon_134101", "Sound": "", - "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1200", + "Describe": "受到攻击时,16%的概率缴械目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1369, - "Name": "牺牲", + "Id": 1349, + "Name": "缴械", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1370, - "SkillBaseId": 1361, - "CD": 0, + "NextLvId": 1350, + "SkillBaseId": 1341, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11366,7 +11655,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1369 + 1349 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -11378,23 +11667,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1361", + "Icon": "Buff_Icon_134101", "Sound": "", - "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1350", + "Describe": "受到攻击时,18%的概率缴械目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1370, - "Name": "牺牲", + "Id": 1350, + "Name": "缴械", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1361, - "CD": 0, + "SkillBaseId": 1341, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11405,7 +11695,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1370 + 1350 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -11417,23 +11707,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1361", + "Icon": "Buff_Icon_134101", "Sound": "", - "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1500", + "Describe": "受到攻击时,20%的概率缴械目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1401, - "Name": "擒技", + "Id": 1361, + "Name": "牺牲", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1402, - "SkillBaseId": 1401, + "NextLvId": 1362, + "SkillBaseId": 1361, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 2 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11444,7 +11735,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1401 + 1361 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -11456,23 +11747,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1401", + "Icon": "Skill_Icon_1361", "Sound": "", - "Describe": "攻击力增加2%,命中率增加1%", + "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:150", "Introduction": "" }, { - "Id": 1402, - "Name": "擒技", + "Id": 1362, + "Name": "牺牲", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1403, - "SkillBaseId": 1401, + "NextLvId": 1363, + "SkillBaseId": 1361, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 2 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11483,7 +11775,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1402 + 1362 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -11495,23 +11787,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1401", + "Icon": "Skill_Icon_1361", "Sound": "", - "Describe": "攻击力增加4%,命中率增加2%", + "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:300", "Introduction": "" }, { - "Id": 1403, - "Name": "擒技", + "Id": 1363, + "Name": "牺牲", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1404, - "SkillBaseId": 1401, + "NextLvId": 1364, + "SkillBaseId": 1361, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 2 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11522,7 +11815,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1403 + 1363 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -11534,23 +11827,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1401", + "Icon": "Skill_Icon_1361", "Sound": "", - "Describe": "攻击力增加6%,命中率增加3%", + "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:450", "Introduction": "" }, { - "Id": 1404, - "Name": "擒技", + "Id": 1364, + "Name": "牺牲", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1405, - "SkillBaseId": 1401, + "NextLvId": 1365, + "SkillBaseId": 1361, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 2 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11561,7 +11855,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1404 + 1364 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -11573,23 +11867,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1401", + "Icon": "Skill_Icon_1361", "Sound": "", - "Describe": "攻击力增加8%,命中率增加4%", + "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:600", "Introduction": "" }, { - "Id": 1405, - "Name": "擒技", + "Id": 1365, + "Name": "牺牲", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1406, - "SkillBaseId": 1401, + "NextLvId": 1366, + "SkillBaseId": 1361, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 2 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11600,7 +11895,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1405 + 1365 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -11612,23 +11907,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1401", + "Icon": "Skill_Icon_1361", "Sound": "", - "Describe": "攻击力增加10%,命中率增加5%", + "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:750", "Introduction": "" }, { - "Id": 1406, - "Name": "擒技", + "Id": 1366, + "Name": "牺牲", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1407, - "SkillBaseId": 1401, + "NextLvId": 1367, + "SkillBaseId": 1361, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 2 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11639,7 +11935,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1406 + 1366 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -11651,23 +11947,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1401", + "Icon": "Skill_Icon_1361", "Sound": "", - "Describe": "攻击力增加12%,命中率增加6%", + "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:900", "Introduction": "" }, { - "Id": 1407, - "Name": "擒技", + "Id": 1367, + "Name": "牺牲", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1408, - "SkillBaseId": 1401, + "NextLvId": 1368, + "SkillBaseId": 1361, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 2 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11678,7 +11975,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1407 + 1367 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -11690,23 +11987,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1401", + "Icon": "Skill_Icon_1361", "Sound": "", - "Describe": "攻击力增加14%,命中率增加7%", + "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1050", "Introduction": "" }, { - "Id": 1408, - "Name": "擒技", + "Id": 1368, + "Name": "牺牲", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1409, - "SkillBaseId": 1401, + "NextLvId": 1369, + "SkillBaseId": 1361, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 2 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11717,7 +12015,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1408 + 1368 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -11729,23 +12027,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1401", + "Icon": "Skill_Icon_1361", "Sound": "", - "Describe": "攻击力增加16%,命中率增加8%", + "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1200", "Introduction": "" }, { - "Id": 1409, - "Name": "擒技", + "Id": 1369, + "Name": "牺牲", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1410, - "SkillBaseId": 1401, + "NextLvId": 1370, + "SkillBaseId": 1361, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 2 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11756,7 +12055,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1409 + 1369 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -11768,23 +12067,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1401", + "Icon": "Skill_Icon_1361", "Sound": "", - "Describe": "攻击力增加18%,命中率增加9%", + "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1350", "Introduction": "" }, { - "Id": 1410, - "Name": "擒技", + "Id": 1370, + "Name": "牺牲", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1401, + "SkillBaseId": 1361, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 2 ], "IsEffectToBuilding": true, "Distance": 0, @@ -11795,7 +12095,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1410 + 1370 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -11807,17 +12107,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1401", + "Icon": "Skill_Icon_1361", "Sound": "", - "Describe": "攻击力增加20%,命中率增加10%", + "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1500", "Introduction": "" }, { - "Id": 1421, - "Name": "兽王", + "Id": 1401, + "Name": "擒技", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1422, - "SkillBaseId": 1421, + "NextLvId": 1402, + "SkillBaseId": 1401, "CD": 0, "SkillType": 1, "CastType": 2, @@ -11834,7 +12135,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1431 + 1401 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -11846,17 +12147,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1421", + "Icon": "Skill_Icon_1401", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击1%的伤害值,最多可叠加5层", + "Describe": "攻击力增加2%,命中率增加1%", "Introduction": "" }, { - "Id": 1422, - "Name": "兽王", + "Id": 1402, + "Name": "擒技", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1423, - "SkillBaseId": 1421, + "NextLvId": 1403, + "SkillBaseId": 1401, "CD": 0, "SkillType": 1, "CastType": 2, @@ -11873,7 +12175,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1432 + 1402 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -11885,17 +12187,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1421", + "Icon": "Skill_Icon_1401", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击2%的伤害值,最多可叠加5层", + "Describe": "攻击力增加4%,命中率增加2%", "Introduction": "" }, { - "Id": 1423, - "Name": "兽王", + "Id": 1403, + "Name": "擒技", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1424, - "SkillBaseId": 1421, + "NextLvId": 1404, + "SkillBaseId": 1401, "CD": 0, "SkillType": 1, "CastType": 2, @@ -11912,7 +12215,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1433 + 1403 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -11924,17 +12227,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1421", + "Icon": "Skill_Icon_1401", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击3%的伤害值,最多可叠加5层", + "Describe": "攻击力增加6%,命中率增加3%", "Introduction": "" }, { - "Id": 1424, - "Name": "兽王", + "Id": 1404, + "Name": "擒技", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1425, - "SkillBaseId": 1421, + "NextLvId": 1405, + "SkillBaseId": 1401, "CD": 0, "SkillType": 1, "CastType": 2, @@ -11951,7 +12255,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1434 + 1404 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -11963,17 +12267,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1421", + "Icon": "Skill_Icon_1401", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击4%的伤害值,最多可叠加5层", + "Describe": "攻击力增加8%,命中率增加4%", "Introduction": "" }, { - "Id": 1425, - "Name": "兽王", + "Id": 1405, + "Name": "擒技", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1426, - "SkillBaseId": 1421, + "NextLvId": 1406, + "SkillBaseId": 1401, "CD": 0, "SkillType": 1, "CastType": 2, @@ -11990,7 +12295,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1435 + 1405 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -12002,17 +12307,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1421", + "Icon": "Skill_Icon_1401", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击5%的伤害值,最多可叠加5层", + "Describe": "攻击力增加10%,命中率增加5%", "Introduction": "" }, { - "Id": 1426, - "Name": "兽王", + "Id": 1406, + "Name": "擒技", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1427, - "SkillBaseId": 1421, + "NextLvId": 1407, + "SkillBaseId": 1401, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12029,7 +12335,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1436 + 1406 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -12041,17 +12347,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1421", + "Icon": "Skill_Icon_1401", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击6%的伤害值,最多可叠加5层", + "Describe": "攻击力增加12%,命中率增加6%", "Introduction": "" }, { - "Id": 1427, - "Name": "兽王", + "Id": 1407, + "Name": "擒技", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1428, - "SkillBaseId": 1421, + "NextLvId": 1408, + "SkillBaseId": 1401, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12068,7 +12375,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1437 + 1407 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -12080,17 +12387,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1421", + "Icon": "Skill_Icon_1401", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击7%的伤害值,最多可叠加5层", + "Describe": "攻击力增加14%,命中率增加7%", "Introduction": "" }, { - "Id": 1428, - "Name": "兽王", + "Id": 1408, + "Name": "擒技", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1429, - "SkillBaseId": 1421, + "NextLvId": 1409, + "SkillBaseId": 1401, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12107,7 +12415,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1438 + 1408 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -12119,17 +12427,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1421", + "Icon": "Skill_Icon_1401", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击8%的伤害值,最多可叠加5层", + "Describe": "攻击力增加16%,命中率增加8%", "Introduction": "" }, { - "Id": 1429, - "Name": "兽王", + "Id": 1409, + "Name": "擒技", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1430, - "SkillBaseId": 1421, + "NextLvId": 1410, + "SkillBaseId": 1401, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12146,7 +12455,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1439 + 1409 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -12158,17 +12467,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1421", + "Icon": "Skill_Icon_1401", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击9%的伤害值,最多可叠加5层", + "Describe": "攻击力增加18%,命中率增加9%", "Introduction": "" }, { - "Id": 1430, - "Name": "兽王", + "Id": 1410, + "Name": "擒技", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1421, + "SkillBaseId": 1401, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12185,7 +12495,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1440 + 1410 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -12197,17 +12507,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1421", + "Icon": "Skill_Icon_1401", "Sound": "", - "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击10%的伤害值,最多可叠加5层", + "Describe": "攻击力增加20%,命中率增加10%", "Introduction": "" }, { - "Id": 1441, - "Name": "绝境爆发", + "Id": 1421, + "Name": "兽王", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1442, - "SkillBaseId": 1441, + "NextLvId": 1422, + "SkillBaseId": 1421, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12224,7 +12535,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1451 + 1431 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -12236,17 +12547,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1441", + "Icon": "Skill_Icon_1421", "Sound": "", - "Describe": "当生命值低于20%时,暴击增加3%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击1%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1442, - "Name": "绝境爆发", + "Id": 1422, + "Name": "兽王", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1443, - "SkillBaseId": 1441, + "NextLvId": 1423, + "SkillBaseId": 1421, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12263,7 +12575,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1452 + 1432 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -12275,17 +12587,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1441", + "Icon": "Skill_Icon_1421", "Sound": "", - "Describe": "当生命值低于20%时,暴击增加6%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击2%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1443, - "Name": "绝境爆发", + "Id": 1423, + "Name": "兽王", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1444, - "SkillBaseId": 1441, + "NextLvId": 1424, + "SkillBaseId": 1421, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12302,7 +12615,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1453 + 1433 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -12314,17 +12627,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1441", + "Icon": "Skill_Icon_1421", "Sound": "", - "Describe": "当生命值低于20%时,暴击增加9%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击3%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1444, - "Name": "绝境爆发", + "Id": 1424, + "Name": "兽王", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1445, - "SkillBaseId": 1441, + "NextLvId": 1425, + "SkillBaseId": 1421, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12341,7 +12655,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1454 + 1434 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -12353,17 +12667,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1441", + "Icon": "Skill_Icon_1421", "Sound": "", - "Describe": "当生命值低于20%时,暴击增加12%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击4%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1445, - "Name": "绝境爆发", + "Id": 1425, + "Name": "兽王", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1446, - "SkillBaseId": 1441, + "NextLvId": 1426, + "SkillBaseId": 1421, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12380,7 +12695,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1455 + 1435 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -12392,17 +12707,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1441", + "Icon": "Skill_Icon_1421", "Sound": "", - "Describe": "当生命值低于20%时,暴击增加15%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击5%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1446, - "Name": "绝境爆发", + "Id": 1426, + "Name": "兽王", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1447, - "SkillBaseId": 1441, + "NextLvId": 1427, + "SkillBaseId": 1421, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12419,7 +12735,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1456 + 1436 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -12431,17 +12747,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1441", + "Icon": "Skill_Icon_1421", "Sound": "", - "Describe": "当生命值低于20%时,暴击增加18%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击6%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1447, - "Name": "绝境爆发", + "Id": 1427, + "Name": "兽王", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1448, - "SkillBaseId": 1441, + "NextLvId": 1428, + "SkillBaseId": 1421, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12458,7 +12775,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1457 + 1437 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -12470,17 +12787,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1441", + "Icon": "Skill_Icon_1421", "Sound": "", - "Describe": "当生命值低于20%时,暴击增加21%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击7%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1448, - "Name": "绝境爆发", + "Id": 1428, + "Name": "兽王", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1449, - "SkillBaseId": 1441, + "NextLvId": 1429, + "SkillBaseId": 1421, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12497,7 +12815,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1458 + 1438 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -12509,17 +12827,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1441", + "Icon": "Skill_Icon_1421", "Sound": "", - "Describe": "当生命值低于20%时,暴击增加24%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击8%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1449, - "Name": "绝境爆发", + "Id": 1429, + "Name": "兽王", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1450, - "SkillBaseId": 1441, + "NextLvId": 1430, + "SkillBaseId": 1421, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12536,7 +12855,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1459 + 1439 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -12548,17 +12867,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1441", + "Icon": "Skill_Icon_1421", "Sound": "", - "Describe": "当生命值低于20%时,暴击增加27%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击9%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1450, - "Name": "绝境爆发", + "Id": 1430, + "Name": "兽王", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1441, + "SkillBaseId": 1421, "CD": 0, "SkillType": 1, "CastType": 2, @@ -12575,7 +12895,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1460 + 1440 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -12587,18 +12907,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1441", + "Icon": "Skill_Icon_1421", "Sound": "", - "Describe": "当生命值低于20%时,暴击增加30%", + "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击10%的伤害值,最多可叠加5层", "Introduction": "" }, { - "Id": 1461, - "Name": "震慑", + "Id": 1441, + "Name": "绝境爆发", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1462, - "SkillBaseId": 1461, - "CD": 60, + "NextLvId": 1442, + "SkillBaseId": 1441, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -12614,7 +12935,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1461 + 1451 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -12626,18 +12947,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1461", + "Icon": "Skill_Icon_1441", "Sound": "", - "Describe": "受到暴击时,3%的概率沉默目标3秒,每分钟触发一次", + "Describe": "当生命值低于20%时,暴击增加3%", "Introduction": "" }, { - "Id": 1462, - "Name": "震慑", + "Id": 1442, + "Name": "绝境爆发", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1463, - "SkillBaseId": 1461, - "CD": 60, + "NextLvId": 1443, + "SkillBaseId": 1441, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -12653,7 +12975,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1462 + 1452 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -12665,18 +12987,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1461", + "Icon": "Skill_Icon_1441", "Sound": "", - "Describe": "受到暴击时,6%的概率沉默目标3秒,每分钟触发一次", + "Describe": "当生命值低于20%时,暴击增加6%", "Introduction": "" }, { - "Id": 1463, - "Name": "震慑", + "Id": 1443, + "Name": "绝境爆发", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1464, - "SkillBaseId": 1461, - "CD": 60, + "NextLvId": 1444, + "SkillBaseId": 1441, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -12692,7 +13015,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1463 + 1453 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -12704,18 +13027,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1461", + "Icon": "Skill_Icon_1441", "Sound": "", - "Describe": "受到暴击时,9%的概率沉默目标3秒,每分钟触发一次", + "Describe": "当生命值低于20%时,暴击增加9%", "Introduction": "" }, { - "Id": 1464, - "Name": "震慑", + "Id": 1444, + "Name": "绝境爆发", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1465, - "SkillBaseId": 1461, - "CD": 60, + "NextLvId": 1445, + "SkillBaseId": 1441, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -12731,7 +13055,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1464 + 1454 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -12743,18 +13067,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1461", + "Icon": "Skill_Icon_1441", "Sound": "", - "Describe": "受到暴击时,12%的概率沉默目标3秒,每分钟触发一次", + "Describe": "当生命值低于20%时,暴击增加12%", "Introduction": "" }, { - "Id": 1465, - "Name": "震慑", + "Id": 1445, + "Name": "绝境爆发", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1466, - "SkillBaseId": 1461, - "CD": 60, + "NextLvId": 1446, + "SkillBaseId": 1441, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -12770,7 +13095,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1465 + 1455 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -12782,18 +13107,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1461", + "Icon": "Skill_Icon_1441", "Sound": "", - "Describe": "受到暴击时,15%的概率沉默目标3秒,每分钟触发一次", + "Describe": "当生命值低于20%时,暴击增加15%", "Introduction": "" }, { - "Id": 1466, - "Name": "震慑", + "Id": 1446, + "Name": "绝境爆发", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1467, - "SkillBaseId": 1461, - "CD": 60, + "NextLvId": 1447, + "SkillBaseId": 1441, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -12809,7 +13135,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1466 + 1456 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -12821,18 +13147,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1461", + "Icon": "Skill_Icon_1441", "Sound": "", - "Describe": "受到暴击时,18%的概率沉默目标3秒,每分钟触发一次", + "Describe": "当生命值低于20%时,暴击增加18%", "Introduction": "" }, { - "Id": 1467, - "Name": "震慑", + "Id": 1447, + "Name": "绝境爆发", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1468, - "SkillBaseId": 1461, - "CD": 60, + "NextLvId": 1448, + "SkillBaseId": 1441, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -12848,7 +13175,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1467 + 1457 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -12860,18 +13187,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1461", + "Icon": "Skill_Icon_1441", "Sound": "", - "Describe": "受到暴击时,21%的概率沉默目标3秒,每分钟触发一次", + "Describe": "当生命值低于20%时,暴击增加21%", "Introduction": "" }, { - "Id": 1468, - "Name": "震慑", + "Id": 1448, + "Name": "绝境爆发", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1469, - "SkillBaseId": 1461, - "CD": 60, + "NextLvId": 1449, + "SkillBaseId": 1441, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -12887,7 +13215,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1468 + 1458 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -12899,18 +13227,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1461", + "Icon": "Skill_Icon_1441", "Sound": "", - "Describe": "受到暴击时,24%的概率沉默目标3秒,每分钟触发一次", + "Describe": "当生命值低于20%时,暴击增加24%", "Introduction": "" }, { - "Id": 1469, - "Name": "震慑", + "Id": 1449, + "Name": "绝境爆发", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1470, - "SkillBaseId": 1461, - "CD": 60, + "NextLvId": 1450, + "SkillBaseId": 1441, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -12926,7 +13255,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1469 + 1459 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -12938,18 +13267,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1461", + "Icon": "Skill_Icon_1441", "Sound": "", - "Describe": "受到暴击时,27%的概率沉默目标3秒,每分钟触发一次", + "Describe": "当生命值低于20%时,暴击增加27%", "Introduction": "" }, { - "Id": 1470, - "Name": "震慑", + "Id": 1450, + "Name": "绝境爆发", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1461, - "CD": 60, + "SkillBaseId": 1441, + "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -12965,7 +13295,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1470 + 1460 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -12977,18 +13307,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1461", + "Icon": "Skill_Icon_1441", "Sound": "", - "Describe": "受到暴击时,30%的概率沉默目标3秒,每分钟触发一次", + "Describe": "当生命值低于20%时,暴击增加30%", "Introduction": "" }, { - "Id": 1501, - "Name": "妙手", + "Id": 1461, + "Name": "震慑", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1502, - "SkillBaseId": 1501, - "CD": 0, + "NextLvId": 1462, + "SkillBaseId": 1461, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -13004,7 +13335,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1501 + 1461 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -13016,18 +13347,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1501", + "Icon": "Skill_Icon_1461", "Sound": "", - "Describe": "加血效果增加+20点", + "Describe": "受到暴击时,3%的概率沉默目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1502, - "Name": "妙手", + "Id": 1462, + "Name": "震慑", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1503, - "SkillBaseId": 1501, - "CD": 0, + "NextLvId": 1463, + "SkillBaseId": 1461, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -13043,7 +13375,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1502 + 1462 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -13055,18 +13387,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1501", + "Icon": "Skill_Icon_1461", "Sound": "", - "Describe": "加血效果增加+40点", + "Describe": "受到暴击时,6%的概率沉默目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1503, - "Name": "妙手", + "Id": 1463, + "Name": "震慑", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1504, - "SkillBaseId": 1501, - "CD": 0, + "NextLvId": 1464, + "SkillBaseId": 1461, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -13082,7 +13415,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1503 + 1463 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -13094,18 +13427,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1501", + "Icon": "Skill_Icon_1461", "Sound": "", - "Describe": "加血效果增加+60点", + "Describe": "受到暴击时,9%的概率沉默目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1504, - "Name": "妙手", + "Id": 1464, + "Name": "震慑", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1505, - "SkillBaseId": 1501, - "CD": 0, + "NextLvId": 1465, + "SkillBaseId": 1461, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -13121,7 +13455,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1504 + 1464 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -13133,18 +13467,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1501", + "Icon": "Skill_Icon_1461", "Sound": "", - "Describe": "加血效果增加+80点", + "Describe": "受到暴击时,12%的概率沉默目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1505, - "Name": "妙手", + "Id": 1465, + "Name": "震慑", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1506, - "SkillBaseId": 1501, - "CD": 0, + "NextLvId": 1466, + "SkillBaseId": 1461, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -13160,7 +13495,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1505 + 1465 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -13172,18 +13507,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1501", + "Icon": "Skill_Icon_1461", "Sound": "", - "Describe": "加血效果增加+100点", + "Describe": "受到暴击时,15%的概率沉默目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1506, - "Name": "妙手", + "Id": 1466, + "Name": "震慑", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1507, - "SkillBaseId": 1501, - "CD": 0, + "NextLvId": 1467, + "SkillBaseId": 1461, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -13199,7 +13535,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1506 + 1466 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -13211,18 +13547,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1501", + "Icon": "Skill_Icon_1461", "Sound": "", - "Describe": "加血效果增加+120点", + "Describe": "受到暴击时,18%的概率沉默目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1507, - "Name": "妙手", + "Id": 1467, + "Name": "震慑", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1508, - "SkillBaseId": 1501, - "CD": 0, + "NextLvId": 1468, + "SkillBaseId": 1461, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -13238,7 +13575,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1507 + 1467 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -13250,18 +13587,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1501", + "Icon": "Skill_Icon_1461", "Sound": "", - "Describe": "加血效果增加+140点", + "Describe": "受到暴击时,21%的概率沉默目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1508, - "Name": "妙手", + "Id": 1468, + "Name": "震慑", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1509, - "SkillBaseId": 1501, - "CD": 0, + "NextLvId": 1469, + "SkillBaseId": 1461, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -13277,7 +13615,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1508 + 1468 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -13289,18 +13627,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1501", + "Icon": "Skill_Icon_1461", "Sound": "", - "Describe": "加血效果增加+160点", + "Describe": "受到暴击时,24%的概率沉默目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1509, - "Name": "妙手", + "Id": 1469, + "Name": "震慑", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1510, - "SkillBaseId": 1501, - "CD": 0, + "NextLvId": 1470, + "SkillBaseId": 1461, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -13316,7 +13655,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1509 + 1469 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -13328,18 +13667,19 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1501", + "Icon": "Skill_Icon_1461", "Sound": "", - "Describe": "加血效果增加+180点", + "Describe": "受到暴击时,27%的概率沉默目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1510, - "Name": "妙手", + "Id": 1470, + "Name": "震慑", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1501, - "CD": 0, + "SkillBaseId": 1461, + "CD": 60, "SkillType": 1, "CastType": 2, "TargetNeed": true, @@ -13355,7 +13695,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1510 + 1470 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -13367,17 +13707,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1501", + "Icon": "Skill_Icon_1461", "Sound": "", - "Describe": "加血效果增加+200点", + "Describe": "受到暴击时,30%的概率沉默目标3秒,每分钟触发一次", "Introduction": "" }, { - "Id": 1521, - "Name": "医术", + "Id": 1501, + "Name": "妙手", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1522, - "SkillBaseId": 1521, + "NextLvId": 1502, + "SkillBaseId": 1501, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13394,7 +13735,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1531 + 1501 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -13406,17 +13747,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1521", + "Icon": "Skill_Icon_1501", "Sound": "", - "Describe": "使用主动技能时,生成一个可以吸收100点伤害的护盾", + "Describe": "加血效果增加+20点", "Introduction": "" }, { - "Id": 1522, - "Name": "医术", + "Id": 1502, + "Name": "妙手", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1523, - "SkillBaseId": 1521, + "NextLvId": 1503, + "SkillBaseId": 1501, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13433,7 +13775,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1532 + 1502 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -13445,17 +13787,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1521", + "Icon": "Skill_Icon_1501", "Sound": "", - "Describe": "使用主动技能时,生成一个可以吸收300点伤害的护盾", + "Describe": "加血效果增加+40点", "Introduction": "" }, { - "Id": 1523, - "Name": "医术", + "Id": 1503, + "Name": "妙手", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1524, - "SkillBaseId": 1521, + "NextLvId": 1504, + "SkillBaseId": 1501, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13472,7 +13815,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1533 + 1503 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -13484,17 +13827,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1521", + "Icon": "Skill_Icon_1501", "Sound": "", - "Describe": "使用主动技能时,生成一个可以吸收500点伤害的护盾", + "Describe": "加血效果增加+60点", "Introduction": "" }, { - "Id": 1524, - "Name": "医术", + "Id": 1504, + "Name": "妙手", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1525, - "SkillBaseId": 1521, + "NextLvId": 1505, + "SkillBaseId": 1501, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13511,7 +13855,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1534 + 1504 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -13523,17 +13867,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1521", + "Icon": "Skill_Icon_1501", "Sound": "", - "Describe": "使用主动技能时,生成一个可以吸收700点伤害的护盾", + "Describe": "加血效果增加+80点", "Introduction": "" }, { - "Id": 1525, - "Name": "医术", + "Id": 1505, + "Name": "妙手", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1526, - "SkillBaseId": 1521, + "NextLvId": 1506, + "SkillBaseId": 1501, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13550,7 +13895,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1535 + 1505 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -13562,17 +13907,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1521", + "Icon": "Skill_Icon_1501", "Sound": "", - "Describe": "使用主动技能时,生成一个可以吸收900点伤害的护盾", + "Describe": "加血效果增加+100点", "Introduction": "" }, { - "Id": 1526, - "Name": "医术", + "Id": 1506, + "Name": "妙手", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1527, - "SkillBaseId": 1521, + "NextLvId": 1507, + "SkillBaseId": 1501, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13589,7 +13935,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1536 + 1506 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -13601,17 +13947,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1521", + "Icon": "Skill_Icon_1501", "Sound": "", - "Describe": "使用主动技能时,生成一个可以吸收1100点伤害的护盾", + "Describe": "加血效果增加+120点", "Introduction": "" }, { - "Id": 1527, - "Name": "医术", + "Id": 1507, + "Name": "妙手", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1528, - "SkillBaseId": 1521, + "NextLvId": 1508, + "SkillBaseId": 1501, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13628,7 +13975,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1537 + 1507 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -13640,17 +13987,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1521", + "Icon": "Skill_Icon_1501", "Sound": "", - "Describe": "使用主动技能时,生成一个可以吸收1300点伤害的护盾", + "Describe": "加血效果增加+140点", "Introduction": "" }, { - "Id": 1528, - "Name": "医术", + "Id": 1508, + "Name": "妙手", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1529, - "SkillBaseId": 1521, + "NextLvId": 1509, + "SkillBaseId": 1501, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13667,7 +14015,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1538 + 1508 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -13679,17 +14027,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1521", + "Icon": "Skill_Icon_1501", "Sound": "", - "Describe": "使用主动技能时,生成一个可以吸收1500点伤害的护盾", + "Describe": "加血效果增加+160点", "Introduction": "" }, { - "Id": 1529, - "Name": "医术", + "Id": 1509, + "Name": "妙手", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1530, - "SkillBaseId": 1521, + "NextLvId": 1510, + "SkillBaseId": 1501, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13706,7 +14055,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1539 + 1509 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -13718,17 +14067,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1521", + "Icon": "Skill_Icon_1501", "Sound": "", - "Describe": "使用主动技能时,生成一个可以吸收1700点伤害的护盾", + "Describe": "加血效果增加+180点", "Introduction": "" }, { - "Id": 1530, - "Name": "医术", + "Id": 1510, + "Name": "妙手", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1521, + "SkillBaseId": 1501, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13745,7 +14095,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1540 + 1510 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -13757,17 +14107,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1521", + "Icon": "Skill_Icon_1501", "Sound": "", - "Describe": "使用主动技能时,生成一个可以吸收1900点伤害的护盾", + "Describe": "加血效果增加+200点", "Introduction": "" }, { - "Id": 1541, - "Name": "轻柔", + "Id": 1521, + "Name": "医术", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1542, - "SkillBaseId": 1541, + "NextLvId": 1522, + "SkillBaseId": 1521, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13784,7 +14135,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1541 + 1531 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -13796,17 +14147,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1541", + "Icon": "Skill_Icon_1521", "Sound": "", - "Describe": "自身的攻击5%的概率不会产生仇恨值", + "Describe": "使用主动技能时,生成一个可以吸收100点伤害的护盾", "Introduction": "" }, { - "Id": 1542, - "Name": "轻柔", + "Id": 1522, + "Name": "医术", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1543, - "SkillBaseId": 1541, + "NextLvId": 1523, + "SkillBaseId": 1521, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13823,7 +14175,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1542 + 1532 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -13835,17 +14187,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1541", + "Icon": "Skill_Icon_1521", "Sound": "", - "Describe": "自身的攻击10%的概率不会产生仇恨值", + "Describe": "使用主动技能时,生成一个可以吸收300点伤害的护盾", "Introduction": "" }, { - "Id": 1543, - "Name": "轻柔", + "Id": 1523, + "Name": "医术", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1544, - "SkillBaseId": 1541, + "NextLvId": 1524, + "SkillBaseId": 1521, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13862,7 +14215,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1543 + 1533 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -13874,17 +14227,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1541", + "Icon": "Skill_Icon_1521", "Sound": "", - "Describe": "自身的攻击15%的概率不会产生仇恨值", + "Describe": "使用主动技能时,生成一个可以吸收500点伤害的护盾", "Introduction": "" }, { - "Id": 1544, - "Name": "轻柔", + "Id": 1524, + "Name": "医术", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1545, - "SkillBaseId": 1541, + "NextLvId": 1525, + "SkillBaseId": 1521, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13901,7 +14255,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1544 + 1534 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -13913,17 +14267,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1541", + "Icon": "Skill_Icon_1521", "Sound": "", - "Describe": "自身的攻击20%的概率不会产生仇恨值", + "Describe": "使用主动技能时,生成一个可以吸收700点伤害的护盾", "Introduction": "" }, { - "Id": 1545, - "Name": "轻柔", + "Id": 1525, + "Name": "医术", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1546, - "SkillBaseId": 1541, + "NextLvId": 1526, + "SkillBaseId": 1521, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13940,7 +14295,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1545 + 1535 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -13952,17 +14307,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1541", + "Icon": "Skill_Icon_1521", "Sound": "", - "Describe": "自身的攻击25%的概率不会产生仇恨值", + "Describe": "使用主动技能时,生成一个可以吸收900点伤害的护盾", "Introduction": "" }, { - "Id": 1546, - "Name": "轻柔", + "Id": 1526, + "Name": "医术", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1547, - "SkillBaseId": 1541, + "NextLvId": 1527, + "SkillBaseId": 1521, "CD": 0, "SkillType": 1, "CastType": 2, @@ -13979,7 +14335,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1546 + 1536 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -13991,17 +14347,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1541", + "Icon": "Skill_Icon_1521", "Sound": "", - "Describe": "自身的攻击30%的概率不会产生仇恨值", + "Describe": "使用主动技能时,生成一个可以吸收1100点伤害的护盾", "Introduction": "" }, { - "Id": 1547, - "Name": "轻柔", + "Id": 1527, + "Name": "医术", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1548, - "SkillBaseId": 1541, + "NextLvId": 1528, + "SkillBaseId": 1521, "CD": 0, "SkillType": 1, "CastType": 2, @@ -14018,7 +14375,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1547 + 1537 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -14030,17 +14387,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1541", + "Icon": "Skill_Icon_1521", "Sound": "", - "Describe": "自身的攻击35%的概率不会产生仇恨值", + "Describe": "使用主动技能时,生成一个可以吸收1300点伤害的护盾", "Introduction": "" }, { - "Id": 1548, - "Name": "轻柔", + "Id": 1528, + "Name": "医术", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1549, - "SkillBaseId": 1541, + "NextLvId": 1529, + "SkillBaseId": 1521, "CD": 0, "SkillType": 1, "CastType": 2, @@ -14057,7 +14415,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1548 + 1538 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -14069,17 +14427,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1541", + "Icon": "Skill_Icon_1521", "Sound": "", - "Describe": "自身的攻击40%的概率不会产生仇恨值", + "Describe": "使用主动技能时,生成一个可以吸收1500点伤害的护盾", "Introduction": "" }, { - "Id": 1549, - "Name": "轻柔", + "Id": 1529, + "Name": "医术", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1550, - "SkillBaseId": 1541, + "NextLvId": 1530, + "SkillBaseId": 1521, "CD": 0, "SkillType": 1, "CastType": 2, @@ -14096,7 +14455,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1549 + 1539 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -14108,17 +14467,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1541", + "Icon": "Skill_Icon_1521", "Sound": "", - "Describe": "自身的攻击45%的概率不会产生仇恨值", + "Describe": "使用主动技能时,生成一个可以吸收1700点伤害的护盾", "Introduction": "" }, { - "Id": 1550, - "Name": "轻柔", + "Id": 1530, + "Name": "医术", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1541, + "SkillBaseId": 1521, "CD": 0, "SkillType": 1, "CastType": 2, @@ -14135,7 +14495,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1550 + 1540 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -14147,23 +14507,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1541", + "Icon": "Skill_Icon_1521", "Sound": "", - "Describe": "自身的攻击50%的概率不会产生仇恨值", + "Describe": "使用主动技能时,生成一个可以吸收1900点伤害的护盾", "Introduction": "" }, { - "Id": 1561, - "Name": "回春", + "Id": 1541, + "Name": "轻柔", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1562, - "SkillBaseId": 1561, + "NextLvId": 1542, + "SkillBaseId": 1541, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2, 3 ], "IsEffectToBuilding": true, @@ -14175,7 +14535,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1561 + 1541 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -14187,23 +14547,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1561", + "Icon": "Skill_Icon_1541", "Sound": "", - "Describe": "治疗目标生命值低于20%时,治疗效果增加5%", + "Describe": "自身的攻击5%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1562, - "Name": "回春", + "Id": 1542, + "Name": "轻柔", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1563, - "SkillBaseId": 1561, + "NextLvId": 1543, + "SkillBaseId": 1541, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2, 3 ], "IsEffectToBuilding": true, @@ -14215,7 +14575,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1562 + 1542 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -14227,23 +14587,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1561", + "Icon": "Skill_Icon_1541", "Sound": "", - "Describe": "治疗目标生命值低于20%时,治疗效果增加10%", + "Describe": "自身的攻击10%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1563, - "Name": "回春", + "Id": 1543, + "Name": "轻柔", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1564, - "SkillBaseId": 1561, + "NextLvId": 1544, + "SkillBaseId": 1541, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2, 3 ], "IsEffectToBuilding": true, @@ -14255,7 +14615,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1563 + 1543 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -14267,23 +14627,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1561", + "Icon": "Skill_Icon_1541", "Sound": "", - "Describe": "治疗目标生命值低于20%时,治疗效果增加15%", + "Describe": "自身的攻击15%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1564, - "Name": "回春", + "Id": 1544, + "Name": "轻柔", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1565, - "SkillBaseId": 1561, + "NextLvId": 1545, + "SkillBaseId": 1541, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2, 3 ], "IsEffectToBuilding": true, @@ -14295,7 +14655,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1564 + 1544 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -14307,23 +14667,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1561", + "Icon": "Skill_Icon_1541", "Sound": "", - "Describe": "治疗目标生命值低于20%时,治疗效果增加20%", + "Describe": "自身的攻击20%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1565, - "Name": "回春", + "Id": 1545, + "Name": "轻柔", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1566, - "SkillBaseId": 1561, + "NextLvId": 1546, + "SkillBaseId": 1541, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2, 3 ], "IsEffectToBuilding": true, @@ -14335,7 +14695,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1565 + 1545 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -14347,23 +14707,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1561", + "Icon": "Skill_Icon_1541", "Sound": "", - "Describe": "治疗目标生命值低于20%时,治疗效果增加25%", + "Describe": "自身的攻击25%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1566, - "Name": "回春", + "Id": 1546, + "Name": "轻柔", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1567, - "SkillBaseId": 1561, + "NextLvId": 1547, + "SkillBaseId": 1541, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2, 3 ], "IsEffectToBuilding": true, @@ -14375,7 +14735,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1566 + 1546 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -14387,23 +14747,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1561", + "Icon": "Skill_Icon_1541", "Sound": "", - "Describe": "治疗目标生命值低于20%时,治疗效果增加30%", + "Describe": "自身的攻击30%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1567, - "Name": "回春", + "Id": 1547, + "Name": "轻柔", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1568, - "SkillBaseId": 1561, + "NextLvId": 1548, + "SkillBaseId": 1541, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2, 3 ], "IsEffectToBuilding": true, @@ -14415,7 +14775,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1567 + 1547 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -14427,23 +14787,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1561", + "Icon": "Skill_Icon_1541", "Sound": "", - "Describe": "治疗目标生命值低于20%时,治疗效果增加35%", + "Describe": "自身的攻击35%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1568, - "Name": "回春", + "Id": 1548, + "Name": "轻柔", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1569, - "SkillBaseId": 1561, + "NextLvId": 1549, + "SkillBaseId": 1541, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2, 3 ], "IsEffectToBuilding": true, @@ -14455,7 +14815,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1568 + 1548 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -14467,23 +14827,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1561", + "Icon": "Skill_Icon_1541", "Sound": "", - "Describe": "治疗目标生命值低于20%时,治疗效果增加40%", + "Describe": "自身的攻击40%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1569, - "Name": "回春", + "Id": 1549, + "Name": "轻柔", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1570, - "SkillBaseId": 1561, + "NextLvId": 1550, + "SkillBaseId": 1541, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2, 3 ], "IsEffectToBuilding": true, @@ -14495,7 +14855,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1569 + 1549 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -14507,23 +14867,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1561", + "Icon": "Skill_Icon_1541", "Sound": "", - "Describe": "治疗目标生命值低于20%时,治疗效果增加45%", + "Describe": "自身的攻击45%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1570, - "Name": "回春", + "Id": 1550, + "Name": "轻柔", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1561, + "SkillBaseId": 1541, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2, 3 ], "IsEffectToBuilding": true, @@ -14535,7 +14895,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1570 + 1550 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -14547,22 +14907,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1561", + "Icon": "Skill_Icon_1541", "Sound": "", - "Describe": "治疗目标生命值低于20%时,治疗效果增加50%", + "Describe": "自身的攻击50%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1581, - "Name": "大悲心", + "Id": 1561, + "Name": "回春", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1582, - "SkillBaseId": 1581, + "NextLvId": 1562, + "SkillBaseId": 1561, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ + 2, 3 ], "IsEffectToBuilding": true, @@ -14574,7 +14936,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1581 + 1561 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -14586,22 +14948,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1581", + "Icon": "Skill_Icon_1561", "Sound": "", - "Describe": "攻击时产生的仇恨值提高5%", + "Describe": "治疗目标生命值低于20%时,治疗效果增加5%", "Introduction": "" }, { - "Id": 1582, - "Name": "大悲心", + "Id": 1562, + "Name": "回春", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1583, - "SkillBaseId": 1581, + "NextLvId": 1563, + "SkillBaseId": 1561, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ + 2, 3 ], "IsEffectToBuilding": true, @@ -14613,7 +14977,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1582 + 1562 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -14625,22 +14989,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1581", + "Icon": "Skill_Icon_1561", "Sound": "", - "Describe": "攻击时产生的仇恨值提高10%", + "Describe": "治疗目标生命值低于20%时,治疗效果增加10%", "Introduction": "" }, { - "Id": 1583, - "Name": "大悲心", + "Id": 1563, + "Name": "回春", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1584, - "SkillBaseId": 1581, + "NextLvId": 1564, + "SkillBaseId": 1561, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ + 2, 3 ], "IsEffectToBuilding": true, @@ -14652,7 +15018,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1583 + 1563 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -14664,22 +15030,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1581", + "Icon": "Skill_Icon_1561", "Sound": "", - "Describe": "攻击时产生的仇恨值提高15%", + "Describe": "治疗目标生命值低于20%时,治疗效果增加15%", "Introduction": "" }, { - "Id": 1584, - "Name": "大悲心", + "Id": 1564, + "Name": "回春", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1585, - "SkillBaseId": 1581, + "NextLvId": 1565, + "SkillBaseId": 1561, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ + 2, 3 ], "IsEffectToBuilding": true, @@ -14691,7 +15059,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1584 + 1564 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -14703,22 +15071,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1581", + "Icon": "Skill_Icon_1561", "Sound": "", - "Describe": "攻击时产生的仇恨值提高20%", + "Describe": "治疗目标生命值低于20%时,治疗效果增加20%", "Introduction": "" }, { - "Id": 1585, - "Name": "大悲心", + "Id": 1565, + "Name": "回春", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1586, - "SkillBaseId": 1581, + "NextLvId": 1566, + "SkillBaseId": 1561, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ + 2, 3 ], "IsEffectToBuilding": true, @@ -14730,7 +15100,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1585 + 1565 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -14742,22 +15112,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1581", + "Icon": "Skill_Icon_1561", "Sound": "", - "Describe": "攻击时产生的仇恨值提高25%", + "Describe": "治疗目标生命值低于20%时,治疗效果增加25%", "Introduction": "" }, { - "Id": 1586, - "Name": "大悲心", + "Id": 1566, + "Name": "回春", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1587, - "SkillBaseId": 1581, + "NextLvId": 1567, + "SkillBaseId": 1561, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ + 2, 3 ], "IsEffectToBuilding": true, @@ -14769,7 +15141,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1586 + 1566 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -14781,22 +15153,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1581", + "Icon": "Skill_Icon_1561", "Sound": "", - "Describe": "攻击时产生的仇恨值提高30%", + "Describe": "治疗目标生命值低于20%时,治疗效果增加30%", "Introduction": "" }, { - "Id": 1587, - "Name": "大悲心", + "Id": 1567, + "Name": "回春", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1588, - "SkillBaseId": 1581, + "NextLvId": 1568, + "SkillBaseId": 1561, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ + 2, 3 ], "IsEffectToBuilding": true, @@ -14808,7 +15182,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1587 + 1567 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -14820,22 +15194,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1581", + "Icon": "Skill_Icon_1561", "Sound": "", - "Describe": "攻击时产生的仇恨值提高35%", + "Describe": "治疗目标生命值低于20%时,治疗效果增加35%", "Introduction": "" }, { - "Id": 1588, - "Name": "大悲心", + "Id": 1568, + "Name": "回春", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1589, - "SkillBaseId": 1581, + "NextLvId": 1569, + "SkillBaseId": 1561, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ + 2, 3 ], "IsEffectToBuilding": true, @@ -14847,7 +15223,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1588 + 1568 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -14859,22 +15235,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1581", + "Icon": "Skill_Icon_1561", "Sound": "", - "Describe": "攻击时产生的仇恨值提高40%", + "Describe": "治疗目标生命值低于20%时,治疗效果增加40%", "Introduction": "" }, { - "Id": 1589, - "Name": "大悲心", + "Id": 1569, + "Name": "回春", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1590, - "SkillBaseId": 1581, + "NextLvId": 1570, + "SkillBaseId": 1561, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ + 2, 3 ], "IsEffectToBuilding": true, @@ -14886,7 +15264,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1589 + 1569 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -14898,22 +15276,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1581", + "Icon": "Skill_Icon_1561", "Sound": "", - "Describe": "攻击时产生的仇恨值提高45%", + "Describe": "治疗目标生命值低于20%时,治疗效果增加45%", "Introduction": "" }, { - "Id": 1590, - "Name": "大悲心", + "Id": 1570, + "Name": "回春", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1581, + "SkillBaseId": 1561, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ + 2, 3 ], "IsEffectToBuilding": true, @@ -14925,7 +15305,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1590 + 1570 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -14937,17 +15317,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1581", + "Icon": "Skill_Icon_1561", "Sound": "", - "Describe": "攻击时产生的仇恨值提高50%", + "Describe": "治疗目标生命值低于20%时,治疗效果增加50%", "Introduction": "" }, { - "Id": 1601, - "Name": "回向", + "Id": 1581, + "Name": "大悲心", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1602, - "SkillBaseId": 1601, + "NextLvId": 1582, + "SkillBaseId": 1581, "CD": 0, "SkillType": 1, "CastType": 2, @@ -14964,7 +15345,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1611 + 1581 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -14976,17 +15357,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1601", + "Icon": "Skill_Icon_1581", "Sound": "", - "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加15%", + "Describe": "攻击时产生的仇恨值提高5%", "Introduction": "" }, { - "Id": 1602, - "Name": "回向", + "Id": 1582, + "Name": "大悲心", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1603, - "SkillBaseId": 1601, + "NextLvId": 1583, + "SkillBaseId": 1581, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15003,7 +15385,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1612 + 1582 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -15015,17 +15397,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1601", + "Icon": "Skill_Icon_1581", "Sound": "", - "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加30%", + "Describe": "攻击时产生的仇恨值提高10%", "Introduction": "" }, { - "Id": 1603, - "Name": "回向", + "Id": 1583, + "Name": "大悲心", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1604, - "SkillBaseId": 1601, + "NextLvId": 1584, + "SkillBaseId": 1581, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15042,7 +15425,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1613 + 1583 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -15054,17 +15437,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1601", + "Icon": "Skill_Icon_1581", "Sound": "", - "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加45%", + "Describe": "攻击时产生的仇恨值提高15%", "Introduction": "" }, { - "Id": 1604, - "Name": "回向", + "Id": 1584, + "Name": "大悲心", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1605, - "SkillBaseId": 1601, + "NextLvId": 1585, + "SkillBaseId": 1581, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15081,7 +15465,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1614 + 1584 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -15093,17 +15477,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1601", + "Icon": "Skill_Icon_1581", "Sound": "", - "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加60%", + "Describe": "攻击时产生的仇恨值提高20%", "Introduction": "" }, { - "Id": 1605, - "Name": "回向", + "Id": 1585, + "Name": "大悲心", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1606, - "SkillBaseId": 1601, + "NextLvId": 1586, + "SkillBaseId": 1581, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15120,7 +15505,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1615 + 1585 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -15132,17 +15517,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1601", + "Icon": "Skill_Icon_1581", "Sound": "", - "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加75%", + "Describe": "攻击时产生的仇恨值提高25%", "Introduction": "" }, { - "Id": 1606, - "Name": "回向", + "Id": 1586, + "Name": "大悲心", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1607, - "SkillBaseId": 1601, + "NextLvId": 1587, + "SkillBaseId": 1581, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15159,7 +15545,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1616 + 1586 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -15171,17 +15557,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1601", + "Icon": "Skill_Icon_1581", "Sound": "", - "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加90%", + "Describe": "攻击时产生的仇恨值提高30%", "Introduction": "" }, { - "Id": 1607, - "Name": "回向", + "Id": 1587, + "Name": "大悲心", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1608, - "SkillBaseId": 1601, + "NextLvId": 1588, + "SkillBaseId": 1581, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15198,7 +15585,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1617 + 1587 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -15210,17 +15597,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1601", + "Icon": "Skill_Icon_1581", "Sound": "", - "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加105%", + "Describe": "攻击时产生的仇恨值提高35%", "Introduction": "" }, { - "Id": 1608, - "Name": "回向", + "Id": 1588, + "Name": "大悲心", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1609, - "SkillBaseId": 1601, + "NextLvId": 1589, + "SkillBaseId": 1581, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15237,7 +15625,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1618 + 1588 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -15249,17 +15637,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1601", + "Icon": "Skill_Icon_1581", "Sound": "", - "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加120%", + "Describe": "攻击时产生的仇恨值提高40%", "Introduction": "" }, { - "Id": 1609, - "Name": "回向", + "Id": 1589, + "Name": "大悲心", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1610, - "SkillBaseId": 1601, + "NextLvId": 1590, + "SkillBaseId": 1581, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15276,7 +15665,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1619 + 1589 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -15288,17 +15677,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1601", + "Icon": "Skill_Icon_1581", "Sound": "", - "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加135%", + "Describe": "攻击时产生的仇恨值提高45%", "Introduction": "" }, { - "Id": 1610, - "Name": "回向", + "Id": 1590, + "Name": "大悲心", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1601, + "SkillBaseId": 1581, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15315,7 +15705,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1620 + 1590 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -15327,22 +15717,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1601", + "Icon": "Skill_Icon_1581", "Sound": "", - "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加150%", + "Describe": "攻击时产生的仇恨值提高50%", "Introduction": "" }, { - "Id": 1621, - "Name": "罗汉", + "Id": 1601, + "Name": "回向", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1622, - "SkillBaseId": 1621, + "NextLvId": 1602, + "SkillBaseId": 1601, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [], + "EffectObject": [ + 3 + ], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -15352,7 +15745,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1631 + 1611 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -15364,22 +15757,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1621", + "Icon": "Skill_Icon_1601", "Sound": "", - "Describe": "被暴击时,增加自身2%点免伤,持续10秒", + "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加15%", "Introduction": "" }, { - "Id": 1622, - "Name": "罗汉", + "Id": 1602, + "Name": "回向", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1623, - "SkillBaseId": 1621, + "NextLvId": 1603, + "SkillBaseId": 1601, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [], + "EffectObject": [ + 3 + ], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -15389,7 +15785,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1632 + 1612 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -15401,22 +15797,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1621", + "Icon": "Skill_Icon_1601", "Sound": "", - "Describe": "被暴击时,增加自身4%点免伤,持续10秒", + "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加30%", "Introduction": "" }, { - "Id": 1623, - "Name": "罗汉", + "Id": 1603, + "Name": "回向", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1624, - "SkillBaseId": 1621, + "NextLvId": 1604, + "SkillBaseId": 1601, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [], + "EffectObject": [ + 3 + ], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -15426,7 +15825,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1633 + 1613 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -15438,22 +15837,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1621", + "Icon": "Skill_Icon_1601", "Sound": "", - "Describe": "被暴击时,增加自身6%点免伤,持续10秒", + "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加45%", "Introduction": "" }, { - "Id": 1624, - "Name": "罗汉", + "Id": 1604, + "Name": "回向", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1625, - "SkillBaseId": 1621, + "NextLvId": 1605, + "SkillBaseId": 1601, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [], + "EffectObject": [ + 3 + ], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -15463,7 +15865,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1634 + 1614 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -15475,22 +15877,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1621", + "Icon": "Skill_Icon_1601", "Sound": "", - "Describe": "被暴击时,增加自身8%点免伤,持续10秒", + "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加60%", "Introduction": "" }, { - "Id": 1625, - "Name": "罗汉", + "Id": 1605, + "Name": "回向", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1626, - "SkillBaseId": 1621, + "NextLvId": 1606, + "SkillBaseId": 1601, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [], + "EffectObject": [ + 3 + ], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -15500,7 +15905,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1635 + 1615 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -15512,22 +15917,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1621", + "Icon": "Skill_Icon_1601", "Sound": "", - "Describe": "被暴击时,增加自身10%点免伤,持续10秒", + "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加75%", "Introduction": "" }, { - "Id": 1626, - "Name": "罗汉", + "Id": 1606, + "Name": "回向", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1627, - "SkillBaseId": 1621, + "NextLvId": 1607, + "SkillBaseId": 1601, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [], + "EffectObject": [ + 3 + ], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -15537,7 +15945,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1636 + 1616 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -15549,22 +15957,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1621", + "Icon": "Skill_Icon_1601", "Sound": "", - "Describe": "被暴击时,增加自身12%点免伤,持续10秒", + "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加90%", "Introduction": "" }, { - "Id": 1627, - "Name": "罗汉", + "Id": 1607, + "Name": "回向", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1628, - "SkillBaseId": 1621, + "NextLvId": 1608, + "SkillBaseId": 1601, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [], + "EffectObject": [ + 3 + ], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -15574,7 +15985,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1637 + 1617 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -15586,22 +15997,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1621", + "Icon": "Skill_Icon_1601", "Sound": "", - "Describe": "被暴击时,增加自身14%点免伤,持续10秒", + "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加105%", "Introduction": "" }, { - "Id": 1628, - "Name": "罗汉", + "Id": 1608, + "Name": "回向", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1629, - "SkillBaseId": 1621, + "NextLvId": 1609, + "SkillBaseId": 1601, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [], + "EffectObject": [ + 3 + ], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -15611,7 +16025,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1638 + 1618 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -15623,22 +16037,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1621", + "Icon": "Skill_Icon_1601", "Sound": "", - "Describe": "被暴击时,增加自身16%点免伤,持续10秒", + "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加120%", "Introduction": "" }, { - "Id": 1629, - "Name": "罗汉", + "Id": 1609, + "Name": "回向", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1630, - "SkillBaseId": 1621, + "NextLvId": 1610, + "SkillBaseId": 1601, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [], + "EffectObject": [ + 3 + ], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -15648,7 +16065,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1639 + 1619 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -15660,22 +16077,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1621", + "Icon": "Skill_Icon_1601", "Sound": "", - "Describe": "被暴击时,增加自身18%点免伤,持续10秒", + "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加135%", "Introduction": "" }, { - "Id": 1630, - "Name": "罗汉", + "Id": 1610, + "Name": "回向", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1621, + "SkillBaseId": 1601, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [], + "EffectObject": [ + 3 + ], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -15685,7 +16105,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1640 + 1620 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -15697,17 +16117,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1621", + "Icon": "Skill_Icon_1601", "Sound": "", - "Describe": "被暴击时,增加自身20%点免伤,持续10秒", + "Describe": "如果攻击被闪避,则下次命中率提升至100%。且伤害增加150%", "Introduction": "" }, { - "Id": 1641, - "Name": "普渡", + "Id": 1621, + "Name": "罗汉", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1642, - "SkillBaseId": 1641, + "NextLvId": 1622, + "SkillBaseId": 1621, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15722,7 +16143,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1651 + 1631 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -15734,17 +16155,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1641", + "Icon": "Skill_Icon_1621", "Sound": "", - "Describe": "生命值低于30%时,普通攻击有2%的概率,眩晕敌人1秒", + "Describe": "被暴击时,增加自身2%点免伤,持续10秒", "Introduction": "" }, { - "Id": 1642, - "Name": "普渡", + "Id": 1622, + "Name": "罗汉", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1643, - "SkillBaseId": 1641, + "NextLvId": 1623, + "SkillBaseId": 1621, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15759,7 +16181,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1652 + 1632 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -15771,17 +16193,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1641", + "Icon": "Skill_Icon_1621", "Sound": "", - "Describe": "生命值低于30%时,普通攻击有4%的概率,眩晕敌人1秒", + "Describe": "被暴击时,增加自身4%点免伤,持续10秒", "Introduction": "" }, { - "Id": 1643, - "Name": "普渡", + "Id": 1623, + "Name": "罗汉", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1644, - "SkillBaseId": 1641, + "NextLvId": 1624, + "SkillBaseId": 1621, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15796,7 +16219,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1653 + 1633 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -15808,17 +16231,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1641", + "Icon": "Skill_Icon_1621", "Sound": "", - "Describe": "生命值低于30%时,普通攻击有6%的概率,眩晕敌人1秒", + "Describe": "被暴击时,增加自身6%点免伤,持续10秒", "Introduction": "" }, { - "Id": 1644, - "Name": "普渡", + "Id": 1624, + "Name": "罗汉", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1645, - "SkillBaseId": 1641, + "NextLvId": 1625, + "SkillBaseId": 1621, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15833,7 +16257,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1654 + 1634 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -15845,17 +16269,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1641", + "Icon": "Skill_Icon_1621", "Sound": "", - "Describe": "生命值低于30%时,普通攻击有8%的概率,眩晕敌人1秒", + "Describe": "被暴击时,增加自身8%点免伤,持续10秒", "Introduction": "" }, { - "Id": 1645, - "Name": "普渡", + "Id": 1625, + "Name": "罗汉", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1646, - "SkillBaseId": 1641, + "NextLvId": 1626, + "SkillBaseId": 1621, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15870,7 +16295,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1655 + 1635 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -15882,17 +16307,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1641", + "Icon": "Skill_Icon_1621", "Sound": "", - "Describe": "生命值低于30%时,普通攻击有10%的概率,眩晕敌人1秒", + "Describe": "被暴击时,增加自身10%点免伤,持续10秒", "Introduction": "" }, { - "Id": 1646, - "Name": "普渡", + "Id": 1626, + "Name": "罗汉", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1647, - "SkillBaseId": 1641, + "NextLvId": 1627, + "SkillBaseId": 1621, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15907,7 +16333,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1656 + 1636 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -15919,17 +16345,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1641", + "Icon": "Skill_Icon_1621", "Sound": "", - "Describe": "生命值低于30%时,普通攻击有12%的概率,眩晕敌人1秒", + "Describe": "被暴击时,增加自身12%点免伤,持续10秒", "Introduction": "" }, { - "Id": 1647, - "Name": "普渡", + "Id": 1627, + "Name": "罗汉", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1648, - "SkillBaseId": 1641, + "NextLvId": 1628, + "SkillBaseId": 1621, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15944,7 +16371,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1657 + 1637 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -15956,17 +16383,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1641", + "Icon": "Skill_Icon_1621", "Sound": "", - "Describe": "生命值低于30%时,普通攻击有14%的概率,眩晕敌人1秒", + "Describe": "被暴击时,增加自身14%点免伤,持续10秒", "Introduction": "" }, { - "Id": 1648, - "Name": "普渡", + "Id": 1628, + "Name": "罗汉", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1649, - "SkillBaseId": 1641, + "NextLvId": 1629, + "SkillBaseId": 1621, "CD": 0, "SkillType": 1, "CastType": 2, @@ -15981,7 +16409,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1658 + 1638 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -15993,17 +16421,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1641", + "Icon": "Skill_Icon_1621", "Sound": "", - "Describe": "生命值低于30%时,普通攻击有16%的概率,眩晕敌人1秒", + "Describe": "被暴击时,增加自身16%点免伤,持续10秒", "Introduction": "" }, { - "Id": 1649, - "Name": "普渡", + "Id": 1629, + "Name": "罗汉", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1650, - "SkillBaseId": 1641, + "NextLvId": 1630, + "SkillBaseId": 1621, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16018,7 +16447,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1659 + 1639 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -16030,17 +16459,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1641", + "Icon": "Skill_Icon_1621", "Sound": "", - "Describe": "生命值低于30%时,普通攻击有18%的概率,眩晕敌人1秒", + "Describe": "被暴击时,增加自身18%点免伤,持续10秒", "Introduction": "" }, { - "Id": 1650, - "Name": "普渡", + "Id": 1630, + "Name": "罗汉", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1641, + "SkillBaseId": 1621, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16055,7 +16485,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1660 + 1640 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -16067,17 +16497,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1641", + "Icon": "Skill_Icon_1621", "Sound": "", - "Describe": "生命值低于30%时,普通攻击有20%的概率,眩晕敌人1秒", + "Describe": "被暴击时,增加自身20%点免伤,持续10秒", "Introduction": "" }, { - "Id": 1661, - "Name": "敏捷", + "Id": 1641, + "Name": "普渡", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1662, - "SkillBaseId": 1661, + "NextLvId": 1642, + "SkillBaseId": 1641, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16092,7 +16523,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1661 + 1651 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -16104,17 +16535,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1661", + "Icon": "Skill_Icon_1641", "Sound": "", - "Describe": "闪避+2%", + "Describe": "生命值低于30%时,普通攻击有2%的概率,眩晕敌人1秒", "Introduction": "" }, { - "Id": 1662, - "Name": "敏捷", + "Id": 1642, + "Name": "普渡", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1663, - "SkillBaseId": 1661, + "NextLvId": 1643, + "SkillBaseId": 1641, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16129,7 +16561,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1662 + 1652 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -16141,17 +16573,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1661", + "Icon": "Skill_Icon_1641", "Sound": "", - "Describe": "闪避+4%", + "Describe": "生命值低于30%时,普通攻击有4%的概率,眩晕敌人1秒", "Introduction": "" }, { - "Id": 1663, - "Name": "敏捷", + "Id": 1643, + "Name": "普渡", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1664, - "SkillBaseId": 1661, + "NextLvId": 1644, + "SkillBaseId": 1641, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16166,7 +16599,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1663 + 1653 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -16178,17 +16611,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1661", + "Icon": "Skill_Icon_1641", "Sound": "", - "Describe": "闪避+6%", + "Describe": "生命值低于30%时,普通攻击有6%的概率,眩晕敌人1秒", "Introduction": "" }, { - "Id": 1664, - "Name": "敏捷", + "Id": 1644, + "Name": "普渡", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1665, - "SkillBaseId": 1661, + "NextLvId": 1645, + "SkillBaseId": 1641, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16203,7 +16637,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1664 + 1654 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -16215,17 +16649,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1661", + "Icon": "Skill_Icon_1641", "Sound": "", - "Describe": "闪避+8%", + "Describe": "生命值低于30%时,普通攻击有8%的概率,眩晕敌人1秒", "Introduction": "" }, { - "Id": 1665, - "Name": "敏捷", + "Id": 1645, + "Name": "普渡", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1666, - "SkillBaseId": 1661, + "NextLvId": 1646, + "SkillBaseId": 1641, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16240,7 +16675,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1665 + 1655 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -16252,17 +16687,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1661", + "Icon": "Skill_Icon_1641", "Sound": "", - "Describe": "闪避+10%", + "Describe": "生命值低于30%时,普通攻击有10%的概率,眩晕敌人1秒", "Introduction": "" }, { - "Id": 1666, - "Name": "敏捷", + "Id": 1646, + "Name": "普渡", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1667, - "SkillBaseId": 1661, + "NextLvId": 1647, + "SkillBaseId": 1641, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16277,7 +16713,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1666 + 1656 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -16289,17 +16725,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1661", + "Icon": "Skill_Icon_1641", "Sound": "", - "Describe": "闪避+12%", + "Describe": "生命值低于30%时,普通攻击有12%的概率,眩晕敌人1秒", "Introduction": "" }, { - "Id": 1667, - "Name": "敏捷", + "Id": 1647, + "Name": "普渡", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1668, - "SkillBaseId": 1661, + "NextLvId": 1648, + "SkillBaseId": 1641, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16314,7 +16751,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1667 + 1657 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -16326,17 +16763,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1661", + "Icon": "Skill_Icon_1641", "Sound": "", - "Describe": "闪避+14%", + "Describe": "生命值低于30%时,普通攻击有14%的概率,眩晕敌人1秒", "Introduction": "" }, { - "Id": 1668, - "Name": "敏捷", + "Id": 1648, + "Name": "普渡", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1669, - "SkillBaseId": 1661, + "NextLvId": 1649, + "SkillBaseId": 1641, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16351,7 +16789,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1668 + 1658 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -16363,17 +16801,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1661", + "Icon": "Skill_Icon_1641", "Sound": "", - "Describe": "闪避+16%", + "Describe": "生命值低于30%时,普通攻击有16%的概率,眩晕敌人1秒", "Introduction": "" }, { - "Id": 1669, - "Name": "敏捷", + "Id": 1649, + "Name": "普渡", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1670, - "SkillBaseId": 1661, + "NextLvId": 1650, + "SkillBaseId": 1641, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16388,7 +16827,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1669 + 1659 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -16400,17 +16839,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1661", + "Icon": "Skill_Icon_1641", "Sound": "", - "Describe": "闪避+18%", + "Describe": "生命值低于30%时,普通攻击有18%的概率,眩晕敌人1秒", "Introduction": "" }, { - "Id": 1670, - "Name": "敏捷", + "Id": 1650, + "Name": "普渡", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1661, + "SkillBaseId": 1641, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16425,7 +16865,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1670 + 1660 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -16437,17 +16877,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1661", + "Icon": "Skill_Icon_1641", "Sound": "", - "Describe": "闪避+20%", + "Describe": "生命值低于30%时,普通攻击有20%的概率,眩晕敌人1秒", "Introduction": "" }, { - "Id": 1681, - "Name": "回击", + "Id": 1661, + "Name": "敏捷", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1682, - "SkillBaseId": 1681, + "NextLvId": 1662, + "SkillBaseId": 1661, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16462,7 +16903,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1691 + 1661 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -16474,17 +16915,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1681", + "Icon": "Skill_Icon_1661", "Sound": "", - "Describe": "闪避成功后,增加自身攻击2%", + "Describe": "闪避+2%", "Introduction": "" }, { - "Id": 1682, - "Name": "回击", + "Id": 1662, + "Name": "敏捷", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1683, - "SkillBaseId": 1681, + "NextLvId": 1663, + "SkillBaseId": 1661, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16499,7 +16941,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1692 + 1662 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -16511,17 +16953,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1681", + "Icon": "Skill_Icon_1661", "Sound": "", - "Describe": "闪避成功后,增加自身攻击4%", + "Describe": "闪避+4%", "Introduction": "" }, { - "Id": 1683, - "Name": "回击", + "Id": 1663, + "Name": "敏捷", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1684, - "SkillBaseId": 1681, + "NextLvId": 1664, + "SkillBaseId": 1661, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16536,7 +16979,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1693 + 1663 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -16548,17 +16991,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1681", + "Icon": "Skill_Icon_1661", "Sound": "", - "Describe": "闪避成功后,增加自身攻击6%", + "Describe": "闪避+6%", "Introduction": "" }, { - "Id": 1684, - "Name": "回击", + "Id": 1664, + "Name": "敏捷", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1685, - "SkillBaseId": 1681, + "NextLvId": 1665, + "SkillBaseId": 1661, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16573,7 +17017,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1694 + 1664 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -16585,17 +17029,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1681", + "Icon": "Skill_Icon_1661", "Sound": "", - "Describe": "闪避成功后,增加自身攻击8%", + "Describe": "闪避+8%", "Introduction": "" }, { - "Id": 1685, - "Name": "回击", + "Id": 1665, + "Name": "敏捷", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1686, - "SkillBaseId": 1681, + "NextLvId": 1666, + "SkillBaseId": 1661, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16610,7 +17055,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1695 + 1665 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -16622,17 +17067,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1681", + "Icon": "Skill_Icon_1661", "Sound": "", - "Describe": "闪避成功后,增加自身攻击10%", + "Describe": "闪避+10%", "Introduction": "" }, { - "Id": 1686, - "Name": "回击", + "Id": 1666, + "Name": "敏捷", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1687, - "SkillBaseId": 1681, + "NextLvId": 1667, + "SkillBaseId": 1661, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16647,7 +17093,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1696 + 1666 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -16659,17 +17105,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1681", + "Icon": "Skill_Icon_1661", "Sound": "", - "Describe": "闪避成功后,增加自身攻击12%", + "Describe": "闪避+12%", "Introduction": "" }, { - "Id": 1687, - "Name": "回击", + "Id": 1667, + "Name": "敏捷", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1688, - "SkillBaseId": 1681, + "NextLvId": 1668, + "SkillBaseId": 1661, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16684,7 +17131,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1697 + 1667 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -16696,17 +17143,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1681", + "Icon": "Skill_Icon_1661", "Sound": "", - "Describe": "闪避成功后,增加自身攻击14%", + "Describe": "闪避+14%", "Introduction": "" }, { - "Id": 1688, - "Name": "回击", + "Id": 1668, + "Name": "敏捷", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1689, - "SkillBaseId": 1681, + "NextLvId": 1669, + "SkillBaseId": 1661, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16721,7 +17169,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1698 + 1668 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -16733,17 +17181,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1681", + "Icon": "Skill_Icon_1661", "Sound": "", - "Describe": "闪避成功后,增加自身攻击16%", + "Describe": "闪避+16%", "Introduction": "" }, { - "Id": 1689, - "Name": "回击", + "Id": 1669, + "Name": "敏捷", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1690, - "SkillBaseId": 1681, + "NextLvId": 1670, + "SkillBaseId": 1661, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16758,7 +17207,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1699 + 1669 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -16770,17 +17219,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1681", + "Icon": "Skill_Icon_1661", "Sound": "", - "Describe": "闪避成功后,增加自身攻击18%", + "Describe": "闪避+18%", "Introduction": "" }, { - "Id": 1690, - "Name": "回击", + "Id": 1670, + "Name": "敏捷", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1681, + "SkillBaseId": 1661, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16795,7 +17245,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1700 + 1670 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -16807,17 +17257,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1681", + "Icon": "Skill_Icon_1661", "Sound": "", - "Describe": "闪避成功后,增加自身攻击20%", + "Describe": "闪避+20%", "Introduction": "" }, { - "Id": 1701, - "Name": "破竹", + "Id": 1681, + "Name": "回击", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1702, - "SkillBaseId": 1701, + "NextLvId": 1682, + "SkillBaseId": 1681, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16832,7 +17283,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1711 + 1691 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -16844,17 +17295,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1701", + "Icon": "Skill_Icon_1681", "Sound": "", - "Describe": "当自身生命值低于11%时,暴击率提升30%,持续到战斗结束", + "Describe": "闪避成功后,增加自身攻击2%", "Introduction": "" }, { - "Id": 1702, - "Name": "破竹", + "Id": 1682, + "Name": "回击", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1703, - "SkillBaseId": 1701, + "NextLvId": 1683, + "SkillBaseId": 1681, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16869,7 +17321,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1712 + 1692 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -16881,17 +17333,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1701", + "Icon": "Skill_Icon_1681", "Sound": "", - "Describe": "当自身生命值低于12%时,暴击率提升30%,持续到战斗结束", + "Describe": "闪避成功后,增加自身攻击4%", "Introduction": "" }, { - "Id": 1703, - "Name": "破竹", + "Id": 1683, + "Name": "回击", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1704, - "SkillBaseId": 1701, + "NextLvId": 1684, + "SkillBaseId": 1681, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16906,7 +17359,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1713 + 1693 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -16918,17 +17371,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1701", + "Icon": "Skill_Icon_1681", "Sound": "", - "Describe": "当自身生命值低于13%时,暴击率提升30%,持续到战斗结束", + "Describe": "闪避成功后,增加自身攻击6%", "Introduction": "" }, { - "Id": 1704, - "Name": "破竹", + "Id": 1684, + "Name": "回击", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1705, - "SkillBaseId": 1701, + "NextLvId": 1685, + "SkillBaseId": 1681, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16943,7 +17397,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1714 + 1694 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -16955,17 +17409,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1701", + "Icon": "Skill_Icon_1681", "Sound": "", - "Describe": "当自身生命值低于14%时,暴击率提升30%,持续到战斗结束", + "Describe": "闪避成功后,增加自身攻击8%", "Introduction": "" }, { - "Id": 1705, - "Name": "破竹", + "Id": 1685, + "Name": "回击", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1706, - "SkillBaseId": 1701, + "NextLvId": 1686, + "SkillBaseId": 1681, "CD": 0, "SkillType": 1, "CastType": 2, @@ -16980,7 +17435,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1715 + 1695 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -16992,17 +17447,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1701", + "Icon": "Skill_Icon_1681", "Sound": "", - "Describe": "当自身生命值低于15%时,暴击率提升30%,持续到战斗结束", + "Describe": "闪避成功后,增加自身攻击10%", "Introduction": "" }, { - "Id": 1706, - "Name": "破竹", + "Id": 1686, + "Name": "回击", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1707, - "SkillBaseId": 1701, + "NextLvId": 1687, + "SkillBaseId": 1681, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17017,7 +17473,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1716 + 1696 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -17029,17 +17485,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1701", + "Icon": "Skill_Icon_1681", "Sound": "", - "Describe": "当自身生命值低于16%时,暴击率提升30%,持续到战斗结束", + "Describe": "闪避成功后,增加自身攻击12%", "Introduction": "" }, { - "Id": 1707, - "Name": "破竹", + "Id": 1687, + "Name": "回击", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1708, - "SkillBaseId": 1701, + "NextLvId": 1688, + "SkillBaseId": 1681, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17054,7 +17511,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1717 + 1697 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -17066,17 +17523,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1701", + "Icon": "Skill_Icon_1681", "Sound": "", - "Describe": "当自身生命值低于17%时,暴击率提升30%,持续到战斗结束", + "Describe": "闪避成功后,增加自身攻击14%", "Introduction": "" }, { - "Id": 1708, - "Name": "破竹", + "Id": 1688, + "Name": "回击", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1709, - "SkillBaseId": 1701, + "NextLvId": 1689, + "SkillBaseId": 1681, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17091,7 +17549,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1718 + 1698 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -17103,17 +17561,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1701", + "Icon": "Skill_Icon_1681", "Sound": "", - "Describe": "当自身生命值低于18%时,暴击率提升30%,持续到战斗结束", + "Describe": "闪避成功后,增加自身攻击16%", "Introduction": "" }, { - "Id": 1709, - "Name": "破竹", + "Id": 1689, + "Name": "回击", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1710, - "SkillBaseId": 1701, + "NextLvId": 1690, + "SkillBaseId": 1681, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17128,7 +17587,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1719 + 1699 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -17140,17 +17599,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1701", + "Icon": "Skill_Icon_1681", "Sound": "", - "Describe": "当自身生命值低于19%时,暴击率提升30%,持续到战斗结束", + "Describe": "闪避成功后,增加自身攻击18%", "Introduction": "" }, { - "Id": 1710, - "Name": "破竹", + "Id": 1690, + "Name": "回击", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1701, + "SkillBaseId": 1681, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17165,7 +17625,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1720 + 1700 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -17177,17 +17637,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1701", + "Icon": "Skill_Icon_1681", "Sound": "", - "Describe": "当自身生命值低于20%时,暴击率提升30%,持续到战斗结束", + "Describe": "闪避成功后,增加自身攻击20%", "Introduction": "" }, { - "Id": 1721, - "Name": "猎手", + "Id": 1701, + "Name": "破竹", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1722, - "SkillBaseId": 1721, + "NextLvId": 1702, + "SkillBaseId": 1701, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17202,7 +17663,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1721 + 1711 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -17214,17 +17675,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1721", + "Icon": "Skill_Icon_1701", "Sound": "", - "Describe": "当攻击范围内只有1个目标时,暴击伤害增加50%", + "Describe": "当自身生命值低于11%时,暴击率提升30%,持续到战斗结束", "Introduction": "" }, { - "Id": 1722, - "Name": "猎手", + "Id": 1702, + "Name": "破竹", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1723, - "SkillBaseId": 1721, + "NextLvId": 1703, + "SkillBaseId": 1701, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17239,7 +17701,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1722 + 1712 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -17251,17 +17713,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1721", + "Icon": "Skill_Icon_1701", "Sound": "", - "Describe": "当攻击范围内只有1个目标时,暴击伤害增加60%", + "Describe": "当自身生命值低于12%时,暴击率提升30%,持续到战斗结束", "Introduction": "" }, { - "Id": 1723, - "Name": "猎手", + "Id": 1703, + "Name": "破竹", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1724, - "SkillBaseId": 1721, + "NextLvId": 1704, + "SkillBaseId": 1701, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17276,7 +17739,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1723 + 1713 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -17288,17 +17751,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1721", + "Icon": "Skill_Icon_1701", "Sound": "", - "Describe": "当攻击范围内只有1个目标时,暴击伤害增加70%", + "Describe": "当自身生命值低于13%时,暴击率提升30%,持续到战斗结束", "Introduction": "" }, { - "Id": 1724, - "Name": "猎手", + "Id": 1704, + "Name": "破竹", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1725, - "SkillBaseId": 1721, + "NextLvId": 1705, + "SkillBaseId": 1701, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17313,7 +17777,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1724 + 1714 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -17325,17 +17789,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1721", + "Icon": "Skill_Icon_1701", "Sound": "", - "Describe": "当攻击范围内只有1个目标时,暴击伤害增加80%", + "Describe": "当自身生命值低于14%时,暴击率提升30%,持续到战斗结束", "Introduction": "" }, { - "Id": 1725, - "Name": "猎手", + "Id": 1705, + "Name": "破竹", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1726, - "SkillBaseId": 1721, + "NextLvId": 1706, + "SkillBaseId": 1701, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17350,7 +17815,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1725 + 1715 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -17362,17 +17827,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1721", + "Icon": "Skill_Icon_1701", "Sound": "", - "Describe": "当攻击范围内只有1个目标时,暴击伤害增加90%", + "Describe": "当自身生命值低于15%时,暴击率提升30%,持续到战斗结束", "Introduction": "" }, { - "Id": 1726, - "Name": "猎手", + "Id": 1706, + "Name": "破竹", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1727, - "SkillBaseId": 1721, + "NextLvId": 1707, + "SkillBaseId": 1701, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17387,7 +17853,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1726 + 1716 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -17399,17 +17865,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1721", + "Icon": "Skill_Icon_1701", "Sound": "", - "Describe": "当攻击范围内只有1个目标时,暴击伤害增加100%", + "Describe": "当自身生命值低于16%时,暴击率提升30%,持续到战斗结束", "Introduction": "" }, { - "Id": 1727, - "Name": "猎手", + "Id": 1707, + "Name": "破竹", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1728, - "SkillBaseId": 1721, + "NextLvId": 1708, + "SkillBaseId": 1701, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17424,7 +17891,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1727 + 1717 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -17436,17 +17903,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1721", + "Icon": "Skill_Icon_1701", "Sound": "", - "Describe": "当攻击范围内只有1个目标时,暴击伤害增加110%", + "Describe": "当自身生命值低于17%时,暴击率提升30%,持续到战斗结束", "Introduction": "" }, { - "Id": 1728, - "Name": "猎手", + "Id": 1708, + "Name": "破竹", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1729, - "SkillBaseId": 1721, + "NextLvId": 1709, + "SkillBaseId": 1701, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17461,7 +17929,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1728 + 1718 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -17473,17 +17941,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1721", + "Icon": "Skill_Icon_1701", "Sound": "", - "Describe": "当攻击范围内只有1个目标时,暴击伤害增加120%", + "Describe": "当自身生命值低于18%时,暴击率提升30%,持续到战斗结束", "Introduction": "" }, { - "Id": 1729, - "Name": "猎手", + "Id": 1709, + "Name": "破竹", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1730, - "SkillBaseId": 1721, + "NextLvId": 1710, + "SkillBaseId": 1701, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17498,7 +17967,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1729 + 1719 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -17510,17 +17979,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1721", + "Icon": "Skill_Icon_1701", "Sound": "", - "Describe": "当攻击范围内只有1个目标时,暴击伤害增加130%", + "Describe": "当自身生命值低于19%时,暴击率提升30%,持续到战斗结束", "Introduction": "" }, { - "Id": 1730, - "Name": "猎手", + "Id": 1710, + "Name": "破竹", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1721, + "SkillBaseId": 1701, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17535,7 +18005,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1730 + 1720 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -17547,24 +18017,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1721", + "Icon": "Skill_Icon_1701", "Sound": "", - "Describe": "当攻击范围内只有1个目标时,暴击伤害增加140%", + "Describe": "当自身生命值低于20%时,暴击率提升30%,持续到战斗结束", "Introduction": "" }, { - "Id": 1741, - "Name": "独善其尸", + "Id": 1721, + "Name": "猎手", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1742, - "SkillBaseId": 1741, + "NextLvId": 1722, + "SkillBaseId": 1721, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [ - 3 - ], + "EffectObject": [], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -17574,7 +18043,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1741 + 1721 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -17586,24 +18055,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1741", + "Icon": "Skill_Icon_1721", "Sound": "", - "Describe": "自身的攻击5%的概率不会产生仇恨值", + "Describe": "当攻击范围内只有1个目标时,暴击伤害增加50%", "Introduction": "" }, { - "Id": 1742, - "Name": "独善其尸", + "Id": 1722, + "Name": "猎手", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1743, - "SkillBaseId": 1741, + "NextLvId": 1723, + "SkillBaseId": 1721, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [ - 3 - ], + "EffectObject": [], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -17613,7 +18081,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1742 + 1722 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -17625,24 +18093,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1741", + "Icon": "Skill_Icon_1721", "Sound": "", - "Describe": "自身的攻击10%的概率不会产生仇恨值", + "Describe": "当攻击范围内只有1个目标时,暴击伤害增加60%", "Introduction": "" }, { - "Id": 1743, - "Name": "独善其尸", + "Id": 1723, + "Name": "猎手", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1744, - "SkillBaseId": 1741, + "NextLvId": 1724, + "SkillBaseId": 1721, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [ - 3 - ], + "EffectObject": [], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -17652,7 +18119,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1743 + 1723 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -17664,24 +18131,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1741", + "Icon": "Skill_Icon_1721", "Sound": "", - "Describe": "自身的攻击15%的概率不会产生仇恨值", + "Describe": "当攻击范围内只有1个目标时,暴击伤害增加70%", "Introduction": "" }, { - "Id": 1744, - "Name": "独善其尸", + "Id": 1724, + "Name": "猎手", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1745, - "SkillBaseId": 1741, + "NextLvId": 1725, + "SkillBaseId": 1721, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [ - 3 - ], + "EffectObject": [], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -17691,7 +18157,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1744 + 1724 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -17703,24 +18169,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1741", + "Icon": "Skill_Icon_1721", "Sound": "", - "Describe": "自身的攻击20%的概率不会产生仇恨值", + "Describe": "当攻击范围内只有1个目标时,暴击伤害增加80%", "Introduction": "" }, { - "Id": 1745, - "Name": "独善其尸", + "Id": 1725, + "Name": "猎手", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1746, - "SkillBaseId": 1741, + "NextLvId": 1726, + "SkillBaseId": 1721, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [ - 3 - ], + "EffectObject": [], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -17730,7 +18195,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1745 + 1725 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -17742,24 +18207,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1741", + "Icon": "Skill_Icon_1721", "Sound": "", - "Describe": "自身的攻击25%的概率不会产生仇恨值", + "Describe": "当攻击范围内只有1个目标时,暴击伤害增加90%", "Introduction": "" }, { - "Id": 1746, - "Name": "独善其尸", + "Id": 1726, + "Name": "猎手", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1747, - "SkillBaseId": 1741, + "NextLvId": 1727, + "SkillBaseId": 1721, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [ - 3 - ], + "EffectObject": [], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -17769,7 +18233,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1746 + 1726 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -17781,24 +18245,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1741", + "Icon": "Skill_Icon_1721", "Sound": "", - "Describe": "自身的攻击30%的概率不会产生仇恨值", + "Describe": "当攻击范围内只有1个目标时,暴击伤害增加100%", "Introduction": "" }, { - "Id": 1747, - "Name": "独善其尸", + "Id": 1727, + "Name": "猎手", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1748, - "SkillBaseId": 1741, + "NextLvId": 1728, + "SkillBaseId": 1721, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [ - 3 - ], + "EffectObject": [], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -17808,7 +18271,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1747 + 1727 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -17820,24 +18283,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1741", + "Icon": "Skill_Icon_1721", "Sound": "", - "Describe": "自身的攻击35%的概率不会产生仇恨值", + "Describe": "当攻击范围内只有1个目标时,暴击伤害增加110%", "Introduction": "" }, { - "Id": 1748, - "Name": "独善其尸", + "Id": 1728, + "Name": "猎手", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1749, - "SkillBaseId": 1741, + "NextLvId": 1729, + "SkillBaseId": 1721, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [ - 3 - ], + "EffectObject": [], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -17847,7 +18309,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1748 + 1728 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -17859,24 +18321,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1741", + "Icon": "Skill_Icon_1721", "Sound": "", - "Describe": "自身的攻击40%的概率不会产生仇恨值", + "Describe": "当攻击范围内只有1个目标时,暴击伤害增加120%", "Introduction": "" }, { - "Id": 1749, - "Name": "独善其尸", + "Id": 1729, + "Name": "猎手", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1750, - "SkillBaseId": 1741, + "NextLvId": 1730, + "SkillBaseId": 1721, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [ - 3 - ], + "EffectObject": [], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -17886,7 +18347,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1749 + 1729 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -17898,24 +18359,23 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1741", + "Icon": "Skill_Icon_1721", "Sound": "", - "Describe": "自身的攻击45%的概率不会产生仇恨值", + "Describe": "当攻击范围内只有1个目标时,暴击伤害增加130%", "Introduction": "" }, { - "Id": 1750, - "Name": "独善其尸", + "Id": 1730, + "Name": "猎手", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1741, + "SkillBaseId": 1721, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, - "EffectObject": [ - 3 - ], + "EffectObject": [], "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, @@ -17925,7 +18385,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1750 + 1730 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -17937,17 +18397,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1741", + "Icon": "Skill_Icon_1721", "Sound": "", - "Describe": "自身的攻击50%的概率不会产生仇恨值", + "Describe": "当攻击范围内只有1个目标时,暴击伤害增加140%", "Introduction": "" }, { - "Id": 1761, - "Name": "归煞诀", + "Id": 1741, + "Name": "独善其尸", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1762, - "SkillBaseId": 1761, + "NextLvId": 1742, + "SkillBaseId": 1741, "CD": 0, "SkillType": 1, "CastType": 2, @@ -17964,7 +18425,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1761 + 1741 ], "TargetBuff": [], "ImmortalTreeLv": 0, @@ -17976,17 +18437,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1761", + "Icon": "Skill_Icon_1741", "Sound": "", - "Describe": "主动技能降低攻击力的效果减少10%", + "Describe": "自身的攻击5%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1762, - "Name": "归煞诀", + "Id": 1742, + "Name": "独善其尸", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1763, - "SkillBaseId": 1761, + "NextLvId": 1743, + "SkillBaseId": 1741, "CD": 0, "SkillType": 1, "CastType": 2, @@ -18003,7 +18465,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1762 + 1742 ], "TargetBuff": [], "ImmortalTreeLv": 5, @@ -18015,17 +18477,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1761", + "Icon": "Skill_Icon_1741", "Sound": "", - "Describe": "主动技能降低攻击力的效果减少20%", + "Describe": "自身的攻击10%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1763, - "Name": "归煞诀", + "Id": 1743, + "Name": "独善其尸", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1764, - "SkillBaseId": 1761, + "NextLvId": 1744, + "SkillBaseId": 1741, "CD": 0, "SkillType": 1, "CastType": 2, @@ -18042,7 +18505,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1763 + 1743 ], "TargetBuff": [], "ImmortalTreeLv": 10, @@ -18054,17 +18517,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1761", + "Icon": "Skill_Icon_1741", "Sound": "", - "Describe": "主动技能降低攻击力的效果减少30%", + "Describe": "自身的攻击15%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1764, - "Name": "归煞诀", + "Id": 1744, + "Name": "独善其尸", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1765, - "SkillBaseId": 1761, + "NextLvId": 1745, + "SkillBaseId": 1741, "CD": 0, "SkillType": 1, "CastType": 2, @@ -18081,7 +18545,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1764 + 1744 ], "TargetBuff": [], "ImmortalTreeLv": 15, @@ -18093,17 +18557,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1761", + "Icon": "Skill_Icon_1741", "Sound": "", - "Describe": "主动技能降低攻击力的效果减少40%", + "Describe": "自身的攻击20%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1765, - "Name": "归煞诀", + "Id": 1745, + "Name": "独善其尸", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1766, - "SkillBaseId": 1761, + "NextLvId": 1746, + "SkillBaseId": 1741, "CD": 0, "SkillType": 1, "CastType": 2, @@ -18120,7 +18585,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1765 + 1745 ], "TargetBuff": [], "ImmortalTreeLv": 20, @@ -18132,17 +18597,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1761", + "Icon": "Skill_Icon_1741", "Sound": "", - "Describe": "主动技能降低攻击力的效果减少50%", + "Describe": "自身的攻击25%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1766, - "Name": "归煞诀", + "Id": 1746, + "Name": "独善其尸", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1767, - "SkillBaseId": 1761, + "NextLvId": 1747, + "SkillBaseId": 1741, "CD": 0, "SkillType": 1, "CastType": 2, @@ -18159,7 +18625,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1766 + 1746 ], "TargetBuff": [], "ImmortalTreeLv": 25, @@ -18171,17 +18637,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1761", + "Icon": "Skill_Icon_1741", "Sound": "", - "Describe": "主动技能降低攻击力的效果减少60%", + "Describe": "自身的攻击30%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1767, - "Name": "归煞诀", + "Id": 1747, + "Name": "独善其尸", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1768, - "SkillBaseId": 1761, + "NextLvId": 1748, + "SkillBaseId": 1741, "CD": 0, "SkillType": 1, "CastType": 2, @@ -18198,7 +18665,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1767 + 1747 ], "TargetBuff": [], "ImmortalTreeLv": 30, @@ -18210,17 +18677,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1761", + "Icon": "Skill_Icon_1741", "Sound": "", - "Describe": "主动技能降低攻击力的效果减少70%", + "Describe": "自身的攻击35%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1768, - "Name": "归煞诀", + "Id": 1748, + "Name": "独善其尸", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1769, - "SkillBaseId": 1761, + "NextLvId": 1749, + "SkillBaseId": 1741, "CD": 0, "SkillType": 1, "CastType": 2, @@ -18237,7 +18705,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1768 + 1748 ], "TargetBuff": [], "ImmortalTreeLv": 35, @@ -18249,17 +18717,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1761", + "Icon": "Skill_Icon_1741", "Sound": "", - "Describe": "主动技能降低攻击力的效果减少80%", + "Describe": "自身的攻击40%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1769, - "Name": "归煞诀", + "Id": 1749, + "Name": "独善其尸", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1770, - "SkillBaseId": 1761, + "NextLvId": 1750, + "SkillBaseId": 1741, "CD": 0, "SkillType": 1, "CastType": 2, @@ -18276,7 +18745,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1769 + 1749 ], "TargetBuff": [], "ImmortalTreeLv": 40, @@ -18288,17 +18757,18 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1761", + "Icon": "Skill_Icon_1741", "Sound": "", - "Describe": "主动技能降低攻击力的效果减少90%", + "Describe": "自身的攻击45%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1770, - "Name": "归煞诀", + "Id": 1750, + "Name": "独善其尸", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1761, + "SkillBaseId": 1741, "CD": 0, "SkillType": 1, "CastType": 2, @@ -18315,7 +18785,7 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1770 + 1750 ], "TargetBuff": [], "ImmortalTreeLv": 45, @@ -18327,24 +18797,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1761", + "Icon": "Skill_Icon_1741", "Sound": "", - "Describe": "主动技能降低攻击力的效果减少100%", + "Describe": "自身的攻击50%的概率不会产生仇恨值", "Introduction": "" }, { - "Id": 1781, - "Name": "阴煞阵", + "Id": 1761, + "Name": "归煞诀", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1782, - "SkillBaseId": 1781, + "NextLvId": 1762, + "SkillBaseId": 1761, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18355,11 +18825,9 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1781 - ], - "TargetBuff": [ - 1781 + 1761 ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, @@ -18369,24 +18837,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1781", + "Icon": "Skill_Icon_1761", "Sound": "", - "Describe": "全队攻击力提升1%", + "Describe": "主动技能降低攻击力的效果减少10%", "Introduction": "" }, { - "Id": 1782, - "Name": "阴煞阵", + "Id": 1762, + "Name": "归煞诀", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1783, - "SkillBaseId": 1781, + "NextLvId": 1763, + "SkillBaseId": 1761, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18397,11 +18865,9 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1782 - ], - "TargetBuff": [ - 1782 + 1762 ], + "TargetBuff": [], "ImmortalTreeLv": 5, "Time": 60, "Interrupt": false, @@ -18411,24 +18877,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1781", + "Icon": "Skill_Icon_1761", "Sound": "", - "Describe": "全队攻击力提升2%", + "Describe": "主动技能降低攻击力的效果减少20%", "Introduction": "" }, { - "Id": 1783, - "Name": "阴煞阵", + "Id": 1763, + "Name": "归煞诀", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1784, - "SkillBaseId": 1781, + "NextLvId": 1764, + "SkillBaseId": 1761, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18439,11 +18905,9 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1783 - ], - "TargetBuff": [ - 1783 + 1763 ], + "TargetBuff": [], "ImmortalTreeLv": 10, "Time": 600, "Interrupt": false, @@ -18453,24 +18917,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1781", + "Icon": "Skill_Icon_1761", "Sound": "", - "Describe": "全队攻击力提升3%", + "Describe": "主动技能降低攻击力的效果减少30%", "Introduction": "" }, { - "Id": 1784, - "Name": "阴煞阵", + "Id": 1764, + "Name": "归煞诀", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1785, - "SkillBaseId": 1781, + "NextLvId": 1765, + "SkillBaseId": 1761, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18481,11 +18945,9 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1784 - ], - "TargetBuff": [ - 1784 + 1764 ], + "TargetBuff": [], "ImmortalTreeLv": 15, "Time": 1800, "Interrupt": false, @@ -18495,24 +18957,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1781", + "Icon": "Skill_Icon_1761", "Sound": "", - "Describe": "全队攻击力提升4%", + "Describe": "主动技能降低攻击力的效果减少40%", "Introduction": "" }, { - "Id": 1785, - "Name": "阴煞阵", + "Id": 1765, + "Name": "归煞诀", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1786, - "SkillBaseId": 1781, + "NextLvId": 1766, + "SkillBaseId": 1761, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18523,11 +18985,9 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1785 - ], - "TargetBuff": [ - 1785 + 1765 ], + "TargetBuff": [], "ImmortalTreeLv": 20, "Time": 3600, "Interrupt": false, @@ -18537,24 +18997,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1781", + "Icon": "Skill_Icon_1761", "Sound": "", - "Describe": "全队攻击力提升5%", + "Describe": "主动技能降低攻击力的效果减少50%", "Introduction": "" }, { - "Id": 1786, - "Name": "阴煞阵", + "Id": 1766, + "Name": "归煞诀", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1787, - "SkillBaseId": 1781, + "NextLvId": 1767, + "SkillBaseId": 1761, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18565,11 +19025,9 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1786 - ], - "TargetBuff": [ - 1786 + 1766 ], + "TargetBuff": [], "ImmortalTreeLv": 25, "Time": 7200, "Interrupt": false, @@ -18579,24 +19037,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1781", + "Icon": "Skill_Icon_1761", "Sound": "", - "Describe": "全队攻击力提升6%", + "Describe": "主动技能降低攻击力的效果减少60%", "Introduction": "" }, { - "Id": 1787, - "Name": "阴煞阵", + "Id": 1767, + "Name": "归煞诀", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1788, - "SkillBaseId": 1781, + "NextLvId": 1768, + "SkillBaseId": 1761, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18607,11 +19065,9 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1787 - ], - "TargetBuff": [ - 1787 + 1767 ], + "TargetBuff": [], "ImmortalTreeLv": 30, "Time": 14400, "Interrupt": false, @@ -18621,24 +19077,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1781", + "Icon": "Skill_Icon_1761", "Sound": "", - "Describe": "全队攻击力提升7%", + "Describe": "主动技能降低攻击力的效果减少70%", "Introduction": "" }, { - "Id": 1788, - "Name": "阴煞阵", + "Id": 1768, + "Name": "归煞诀", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1789, - "SkillBaseId": 1781, + "NextLvId": 1769, + "SkillBaseId": 1761, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18649,11 +19105,9 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1788 - ], - "TargetBuff": [ - 1788 + 1768 ], + "TargetBuff": [], "ImmortalTreeLv": 35, "Time": 28800, "Interrupt": false, @@ -18663,24 +19117,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1781", + "Icon": "Skill_Icon_1761", "Sound": "", - "Describe": "全队攻击力提升8%", + "Describe": "主动技能降低攻击力的效果减少80%", "Introduction": "" }, { - "Id": 1789, - "Name": "阴煞阵", + "Id": 1769, + "Name": "归煞诀", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1790, - "SkillBaseId": 1781, + "NextLvId": 1770, + "SkillBaseId": 1761, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18691,11 +19145,9 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1789 - ], - "TargetBuff": [ - 1789 + 1769 ], + "TargetBuff": [], "ImmortalTreeLv": 40, "Time": 57600, "Interrupt": false, @@ -18705,24 +19157,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1781", + "Icon": "Skill_Icon_1761", "Sound": "", - "Describe": "全队攻击力提升9%", + "Describe": "主动技能降低攻击力的效果减少90%", "Introduction": "" }, { - "Id": 1790, - "Name": "阴煞阵", + "Id": 1770, + "Name": "归煞诀", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1781, + "SkillBaseId": 1761, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18733,11 +19185,9 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1790 - ], - "TargetBuff": [ - 1790 + 1770 ], + "TargetBuff": [], "ImmortalTreeLv": 45, "Time": 115200, "Interrupt": false, @@ -18747,23 +19197,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1781", + "Icon": "Skill_Icon_1761", "Sound": "", - "Describe": "全队攻击力提升10%", + "Describe": "主动技能降低攻击力的效果减少100%", "Introduction": "" }, { - "Id": 1801, - "Name": "同契", + "Id": 1781, + "Name": "阴煞阵", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1802, - "SkillBaseId": 1801, + "NextLvId": 1782, + "SkillBaseId": 1781, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 3, + 4 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18774,9 +19226,11 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1811 + 1781 + ], + "TargetBuff": [ + 1781 ], - "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, @@ -18786,23 +19240,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1801", + "Icon": "Skill_Icon_1781", "Sound": "", - "Describe": "暴击时,有50%的概率为全队增加5.5%的增伤", + "Describe": "全队攻击力提升1%", "Introduction": "" }, { - "Id": 1802, - "Name": "同契", + "Id": 1782, + "Name": "阴煞阵", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1803, - "SkillBaseId": 1801, + "NextLvId": 1783, + "SkillBaseId": 1781, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 3, + 4 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18813,9 +19269,11 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1812 + 1782 + ], + "TargetBuff": [ + 1782 ], - "TargetBuff": [], "ImmortalTreeLv": 5, "Time": 60, "Interrupt": false, @@ -18825,23 +19283,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1801", + "Icon": "Skill_Icon_1781", "Sound": "", - "Describe": "暴击时,有50%的概率为全队增加6%的增伤", + "Describe": "全队攻击力提升2%", "Introduction": "" }, { - "Id": 1803, - "Name": "同契", + "Id": 1783, + "Name": "阴煞阵", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1804, - "SkillBaseId": 1801, + "NextLvId": 1784, + "SkillBaseId": 1781, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 3, + 4 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18852,9 +19312,11 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1813 + 1783 + ], + "TargetBuff": [ + 1783 ], - "TargetBuff": [], "ImmortalTreeLv": 10, "Time": 600, "Interrupt": false, @@ -18864,23 +19326,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1801", + "Icon": "Skill_Icon_1781", "Sound": "", - "Describe": "暴击时,有50%的概率为全队增加6.5%的增伤", + "Describe": "全队攻击力提升3%", "Introduction": "" }, { - "Id": 1804, - "Name": "同契", + "Id": 1784, + "Name": "阴煞阵", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1805, - "SkillBaseId": 1801, + "NextLvId": 1785, + "SkillBaseId": 1781, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 3, + 4 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18891,9 +19355,11 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1814 + 1784 + ], + "TargetBuff": [ + 1784 ], - "TargetBuff": [], "ImmortalTreeLv": 15, "Time": 1800, "Interrupt": false, @@ -18903,23 +19369,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1801", + "Icon": "Skill_Icon_1781", "Sound": "", - "Describe": "暴击时,有50%的概率为全队增加7%的增伤", + "Describe": "全队攻击力提升4%", "Introduction": "" }, { - "Id": 1805, - "Name": "同契", + "Id": 1785, + "Name": "阴煞阵", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1806, - "SkillBaseId": 1801, + "NextLvId": 1786, + "SkillBaseId": 1781, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 3, + 4 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18930,9 +19398,11 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1815 + 1785 + ], + "TargetBuff": [ + 1785 ], - "TargetBuff": [], "ImmortalTreeLv": 20, "Time": 3600, "Interrupt": false, @@ -18942,23 +19412,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1801", + "Icon": "Skill_Icon_1781", "Sound": "", - "Describe": "暴击时,有50%的概率为全队增加7.5%的增伤", + "Describe": "全队攻击力提升5%", "Introduction": "" }, { - "Id": 1806, - "Name": "同契", + "Id": 1786, + "Name": "阴煞阵", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1807, - "SkillBaseId": 1801, + "NextLvId": 1787, + "SkillBaseId": 1781, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 3, + 4 ], "IsEffectToBuilding": true, "Distance": 0, @@ -18969,9 +19441,11 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1816 + 1786 + ], + "TargetBuff": [ + 1786 ], - "TargetBuff": [], "ImmortalTreeLv": 25, "Time": 7200, "Interrupt": false, @@ -18981,23 +19455,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1801", + "Icon": "Skill_Icon_1781", "Sound": "", - "Describe": "暴击时,有50%的概率为全队增加8%的增伤", + "Describe": "全队攻击力提升6%", "Introduction": "" }, { - "Id": 1807, - "Name": "同契", + "Id": 1787, + "Name": "阴煞阵", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1808, - "SkillBaseId": 1801, + "NextLvId": 1788, + "SkillBaseId": 1781, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 3, + 4 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19008,9 +19484,11 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1817 + 1787 + ], + "TargetBuff": [ + 1787 ], - "TargetBuff": [], "ImmortalTreeLv": 30, "Time": 14400, "Interrupt": false, @@ -19020,23 +19498,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1801", + "Icon": "Skill_Icon_1781", "Sound": "", - "Describe": "暴击时,有50%的概率为全队增加8.5%的增伤", + "Describe": "全队攻击力提升7%", "Introduction": "" }, { - "Id": 1808, - "Name": "同契", + "Id": 1788, + "Name": "阴煞阵", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1809, - "SkillBaseId": 1801, + "NextLvId": 1789, + "SkillBaseId": 1781, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 3, + 4 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19047,9 +19527,11 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1818 + 1788 + ], + "TargetBuff": [ + 1788 ], - "TargetBuff": [], "ImmortalTreeLv": 35, "Time": 28800, "Interrupt": false, @@ -19059,23 +19541,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1801", + "Icon": "Skill_Icon_1781", "Sound": "", - "Describe": "暴击时,有50%的概率为全队增加9%的增伤", + "Describe": "全队攻击力提升8%", "Introduction": "" }, { - "Id": 1809, - "Name": "同契", + "Id": 1789, + "Name": "阴煞阵", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1810, - "SkillBaseId": 1801, + "NextLvId": 1790, + "SkillBaseId": 1781, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 3, + 4 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19086,9 +19570,11 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1819 + 1789 + ], + "TargetBuff": [ + 1789 ], - "TargetBuff": [], "ImmortalTreeLv": 40, "Time": 57600, "Interrupt": false, @@ -19098,23 +19584,25 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1801", + "Icon": "Skill_Icon_1781", "Sound": "", - "Describe": "暴击时,有50%的概率为全队增加9.5%的增伤", + "Describe": "全队攻击力提升9%", "Introduction": "" }, { - "Id": 1810, - "Name": "同契", + "Id": 1790, + "Name": "阴煞阵", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1801, + "SkillBaseId": 1781, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3 + 3, + 4 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19125,9 +19613,11 @@ "Bullet": [], "RelatedSkillId": [], "Buff": [ - 1820 + 1790 + ], + "TargetBuff": [ + 1790 ], - "TargetBuff": [], "ImmortalTreeLv": 45, "Time": 115200, "Interrupt": false, @@ -19137,24 +19627,24 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_1801", + "Icon": "Skill_Icon_1781", "Sound": "", - "Describe": "暴击时,有50%的概率为全队增加10%的增伤", + "Describe": "全队攻击力提升10%", "Introduction": "" }, { - "Id": 1811, + "Id": 1801, "Name": "同契", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 1812, - "SkillBaseId": 1811, + "NextLvId": 1802, + "SkillBaseId": 1801, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19164,10 +19654,10 @@ "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 1801 + "Buff": [ + 1811 ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, @@ -19183,18 +19673,18 @@ "Introduction": "" }, { - "Id": 1812, + "Id": 1802, "Name": "同契", + "SkillRangeType": 0, "SkillLv": 2, - "NextLvId": 1813, - "SkillBaseId": 1811, + "NextLvId": 1803, + "SkillBaseId": 1801, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19204,10 +19694,10 @@ "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 1802 + "Buff": [ + 1812 ], + "TargetBuff": [], "ImmortalTreeLv": 5, "Time": 60, "Interrupt": false, @@ -19223,18 +19713,18 @@ "Introduction": "" }, { - "Id": 1813, + "Id": 1803, "Name": "同契", + "SkillRangeType": 0, "SkillLv": 3, - "NextLvId": 1814, - "SkillBaseId": 1811, + "NextLvId": 1804, + "SkillBaseId": 1801, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19244,10 +19734,10 @@ "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 1803 + "Buff": [ + 1813 ], + "TargetBuff": [], "ImmortalTreeLv": 10, "Time": 600, "Interrupt": false, @@ -19263,18 +19753,18 @@ "Introduction": "" }, { - "Id": 1814, + "Id": 1804, "Name": "同契", + "SkillRangeType": 0, "SkillLv": 4, - "NextLvId": 1815, - "SkillBaseId": 1811, + "NextLvId": 1805, + "SkillBaseId": 1801, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19284,10 +19774,10 @@ "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 1804 + "Buff": [ + 1814 ], + "TargetBuff": [], "ImmortalTreeLv": 15, "Time": 1800, "Interrupt": false, @@ -19303,18 +19793,18 @@ "Introduction": "" }, { - "Id": 1815, + "Id": 1805, "Name": "同契", + "SkillRangeType": 0, "SkillLv": 5, - "NextLvId": 1816, - "SkillBaseId": 1811, + "NextLvId": 1806, + "SkillBaseId": 1801, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19324,10 +19814,10 @@ "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 1805 + "Buff": [ + 1815 ], + "TargetBuff": [], "ImmortalTreeLv": 20, "Time": 3600, "Interrupt": false, @@ -19343,18 +19833,18 @@ "Introduction": "" }, { - "Id": 1816, + "Id": 1806, "Name": "同契", + "SkillRangeType": 0, "SkillLv": 6, - "NextLvId": 1817, - "SkillBaseId": 1811, + "NextLvId": 1807, + "SkillBaseId": 1801, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19364,10 +19854,10 @@ "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 1806 + "Buff": [ + 1816 ], + "TargetBuff": [], "ImmortalTreeLv": 25, "Time": 7200, "Interrupt": false, @@ -19383,18 +19873,18 @@ "Introduction": "" }, { - "Id": 1817, + "Id": 1807, "Name": "同契", + "SkillRangeType": 0, "SkillLv": 7, - "NextLvId": 1818, - "SkillBaseId": 1811, + "NextLvId": 1808, + "SkillBaseId": 1801, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19404,10 +19894,10 @@ "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 1807 + "Buff": [ + 1817 ], + "TargetBuff": [], "ImmortalTreeLv": 30, "Time": 14400, "Interrupt": false, @@ -19423,18 +19913,18 @@ "Introduction": "" }, { - "Id": 1818, + "Id": 1808, "Name": "同契", + "SkillRangeType": 0, "SkillLv": 8, - "NextLvId": 1819, - "SkillBaseId": 1811, + "NextLvId": 1809, + "SkillBaseId": 1801, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19444,10 +19934,10 @@ "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 1808 + "Buff": [ + 1818 ], + "TargetBuff": [], "ImmortalTreeLv": 35, "Time": 28800, "Interrupt": false, @@ -19463,18 +19953,18 @@ "Introduction": "" }, { - "Id": 1819, + "Id": 1809, "Name": "同契", + "SkillRangeType": 0, "SkillLv": 9, - "NextLvId": 1820, - "SkillBaseId": 1811, + "NextLvId": 1810, + "SkillBaseId": 1801, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19484,10 +19974,10 @@ "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 1809 + "Buff": [ + 1819 ], + "TargetBuff": [], "ImmortalTreeLv": 40, "Time": 57600, "Interrupt": false, @@ -19503,18 +19993,18 @@ "Introduction": "" }, { - "Id": 1820, + "Id": 1810, "Name": "同契", + "SkillRangeType": 0, "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 1811, + "SkillBaseId": 1801, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 3, - 4 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -19524,10 +20014,10 @@ "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 1810 + "Buff": [ + 1820 ], + "TargetBuff": [], "ImmortalTreeLv": 45, "Time": 115200, "Interrupt": false, @@ -19543,485 +20033,444 @@ "Introduction": "" }, { - "Id": 9001, - "Name": "", + "Id": 1811, + "Name": "同契", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 0, - "SkillBaseId": 0, + "NextLvId": 1812, + "SkillBaseId": 1811, "CD": 0, - "SkillType": 2, + "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 3, + 4 ], "IsEffectToBuilding": true, - "Distance": 8, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 120 - ], - "BulletPos": [ - { - "x": 0, - "y": 0.6 - } - ], - "Bullet": [ - 9001 - ], + "BulletTime": [], + "BulletPos": [], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], + "TargetBuff": [ + 1801 + ], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, "Silent": false, - "Frozen": true, - "Dodge": true, - "SkillTime": 100, - "Action": "Atk", + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_9001", - "Sound": "Sound_Skill_2001", - "Describe": "", + "Icon": "Skill_Icon_1801", + "Sound": "", + "Describe": "暴击时,有50%的概率为全队增加5.5%的增伤", "Introduction": "" }, { - "Id": 9002, - "Name": "", - "SkillLv": 1, - "NextLvId": 0, - "SkillBaseId": 0, + "Id": 1812, + "Name": "同契", + "SkillRangeType": 0, + "SkillLv": 2, + "NextLvId": 1813, + "SkillBaseId": 1811, "CD": 0, - "SkillType": 2, + "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 3, + 4 ], "IsEffectToBuilding": true, - "Distance": 15, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 50 - ], - "BulletPos": [ - { - "x": 0, - "y": 3.5 - } - ], - "Bullet": [ - 9002 - ], + "BulletTime": [], + "BulletPos": [], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], - "ImmortalTreeLv": 0, - "Time": 0, + "TargetBuff": [ + 1802 + ], + "ImmortalTreeLv": 5, + "Time": 60, "Interrupt": false, "Silent": false, "Frozen": false, - "Dodge": true, - "SkillTime": 100, - "Action": "Atk", + "Dodge": false, + "SkillTime": 0, + "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_9002", - "Sound": "Sound_Skill_2001", - "Describe": "", + "Icon": "Skill_Icon_1801", + "Sound": "", + "Describe": "暴击时,有50%的概率为全队增加6%的增伤", "Introduction": "" }, { - "Id": 10001, - "Name": "", - "SkillLv": 1, - "NextLvId": 10001, - "SkillBaseId": 0, + "Id": 1813, + "Name": "同契", + "SkillRangeType": 0, + "SkillLv": 3, + "NextLvId": 1814, + "SkillBaseId": 1811, "CD": 0, - "SkillType": 2, + "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 3, + 4 ], "IsEffectToBuilding": true, - "Distance": 2, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 50 - ], + "BulletTime": [], "BulletPos": [], - "Bullet": [ - 10001 - ], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], - "ImmortalTreeLv": 0, - "Time": 0, + "TargetBuff": [ + 1803 + ], + "ImmortalTreeLv": 10, + "Time": 600, "Interrupt": false, "Silent": false, - "Frozen": true, - "Dodge": true, - "SkillTime": 204, - "Action": "Atk", + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_10001", + "Icon": "Skill_Icon_1801", "Sound": "", - "Describe": "", + "Describe": "暴击时,有50%的概率为全队增加6.5%的增伤", "Introduction": "" }, { - "Id": 10002, - "Name": "", - "SkillLv": 1, - "NextLvId": 10002, - "SkillBaseId": 0, + "Id": 1814, + "Name": "同契", + "SkillRangeType": 0, + "SkillLv": 4, + "NextLvId": 1815, + "SkillBaseId": 1811, "CD": 0, - "SkillType": 2, + "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 3, + 4 ], "IsEffectToBuilding": true, - "Distance": 2, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 50 - ], + "BulletTime": [], "BulletPos": [], - "Bullet": [ - 10002 - ], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], - "ImmortalTreeLv": 0, - "Time": 0, + "TargetBuff": [ + 1804 + ], + "ImmortalTreeLv": 15, + "Time": 1800, "Interrupt": false, "Silent": false, - "Frozen": true, - "Dodge": true, - "SkillTime": 204, - "Action": "Atk", + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_10002", + "Icon": "Skill_Icon_1801", "Sound": "", - "Describe": "", + "Describe": "暴击时,有50%的概率为全队增加7%的增伤", "Introduction": "" }, { - "Id": 10003, - "Name": "", - "SkillLv": 1, - "NextLvId": 10003, - "SkillBaseId": 0, + "Id": 1815, + "Name": "同契", + "SkillRangeType": 0, + "SkillLv": 5, + "NextLvId": 1816, + "SkillBaseId": 1811, "CD": 0, - "SkillType": 2, + "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 3, + 4 ], "IsEffectToBuilding": true, - "Distance": 2, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 94 - ], + "BulletTime": [], "BulletPos": [], - "Bullet": [ - 10003 - ], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], - "ImmortalTreeLv": 0, - "Time": 0, + "TargetBuff": [ + 1805 + ], + "ImmortalTreeLv": 20, + "Time": 3600, "Interrupt": false, "Silent": false, - "Frozen": true, - "Dodge": true, - "SkillTime": 200, - "Action": "Atk", + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_10003", + "Icon": "Skill_Icon_1801", "Sound": "", - "Describe": "", + "Describe": "暴击时,有50%的概率为全队增加7.5%的增伤", "Introduction": "" }, { - "Id": 10010, - "Name": "", - "SkillLv": 1, - "NextLvId": 10010, - "SkillBaseId": 0, + "Id": 1816, + "Name": "同契", + "SkillRangeType": 0, + "SkillLv": 6, + "NextLvId": 1817, + "SkillBaseId": 1811, "CD": 0, - "SkillType": 2, + "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 3, + 4 ], "IsEffectToBuilding": true, - "Distance": 5, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 40 - ], + "BulletTime": [], "BulletPos": [], - "Bullet": [ - 10010 - ], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], - "ImmortalTreeLv": 0, - "Time": 0, + "TargetBuff": [ + 1806 + ], + "ImmortalTreeLv": 25, + "Time": 7200, "Interrupt": false, "Silent": false, - "Frozen": true, - "Dodge": true, - "SkillTime": 107, - "Action": "Atk", + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_10010", + "Icon": "Skill_Icon_1801", "Sound": "", - "Describe": "", + "Describe": "暴击时,有50%的概率为全队增加8%的增伤", "Introduction": "" }, { - "Id": 10020, - "Name": "", - "SkillLv": 1, - "NextLvId": 10020, - "SkillBaseId": 0, + "Id": 1817, + "Name": "同契", + "SkillRangeType": 0, + "SkillLv": 7, + "NextLvId": 1818, + "SkillBaseId": 1811, "CD": 0, "SkillType": 1, - "CastType": 1, + "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 3, + 4 ], "IsEffectToBuilding": true, - "Distance": 3, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 100, - 140 - ], + "BulletTime": [], "BulletPos": [], - "Bullet": [ - 10020, - 10021 - ], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], - "ImmortalTreeLv": 0, - "Time": 0, + "TargetBuff": [ + 1807 + ], + "ImmortalTreeLv": 30, + "Time": 14400, "Interrupt": false, - "Silent": true, - "Frozen": true, - "Dodge": true, - "SkillTime": 240, - "Action": "Skill", + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_10020", + "Icon": "Skill_Icon_1801", "Sound": "", - "Describe": "", + "Describe": "暴击时,有50%的概率为全队增加8.5%的增伤", "Introduction": "" }, { - "Id": 10030, - "Name": "", - "SkillLv": 1, - "NextLvId": 10030, - "SkillBaseId": 0, + "Id": 1818, + "Name": "同契", + "SkillRangeType": 0, + "SkillLv": 8, + "NextLvId": 1819, + "SkillBaseId": 1811, "CD": 0, - "SkillType": 2, + "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 3, + 4 ], "IsEffectToBuilding": true, - "Distance": 5, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 40, - 70, - 107 - ], + "BulletTime": [], "BulletPos": [], - "Bullet": [ - 10030, - 10031, - 10032 - ], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], - "ImmortalTreeLv": 0, - "Time": 0, + "TargetBuff": [ + 1808 + ], + "ImmortalTreeLv": 35, + "Time": 28800, "Interrupt": false, "Silent": false, - "Frozen": true, - "Dodge": true, - "SkillTime": 174, - "Action": "Atk", + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_10030", + "Icon": "Skill_Icon_1801", "Sound": "", - "Describe": "", + "Describe": "暴击时,有50%的概率为全队增加9%的增伤", "Introduction": "" }, { - "Id": 10040, - "Name": "", - "SkillLv": 1, - "NextLvId": 10040, - "SkillBaseId": 0, + "Id": 1819, + "Name": "同契", + "SkillRangeType": 0, + "SkillLv": 9, + "NextLvId": 1820, + "SkillBaseId": 1811, "CD": 0, "SkillType": 1, - "CastType": 1, + "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 3, + 4 ], "IsEffectToBuilding": true, - "Distance": 2, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 50, - 120, - 150, - 167, - 190 - ], + "BulletTime": [], "BulletPos": [], - "Bullet": [ - 10040, - 10041, - 10042, - 10043, - 10044 - ], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], - "ImmortalTreeLv": 0, - "Time": 0, + "TargetBuff": [ + 1809 + ], + "ImmortalTreeLv": 40, + "Time": 57600, "Interrupt": false, - "Silent": true, - "Frozen": true, - "Dodge": true, - "SkillTime": 277, - "Action": "Skill", + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_10040", + "Icon": "Skill_Icon_1801", "Sound": "", - "Describe": "", + "Describe": "暴击时,有50%的概率为全队增加9.5%的增伤", "Introduction": "" }, { - "Id": 10050, - "Name": "", - "SkillLv": 1, - "NextLvId": 10050, - "SkillBaseId": 0, - "CD": 0, - "SkillType": 2, - "CastType": 2, - "TargetNeed": true, + "Id": 1820, + "Name": "同契", + "SkillRangeType": 0, + "SkillLv": 10, + "NextLvId": 0, + "SkillBaseId": 1811, + "CD": 0, + "SkillType": 1, + "CastType": 2, + "TargetNeed": true, "EffectObject": [ - 1 + 3, + 4 ], "IsEffectToBuilding": true, - "Distance": 6, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 40, - 82, - 117 - ], - "BulletPos": [ - { - "x": 0.5, - "y": 2.2 - }, - { - "x": 0.5, - "y": 2.2 - }, - { - "x": 0.5, - "y": 2.2 - } - ], - "Bullet": [ - 10050, - 10051, - 10052 - ], + "BulletTime": [], + "BulletPos": [], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], - "ImmortalTreeLv": 0, - "Time": 0, + "TargetBuff": [ + 1810 + ], + "ImmortalTreeLv": 45, + "Time": 115200, "Interrupt": false, "Silent": false, - "Frozen": true, - "Dodge": true, - "SkillTime": 210, - "Action": "Atk", + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_10050", + "Icon": "Skill_Icon_1801", "Sound": "", - "Describe": "", + "Describe": "暴击时,有50%的概率为全队增加10%的增伤", "Introduction": "" }, { - "Id": 10060, + "Id": 9001, "Name": "", + "SkillRangeType": 2, "SkillLv": 1, - "NextLvId": 10060, + "NextLvId": 0, "SkillBaseId": 0, "CD": 0, - "SkillType": 1, - "CastType": 1, + "SkillType": 2, + "CastType": 2, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 3, + "Distance": 8, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 120, - 197, - 244, - 277 + 120 + ], + "BulletPos": [ + { + "x": 0, + "y": 0.6 + } ], - "BulletPos": [], "Bullet": [ - 10060, - 10061, - 10062, - 10063 + 9001 ], "RelatedSkillId": [], "Buff": [], @@ -20029,46 +20478,46 @@ "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": true, + "Silent": false, "Frozen": true, "Dodge": true, - "SkillTime": 384, - "Action": "Skill", - "VisualEffectPrefab": "FX_Skill_XingXing_Boss", - "Icon": "Skill_Icon_10060", - "Sound": "", + "SkillTime": 100, + "Action": "Atk", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_9001", + "Sound": "Sound_Skill_2001", "Describe": "", "Introduction": "" }, { - "Id": 10070, + "Id": 9002, "Name": "", + "SkillRangeType": 2, "SkillLv": 1, - "NextLvId": 10070, + "NextLvId": 0, "SkillBaseId": 0, "CD": 0, - "SkillType": 1, - "CastType": 1, + "SkillType": 2, + "CastType": 2, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 8, + "Distance": 15, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 90, - 130, - 170, - 300 + 50 + ], + "BulletPos": [ + { + "x": 0, + "y": 3.5 + } ], - "BulletPos": [], "Bullet": [ - 10070, - 10071, - 10072, - 10073 + 9002 ], "RelatedSkillId": [], "Buff": [], @@ -20076,22 +20525,23 @@ "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": true, - "Frozen": true, + "Silent": false, + "Frozen": false, "Dodge": true, - "SkillTime": 420, - "Action": "Skill_2", + "SkillTime": 100, + "Action": "Atk", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_10070", - "Sound": "", + "Icon": "Skill_Icon_9002", + "Sound": "Sound_Skill_2001", "Describe": "", "Introduction": "" }, { - "Id": 10100, + "Id": 10001, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 10100, + "NextLvId": 10001, "SkillBaseId": 0, "CD": 0, "SkillType": 2, @@ -20105,11 +20555,11 @@ "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 34 + 50 ], "BulletPos": [], "Bullet": [ - 10100 + 10001 ], "RelatedSkillId": [], "Buff": [], @@ -20120,29 +20570,30 @@ "Silent": false, "Frozen": true, "Dodge": true, - "SkillTime": 144, + "SkillTime": 204, "Action": "Atk", - "VisualEffectPrefab": "FX_Atk_Xiong_pt", - "Icon": "Skill_Icon_10100", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_10001", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10110, + "Id": 10002, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 10110, + "NextLvId": 10002, "SkillBaseId": 0, "CD": 0, - "SkillType": 1, - "CastType": 1, + "SkillType": 2, + "CastType": 2, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 1, + "Distance": 2, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ @@ -20150,7 +20601,7 @@ ], "BulletPos": [], "Bullet": [ - 10110 + 10002 ], "RelatedSkillId": [], "Buff": [], @@ -20158,26 +20609,27 @@ "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": true, + "Silent": false, "Frozen": true, "Dodge": true, - "SkillTime": 140, - "Action": "Skill", - "VisualEffectPrefab": "FX_Skill_Xiong_pt", - "Icon": "Skill_Icon_10110", + "SkillTime": 204, + "Action": "Atk", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_10002", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10120, + "Id": 10003, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 10120, + "NextLvId": 10003, "SkillBaseId": 0, "CD": 0, - "SkillType": 1, - "CastType": 1, + "SkillType": 2, + "CastType": 2, "TargetNeed": true, "EffectObject": [ 1 @@ -20187,17 +20639,11 @@ "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 74, - 140, - 184, - 300 + 94 ], "BulletPos": [], "Bullet": [ - 10120, - 10121, - 10122, - 10123 + 10003 ], "RelatedSkillId": [], "Buff": [], @@ -20205,22 +20651,23 @@ "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": true, + "Silent": false, "Frozen": true, "Dodge": true, - "SkillTime": 484, - "Action": "Skill_2", - "VisualEffectPrefab": "FX_Skill2_Xiong_pt", - "Icon": "Skill_Icon_10120", + "SkillTime": 200, + "Action": "Atk", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_10003", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10130, + "Id": 10010, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 10130, + "NextLvId": 10010, "SkillBaseId": 0, "CD": 0, "SkillType": 2, @@ -20230,15 +20677,15 @@ 1 ], "IsEffectToBuilding": true, - "Distance": 2, + "Distance": 5, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 34 + 40 ], "BulletPos": [], "Bullet": [ - 10130 + 10010 ], "RelatedSkillId": [], "Buff": [], @@ -20249,19 +20696,20 @@ "Silent": false, "Frozen": true, "Dodge": true, - "SkillTime": 144, + "SkillTime": 107, "Action": "Atk", - "VisualEffectPrefab": "FX_Atk_Xiong_jy", - "Icon": "Skill_Icon_10130", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_10010", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10140, + "Id": 10020, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 10140, + "NextLvId": 10020, "SkillBaseId": 0, "CD": 0, "SkillType": 1, @@ -20271,15 +20719,17 @@ 1 ], "IsEffectToBuilding": true, - "Distance": 1, + "Distance": 3, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 50 + 100, + 140 ], "BulletPos": [], "Bullet": [ - 10140 + 10020, + 10021 ], "RelatedSkillId": [], "Buff": [], @@ -20290,43 +20740,42 @@ "Silent": true, "Frozen": true, "Dodge": true, - "SkillTime": 140, + "SkillTime": 240, "Action": "Skill", - "VisualEffectPrefab": "FX_Skill_Xiong_jy", - "Icon": "Skill_Icon_10140", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_10020", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10150, + "Id": 10030, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 10150, + "NextLvId": 10030, "SkillBaseId": 0, "CD": 0, - "SkillType": 1, - "CastType": 1, + "SkillType": 2, + "CastType": 2, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 2, + "Distance": 5, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 74, - 140, - 184, - 300 + 40, + 70, + 107 ], "BulletPos": [], "Bullet": [ - 10150, - 10151, - 10152, - 10153 + 10030, + 10031, + 10032 ], "RelatedSkillId": [], "Buff": [], @@ -20334,42 +20783,49 @@ "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": true, + "Silent": false, "Frozen": true, "Dodge": true, - "SkillTime": 484, - "Action": "Skill_2", - "VisualEffectPrefab": "FX_Skill2_Xiong_jy", - "Icon": "Skill_Icon_10150", + "SkillTime": 174, + "Action": "Atk", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_10030", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10160, + "Id": 10040, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 10160, + "NextLvId": 10040, "SkillBaseId": 0, "CD": 0, - "SkillType": 2, - "CastType": 2, + "SkillType": 1, + "CastType": 1, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 3, + "Distance": 2, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ 50, - 80 + 120, + 150, + 167, + 190 ], "BulletPos": [], "Bullet": [ - 10160, - 10161 + 10040, + 10041, + 10042, + 10043, + 10044 ], "RelatedSkillId": [], "Buff": [], @@ -20377,46 +20833,58 @@ "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": false, + "Silent": true, "Frozen": true, "Dodge": true, - "SkillTime": 180, - "Action": "Atk", - "VisualEffectPrefab": "FX_Atk_Xiong_Boss", - "Icon": "Skill_Icon_10160", + "SkillTime": 277, + "Action": "Skill", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_10040", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10170, + "Id": 10050, "Name": "", + "SkillRangeType": 2, "SkillLv": 1, - "NextLvId": 10170, + "NextLvId": 10050, "SkillBaseId": 0, "CD": 0, - "SkillType": 1, - "CastType": 1, + "SkillType": 2, + "CastType": 2, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 5, + "Distance": 6, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 60, - 100, - 140, - 267 + 40, + 82, + 117 + ], + "BulletPos": [ + { + "x": 0.5, + "y": 2.2 + }, + { + "x": 0.5, + "y": 2.2 + }, + { + "x": 0.5, + "y": 2.2 + } ], - "BulletPos": [], "Bullet": [ - 10170, - 10171, - 10172, - 10173 + 10050, + 10051, + 10052 ], "RelatedSkillId": [], "Buff": [], @@ -20424,40 +20892,47 @@ "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": true, + "Silent": false, "Frozen": true, "Dodge": true, - "SkillTime": 410, - "Action": "Skill", - "VisualEffectPrefab": "FX_Skill_Xiong_Boss", - "Icon": "Skill_Icon_10170", + "SkillTime": 210, + "Action": "Atk", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_10050", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10200, + "Id": 10060, "Name": "", + "SkillRangeType": 2, "SkillLv": 1, - "NextLvId": 10200, + "NextLvId": 10060, "SkillBaseId": 0, "CD": 0, - "SkillType": 2, - "CastType": 2, + "SkillType": 1, + "CastType": 1, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 2, + "Distance": 3, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 70 + 120, + 197, + 244, + 277 ], "BulletPos": [], "Bullet": [ - 10200 + 10060, + 10061, + 10062, + 10063 ], "RelatedSkillId": [], "Buff": [], @@ -20465,40 +20940,47 @@ "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": false, + "Silent": true, "Frozen": true, "Dodge": true, - "SkillTime": 177, - "Action": "Atk", - "VisualEffectPrefab": "FX_Atk_NiaoGuai_pt", - "Icon": "Skill_Icon_10200", + "SkillTime": 384, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_XingXing_Boss", + "Icon": "Skill_Icon_10060", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10210, + "Id": 10070, "Name": "", + "SkillRangeType": 2, "SkillLv": 1, - "NextLvId": 10210, + "NextLvId": 10070, "SkillBaseId": 0, "CD": 0, - "SkillType": 2, - "CastType": 2, + "SkillType": 1, + "CastType": 1, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 3, + "Distance": 8, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 70 + 90, + 130, + 170, + 300 ], "BulletPos": [], "Bullet": [ - 10210 + 10070, + 10071, + 10072, + 10073 ], "RelatedSkillId": [], "Buff": [], @@ -20506,26 +20988,27 @@ "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": false, + "Silent": true, "Frozen": true, "Dodge": true, - "SkillTime": 177, - "Action": "Atk", - "VisualEffectPrefab": "FX_Atk_NiaoGuai_jy", - "Icon": "Skill_Icon_10210", + "SkillTime": 420, + "Action": "Skill_2", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_10070", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10220, + "Id": 10100, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 10220, + "NextLvId": 10100, "SkillBaseId": 0, "CD": 0, - "SkillType": 1, - "CastType": 1, + "SkillType": 2, + "CastType": 2, "TargetNeed": true, "EffectObject": [ 1 @@ -20535,13 +21018,11 @@ "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 60, - 120 + 34 ], "BulletPos": [], "Bullet": [ - 10220, - 10221 + 10100 ], "RelatedSkillId": [], "Buff": [], @@ -20549,40 +21030,41 @@ "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": true, + "Silent": false, "Frozen": true, "Dodge": true, - "SkillTime": 457, - "Action": "Skill", - "VisualEffectPrefab": "FX_Skill_NiaoGuai_jy", - "Icon": "Skill_Icon_10220", + "SkillTime": 144, + "Action": "Atk", + "VisualEffectPrefab": "FX_Atk_Xiong_pt", + "Icon": "Skill_Icon_10100", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10230, + "Id": 10110, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 10230, + "NextLvId": 10110, "SkillBaseId": 0, "CD": 0, - "SkillType": 2, - "CastType": 2, + "SkillType": 1, + "CastType": 1, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 3, + "Distance": 1, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 110 + 50 ], "BulletPos": [], "Bullet": [ - 10230 + 10110 ], "RelatedSkillId": [], "Buff": [], @@ -20590,22 +21072,23 @@ "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": false, + "Silent": true, "Frozen": true, "Dodge": true, - "SkillTime": 194, - "Action": "Atk", - "VisualEffectPrefab": "FX_Atk_NiaoGuai_Boss", - "Icon": "Skill_Icon_10230", + "SkillTime": 140, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_Xiong_pt", + "Icon": "Skill_Icon_10110", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10240, + "Id": 10120, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 10240, + "NextLvId": 10120, "SkillBaseId": 0, "CD": 0, "SkillType": 1, @@ -20615,21 +21098,21 @@ 1 ], "IsEffectToBuilding": true, - "Distance": 5, + "Distance": 2, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 134, - 164, - 194, - 220 + 74, + 140, + 184, + 300 ], "BulletPos": [], "Bullet": [ - 10240, - 10241, - 10242, - 10243 + 10120, + 10121, + 10122, + 10123 ], "RelatedSkillId": [], "Buff": [], @@ -20640,19 +21123,20 @@ "Silent": true, "Frozen": true, "Dodge": true, - "SkillTime": 377, - "Action": "Skill", - "VisualEffectPrefab": "FX_Skill_NiaoGuai_Boss", - "Icon": "Skill_Icon_10240", + "SkillTime": 484, + "Action": "Skill_2", + "VisualEffectPrefab": "FX_Skill2_Xiong_pt", + "Icon": "Skill_Icon_10120", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10250, + "Id": 10130, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 10250, + "NextLvId": 10130, "SkillBaseId": 0, "CD": 0, "SkillType": 2, @@ -20666,13 +21150,11 @@ "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 60, - 100 + 34 ], "BulletPos": [], "Bullet": [ - 10250, - 10251 + 10130 ], "RelatedSkillId": [], "Buff": [], @@ -20683,59 +21165,62 @@ "Silent": false, "Frozen": true, "Dodge": true, - "SkillTime": 200, + "SkillTime": 144, "Action": "Atk", - "VisualEffectPrefab": "FX_Atk_ChuanShanShou", - "Icon": "Skill_Icon_10250", + "VisualEffectPrefab": "FX_Atk_Xiong_jy", + "Icon": "Skill_Icon_10130", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 10260, + "Id": 10140, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 10260, + "NextLvId": 10140, "SkillBaseId": 0, "CD": 0, "SkillType": 1, "CastType": 1, "TargetNeed": true, "EffectObject": [ - 3 + 1 ], "IsEffectToBuilding": true, - "Distance": 10, + "Distance": 1, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [], + "BulletTime": [ + 50 + ], "BulletPos": [], - "Bullet": [], - "RelatedSkillId": [], - "Buff": [ - 10260, - 10261 + "Bullet": [ + 10140 ], + "RelatedSkillId": [], + "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": false, + "Silent": true, "Frozen": true, "Dodge": true, - "SkillTime": 300, + "SkillTime": 140, "Action": "Skill", - "VisualEffectPrefab": "FX_Skill_ChuanShanShou", - "Icon": "Skill_Icon_10260", + "VisualEffectPrefab": "FX_Skill_Xiong_jy", + "Icon": "Skill_Icon_10140", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 11001, - "Name": "无尽", + "Id": 10150, + "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 11001, + "NextLvId": 10150, "SkillBaseId": 0, "CD": 0, "SkillType": 1, @@ -20745,15 +21230,21 @@ 1 ], "IsEffectToBuilding": true, - "Distance": 1000, + "Distance": 2, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 0 + 74, + 140, + 184, + 300 ], "BulletPos": [], "Bullet": [ - 11001 + 10150, + 10151, + 10152, + 10153 ], "RelatedSkillId": [], "Buff": [], @@ -20761,22 +21252,23 @@ "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": false, + "Silent": true, "Frozen": true, - "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Buff_Icon_11001", + "Dodge": true, + "SkillTime": 484, + "Action": "Skill_2", + "VisualEffectPrefab": "FX_Skill2_Xiong_jy", + "Icon": "Skill_Icon_10150", "Sound": "", - "Describe": "进入挑战的勇士无法被复活", + "Describe": "", "Introduction": "" }, { - "Id": 20001, + "Id": 10160, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 0, + "NextLvId": 10160, "SkillBaseId": 0, "CD": 0, "SkillType": 2, @@ -20786,38 +21278,41 @@ 1 ], "IsEffectToBuilding": true, - "Distance": 4, + "Distance": 3, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 60 + 50, + 80 ], "BulletPos": [], "Bullet": [ - 20001 + 10160, + 10161 ], "RelatedSkillId": [], "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, - "Interrupt": true, - "Silent": true, + "Interrupt": false, + "Silent": false, "Frozen": true, "Dodge": true, - "SkillTime": 150, + "SkillTime": 180, "Action": "Atk", - "VisualEffectPrefab": "FX_Atk_QiongQi", - "Icon": "Skill_Icon_20001", + "VisualEffectPrefab": "FX_Atk_Xiong_Boss", + "Icon": "Skill_Icon_10160", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 20011, - "Name": "狮子吼", + "Id": 10170, + "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 0, + "NextLvId": 10170, "SkillBaseId": 0, "CD": 0, "SkillType": 1, @@ -20827,239 +21322,215 @@ 1 ], "IsEffectToBuilding": true, - "Distance": 13, + "Distance": 5, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ + 60, 100, - 134, - 167, - 200, - 234 + 140, + 267 ], "BulletPos": [], "Bullet": [ - 20011, - 20012, - 20013, - 20014, - 20015 + 10170, + 10171, + 10172, + 10173 ], "RelatedSkillId": [], "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, - "Interrupt": true, + "Interrupt": false, "Silent": true, "Frozen": true, "Dodge": true, - "SkillTime": 300, + "SkillTime": 410, "Action": "Skill", - "VisualEffectPrefab": "FX_Skill_QiongQi", - "Icon": "Skill_Icon_20011", + "VisualEffectPrefab": "FX_Skill_Xiong_Boss", + "Icon": "Skill_Icon_10170", "Sound": "", - "Describe": "发出声波,对前方长距离造成范围伤害", + "Describe": "", "Introduction": "" }, { - "Id": 20021, - "Name": "光之吐息", + "Id": 10200, + "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 0, + "NextLvId": 10200, "SkillBaseId": 0, "CD": 0, - "SkillType": 1, - "CastType": 1, + "SkillType": 2, + "CastType": 2, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 8, + "Distance": 2, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 237 + 70 ], "BulletPos": [], "Bullet": [ - 20021 + 10200 ], "RelatedSkillId": [], "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, - "Interrupt": true, - "Silent": true, + "Interrupt": false, + "Silent": false, "Frozen": true, "Dodge": true, - "SkillTime": 344, - "Action": "Skill_2", - "VisualEffectPrefab": "FX_Skill2_QiongQi", - "Icon": "Skill_Icon_20021", + "SkillTime": 177, + "Action": "Atk", + "VisualEffectPrefab": "FX_Atk_NiaoGuai_pt", + "Icon": "Skill_Icon_10200", "Sound": "", - "Describe": "吐出爆炸光球,造成范围伤害,并降低命中率", + "Describe": "", "Introduction": "" }, { - "Id": 20031, - "Name": "落幕", + "Id": 10210, + "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 0, + "NextLvId": 10210, "SkillBaseId": 0, "CD": 0, - "SkillType": 1, - "CastType": 1, + "SkillType": 2, + "CastType": 2, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 13, + "Distance": 3, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 100, - 134, - 167, - 200, - 234 + 70 ], "BulletPos": [], "Bullet": [ - 20031, - 20032, - 20033, - 20034, - 20035 + 10210 ], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [ - 20000 - ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, "Silent": false, - "Frozen": false, - "Dodge": false, - "SkillTime": 344, - "Action": "Skill", - "VisualEffectPrefab": "FX_Skill_QiongQi", - "Icon": "Skill_Icon_20031", + "Frozen": true, + "Dodge": true, + "SkillTime": 177, + "Action": "Atk", + "VisualEffectPrefab": "FX_Atk_NiaoGuai_jy", + "Icon": "Skill_Icon_10210", "Sound": "", - "Describe": "尘归尘,土归土", + "Describe": "", "Introduction": "" }, { - "Id": 20111, + "Id": 10220, "Name": "", + "SkillRangeType": 2, "SkillLv": 1, - "NextLvId": 0, + "NextLvId": 10220, "SkillBaseId": 0, "CD": 0, - "SkillType": 2, - "CastType": 2, + "SkillType": 1, + "CastType": 1, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 4, + "Distance": 2, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 50, - 97 + 60, + 120 ], "BulletPos": [], "Bullet": [ - 20111, - 20112 + 10220, + 10221 ], "RelatedSkillId": [], "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, - "Interrupt": true, + "Interrupt": false, "Silent": true, "Frozen": true, "Dodge": true, - "SkillTime": 200, - "Action": "Atk", - "VisualEffectPrefab": "FX_Atk_TaoTie", - "Icon": "Skill_Icon_20111", + "SkillTime": 457, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_NiaoGuai_jy", + "Icon": "Skill_Icon_10220", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 20121, - "Name": "怒锤大地", + "Id": 10230, + "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 0, + "NextLvId": 10230, "SkillBaseId": 0, "CD": 0, - "SkillType": 1, - "CastType": 1, + "SkillType": 2, + "CastType": 2, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 8, + "Distance": 3, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 64, - 90, - 207 - ], - "BulletPos": [ - { - "x": 1.8, - "y": 1.6 - }, - { - "x": 1.8, - "y": 1.6 - }, - { - "x": 3.55, - "y": 0 - } + 110 ], + "BulletPos": [], "Bullet": [ - 20121, - 20122, - 20123 + 10230 ], "RelatedSkillId": [], "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, - "Interrupt": true, - "Silent": true, + "Interrupt": false, + "Silent": false, "Frozen": true, "Dodge": true, - "SkillTime": 350, - "Action": "Skill", - "VisualEffectPrefab": "FX_Skill_TaoTie", - "Icon": "Skill_Icon_20121", - "Sound": "", - "Describe": "锤击地面,对前方造成范围伤害,并降低攻击速度", + "SkillTime": 194, + "Action": "Atk", + "VisualEffectPrefab": "FX_Atk_NiaoGuai_Boss", + "Icon": "Skill_Icon_10230", + "Sound": "", + "Describe": "", "Introduction": "" }, { - "Id": 20131, - "Name": "震天鼓", + "Id": 10240, + "Name": "", + "SkillRangeType": 2, "SkillLv": 1, - "NextLvId": 0, + "NextLvId": 10240, "SkillBaseId": 0, "CD": 0, "SkillType": 1, @@ -21069,67 +21540,130 @@ 1 ], "IsEffectToBuilding": true, - "Distance": 8, + "Distance": 5, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 117, - 200, - 267, - 334, - 384 - ], - "BulletPos": [ - { - "x": 1.73, - "y": 1.13 - }, - { - "x": 1.73, - "y": 1.13 - }, - { - "x": 1.73, - "y": 1.13 - }, - { - "x": 1.73, - "y": 1.13 - }, - { - "x": 1.73, - "y": 1.13 - } + 134, + 164, + 194, + 220 ], + "BulletPos": [], "Bullet": [ - 20131, - 20132, - 20133, - 20134, - 20135 + 10240, + 10241, + 10242, + 10243 ], "RelatedSkillId": [], "Buff": [], "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, - "Interrupt": true, + "Interrupt": false, "Silent": true, "Frozen": true, "Dodge": true, - "SkillTime": 567, - "Action": "Skill_2", - "VisualEffectPrefab": "FX_Skill2_TaoTie", - "Icon": "Skill_Icon_20131", + "SkillTime": 377, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_NiaoGuai_Boss", + "Icon": "Skill_Icon_10240", "Sound": "", - "Describe": "鼓声雷动,造成范围伤害,并昏迷", + "Describe": "", "Introduction": "" }, { - "Id": 20141, - "Name": "落幕", + "Id": 10250, + "Name": "", + "SkillRangeType": 1, "SkillLv": 1, - "NextLvId": 0, + "NextLvId": 10250, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 2, + "CastType": 2, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 2, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 60, + 100 + ], + "BulletPos": [], + "Bullet": [ + 10250, + 10251 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": false, + "Silent": false, + "Frozen": true, + "Dodge": true, + "SkillTime": 200, + "Action": "Atk", + "VisualEffectPrefab": "FX_Atk_ChuanShanShou", + "Icon": "Skill_Icon_10250", + "Sound": "", + "Describe": "", + "Introduction": "" + }, + { + "Id": 10260, + "Name": "", + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 10260, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 3 + ], + "IsEffectToBuilding": true, + "Distance": 10, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [], + "BulletPos": [], + "Bullet": [], + "RelatedSkillId": [], + "Buff": [ + 10260, + 10261 + ], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": false, + "Silent": false, + "Frozen": true, + "Dodge": true, + "SkillTime": 300, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_ChuanShanShou", + "Icon": "Skill_Icon_10260", + "Sound": "", + "Describe": "", + "Introduction": "" + }, + { + "Id": 11001, + "Name": "无尽", + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 11001, "SkillBaseId": 0, "CD": 0, "SkillType": 1, @@ -21139,67 +21673,37 @@ 1 ], "IsEffectToBuilding": true, - "Distance": 100, + "Distance": 1000, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 117, - 200, - 267, - 334, - 384 - ], - "BulletPos": [ - { - "x": 1.73, - "y": 1.13 - }, - { - "x": 1.73, - "y": 1.13 - }, - { - "x": 1.73, - "y": 1.13 - }, - { - "x": 1.73, - "y": 1.13 - }, - { - "x": 1.73, - "y": 1.13 - } + 0 ], + "BulletPos": [], "Bullet": [ - 20141, - 20142, - 20143, - 20144, - 20145 + 11001 ], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [ - 20000 - ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, "Silent": false, - "Frozen": false, + "Frozen": true, "Dodge": false, - "SkillTime": 567, - "Action": "Skill_2", - "VisualEffectPrefab": "FX_Skill2_TaoTie", - "Icon": "Skill_Icon_20141", + "SkillTime": 0, + "Action": "", + "VisualEffectPrefab": "", + "Icon": "Buff_Icon_11001", "Sound": "", - "Describe": "尘归尘,土归土", + "Describe": "进入挑战的勇士无法被复活", "Introduction": "" }, { - "Id": 20211, + "Id": 20001, "Name": "", + "SkillRangeType": 1, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -21215,11 +21719,11 @@ "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 84 + 60 ], "BulletPos": [], "Bullet": [ - 20211 + 20001 ], "RelatedSkillId": [], "Buff": [], @@ -21230,17 +21734,18 @@ "Silent": true, "Frozen": true, "Dodge": true, - "SkillTime": 164, + "SkillTime": 150, "Action": "Atk", - "VisualEffectPrefab": "FX_Atk_TaoWu", - "Icon": "Skill_Icon_20211", + "VisualEffectPrefab": "FX_Atk_QiongQi", + "Icon": "Skill_Icon_20001", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 20221, - "Name": "刮骨刀", + "Id": 20011, + "Name": "狮子吼", + "SkillRangeType": 2, "SkillLv": 1, "NextLvId": 0, "SkillBaseId": 0, @@ -21252,118 +21757,1013 @@ 1 ], "IsEffectToBuilding": true, - "Distance": 3, + "Distance": 13, "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 67, 100, 134, 167, - 224 + 200, + 234 ], "BulletPos": [], "Bullet": [ - 20221, - 20222, - 20223, - 20224, - 20225 + 20011, + 20012, + 20013, + 20014, + 20015 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": true, + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 300, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_QiongQi", + "Icon": "Skill_Icon_20011", + "Sound": "", + "Describe": "发出声波,对前方长距离造成范围伤害", + "Introduction": "" + }, + { + "Id": 20021, + "Name": "光之吐息", + "SkillRangeType": 2, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 8, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 237 + ], + "BulletPos": [], + "Bullet": [ + 20021 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": true, + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 344, + "Action": "Skill_2", + "VisualEffectPrefab": "FX_Skill2_QiongQi", + "Icon": "Skill_Icon_20021", + "Sound": "", + "Describe": "吐出爆炸光球,造成范围伤害,并降低命中率", + "Introduction": "" + }, + { + "Id": 20031, + "Name": "落幕", + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 13, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 100, + 134, + 167, + 200, + 234 + ], + "BulletPos": [], + "Bullet": [ + 20031, + 20032, + 20033, + 20034, + 20035 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [ + 20000 + ], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": false, + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 344, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_QiongQi", + "Icon": "Skill_Icon_20031", + "Sound": "", + "Describe": "尘归尘,土归土", + "Introduction": "" + }, + { + "Id": 20111, + "Name": "", + "SkillRangeType": 1, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 2, + "CastType": 2, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 4, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 50, + 97 + ], + "BulletPos": [], + "Bullet": [ + 20111, + 20112 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": true, + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 200, + "Action": "Atk", + "VisualEffectPrefab": "FX_Atk_TaoTie", + "Icon": "Skill_Icon_20111", + "Sound": "", + "Describe": "", + "Introduction": "" + }, + { + "Id": 20121, + "Name": "怒锤大地", + "SkillRangeType": 1, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 8, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 64, + 90, + 207 + ], + "BulletPos": [ + { + "x": 1.8, + "y": 1.6 + }, + { + "x": 1.8, + "y": 1.6 + }, + { + "x": 3.55, + "y": 0 + } + ], + "Bullet": [ + 20121, + 20122, + 20123 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": true, + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 350, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_TaoTie", + "Icon": "Skill_Icon_20121", + "Sound": "", + "Describe": "锤击地面,对前方造成范围伤害,并降低攻击速度", + "Introduction": "" + }, + { + "Id": 20131, + "Name": "震天鼓", + "SkillRangeType": 2, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 8, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 117, + 200, + 267, + 334, + 384 + ], + "BulletPos": [ + { + "x": 1.73, + "y": 1.13 + }, + { + "x": 1.73, + "y": 1.13 + }, + { + "x": 1.73, + "y": 1.13 + }, + { + "x": 1.73, + "y": 1.13 + }, + { + "x": 1.73, + "y": 1.13 + } + ], + "Bullet": [ + 20131, + 20132, + 20133, + 20134, + 20135 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": true, + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 567, + "Action": "Skill_2", + "VisualEffectPrefab": "FX_Skill2_TaoTie", + "Icon": "Skill_Icon_20131", + "Sound": "", + "Describe": "鼓声雷动,造成范围伤害,并昏迷", + "Introduction": "" + }, + { + "Id": 20141, + "Name": "落幕", + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 100, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 117, + 200, + 267, + 334, + 384 + ], + "BulletPos": [ + { + "x": 1.73, + "y": 1.13 + }, + { + "x": 1.73, + "y": 1.13 + }, + { + "x": 1.73, + "y": 1.13 + }, + { + "x": 1.73, + "y": 1.13 + }, + { + "x": 1.73, + "y": 1.13 + } + ], + "Bullet": [ + 20141, + 20142, + 20143, + 20144, + 20145 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [ + 20000 + ], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": false, + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 567, + "Action": "Skill_2", + "VisualEffectPrefab": "FX_Skill2_TaoTie", + "Icon": "Skill_Icon_20141", + "Sound": "", + "Describe": "尘归尘,土归土", + "Introduction": "" + }, + { + "Id": 20211, + "Name": "", + "SkillRangeType": 1, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 2, + "CastType": 2, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 4, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 84 + ], + "BulletPos": [], + "Bullet": [ + 20211 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": true, + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 164, + "Action": "Atk", + "VisualEffectPrefab": "FX_Atk_TaoWu", + "Icon": "Skill_Icon_20211", + "Sound": "", + "Describe": "", + "Introduction": "" + }, + { + "Id": 20221, + "Name": "刮骨刀", + "SkillRangeType": 1, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 3, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 67, + 100, + 134, + 167, + 224 + ], + "BulletPos": [], + "Bullet": [ + 20221, + 20222, + 20223, + 20224, + 20225 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": true, + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 300, + "Action": "Skill_ex", + "VisualEffectPrefab": "FX_SkillEX_TaoWu", + "Icon": "Skill_Icon_20221", + "Sound": "", + "Describe": "对前方造成大量伤害", + "Introduction": "" + }, + { + "Id": 20231, + "Name": "毒潭", + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 8, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 100 + ], + "BulletPos": [], + "Bullet": [ + 20231 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": true, + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 390, + "Action": "Skill_2", + "VisualEffectPrefab": "FX_Skill2_TaoWu", + "Icon": "Buff_Icon_20231", + "Sound": "", + "Describe": "释放毒潭,造成持续伤害,并降低防御力", + "Introduction": "" + }, + { + "Id": 20241, + "Name": "落幕", + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 3, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 67, + 100, + 134, + 167, + 224 + ], + "BulletPos": [], + "Bullet": [ + 20241, + 20242, + 20243, + 20244, + 20245 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [ + 20000 + ], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": false, + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 390, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill2_TaoWu", + "Icon": "Skill_Icon_20241", + "Sound": "", + "Describe": "尘归尘,土归土", + "Introduction": "" + }, + { + "Id": 20311, + "Name": "", + "SkillRangeType": 1, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 2, + "CastType": 2, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 4, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 50 + ], + "BulletPos": [], + "Bullet": [ + 20311 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": true, + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 110, + "Action": "Atk", + "VisualEffectPrefab": "FX_Atk_YingYu", + "Icon": "Skill_Icon_20311", + "Sound": "", + "Describe": "", + "Introduction": "" + }, + { + "Id": 20321, + "Name": "海浪", + "SkillRangeType": 2, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 10, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 44, + 107 + ], + "BulletPos": [], + "Bullet": [ + 20321, + 20322 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": true, + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 180, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_YingYu", + "Icon": "Buff_Icon_20323", + "Sound": "", + "Describe": "放出海浪,对前方长距离造成范围伤害,并降低攻速和移速", + "Introduction": "" + }, + { + "Id": 20331, + "Name": "群鱼绞", + "SkillRangeType": 2, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 13, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 110, + 134, + 167 + ], + "BulletPos": [], + "Bullet": [ + 20331, + 20332, + 20333 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": true, + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 387, + "Action": "Skill_2", + "VisualEffectPrefab": "FX_Skill2_YingYu", + "Icon": "Skill_Icon_20331", + "Sound": "", + "Describe": "对前方长距离造成范围伤害", + "Introduction": "" + }, + { + "Id": 20341, + "Name": "落幕", + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 0, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 13, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [ + 110, + 134, + 167 + ], + "BulletPos": [], + "Bullet": [ + 20341, + 20342, + 20343 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [ + 20000 + ], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": false, + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 387, + "Action": "Skill_2", + "VisualEffectPrefab": "FX_Skill2_YingYu", + "Icon": "Skill_Icon_20341", + "Sound": "", + "Describe": "尘归尘,土归土", + "Introduction": "" + }, + { + "Id": 134101, + "Name": "", + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 60, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 0, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [], + "BulletPos": [], + "Bullet": [], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [ + 134101 + ], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": false, + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_134101", + "Sound": "", + "Describe": "对给自己暴击的敌方缴械3秒", + "Introduction": "" + }, + { + "Id": 134102, + "Name": "", + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, + "CD": 60, + "SkillType": 1, + "CastType": 1, + "TargetNeed": true, + "EffectObject": [ + 1 + ], + "IsEffectToBuilding": true, + "Distance": 0, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [], + "BulletPos": [], + "Bullet": [], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [ + 134102 + ], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": false, + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_134102", + "Sound": "", + "Describe": "对给自己暴击的敌方沉默3秒", + "Introduction": "" + }, + { + "Id": 134103, + "Name": "", + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 134104, + "SkillBaseId": 134103, + "CD": 0, + "SkillType": 1, + "CastType": 2, + "TargetNeed": true, + "EffectObject": [ + 2 + ], + "IsEffectToBuilding": true, + "Distance": 0, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [], + "BulletPos": [], + "Bullet": [], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [ + 134103 + ], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": false, + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_134103", + "Sound": "", + "Describe": "死亡时给队友加盾", + "Introduction": "" + }, + { + "Id": 134104, + "Name": "", + "SkillRangeType": 0, + "SkillLv": 2, + "NextLvId": 134105, + "SkillBaseId": 134103, + "CD": 0, + "SkillType": 1, + "CastType": 2, + "TargetNeed": true, + "EffectObject": [ + 2 + ], + "IsEffectToBuilding": true, + "Distance": 0, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [], + "BulletPos": [], + "Bullet": [], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [ + 134104 + ], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": false, + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_134104", + "Sound": "", + "Describe": "", + "Introduction": "" + }, + { + "Id": 134105, + "Name": "", + "SkillRangeType": 0, + "SkillLv": 3, + "NextLvId": 134106, + "SkillBaseId": 134103, + "CD": 0, + "SkillType": 1, + "CastType": 2, + "TargetNeed": true, + "EffectObject": [ + 2 ], + "IsEffectToBuilding": true, + "Distance": 0, + "WeaponLimit": 0, + "Energy": 0, + "BulletTime": [], + "BulletPos": [], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], + "TargetBuff": [ + 134105 + ], "ImmortalTreeLv": 0, "Time": 0, - "Interrupt": true, - "Silent": true, - "Frozen": true, - "Dodge": true, - "SkillTime": 300, - "Action": "Skill_ex", - "VisualEffectPrefab": "FX_SkillEX_TaoWu", - "Icon": "Skill_Icon_20221", + "Interrupt": false, + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_134105", "Sound": "", - "Describe": "对前方造成大量伤害", + "Describe": "", "Introduction": "" }, { - "Id": 20231, - "Name": "毒潭", - "SkillLv": 1, - "NextLvId": 0, - "SkillBaseId": 0, + "Id": 134106, + "Name": "", + "SkillRangeType": 0, + "SkillLv": 4, + "NextLvId": 134107, + "SkillBaseId": 134103, "CD": 0, "SkillType": 1, - "CastType": 1, + "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 2 ], "IsEffectToBuilding": true, - "Distance": 8, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 100 - ], + "BulletTime": [], "BulletPos": [], - "Bullet": [ - 20231 - ], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], + "TargetBuff": [ + 134106 + ], "ImmortalTreeLv": 0, "Time": 0, - "Interrupt": true, - "Silent": true, - "Frozen": true, - "Dodge": true, - "SkillTime": 390, - "Action": "Skill_2", - "VisualEffectPrefab": "FX_Skill2_TaoWu", - "Icon": "Buff_Icon_20231", + "Interrupt": false, + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_134106", "Sound": "", - "Describe": "释放毒潭,造成持续伤害,并降低防御力", + "Describe": "", "Introduction": "" }, { - "Id": 20241, - "Name": "落幕", - "SkillLv": 1, - "NextLvId": 0, - "SkillBaseId": 0, + "Id": 134107, + "Name": "", + "SkillRangeType": 0, + "SkillLv": 5, + "NextLvId": 134108, + "SkillBaseId": 134103, "CD": 0, "SkillType": 1, - "CastType": 1, + "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 2 ], "IsEffectToBuilding": true, - "Distance": 3, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 67, - 100, - 134, - 167, - 224 - ], + "BulletTime": [], "BulletPos": [], - "Bullet": [ - 20241, - 20242, - 20243, - 20244, - 20245 - ], + "Bullet": [], "RelatedSkillId": [], "Buff": [], "TargetBuff": [ - 20000 + 134107 ], "ImmortalTreeLv": 0, "Time": 0, @@ -21371,175 +22771,159 @@ "Silent": false, "Frozen": false, "Dodge": false, - "SkillTime": 390, - "Action": "Skill", - "VisualEffectPrefab": "FX_Skill2_TaoWu", - "Icon": "Skill_Icon_20241", + "SkillTime": 0, + "Action": "", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_134107", "Sound": "", - "Describe": "尘归尘,土归土", + "Describe": "", "Introduction": "" }, { - "Id": 20311, + "Id": 134108, "Name": "", - "SkillLv": 1, - "NextLvId": 0, - "SkillBaseId": 0, + "SkillRangeType": 0, + "SkillLv": 6, + "NextLvId": 134109, + "SkillBaseId": 134103, "CD": 0, - "SkillType": 2, + "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 2 ], "IsEffectToBuilding": true, - "Distance": 4, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 50 - ], + "BulletTime": [], "BulletPos": [], - "Bullet": [ - 20311 - ], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], + "TargetBuff": [ + 134108 + ], "ImmortalTreeLv": 0, "Time": 0, - "Interrupt": true, - "Silent": true, - "Frozen": true, - "Dodge": true, - "SkillTime": 110, - "Action": "Atk", - "VisualEffectPrefab": "FX_Atk_YingYu", - "Icon": "Skill_Icon_20311", + "Interrupt": false, + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_134108", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 20321, - "Name": "海浪", - "SkillLv": 1, - "NextLvId": 0, - "SkillBaseId": 0, + "Id": 134109, + "Name": "", + "SkillRangeType": 0, + "SkillLv": 7, + "NextLvId": 134110, + "SkillBaseId": 134103, "CD": 0, "SkillType": 1, - "CastType": 1, + "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 2 ], "IsEffectToBuilding": true, - "Distance": 10, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 44, - 107 - ], + "BulletTime": [], "BulletPos": [], - "Bullet": [ - 20321, - 20322 - ], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], + "TargetBuff": [ + 134109 + ], "ImmortalTreeLv": 0, "Time": 0, - "Interrupt": true, - "Silent": true, - "Frozen": true, - "Dodge": true, - "SkillTime": 180, - "Action": "Skill", - "VisualEffectPrefab": "FX_Skill_YingYu", - "Icon": "Buff_Icon_20323", + "Interrupt": false, + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_134109", "Sound": "", - "Describe": "放出海浪,对前方长距离造成范围伤害,并降低攻速和移速", + "Describe": "", "Introduction": "" }, { - "Id": 20331, - "Name": "群鱼绞", - "SkillLv": 1, - "NextLvId": 0, - "SkillBaseId": 0, + "Id": 134110, + "Name": "", + "SkillRangeType": 0, + "SkillLv": 8, + "NextLvId": 134111, + "SkillBaseId": 134103, "CD": 0, "SkillType": 1, - "CastType": 1, + "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 2 ], "IsEffectToBuilding": true, - "Distance": 13, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 110, - 134, - 167 - ], + "BulletTime": [], "BulletPos": [], - "Bullet": [ - 20331, - 20332, - 20333 - ], + "Bullet": [], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [], + "TargetBuff": [ + 134110 + ], "ImmortalTreeLv": 0, "Time": 0, - "Interrupt": true, - "Silent": true, - "Frozen": true, - "Dodge": true, - "SkillTime": 387, - "Action": "Skill_2", - "VisualEffectPrefab": "FX_Skill2_YingYu", - "Icon": "Skill_Icon_20331", + "Interrupt": false, + "Silent": false, + "Frozen": false, + "Dodge": false, + "SkillTime": 0, + "Action": "", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_134110", "Sound": "", - "Describe": "对前方长距离造成范围伤害", + "Describe": "", "Introduction": "" }, { - "Id": 20341, - "Name": "落幕", - "SkillLv": 1, - "NextLvId": 0, - "SkillBaseId": 0, + "Id": 134111, + "Name": "", + "SkillRangeType": 0, + "SkillLv": 9, + "NextLvId": 134112, + "SkillBaseId": 134103, "CD": 0, "SkillType": 1, - "CastType": 1, + "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 2 ], "IsEffectToBuilding": true, - "Distance": 13, + "Distance": 0, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [ - 110, - 134, - 167 - ], + "BulletTime": [], "BulletPos": [], - "Bullet": [ - 20341, - 20342, - 20343 - ], + "Bullet": [], "RelatedSkillId": [], "Buff": [], "TargetBuff": [ - 20000 + 134111 ], "ImmortalTreeLv": 0, "Time": 0, @@ -21547,26 +22931,27 @@ "Silent": false, "Frozen": false, "Dodge": false, - "SkillTime": 387, - "Action": "Skill_2", - "VisualEffectPrefab": "FX_Skill2_YingYu", - "Icon": "Skill_Icon_20341", + "SkillTime": 0, + "Action": "", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_134111", "Sound": "", - "Describe": "尘归尘,土归土", + "Describe": "", "Introduction": "" }, { - "Id": 134101, + "Id": 134112, "Name": "", - "SkillLv": 1, + "SkillRangeType": 0, + "SkillLv": 10, "NextLvId": 0, - "SkillBaseId": 0, - "CD": 60, + "SkillBaseId": 134103, + "CD": 0, "SkillType": 1, - "CastType": 1, + "CastType": 2, "TargetNeed": true, "EffectObject": [ - 1 + 2 ], "IsEffectToBuilding": true, "Distance": 0, @@ -21578,7 +22963,7 @@ "RelatedSkillId": [], "Buff": [], "TargetBuff": [ - 134101 + 134112 ], "ImmortalTreeLv": 0, "Time": 0, @@ -21589,25 +22974,73 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_134101", + "Icon": "Skill_Icon_134112", "Sound": "", - "Describe": "对给自己暴击的敌方缴械3秒", + "Describe": "", "Introduction": "" }, { - "Id": 134102, + "Id": 134201, "Name": "", + "SkillRangeType": 2, "SkillLv": 1, "NextLvId": 0, - "SkillBaseId": 0, - "CD": 60, + "SkillBaseId": 134201, + "CD": 0, "SkillType": 1, - "CastType": 1, + "CastType": 2, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, + "Distance": 10, + "WeaponLimit": 3, + "Energy": 0, + "BulletTime": [ + 40 + ], + "BulletPos": [ + { + "x": 0, + "y": 0.9 + } + ], + "Bullet": [ + 12 + ], + "RelatedSkillId": [], + "Buff": [], + "TargetBuff": [], + "ImmortalTreeLv": 0, + "Time": 0, + "Interrupt": false, + "Silent": false, + "Frozen": true, + "Dodge": true, + "SkillTime": 110, + "Action": "Atk", + "VisualEffectPrefab": "", + "Icon": "Skill_Icon_102", + "Sound": "Sound_Dart", + "Describe": "陶小青被动触发后的穿透普攻", + "Introduction": "" + }, + { + "Id": 300001, + "Name": "", + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 300001, + "CD": 0, + "SkillType": 1, + "CastType": 2, + "TargetNeed": false, + "EffectObject": [ + 3 + ], + "IsEffectToBuilding": true, "Distance": 0, "WeaponLimit": 0, "Energy": 0, @@ -21615,10 +23048,10 @@ "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 134102 + "Buff": [ + 330019 ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, @@ -21628,140 +23061,152 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_134102", + "Icon": "", "Sound": "", - "Describe": "对给自己暴击的敌方沉默3秒", + "Describe": "", "Introduction": "" }, { - "Id": 134103, + "Id": 310011, "Name": "", + "SkillRangeType": 0, "SkillLv": 1, - "NextLvId": 134104, - "SkillBaseId": 134103, + "NextLvId": 0, + "SkillBaseId": 0, "CD": 0, - "SkillType": 1, + "SkillType": 2, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, + "Distance": 4, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [], + "BulletTime": [ + 50 + ], "BulletPos": [], - "Bullet": [], + "Bullet": [ + 10001 + ], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [ - 134103 - ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, "Silent": false, - "Frozen": false, - "Dodge": false, - "SkillTime": 0, - "Action": "", + "Frozen": true, + "Dodge": true, + "SkillTime": 204, + "Action": "Atk", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_134103", + "Icon": "Buff_Icon_310011", "Sound": "", - "Describe": "死亡时给队友加盾", + "Describe": "", "Introduction": "" }, { - "Id": 134104, + "Id": 310051, "Name": "", - "SkillLv": 2, - "NextLvId": 134105, - "SkillBaseId": 134103, + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, "CD": 0, - "SkillType": 1, + "SkillType": 2, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, + "Distance": 5, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [], + "BulletTime": [ + 40 + ], "BulletPos": [], - "Bullet": [], + "Bullet": [ + 310061 + ], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [ - 134104 - ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, "Silent": false, - "Frozen": false, - "Dodge": false, - "SkillTime": 0, - "Action": "", + "Frozen": true, + "Dodge": true, + "SkillTime": 107, + "Action": "Atk", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_134104", + "Icon": "Buff_Icon_310051", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 134105, + "Id": 310052, "Name": "", - "SkillLv": 3, - "NextLvId": 134106, - "SkillBaseId": 134103, + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, "CD": 0, "SkillType": 1, - "CastType": 2, + "CastType": 1, "TargetNeed": true, "EffectObject": [ - 2 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, + "Distance": 3, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [], + "BulletTime": [ + 100, + 140 + ], "BulletPos": [], - "Bullet": [], + "Bullet": [ + 310062, + 310063 + ], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [ - 134105 - ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": false, - "Frozen": false, - "Dodge": false, - "SkillTime": 0, - "Action": "", + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 240, + "Action": "Skill", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_134105", + "Icon": "Buff_Icon_310052", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 134106, + "Id": 310053, "Name": "", - "SkillLv": 4, - "NextLvId": 134107, - "SkillBaseId": 134103, + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, "CD": 0, "SkillType": 1, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 3 ], "IsEffectToBuilding": true, "Distance": 0, @@ -21771,10 +23216,10 @@ "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 134106 + "Buff": [ + 310064 ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, @@ -21784,273 +23229,309 @@ "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_134106", + "Icon": "Buff_Icon_310053", "Sound": "", - "Describe": "", + "Describe": "受到远程伤害提高50%,受到近战伤害降低50%", "Introduction": "" }, { - "Id": 134107, - "Name": "", - "SkillLv": 5, - "NextLvId": 134108, - "SkillBaseId": 134103, + "Id": 310031, + "Name": "力劈华松", + "SkillRangeType": 1, + "SkillLv": 10, + "NextLvId": 0, + "SkillBaseId": 310031, "CD": 0, "SkillType": 1, - "CastType": 2, - "TargetNeed": true, + "CastType": 1, + "TargetNeed": false, "EffectObject": [ - 2 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, + "Distance": 4, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [], + "BulletTime": [ + 40, + 80, + 130, + 170, + 240 + ], "BulletPos": [], - "Bullet": [], + "Bullet": [ + 2101, + 2102, + 2103, + 2104, + 2105 + ], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [ - 134107 - ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": false, - "Frozen": false, - "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_134107", + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 330, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_Lead_M", + "Icon": "Skill_Icon_201", "Sound": "", - "Describe": "", + "Describe": "大力挥舞大剑,对周围敌人造5段、每段2.1倍攻击力的伤害,并有30%的概率降低目标100点攻击,持续5秒", "Introduction": "" }, { - "Id": 134108, - "Name": "", - "SkillLv": 6, - "NextLvId": 134109, - "SkillBaseId": 134103, + "Id": 310041, + "Name": "飞石破浪", + "SkillRangeType": 2, + "SkillLv": 10, + "NextLvId": 0, + "SkillBaseId": 310041, "CD": 0, "SkillType": 1, - "CastType": 2, - "TargetNeed": true, + "CastType": 1, + "TargetNeed": false, "EffectObject": [ - 2 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, + "Distance": 10, "WeaponLimit": 0, "Energy": 0, - "BulletTime": [], - "BulletPos": [], - "Bullet": [], + "BulletTime": [ + 30, + 80, + 160 + ], + "BulletPos": [ + { + "x": 0, + "y": 0.9 + }, + { + "x": 0, + "y": 0.9 + }, + { + "x": 0, + "y": 0.9 + } + ], + "Bullet": [ + 2301, + 2302, + 2303 + ], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [ - 134108 - ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": false, - "Frozen": false, - "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_134108", + "Silent": true, + "Frozen": true, + "Dodge": true, + "SkillTime": 250, + "Action": "Skill", + "VisualEffectPrefab": "FX_Skill_Lead_F", + "Icon": "Skill_Icon_221", "Sound": "", - "Describe": "", + "Describe": "向前方射出三道暗器,造成3段、平均每段4.5倍攻击力的伤害,并降低目标30%的命中率,持续5秒", "Introduction": "" }, { - "Id": 134109, - "Name": "", - "SkillLv": 7, - "NextLvId": 134110, - "SkillBaseId": 134103, + "Id": 310061, + "Name": "沐春风", + "SkillRangeType": 0, + "SkillLv": 10, + "NextLvId": 0, + "SkillBaseId": 310061, "CD": 0, "SkillType": 1, - "CastType": 2, - "TargetNeed": true, + "CastType": 1, + "TargetNeed": false, "EffectObject": [ - 2 + 4 ], "IsEffectToBuilding": true, - "Distance": 0, + "Distance": 20, "WeaponLimit": 0, "Energy": 0, "BulletTime": [], "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], + "Buff": [ + 310051 + ], "TargetBuff": [ - 134109 + 3101, + 3102 ], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, - "Silent": false, - "Frozen": false, + "Silent": true, + "Frozen": true, "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_134109", + "SkillTime": 184, + "Action": "Skill_2", + "VisualEffectPrefab": "FX_Skill_MuRongWan", + "Icon": "Skill_Icon_301", "Sound": "", - "Describe": "", + "Describe": "治疗全队4000生命值,并增加每3秒恢复其100点生命值的效果,持续30秒", "Introduction": "" }, { - "Id": 134110, + "Id": 310062, "Name": "", - "SkillLv": 8, - "NextLvId": 134111, - "SkillBaseId": 134103, + "SkillRangeType": 0, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, "CD": 0, "SkillType": 1, - "CastType": 2, + "CastType": 1, "TargetNeed": true, "EffectObject": [ - 2 + 3 ], "IsEffectToBuilding": true, - "Distance": 0, + "Distance": 10, "WeaponLimit": 0, "Energy": 0, "BulletTime": [], "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 134110 + "Buff": [ + 310051 ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, "Silent": false, - "Frozen": false, - "Dodge": false, + "Frozen": true, + "Dodge": true, "SkillTime": 0, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_134110", + "Icon": "", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 134111, + "Id": 310063, "Name": "", - "SkillLv": 9, - "NextLvId": 134112, - "SkillBaseId": 134103, + "SkillRangeType": 1, + "SkillLv": 1, + "NextLvId": 0, + "SkillBaseId": 0, "CD": 0, - "SkillType": 1, + "SkillType": 2, "CastType": 2, "TargetNeed": true, "EffectObject": [ - 2 + 1 ], "IsEffectToBuilding": true, - "Distance": 0, - "WeaponLimit": 0, + "Distance": 2, + "WeaponLimit": 2, "Energy": 0, - "BulletTime": [], + "BulletTime": [ + 50 + ], "BulletPos": [], - "Bullet": [], + "Bullet": [ + 1 + ], "RelatedSkillId": [], "Buff": [], - "TargetBuff": [ - 134111 - ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, "Silent": false, - "Frozen": false, - "Dodge": false, - "SkillTime": 0, - "Action": "", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_134111", - "Sound": "", + "Frozen": true, + "Dodge": true, + "SkillTime": 130, + "Action": "Atk", + "VisualEffectPrefab": "FX_Atk_Lead_M", + "Icon": "Skill_Icon_310063", + "Sound": "Sound_QiaoHe_Atk", "Describe": "", "Introduction": "" }, { - "Id": 134112, + "Id": 330011, "Name": "", - "SkillLv": 10, + "SkillRangeType": 0, + "SkillLv": 1, "NextLvId": 0, - "SkillBaseId": 134103, + "SkillBaseId": 0, "CD": 0, "SkillType": 1, - "CastType": 2, + "CastType": 1, "TargetNeed": true, "EffectObject": [ - 2 + 3 ], "IsEffectToBuilding": true, - "Distance": 0, + "Distance": 10, "WeaponLimit": 0, "Energy": 0, "BulletTime": [], "BulletPos": [], "Bullet": [], "RelatedSkillId": [], - "Buff": [], - "TargetBuff": [ - 134112 + "Buff": [ + 330021 ], + "TargetBuff": [], "ImmortalTreeLv": 0, "Time": 0, "Interrupt": false, "Silent": false, - "Frozen": false, - "Dodge": false, - "SkillTime": 0, + "Frozen": true, + "Dodge": true, + "SkillTime": 10, "Action": "", "VisualEffectPrefab": "", - "Icon": "Skill_Icon_134112", + "Icon": "Skill_Icon_330011", "Sound": "", "Describe": "", "Introduction": "" }, { - "Id": 134201, - "Name": "", + "Id": 330012, + "Name": "光之吐息", + "SkillRangeType": 2, "SkillLv": 1, "NextLvId": 0, - "SkillBaseId": 134201, + "SkillBaseId": 0, "CD": 0, "SkillType": 1, - "CastType": 2, + "CastType": 1, "TargetNeed": true, "EffectObject": [ 1 ], "IsEffectToBuilding": true, - "Distance": 10, - "WeaponLimit": 3, + "Distance": 8, + "WeaponLimit": 0, "Energy": 0, "BulletTime": [ - 40 - ], - "BulletPos": [ - { - "x": 0, - "y": 0.9 - } + 237 ], + "BulletPos": [], "Bullet": [ - 12 + 330012 ], "RelatedSkillId": [], "Buff": [], @@ -22059,14 +23540,14 @@ "Time": 0, "Interrupt": false, "Silent": false, - "Frozen": true, - "Dodge": true, - "SkillTime": 110, - "Action": "Atk", - "VisualEffectPrefab": "", - "Icon": "Skill_Icon_102", - "Sound": "Sound_Dart", - "Describe": "陶小青被动触发后的穿透普攻", + "Frozen": false, + "Dodge": false, + "SkillTime": 344, + "Action": "Skill_2", + "VisualEffectPrefab": "FX_Skill2_QiongQi", + "Icon": "Skill_Icon_330012", + "Sound": "", + "Describe": "", "Introduction": "" } ] \ No newline at end of file diff --git a/src/api/config/SkillEffectConfigCategory.json b/src/api/config/SkillEffectConfigCategory.json index f5cf0d7..2b79f44 100644 --- a/src/api/config/SkillEffectConfigCategory.json +++ b/src/api/config/SkillEffectConfigCategory.json @@ -349,6 +349,20 @@ "NumericExpression": "5", "WhetherCrit": false }, + { + "Id": 254, + "EffectType": 1402, + "EffectField": 1, + "NumericExpression": "30", + "WhetherCrit": false + }, + { + "Id": 256, + "EffectType": 1403, + "EffectField": 1, + "NumericExpression": "7", + "WhetherCrit": false + }, { "Id": 501, "EffectType": 1001, @@ -503,6 +517,13 @@ "NumericExpression": "-ATK_P*1.33", "WhetherCrit": true }, + { + "Id": 980, + "EffectType": 1401, + "EffectField": 1, + "NumericExpression": "-ATK_P", + "WhetherCrit": true + }, { "Id": 1001, "EffectType": 1402, @@ -7706,6 +7727,20 @@ "NumericExpression": "-1000000000", "WhetherCrit": true }, + { + "Id": 30001, + "EffectType": 1403, + "EffectField": 1, + "NumericExpression": "200", + "WhetherCrit": false + }, + { + "Id": 30002, + "EffectType": 1408, + "EffectField": 1, + "NumericExpression": "30", + "WhetherCrit": false + }, { "Id": 134103, "EffectType": 1438, @@ -7801,56 +7836,56 @@ "Id": 300001, "EffectType": 1411, "EffectField": 1, - "NumericExpression": "10", + "NumericExpression": "5", "WhetherCrit": false }, { "Id": 300002, "EffectType": 1433, "EffectField": 1, - "NumericExpression": "10", + "NumericExpression": "3", "WhetherCrit": false }, { "Id": 300003, - "EffectType": 1401, - "EffectField": 1, - "NumericExpression": "HpMax", + "EffectType": 1403, + "EffectField": 4, + "NumericExpression": "5", "WhetherCrit": false }, { "Id": 300004, "EffectType": 1410, "EffectField": 1, - "NumericExpression": "50", + "NumericExpression": "10", "WhetherCrit": false }, { "Id": 300005, "EffectType": 1429, "EffectField": 1, - "NumericExpression": "10", + "NumericExpression": "5", "WhetherCrit": false }, { "Id": 300006, "EffectType": 1409, "EffectField": 1, - "NumericExpression": "20", + "NumericExpression": "10", "WhetherCrit": false }, { "Id": 300007, - "EffectType": 30001, - "EffectField": 2, - "NumericExpression": "30", + "EffectType": 1600, + "EffectField": 1, + "NumericExpression": "10", "WhetherCrit": false }, { "Id": 300008, - "EffectType": 30002, - "EffectField": 2, - "NumericExpression": "30", + "EffectType": 1601, + "EffectField": 1, + "NumericExpression": "10", "WhetherCrit": false }, { @@ -7862,9 +7897,86 @@ }, { "Id": 300010, + "EffectType": 1404, + "EffectField": 4, + "NumericExpression": "5", + "WhetherCrit": false + }, + { + "Id": 300011, + "EffectType": 1430, + "EffectField": 1, + "NumericExpression": "3", + "WhetherCrit": false + }, + { + "Id": 300012, + "EffectType": 1432, + "EffectField": 1, + "NumericExpression": "5", + "WhetherCrit": false + }, + { + "Id": 300013, + "EffectType": 1422, + "EffectField": 1, + "NumericExpression": "1", + "WhetherCrit": false + }, + { + "Id": 300014, "EffectType": 1405, "EffectField": 1, - "NumericExpression": "10000", + "NumericExpression": "10", + "WhetherCrit": false + }, + { + "Id": 310012, + "EffectType": 1433, + "EffectField": 1, + "NumericExpression": "25", + "WhetherCrit": false + }, + { + "Id": 310051, + "EffectType": 1401, + "EffectField": 1, + "NumericExpression": "5000", + "WhetherCrit": false + }, + { + "Id": 310061, + "EffectType": 1401, + "EffectField": 1, + "NumericExpression": "-ATK_P*1.3", + "WhetherCrit": true + }, + { + "Id": 310062, + "EffectType": 1401, + "EffectField": 1, + "NumericExpression": "-ATK_P*3.6", + "WhetherCrit": true + }, + { + "Id": 310063, + "EffectType": 1401, + "EffectField": 1, + "NumericExpression": "-ATK_P*3.6", + "WhetherCrit": true + }, + { + "Id": 310064, + "EffectType": 1603, + "EffectField": 1, + "NumericExpression": "50", + "WhetherCrit": false + }, + { + "Id": 310065, + "EffectType": 1604, + "EffectField": 1, + "NumericExpression": "-50", "WhetherCrit": false }, { @@ -7876,22 +7988,22 @@ }, { "Id": 330012, - "EffectType": 30001, - "EffectField": 2, + "EffectType": 1602, + "EffectField": 1, "NumericExpression": "50", "WhetherCrit": false }, { "Id": 330013, - "EffectType": 33002, - "EffectField": 2, - "NumericExpression": "-100", + "EffectType": 1603, + "EffectField": 1, + "NumericExpression": "-99", "WhetherCrit": false }, { "Id": 330014, - "EffectType": 33003, - "EffectField": 2, + "EffectType": 1604, + "EffectField": 1, "NumericExpression": "50", "WhetherCrit": false }, @@ -7904,30 +8016,93 @@ }, { "Id": 330016, - "EffectType": 1403, - "EffectField": 2, - "NumericExpression": "100", + "EffectType": 9998, + "EffectField": 5, + "NumericExpression": "330015", "WhetherCrit": false }, { "Id": 330017, - "EffectType": 33002, - "EffectField": 2, + "EffectType": 1603, + "EffectField": 1, "NumericExpression": "100", "WhetherCrit": false }, { "Id": 330018, - "EffectType": 33004, + "EffectType": 9998, "EffectField": 5, - "NumericExpression": "30001", + "NumericExpression": "330020", "WhetherCrit": false }, { "Id": 330019, - "EffectType": 1432, + "EffectType": 1404, + "EffectField": 2, + "NumericExpression": "-25", + "WhetherCrit": false + }, + { + "Id": 330020, + "EffectType": 1503, + "EffectField": 5, + "NumericExpression": "", + "WhetherCrit": false + }, + { + "Id": 330021, + "EffectType": 1605, + "EffectField": 5, + "NumericExpression": "30001", + "WhetherCrit": false + }, + { + "Id": 330022, + "EffectType": 1404, + "EffectField": 2, + "NumericExpression": "-25", + "WhetherCrit": false + }, + { + "Id": 330023, + "EffectType": 1403, + "EffectField": 2, + "NumericExpression": "1000", + "WhetherCrit": false + }, + { + "Id": 330024, + "EffectType": 9998, + "EffectField": 5, + "NumericExpression": "330022", + "WhetherCrit": false + }, + { + "Id": 330025, + "EffectType": 9998, + "EffectField": 5, + "NumericExpression": "330023", + "WhetherCrit": false + }, + { + "Id": 330026, + "EffectType": 1401, "EffectField": 1, - "NumericExpression": "20", + "NumericExpression": "-ATK_P*4", + "WhetherCrit": true + }, + { + "Id": 330027, + "EffectType": 1404, + "EffectField": 4, + "NumericExpression": "-20", + "WhetherCrit": false + }, + { + "Id": 330028, + "EffectType": 1433, + "EffectField": 1, + "NumericExpression": "-20", "WhetherCrit": false } ] \ No newline at end of file diff --git a/src/api/config/StructureConfigCategory.json b/src/api/config/StructureConfigCategory.json index 8aa5480..a2682e8 100644 --- a/src/api/config/StructureConfigCategory.json +++ b/src/api/config/StructureConfigCategory.json @@ -978,7 +978,7 @@ "FixedPoint": false, "EngineeringQuantity": 1000000, "Durable": 900, - "NunLimit": 1, + "NunLimit": 2, "ShapeId": 85, "Comfortable": 80, "DiseaseDeduction": 80, @@ -5558,7 +5558,9 @@ "StrengthenId": 645, "ShowOccupyPlace": true, "Prefab": "Structure_645", - "SkinConfigIds": [], + "SkinConfigIds": [ + 1053 + ], "Picture": "Structure_Picture_645", "NamePicture": "Structure_Name_645", "Sound": "", @@ -5592,7 +5594,9 @@ "StrengthenId": 660, "ShowOccupyPlace": true, "Prefab": "Structure_660", - "SkinConfigIds": [], + "SkinConfigIds": [ + 1055 + ], "Picture": "Structure_Picture_660", "NamePicture": "Structure_Name_660", "Sound": "", @@ -5626,7 +5630,9 @@ "StrengthenId": 661, "ShowOccupyPlace": true, "Prefab": "Structure_661", - "SkinConfigIds": [], + "SkinConfigIds": [ + 1054 + ], "Picture": "Structure_Picture_661", "NamePicture": "Structure_Name_661", "Sound": "", @@ -6120,6 +6126,40 @@ "Record": false, "RecordText": "村子里终于有了举办喜宴的场所,桃花映衬,朱楼焕彩。良辰吉时,新人盟誓,亲朋醉宴凭栏,丝竹声中纳福瑞,共证桃源好合。" }, + { + "Id": 677, + "Name": "邀月亭", + "LvMark": -1, + "Type": 4, + "Schedule": 0, + "ScaleUp": true, + "FixedPoint": false, + "EngineeringQuantity": 500000, + "Durable": 900, + "NunLimit": 5, + "ShapeId": 676, + "Special": 0, + "BuildFunctionId": 677, + "Boom": 1000, + "CanMove": true, + "Remove": true, + "RemoveAll": true, + "Science": false, + "Fight": 0, + "RegionId": 1001, + "UpgradeId": 0, + "StrengthenId": 677, + "ShowOccupyPlace": true, + "Prefab": "Structure_677", + "SkinConfigIds": [], + "Picture": "Structure_Picture_677", + "NamePicture": "Structure_Name_677", + "Sound": "", + "InteractiveAnimations": [], + "Describe": "一亭浮水,倒映明月清风,意境悠然", + "Record": false, + "RecordText": "" + }, { "Id": 1000, "Name": "伐木场", diff --git a/src/api/config/StructureSkinConfigCategory.json b/src/api/config/StructureSkinConfigCategory.json index 0316420..8c99cb7 100644 --- a/src/api/config/StructureSkinConfigCategory.json +++ b/src/api/config/StructureSkinConfigCategory.json @@ -475,5 +475,32 @@ "GetMethod": "鲁明处购买图纸后在桃源殿进行研究", "ScienceId": 7032, "Integral": 100 + }, + { + "Id": 1053, + "SkinName": "壶中天地阁", + "SkinPrefab": "Structure_Skin_1053", + "Picture": "Structure_Skin_Picture_1053", + "GetMethod": "鲁明处购买图纸后在桃源殿进行研究", + "ScienceId": 7033, + "Integral": 100 + }, + { + "Id": 1054, + "SkinName": "梨雪荷风殿", + "SkinPrefab": "Structure_Skin_1054", + "Picture": "Structure_Skin_Picture_1054", + "GetMethod": "鲁明处购买图纸后在桃源殿进行研究", + "ScienceId": 7034, + "Integral": 100 + }, + { + "Id": 1055, + "SkinName": "九重凌云塔", + "SkinPrefab": "Structure_Skin_1055", + "Picture": "Structure_Skin_Picture_1055", + "GetMethod": "外观礼包", + "ScienceId": 0, + "Integral": 100 } ] \ No newline at end of file diff --git a/src/api/config/StructureStrengthenConfigCategory.json b/src/api/config/StructureStrengthenConfigCategory.json index cd6304b..1452057 100644 --- a/src/api/config/StructureStrengthenConfigCategory.json +++ b/src/api/config/StructureStrengthenConfigCategory.json @@ -5983,6 +5983,40 @@ "StrengIntegral2": 90, "StrengIntegral3": 130 }, + { + "Id": 677, + "Name": "邀月亭", + "Schedule": 0, + "RepairItem1": 811, + "RepairItemNum1": 1000, + "RepairItem2": 815, + "RepairItemNum2": 800, + "RepairItem3": 828, + "RepairItemNum3": 1000, + "RepairItem4": 0, + "RepairItemNum4": 0, + "FirmCoinNum": 6000, + "StrengthenYesOrNo": true, + "Strengthen1Item1": 858, + "Strengthen1Item1Num": 100, + "Strengthen1Item2": 805, + "Strengthen1Item2Num": 200, + "Strengthen2Item1": 858, + "Strengthen2Item1Num": 200, + "Strengthen2Item2": 805, + "Strengthen2Item2Num": 300, + "Strengthen3Item1": 858, + "Strengthen3Item1Num": 300, + "Strengthen3Item2": 805, + "Strengthen3Item2Num": 400, + "StrengthenDurable1": 1500, + "StrengthenDurable2": 2100, + "StrengthenDurable3": 2700, + "Integral": 200, + "StrengIntegral1": 34, + "StrengIntegral2": 50, + "StrengIntegral3": 100 + }, { "Id": 1000, "Name": "伐木场", diff --git a/src/api/config/SynthesisConfigCategory.json b/src/api/config/SynthesisConfigCategory.json index c960d64..5c308b0 100644 --- a/src/api/config/SynthesisConfigCategory.json +++ b/src/api/config/SynthesisConfigCategory.json @@ -5424,6 +5424,37 @@ "NextLv": 0, "UpgradeItem": 0 }, + { + "Id": 677, + "Name": "邀月亭", + "MixtureType": 1, + "MaterialType": 0, + "MixtureID": 677, + "QualityMixtureID": 0, + "Copies": 1, + "TimeConsume": -1, + "SingleMaxNumber": -1, + "ItemId1": 811, + "ItemNum1": 1000, + "ItemId2": 815, + "ItemNum2": 800, + "ItemId3": 828, + "ItemNum3": 1000, + "ItemId4": 0, + "ItemNum4": 0, + "DisplayCondition": 1, + "DisplayParameter": [ + 21 + ], + "UnlockCondition": 4, + "UnlockParameter": [ + 0 + ], + "Drawing": true, + "Display": true, + "NextLv": 0, + "UpgradeItem": 0 + }, { "Id": 1000, "Name": "伐木场", @@ -7327,6 +7358,101 @@ "NextLv": 2545, "UpgradeItem": 7079 }, + { + "Id": 2055, + "Name": "木须肉", + "MixtureType": 2, + "MaterialType": 0, + "MixtureID": 2059, + "QualityMixtureID": 0, + "Copies": 1, + "TimeConsume": 10, + "SingleMaxNumber": -1, + "ItemId1": 104, + "ItemNum1": 3, + "ItemId2": 101, + "ItemNum2": 2, + "ItemId3": 110, + "ItemNum3": 2, + "ItemId4": 0, + "ItemNum4": 0, + "DisplayCondition": 1, + "DisplayParameter": [ + 16 + ], + "UnlockCondition": 8, + "UnlockParameter": [ + 44, + 45 + ], + "Drawing": true, + "Display": true, + "NextLv": 2546, + "UpgradeItem": 7083 + }, + { + "Id": 2056, + "Name": "鸡蛋羹", + "MixtureType": 2, + "MaterialType": 0, + "MixtureID": 2060, + "QualityMixtureID": 0, + "Copies": 1, + "TimeConsume": 10, + "SingleMaxNumber": -1, + "ItemId1": 110, + "ItemNum1": 2, + "ItemId2": 130, + "ItemNum2": 2, + "ItemId3": 0, + "ItemNum3": 0, + "ItemId4": 0, + "ItemNum4": 0, + "DisplayCondition": 1, + "DisplayParameter": [ + 19 + ], + "UnlockCondition": 8, + "UnlockParameter": [ + 44, + 45 + ], + "Drawing": true, + "Display": true, + "NextLv": 2547, + "UpgradeItem": 7084 + }, + { + "Id": 2057, + "Name": "桂花糕", + "MixtureType": 2, + "MaterialType": 0, + "MixtureID": 2061, + "QualityMixtureID": 0, + "Copies": 1, + "TimeConsume": 10, + "SingleMaxNumber": -1, + "ItemId1": 148, + "ItemNum1": 20, + "ItemId2": 834, + "ItemNum2": 5, + "ItemId3": 114, + "ItemNum3": 3, + "ItemId4": 0, + "ItemNum4": 0, + "DisplayCondition": 1, + "DisplayParameter": [ + 19 + ], + "UnlockCondition": 4, + "UnlockParameter": [ + 0 + ], + "Drawing": true, + "Display": true, + "NextLv": 0, + "UpgradeItem": 0 + }, { "Id": 2502, "Name": "野菜汤", @@ -8797,6 +8923,70 @@ "NextLv": 0, "UpgradeItem": 0 }, + { + "Id": 2546, + "Name": "木须肉", + "MixtureType": 2, + "MaterialType": 0, + "MixtureID": 2346, + "QualityMixtureID": 0, + "Copies": 1, + "TimeConsume": 10, + "SingleMaxNumber": -1, + "ItemId1": 104, + "ItemNum1": 3, + "ItemId2": 101, + "ItemNum2": 2, + "ItemId3": 110, + "ItemNum3": 2, + "ItemId4": 0, + "ItemNum4": 0, + "DisplayCondition": 0, + "DisplayParameter": [ + 16 + ], + "UnlockCondition": 8, + "UnlockParameter": [ + 44, + 45 + ], + "Drawing": true, + "Display": true, + "NextLv": 0, + "UpgradeItem": 0 + }, + { + "Id": 2547, + "Name": "鸡蛋羹", + "MixtureType": 2, + "MaterialType": 0, + "MixtureID": 2347, + "QualityMixtureID": 0, + "Copies": 1, + "TimeConsume": 10, + "SingleMaxNumber": -1, + "ItemId1": 110, + "ItemNum1": 2, + "ItemId2": 130, + "ItemNum2": 2, + "ItemId3": 116, + "ItemNum3": 1, + "ItemId4": 0, + "ItemNum4": 0, + "DisplayCondition": 0, + "DisplayParameter": [ + 19 + ], + "UnlockCondition": 8, + "UnlockParameter": [ + 44, + 45 + ], + "Drawing": true, + "Display": true, + "NextLv": 0, + "UpgradeItem": 0 + }, { "Id": 3000, "Name": "茅草捆", @@ -14379,6 +14569,192 @@ "NextLv": 0, "UpgradeItem": 0 }, + { + "Id": 6058, + "Name": "曲径石阑", + "MixtureType": 5, + "MaterialType": 5, + "MixtureID": 7889, + "QualityMixtureID": 0, + "Copies": 1, + "TimeConsume": 30, + "SingleMaxNumber": -1, + "ItemId1": 809, + "ItemNum1": 20, + "ItemId2": 0, + "ItemNum2": 0, + "ItemId3": 0, + "ItemNum3": 0, + "ItemId4": 0, + "ItemNum4": 0, + "DisplayCondition": 1, + "DisplayParameter": [ + 11 + ], + "UnlockCondition": 4, + "UnlockParameter": [ + 0 + ], + "Drawing": false, + "Display": true, + "NextLv": 0, + "UpgradeItem": 0 + }, + { + "Id": 6059, + "Name": "曲径石阑·角", + "MixtureType": 5, + "MaterialType": 5, + "MixtureID": 7890, + "QualityMixtureID": 0, + "Copies": 1, + "TimeConsume": 30, + "SingleMaxNumber": -1, + "ItemId1": 809, + "ItemNum1": 20, + "ItemId2": 0, + "ItemNum2": 0, + "ItemId3": 0, + "ItemNum3": 0, + "ItemId4": 0, + "ItemNum4": 0, + "DisplayCondition": 1, + "DisplayParameter": [ + 11 + ], + "UnlockCondition": 4, + "UnlockParameter": [ + 0 + ], + "Drawing": false, + "Display": true, + "NextLv": 0, + "UpgradeItem": 0 + }, + { + "Id": 6060, + "Name": "水云间·门", + "MixtureType": 5, + "MaterialType": 5, + "MixtureID": 7891, + "QualityMixtureID": 0, + "Copies": 1, + "TimeConsume": 30, + "SingleMaxNumber": -1, + "ItemId1": 810, + "ItemNum1": 50, + "ItemId2": 0, + "ItemNum2": 0, + "ItemId3": 0, + "ItemNum3": 0, + "ItemId4": 0, + "ItemNum4": 0, + "DisplayCondition": 1, + "DisplayParameter": [ + 16 + ], + "UnlockCondition": 4, + "UnlockParameter": [ + 0 + ], + "Drawing": false, + "Display": true, + "NextLv": 0, + "UpgradeItem": 0 + }, + { + "Id": 6061, + "Name": "水云间·墙", + "MixtureType": 5, + "MaterialType": 5, + "MixtureID": 7892, + "QualityMixtureID": 0, + "Copies": 1, + "TimeConsume": 30, + "SingleMaxNumber": -1, + "ItemId1": 810, + "ItemNum1": 50, + "ItemId2": 0, + "ItemNum2": 0, + "ItemId3": 0, + "ItemNum3": 0, + "ItemId4": 0, + "ItemNum4": 0, + "DisplayCondition": 1, + "DisplayParameter": [ + 16 + ], + "UnlockCondition": 4, + "UnlockParameter": [ + 0 + ], + "Drawing": false, + "Display": true, + "NextLv": 0, + "UpgradeItem": 0 + }, + { + "Id": 6062, + "Name": "水云间·角", + "MixtureType": 5, + "MaterialType": 5, + "MixtureID": 7893, + "QualityMixtureID": 0, + "Copies": 1, + "TimeConsume": 30, + "SingleMaxNumber": -1, + "ItemId1": 810, + "ItemNum1": 50, + "ItemId2": 0, + "ItemNum2": 0, + "ItemId3": 0, + "ItemNum3": 0, + "ItemId4": 0, + "ItemNum4": 0, + "DisplayCondition": 1, + "DisplayParameter": [ + 16 + ], + "UnlockCondition": 4, + "UnlockParameter": [ + 0 + ], + "Drawing": false, + "Display": true, + "NextLv": 0, + "UpgradeItem": 0 + }, + { + "Id": 6063, + "Name": "碎石径", + "MixtureType": 5, + "MaterialType": 5, + "MixtureID": 7894, + "QualityMixtureID": 0, + "Copies": 1, + "TimeConsume": 10, + "SingleMaxNumber": -1, + "ItemId1": 808, + "ItemNum1": 5, + "ItemId2": 0, + "ItemNum2": 0, + "ItemId3": 0, + "ItemNum3": 0, + "ItemId4": 0, + "ItemNum4": 0, + "DisplayCondition": 1, + "DisplayParameter": [ + 8 + ], + "UnlockCondition": 4, + "UnlockParameter": [ + 0 + ], + "Drawing": false, + "Display": true, + "NextLv": 0, + "UpgradeItem": 0 + }, { "Id": 10000, "Name": "石剑", diff --git a/src/api/config/SystemConditionsConfigCategory.json b/src/api/config/SystemConditionsConfigCategory.json index 81815a7..16b0999 100644 --- a/src/api/config/SystemConditionsConfigCategory.json +++ b/src/api/config/SystemConditionsConfigCategory.json @@ -166,5 +166,12 @@ "Name": "专武", "OpenConditionType": 4, "ConditionParameter": 7 + }, + { + "Id": 27, + "OpenSystem": 27, + "Name": "随机摆放", + "OpenConditionType": 4, + "ConditionParameter": 12 } ] \ No newline at end of file diff --git a/src/api/config/TextConfigCategory.json b/src/api/config/TextConfigCategory.json index 95b2b87..12bcdfd 100644 --- a/src/api/config/TextConfigCategory.json +++ b/src/api/config/TextConfigCategory.json @@ -1264,6 +1264,81 @@ "Text": "拓印时只拓印当前屏幕范围内内所有物品", "Value": "" }, + { + "Id": 1254, + "Text": "已将皮肤应用到所有同类资源", + "Value": "" + }, + { + "Id": 1255, + "Text": "升级后矿洞可产出{value}!", + "Value": "" + }, + { + "Id": 1256, + "Text": "山谷暂停时不可进行该玩法", + "Value": "" + }, + { + "Id": 1257, + "Text": "该植物皮肤未开放", + "Value": "" + }, + { + "Id": 1258, + "Text": "今日举办次数已用完~", + "Value": "" + }, + { + "Id": 1259, + "Text": "今日桃谷正在举办喜宴", + "Value": "" + }, + { + "Id": 1260, + "Text": "请先开启家宴功能!", + "Value": "" + }, + { + "Id": 1261, + "Text": "数量超过上限!", + "Value": "" + }, + { + "Id": 1262, + "Text": "今日已没有博饼次数,请明日再来。", + "Value": "" + }, + { + "Id": 1263, + "Text": "已成功招揽{村民名字} ", + "Value": "" + }, + { + "Id": 1264, + "Text": "道具不足", + "Value": "" + }, + { + "Id": 1265, + "Text": "请先选择村民", + "Value": "" + }, + { + "Id": 1266, + "Text": "{value}、{value}和{value}成功抵达桃谷!", + "Value": "" + }, + { + "Id": 1267, + "Text": "您确定要消耗{Num}个{道具名称}重新随机宝石的固定属性吗", + "Value": "" + }, + { + "Id": 1268, + "Text": "第10轮解锁", + "Value": "" + }, { "Id": 2001, "Text": "抵达中", @@ -3329,6 +3404,11 @@ "Text": "请先邀请宾客以及祝福新人
举办家宴后将无法邀请宾客和祝福新人", "Value": "" }, + { + "Id": 2415, + "Text": "获得[color=#009a04]邀月帖[/color]后该位置可以邀请桃谷的村民参与博饼", + "Value": "" + }, { "Id": 2901, "Text": "图鉴积分包括以下四个要素:
建筑积分:包括建造建筑的积分和加固建筑的积分
宝物积分:建筑上装备的宝物所提供的积分
装饰品积分:解锁装饰品提供的积分
皮肤积分:解锁建筑皮肤提供的积分
当图鉴积分相同时,先上榜的人排在前面
每日排行榜于每天晚上12点结算并发放奖励。", @@ -3756,7 +3836,7 @@ }, { "Id": 2986, - "Text": "您进入最多还可以买{Num}次", + "Text": "您今日最多还可以买{Num}次", "Value": "" }, { @@ -3819,6 +3899,11 @@ "Text": "下次洗练必出所选词条", "Value": "" }, + { + "Id": 2999, + "Text": "攻城战斗中,暂不可挑战", + "Value": "" + }, { "Id": 3001, "Text": "撤销建造将返还所有材料,是否撤销建造该建筑?", @@ -4129,6 +4214,16 @@ "Text": "服务器开启后第30天之后的第一个1号开启第一赛季
每月1号开启新赛季,赛季持续10天
第10天的24:00结算排行榜,次日5:00通过邮箱发送奖励
松龄榜: 统计谷主账号历史年龄最高的前20个村民
排行榜前3名的谷主可在赛季结束前更换排行榜上的角色形象,结束后形象不可变更", "Value": "" }, + { + "Id": 3063, + "Text": "当前正在挑战{0},更换挑战关卡后原关卡的怪物血量会重置,您确定更换挑战关卡吗?", + "Value": "" + }, + { + "Id": 3064, + "Text": "当前有空缺的位置还没邀请村民参与博饼,确认直接摇骰子吗?", + "Value": "" + }, { "Id": 4001, "Text": "你的鱼饵用完了", @@ -4508,5 +4603,40 @@ "Id": 8001, "Text": "桃谷龙舟赛活动已结束!以下是谷主未领取的奖励~", "Value": "" + }, + { + "Id": 9001, + "Text": "不死树最高等级为10,成熟后重生为1级", + "Value": "" + }, + { + "Id": 9002, + "Text": "{倒计时}后成熟", + "Value": "" + }, + { + "Id": 9003, + "Text": "不死树当前等级:{等级}", + "Value": "" + }, + { + "Id": 9004, + "Text": "成熟时掉落数量:{数量}", + "Value": "" + }, + { + "Id": 9005, + "Text": "不死树还未成熟", + "Value": "" + }, + { + "Id": 9006, + "Text": "今日上座次数不足", + "Value": "" + }, + { + "Id": 9007, + "Text": "库存酒数量不足", + "Value": "" } ] \ No newline at end of file diff --git a/src/api/config/TitleConfigCategory.json b/src/api/config/TitleConfigCategory.json index 21aac04..4c185d6 100644 --- a/src/api/config/TitleConfigCategory.json +++ b/src/api/config/TitleConfigCategory.json @@ -3,12 +3,13 @@ "Id": 101, "Name": "四海为家", "Requirement": "成就-四海皆闻桃源名", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140000, 1 ], "Time": false, + "Duration": 0, "Level": 1, "Skin": "Tiltle_Pictrue_101", "ValleyEffect": [] @@ -17,12 +18,13 @@ "Id": 102, "Name": "大家族", "Requirement": "成就-百家灯火续长明", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140001, 1 ], "Time": false, + "Duration": 0, "Level": 1, "Skin": "Tiltle_Pictrue_102", "ValleyEffect": [] @@ -31,12 +33,13 @@ "Id": 103, "Name": "美食家", "Requirement": "成就-千券化作炊烟去", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140007, 1 ], "Time": false, + "Duration": 0, "Level": 1, "Skin": "Tiltle_Pictrue_103", "ValleyEffect": [] @@ -45,12 +48,13 @@ "Id": 104, "Name": "千秋良缘使", "Requirement": "成就-桃源宴宴庆良缘", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140013, 1 ], "Time": false, + "Duration": 0, "Level": 1, "Skin": "Tiltle_Pictrue_104", "ValleyEffect": [] @@ -59,12 +63,13 @@ "Id": 201, "Name": "捕鱼达人", "Requirement": "成就-一竿钓尽武陵春", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140002, 1 ], "Time": false, + "Duration": 0, "Level": 2, "Skin": "Tiltle_Pictrue_201", "ValleyEffect": [] @@ -73,12 +78,13 @@ "Id": 202, "Name": "粽横四海", "Requirement": "桃谷龙舟赛活动获得", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140012, 1 ], "Time": false, + "Duration": 0, "Level": 2, "Skin": "Tiltle_Pictrue_202", "ValleyEffect": [] @@ -87,12 +93,13 @@ "Id": 301, "Name": "歌唱家", "Requirement": "成就-比翼楼前拾遗羽", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140003, 1 ], "Time": false, + "Duration": 0, "Level": 3, "Skin": "Tiltle_Pictrue_301", "ValleyEffect": [] @@ -101,12 +108,13 @@ "Id": 302, "Name": "满庭芳", "Requirement": "成就-半百檐铃缀桃源", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140004, 1 ], "Time": false, + "Duration": 0, "Level": 3, "Skin": "Tiltle_Pictrue_302", "ValleyEffect": [] @@ -115,12 +123,13 @@ "Id": 303, "Name": "亿万富翁", "Requirement": "成就-万贯春风扫落英", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140005, 1 ], "Time": false, + "Duration": 0, "Level": 3, "Skin": "Tiltle_Pictrue_303", "ValleyEffect": [] @@ -129,12 +138,13 @@ "Id": 304, "Name": "资深商人", "Requirement": "成就-夜市点石成金手", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140006, 1 ], "Time": false, + "Duration": 0, "Level": 3, "Skin": "Tiltle_Pictrue_304", "ValleyEffect": [] @@ -143,12 +153,13 @@ "Id": 401, "Name": "大佬", "Requirement": "累充2000元获得", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140008, 1 ], "Time": false, + "Duration": 0, "Level": 4, "Skin": "Tiltle_Pictrue_401", "ValleyEffect": [ @@ -159,12 +170,13 @@ "Id": 402, "Name": "龙的传人", "Requirement": "成就-千姓共织桃源梦", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140009, 1 ], "Time": false, + "Duration": 0, "Level": 4, "Skin": "Tiltle_Pictrue_402", "ValleyEffect": [] @@ -173,88 +185,34 @@ "Id": 403, "Name": "桃谷地仙", "Requirement": "累充5000元答谢礼包", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140010, 1 ], "Time": false, + "Duration": 0, "Level": 4, "Skin": "Tiltle_Pictrue_403", "ValleyEffect": [ 7002 ] }, - { - "Id": 404, - "Name": "霓裳君", - "Requirement": "锦衣榜第一名", - "RequirementTpye": 30, - "IdAndType": [ - 6, - 1 - ], - "Time": true, - "Level": 4, - "Skin": "Tiltle_Pictrue_404", - "ValleyEffect": [] - }, - { - "Id": 405, - "Name": "鼎中君", - "Requirement": "玉食榜第一名", - "RequirementTpye": 30, - "IdAndType": [ - 7, - 1 - ], - "Time": true, - "Level": 4, - "Skin": "Tiltle_Pictrue_405", - "ValleyEffect": [] - }, - { - "Id": 406, - "Name": "青松君", - "Requirement": "松龄榜第一名", - "RequirementTpye": 30, - "IdAndType": [ - 8, - 1 - ], - "Time": true, - "Level": 4, - "Skin": "Tiltle_Pictrue_406", - "ValleyEffect": [] - }, { "Id": 501, "Name": "桃谷天尊", "Requirement": "累充10000元答谢礼包", - "RequirementTpye": 31, + "Tpye": 2, "IdAndType": [ 140011, 1 ], "Time": false, + "Duration": 0, "Level": 5, "Skin": "Tiltle_Pictrue_501", "ValleyEffect": [ 7003 ] - }, - { - "Id": 502, - "Name": "乐土圣君", - "Requirement": "总榜第一名", - "RequirementTpye": 30, - "IdAndType": [ - 5, - 1 - ], - "Time": true, - "Level": 5, - "Skin": "Tiltle_Pictrue_502", - "ValleyEffect": [] } ] \ No newline at end of file diff --git a/src/api/config/ValleyEffectConfigCategory.json b/src/api/config/ValleyEffectConfigCategory.json index ba6c96f..2c33d2c 100644 --- a/src/api/config/ValleyEffectConfigCategory.json +++ b/src/api/config/ValleyEffectConfigCategory.json @@ -335,6 +335,23 @@ "IconFile": "Valley_Effect_21", "Description": "可以使用桃花石洗练" }, + { + "Id": 23, + "Name": "远征的勇气", + "EffectSource": 1, + "Enable": true, + "Gain": 1, + "Level": 1, + "Group": 23, + "EffectType": 39, + "EftTarget": 0, + "CalType": 1, + "Parameter": 2, + "EffectParm": [], + "NeedShow": true, + "IconFile": "Valley_Effect_23", + "Description": "远征每日挑战次数+2" + }, { "Id": 28, "Name": "饥饿", @@ -3603,6 +3620,176 @@ "IconFile": "Valley_Effect_274", "Description": "" }, + { + "Id": 401, + "Name": "粮仓-11", + "EffectSource": 5, + "Enable": true, + "Gain": 1, + "Level": 11, + "Group": 344, + "EffectType": 27, + "EftTarget": 0, + "CalType": 1, + "Parameter": 9000, + "EffectParm": [], + "NeedShow": false, + "IconFile": "Valley_Effect_344", + "Description": "" + }, + { + "Id": 402, + "Name": "粮仓-12", + "EffectSource": 5, + "Enable": true, + "Gain": 1, + "Level": 12, + "Group": 344, + "EffectType": 27, + "EftTarget": 0, + "CalType": 1, + "Parameter": 10000, + "EffectParm": [], + "NeedShow": false, + "IconFile": "Valley_Effect_344", + "Description": "" + }, + { + "Id": 403, + "Name": "粮仓-13", + "EffectSource": 5, + "Enable": true, + "Gain": 1, + "Level": 13, + "Group": 344, + "EffectType": 27, + "EftTarget": 0, + "CalType": 1, + "Parameter": 11000, + "EffectParm": [], + "NeedShow": false, + "IconFile": "Valley_Effect_344", + "Description": "" + }, + { + "Id": 404, + "Name": "粮仓-14", + "EffectSource": 5, + "Enable": true, + "Gain": 1, + "Level": 14, + "Group": 344, + "EffectType": 27, + "EftTarget": 0, + "CalType": 1, + "Parameter": 12000, + "EffectParm": [], + "NeedShow": false, + "IconFile": "Valley_Effect_344", + "Description": "" + }, + { + "Id": 405, + "Name": "粮仓-15", + "EffectSource": 5, + "Enable": true, + "Gain": 1, + "Level": 15, + "Group": 344, + "EffectType": 27, + "EftTarget": 0, + "CalType": 1, + "Parameter": 13000, + "EffectParm": [], + "NeedShow": false, + "IconFile": "Valley_Effect_344", + "Description": "" + }, + { + "Id": 406, + "Name": "粮仓-16", + "EffectSource": 5, + "Enable": true, + "Gain": 1, + "Level": 16, + "Group": 344, + "EffectType": 27, + "EftTarget": 0, + "CalType": 1, + "Parameter": 14000, + "EffectParm": [], + "NeedShow": false, + "IconFile": "Valley_Effect_344", + "Description": "" + }, + { + "Id": 407, + "Name": "粮仓-17", + "EffectSource": 5, + "Enable": true, + "Gain": 1, + "Level": 17, + "Group": 344, + "EffectType": 27, + "EftTarget": 0, + "CalType": 1, + "Parameter": 15000, + "EffectParm": [], + "NeedShow": false, + "IconFile": "Valley_Effect_344", + "Description": "" + }, + { + "Id": 408, + "Name": "粮仓-18", + "EffectSource": 5, + "Enable": true, + "Gain": 1, + "Level": 18, + "Group": 344, + "EffectType": 27, + "EftTarget": 0, + "CalType": 1, + "Parameter": 16000, + "EffectParm": [], + "NeedShow": false, + "IconFile": "Valley_Effect_344", + "Description": "" + }, + { + "Id": 409, + "Name": "粮仓-19", + "EffectSource": 5, + "Enable": true, + "Gain": 1, + "Level": 19, + "Group": 344, + "EffectType": 27, + "EftTarget": 0, + "CalType": 1, + "Parameter": 17000, + "EffectParm": [], + "NeedShow": false, + "IconFile": "Valley_Effect_344", + "Description": "" + }, + { + "Id": 410, + "Name": "粮仓-20", + "EffectSource": 5, + "Enable": true, + "Gain": 1, + "Level": 20, + "Group": 344, + "EffectType": 27, + "EftTarget": 0, + "CalType": 1, + "Parameter": 18000, + "EffectParm": [], + "NeedShow": false, + "IconFile": "Valley_Effect_344", + "Description": "" + }, { "Id": 500, "Name": "离线研究", @@ -3721,5 +3908,22 @@ "NeedShow": true, "IconFile": "Valley_Effect_7001", "Description": "生命之力3:勇士增加15%生命" + }, + { + "Id": 8001, + "Name": "月麒麟", + "EffectSource": 8, + "Enable": true, + "Gain": 1, + "Level": 1, + "Group": 8001, + "EffectType": 38, + "EftTarget": 1, + "CalType": 3, + "Parameter": 30001, + "EffectParm": [], + "NeedShow": true, + "IconFile": "Valley_Effect_8001", + "Description": "月麒麟:所有勇士增加200攻击力和30移动速度" } ] \ No newline at end of file diff --git a/src/api/config/WarriorAttributeGrowthConfigCategory.json b/src/api/config/WarriorAttributeGrowthConfigCategory.json index fbc2c22..76df9f6 100644 --- a/src/api/config/WarriorAttributeGrowthConfigCategory.json +++ b/src/api/config/WarriorAttributeGrowthConfigCategory.json @@ -1213,5 +1213,140 @@ "DEFGrow": 260, "ATKGrow": 290, "AttackSpeedGrow": 100 + }, + { + "Id": 136, + "WarriorId": 10, + "Lv": 1, + "HPGrow": 115, + "DEFGrow": 115, + "ATKGrow": 130, + "AttackSpeedGrow": 100 + }, + { + "Id": 137, + "WarriorId": 10, + "Lv": 2, + "HPGrow": 126, + "DEFGrow": 125, + "ATKGrow": 141, + "AttackSpeedGrow": 100 + }, + { + "Id": 138, + "WarriorId": 10, + "Lv": 3, + "HPGrow": 137, + "DEFGrow": 135, + "ATKGrow": 152, + "AttackSpeedGrow": 100 + }, + { + "Id": 139, + "WarriorId": 10, + "Lv": 4, + "HPGrow": 148, + "DEFGrow": 146, + "ATKGrow": 164, + "AttackSpeedGrow": 100 + }, + { + "Id": 140, + "WarriorId": 10, + "Lv": 5, + "HPGrow": 159, + "DEFGrow": 156, + "ATKGrow": 175, + "AttackSpeedGrow": 100 + }, + { + "Id": 141, + "WarriorId": 10, + "Lv": 6, + "HPGrow": 170, + "DEFGrow": 166, + "ATKGrow": 187, + "AttackSpeedGrow": 100 + }, + { + "Id": 142, + "WarriorId": 10, + "Lv": 7, + "HPGrow": 181, + "DEFGrow": 177, + "ATKGrow": 198, + "AttackSpeedGrow": 100 + }, + { + "Id": 143, + "WarriorId": 10, + "Lv": 8, + "HPGrow": 192, + "DEFGrow": 187, + "ATKGrow": 210, + "AttackSpeedGrow": 100 + }, + { + "Id": 144, + "WarriorId": 10, + "Lv": 9, + "HPGrow": 203, + "DEFGrow": 197, + "ATKGrow": 221, + "AttackSpeedGrow": 100 + }, + { + "Id": 145, + "WarriorId": 10, + "Lv": 10, + "HPGrow": 214, + "DEFGrow": 208, + "ATKGrow": 232, + "AttackSpeedGrow": 100 + }, + { + "Id": 146, + "WarriorId": 10, + "Lv": 11, + "HPGrow": 225, + "DEFGrow": 218, + "ATKGrow": 244, + "AttackSpeedGrow": 100 + }, + { + "Id": 147, + "WarriorId": 10, + "Lv": 12, + "HPGrow": 236, + "DEFGrow": 228, + "ATKGrow": 255, + "AttackSpeedGrow": 100 + }, + { + "Id": 148, + "WarriorId": 10, + "Lv": 13, + "HPGrow": 247, + "DEFGrow": 239, + "ATKGrow": 267, + "AttackSpeedGrow": 100 + }, + { + "Id": 149, + "WarriorId": 10, + "Lv": 14, + "HPGrow": 258, + "DEFGrow": 249, + "ATKGrow": 278, + "AttackSpeedGrow": 100 + }, + { + "Id": 150, + "WarriorId": 10, + "Lv": 15, + "HPGrow": 270, + "DEFGrow": 260, + "ATKGrow": 290, + "AttackSpeedGrow": 100 } ] \ No newline at end of file diff --git a/src/api/config/WarriorConfigCategory.json b/src/api/config/WarriorConfigCategory.json index a9b58a5..66dca25 100644 --- a/src/api/config/WarriorConfigCategory.json +++ b/src/api/config/WarriorConfigCategory.json @@ -503,6 +503,62 @@ "Picture": "Warrior_Picture_9", "Open": true, "DefaultWeaponSkin": "weapon_bangchui_0", + "Introduce": "生前是个小道娃,10岁时被妖兽杀死。后被其师喂食不死果复活成为勇士。" + }, + { + "Id": 10, + "FirstName": "道", + "Name": "长", + "ArmsLimit": 11, + "Gender": 1, + "CombatPower": 3000, + "Age": 60, + "Labor": 6, + "Wisdom": 30, + "MoveSpeed": 25, + "BodySoulLv": 1, + "StartHp": 300, + "StartInjury": 0, + "StartATK": 20, + "StartDEF": 2, + "HitRate": 85, + "Hit": 0, + "DodgeRate": 0, + "Dodge": 0, + "Crit": 5, + "AttackSpeed": 100, + "MPRecover": 4, + "BasicAttack": [ + 110 + ], + "Talent": 9, + "SkillSet": [ + 381 + ], + "PassiveSkill": [ + 1741, + 1761, + 1781, + 1801 + ], + "SpSkill": [], + "Hatred": 5, + "StarFireResistance": 0, + "StarThunderResistance": 0, + "StarPoisonResistance": 0, + "StarIceResistance": 0, + "BodySoul": 1909, + "StarArms": 10800, + "StarArmor": 20000, + "Exclusive": [ + 30801, + 30802 + ], + "HeadIcon": "", + "PrefabName": "Warrior_10", + "Picture": "Warrior_Picture_9", + "Open": true, + "DefaultWeaponSkin": "weapon_fuchen_0", "Introduce": "" } ] \ No newline at end of file diff --git a/src/api/config/WorldParametersConfigCategory.json b/src/api/config/WorldParametersConfigCategory.json index f15dcb0..63abd93 100644 --- a/src/api/config/WorldParametersConfigCategory.json +++ b/src/api/config/WorldParametersConfigCategory.json @@ -389,9 +389,12 @@ "MartialRankChallengeBuyTime": 10, "IngotsRefreshCost": 10, "IngotsRefreshGuarantee": 100, - "ExpeditionNum": 3, - "ExpeditionBuyNum": 5, + "ExpeditionNum": 1, + "ExpeditionBuyNum": 3, "ExpeditionBuyPrice": 100, + "ExpeditionCoinID": 210004, + "ExpeditionBuffRefreshTimes": 5, + "ExpeditionBuffRefreshCost": 20, "VillagersRefreshPrice": 2000, "VillagersRefreshNumber": 10, "HiresNumber": 2, @@ -433,6 +436,17 @@ "FamilyTreeGeneration": 105, "FamilyTreeInitialGeneration": 5, "FamilyTreeLatestGeneration": 100, - "OrderVillagerVale": 5000 + "OrderVillagerVale": 8000, + "TreeSpiritIncubationItem": 7326, + "TreeSpiritIncubationItemNum": 3, + "ServerOpenDay": 30, + "VillagerConsumeWineNum": 1, + "VillagerConsumeSnackNum": 2, + "VillagerRecreationVolume": 12, + "VillagerChessVolume": 25000, + "VillagerChessWisdomExp": 5, + "EveryDayMooncakeGamblingTime": 1, + "RecruitVillagersCostsItemNum": 1, + "MooncakeGamblingTimeDisplayTheButton": 5 } ] \ No newline at end of file diff --git a/src/api/game/notice.ts b/src/api/game/notice.ts index 73df870..2cb3e6a 100644 --- a/src/api/game/notice.ts +++ b/src/api/game/notice.ts @@ -88,4 +88,12 @@ export function gameGMNoticeGetCron(params: object) { method: 'post', params: params, }); +} + +export function gameNoticeOpen(params: object) { + return request({ + url: '/api/v1/game/notice/showOpen', + method: 'post', + params: params, + }); } \ No newline at end of file diff --git a/src/layout/navBars/breadcrumb/user.vue b/src/layout/navBars/breadcrumb/user.vue index 8a59b80..f473ecb 100644 --- a/src/layout/navBars/breadcrumb/user.vue +++ b/src/layout/navBars/breadcrumb/user.vue @@ -6,9 +6,11 @@ @@ -53,7 +55,14 @@ - +
+ +
+
+ + {{ getUserInfos.userName === '' ? 'c' : getUserInfos.userName.substring(0, 1) }} + +
{{ getUserInfos.userName === '' ? 'common' : getUserInfos.userName }} @@ -86,6 +95,7 @@ import other from '/@/utils/other'; import { Session, Local } from '/@/utils/storage'; import UserNews from '/@/layout/navBars/breadcrumb/userNews.vue'; import Search from '/@/layout/navBars/breadcrumb/search.vue'; + export default defineComponent({ name: 'layoutBreadcrumbUser', components: { UserNews, Search }, @@ -259,17 +269,20 @@ export default defineComponent({ display: flex; align-items: center; justify-content: flex-end; + &-link { height: 100%; display: flex; align-items: center; white-space: nowrap; + &-photo { width: 25px; height: 25px; border-radius: 100%; } } + &-icon { padding: 0 10px; cursor: pointer; @@ -278,23 +291,28 @@ export default defineComponent({ line-height: 50px; display: flex; align-items: center; + &:hover { background: var(--next-color-user-hover); + i { display: inline-block; animation: logoAnimation 0.3s ease-in-out; } } } + ::v-deep(.el-dropdown) { color: var(--next-bg-topBarColor); } + ::v-deep(.el-badge) { height: 40px; line-height: 40px; display: flex; align-items: center; } + ::v-deep(.el-badge__content.is-fixed) { top: 12px; } diff --git a/src/utils/gfast.ts b/src/utils/gfast.ts index 4a4ad6f..612b21d 100644 --- a/src/utils/gfast.ts +++ b/src/utils/gfast.ts @@ -14,11 +14,10 @@ export function getUpFileUrl(url:string){ return url } let reg = new RegExp('^/*' + baseURL + "/*"); - return baseURL+"/"+url.replace(reg,'') + return baseURL+url.replace(reg,'') } - /** * 构造树型结构数据 * @param {*} data 数据源 diff --git a/src/views/gameLoginUrl/serverGeneralList/component/editConfig.vue b/src/views/gameLoginUrl/serverGeneralList/component/editConfig.vue index b2b3c36..f7ecf25 100644 --- a/src/views/gameLoginUrl/serverGeneralList/component/editConfig.vue +++ b/src/views/gameLoginUrl/serverGeneralList/component/editConfig.vue @@ -1,129 +1,140 @@ diff --git a/src/views/gameLoginUrl/serverGeneralList/index.vue b/src/views/gameLoginUrl/serverGeneralList/index.vue index efe5a77..d0178ce 100644 --- a/src/views/gameLoginUrl/serverGeneralList/index.vue +++ b/src/views/gameLoginUrl/serverGeneralList/index.vue @@ -32,6 +32,12 @@ {{ tableData.data[0].uniqueAddress }} + + {{ tableData.data[0].activityDbUrl }} + + + {{ tableData.data[0].activityDbName }} + diff --git a/src/views/gameNotice/list/index.vue b/src/views/gameNotice/list/index.vue index ad3f779..194c98f 100644 --- a/src/views/gameNotice/list/index.vue +++ b/src/views/gameNotice/list/index.vue @@ -41,9 +41,21 @@ }} + + + @@ -75,7 +87,7 @@ + + diff --git a/src/views/home/index.vue b/src/views/home/index.vue index b29c29e..2289421 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -7,15 +7,15 @@