difenduandada
2024-12-31 34abe6963b344c882358274957f4b992456fee40
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
"use strict";
cc._RF.push(module, '2a902iZlj1P1rNUvRzHtB8T', 'partnersummon_const');
// Scripts/mod/partnersummon/partnersummon_const.js
 
"use strict";
 
var _Good_Bg;
 
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
 
var PartnersummonConst = {
  Summon_Type: {
    Normal: 100,
    // 普通召唤
    Friend: 200,
    // 友情召唤
    Advanced: 300,
    // 高级召唤
    Score: 400 // 积分召唤
 
  },
  Recruit_Key: {
    Free_Count: 4,
    // 当前可以免费刷新次数
    Free_Time: 5 // 下次免费刷新时间
 
  },
  // 服务器1:免费,2:金币,3:红钻/钻石兑换,4:道具"
  Status: {
    Free: 1,
    // 免费召唤
    Item: 2,
    // 道具召唤
    Gold: 3 // 钻石召唤
 
  },
  Good_Bg: (_Good_Bg = {}, _defineProperty(_Good_Bg, 100, "partnersummon_image_5"), _defineProperty(_Good_Bg, 200, "partnersummon_image_6"), _defineProperty(_Good_Bg, 300, "partnersummon_image_7"), _Good_Bg),
  Gain_Show_Type: {
    Common_Show: 1,
    // 普通召唤显示
    Skin_show: 2 // 皮肤召唤显示
 
  },
  // Gain_Skill_Pos : {
  //     [1] : {{x : 368, y : 327}},
  //     [2] : {{ x : 270, y : 327 }, { x : 466, y : 327 }},
  //     [3] : {{ x : 170, y : 327 }, { x : 368, y : 327 }, { x : 566, y : 327 }},
  //     [4] : {{ x : 66, y : 327 }, {x : 262, y : 327}, { x : 458, y : 327 }, { x : 654, y : 327 }}
  // },
  Normal_Id: 10401,
  // 普通召唤道具
  Advanced_Id: 10403 // 高级召唤道具
 
};
module.exports = PartnersummonConst;
 
cc._RF.pop();