抽卡:系统表上传
This commit is contained in:
@@ -128,3 +128,13 @@ export const TASK = {
|
||||
DAILYTASK_POINT: 250, // 每日积分达多少可领取武将招募令
|
||||
DAILYTASK_POINT_REWARD: '22001&1', // 每日达到可获得的武将招募令(也可以是别的东西)
|
||||
};
|
||||
export const RECRUIT = {
|
||||
RECRUIT_BONUS: 30, // 元宝招募转盘: 每 <30> 次可获得1点积分
|
||||
RECRUIT_BONUS RECRUIT: 1, // 元宝招募转盘:每 <1> 点积分可以转一次
|
||||
RECRUIT_MUST: '1&10|2&20|3&20', // 元宝招募保底
|
||||
RECRUIT_BONUS HERO QUANTITY: '1&4|2&2|3&1', // 元宝招募转盘里各品质武将的数量
|
||||
RECRUIT_WISH LIST: '1&35|2&35|0&30', // 元宝招募心愿单概率
|
||||
RECRUIT_CHANGE SHARD: '1&30|2&60|3&100', // 重复的武将转换碎片
|
||||
RECRUIT_LEVEL WISH LIST: 100, // 心愿单多少次招募开启
|
||||
RECRUIT_LEVEL HIGH RECRUIT: 50, // 求贤若渴多少级开启
|
||||
};
|
||||
|
||||
@@ -33416,7 +33416,89 @@
|
||||
},
|
||||
{
|
||||
"good_id": 22001,
|
||||
"name": "武将招募令",
|
||||
"name": "武将令",
|
||||
"lvLimited": 1,
|
||||
"quality": 1,
|
||||
"image_id": 1,
|
||||
"itid": 53,
|
||||
"goodType": 1,
|
||||
"pieces": 0,
|
||||
"pieceId": 0,
|
||||
"composeMaterial": "&",
|
||||
"specialMaterial": "&",
|
||||
"suitId": 0,
|
||||
"decomposeItem": "&",
|
||||
"hole": 0,
|
||||
"randomEffect": "&",
|
||||
"hid": 0,
|
||||
"hp": 0,
|
||||
"atk": 0,
|
||||
"matk": 0,
|
||||
"def": 0,
|
||||
"mdef": 0,
|
||||
"agi": 0,
|
||||
"luk": 0,
|
||||
"hp_up": 0,
|
||||
"atk_up": 0,
|
||||
"matk_up": 0,
|
||||
"def_up": 0,
|
||||
"mdef_up": 0,
|
||||
"agi_up": 0,
|
||||
"luk_up": 0,
|
||||
"damageIncrease": 0,
|
||||
"damageDecrease": 0,
|
||||
"specialAttr": "&",
|
||||
"suitId_1": 0,
|
||||
"getWays": "1&0",
|
||||
"value": 0,
|
||||
"condition": 0,
|
||||
"timelimit": 0,
|
||||
"info": "使用后可招募武将"
|
||||
},
|
||||
{
|
||||
"good_id": 22002,
|
||||
"name": "求贤令",
|
||||
"lvLimited": 1,
|
||||
"quality": 1,
|
||||
"image_id": 1,
|
||||
"itid": 53,
|
||||
"goodType": 1,
|
||||
"pieces": 0,
|
||||
"pieceId": 0,
|
||||
"composeMaterial": "&",
|
||||
"specialMaterial": "&",
|
||||
"suitId": 0,
|
||||
"decomposeItem": "&",
|
||||
"hole": 0,
|
||||
"randomEffect": "&",
|
||||
"hid": 0,
|
||||
"hp": 0,
|
||||
"atk": 0,
|
||||
"matk": 0,
|
||||
"def": 0,
|
||||
"mdef": 0,
|
||||
"agi": 0,
|
||||
"luk": 0,
|
||||
"hp_up": 0,
|
||||
"atk_up": 0,
|
||||
"matk_up": 0,
|
||||
"def_up": 0,
|
||||
"mdef_up": 0,
|
||||
"agi_up": 0,
|
||||
"luk_up": 0,
|
||||
"damageIncrease": 0,
|
||||
"damageDecrease": 0,
|
||||
"specialAttr": "&",
|
||||
"suitId_1": 0,
|
||||
"getWays": "1&0",
|
||||
"value": 0,
|
||||
"condition": 0,
|
||||
"timelimit": 0,
|
||||
"info": "使用后可招募武将"
|
||||
},
|
||||
{
|
||||
"good_id": 22003,
|
||||
"name": "神秘令",
|
||||
"lvLimited": 1,
|
||||
"quality": 1,
|
||||
"image_id": 1,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
114
shared/resource/jsons/dic_zyz_recruitContent.json
Normal file
114
shared/resource/jsons/dic_zyz_recruitContent.json
Normal file
@@ -0,0 +1,114 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "蓝色武将",
|
||||
"type": 1,
|
||||
"param": "1&",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "紫色武将",
|
||||
"type": 1,
|
||||
"param": "2&",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "金色武将",
|
||||
"type": 1,
|
||||
"param": "3&",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "指定武将",
|
||||
"type": 1,
|
||||
"param": "0&",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "适用等级蓝色藏宝图",
|
||||
"type": 3,
|
||||
"param": "1&",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "适用等级紫色藏宝图",
|
||||
"type": 3,
|
||||
"param": "2&",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "适用等级橙色藏宝图",
|
||||
"type": 3,
|
||||
"param": "3&",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "适用等级红色藏宝图",
|
||||
"type": 3,
|
||||
"param": "4&",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "随机一级宝石",
|
||||
"type": 4,
|
||||
"param": "1&",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"name": "随机二级宝石",
|
||||
"type": 4,
|
||||
"param": "2&",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"name": "随机三级宝石",
|
||||
"type": 4,
|
||||
"param": "3&",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"name": "随机四级宝石",
|
||||
"type": 4,
|
||||
"param": "4&",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"name": "适用等级的套装图纸",
|
||||
"type": 6,
|
||||
"param": "&",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"name": "武将碎片 * 5",
|
||||
"type": 2,
|
||||
"param": "0&",
|
||||
"count": 5
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"name": "武将碎片 *10",
|
||||
"type": 2,
|
||||
"param": "0&",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"name": "强化神像素材",
|
||||
"type": 5,
|
||||
"param": "17504&",
|
||||
"count": 1
|
||||
}
|
||||
]
|
||||
@@ -610,5 +610,41 @@
|
||||
"refreshType": 4,
|
||||
"money": 40006,
|
||||
"price": 500
|
||||
},
|
||||
{
|
||||
"id": 52,
|
||||
"goodid": 22001,
|
||||
"goodname": "武将令",
|
||||
"shop": 1,
|
||||
"type": 5,
|
||||
"guildlvlimit": "&",
|
||||
"purchaselimit": 1000,
|
||||
"refreshType": 1,
|
||||
"money": 31002,
|
||||
"price": 250
|
||||
},
|
||||
{
|
||||
"id": 54,
|
||||
"goodid": 22002,
|
||||
"goodname": "求贤令",
|
||||
"shop": 1,
|
||||
"type": 5,
|
||||
"guildlvlimit": "&",
|
||||
"purchaselimit": 1000,
|
||||
"refreshType": 1,
|
||||
"money": 31002,
|
||||
"price": 500
|
||||
},
|
||||
{
|
||||
"id": 56,
|
||||
"goodid": 22003,
|
||||
"goodname": "神秘令",
|
||||
"shop": 99,
|
||||
"type": 5,
|
||||
"guildlvlimit": "&",
|
||||
"purchaselimit": 1000,
|
||||
"refreshType": 1,
|
||||
"money": 31002,
|
||||
"price": 500
|
||||
}
|
||||
]
|
||||
@@ -10,7 +10,7 @@
|
||||
"shopid": 2,
|
||||
"shopname": "军团商店",
|
||||
"shopicon": "shoptubiaozi_juntuan",
|
||||
"typeid": "1&6",
|
||||
"typeid": "1&6&9",
|
||||
"moneyid": "31002&40005"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -26,5 +26,9 @@
|
||||
{
|
||||
"typeid": 7,
|
||||
"name": "时装"
|
||||
},
|
||||
{
|
||||
"typeid": 9,
|
||||
"name": "将魂回收"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user