浏览代码

人物解锁

cyzhao 5 月之前
父节点
当前提交
f3109354c1

+ 1 - 1
Gameserver/App/model/Const/GameConfig.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-28 11:34:36
+ // 日期: 2024-12-13 11:18:46
 ////////////////////
 ////////////////////
 
 
 /**
 /**

+ 1 - 1
Gameserver/App/model/Const/sm_activeTask.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-28 10:47:12
+ // 日期: 2024-12-12 21:04:29
 ////////////////////
 ////////////////////
 
 
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_activeTask_type.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-28 10:47:12
+ // 日期: 2024-12-12 21:04:29
 ////////////////////
 ////////////////////
 
 
 
 

+ 6 - 1
Gameserver/App/model/Const/sm_equip.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-26 16:20:00
+ // 日期: 2024-12-05 17:30:57
 ////////////////////
 ////////////////////
 
 
 
 
@@ -73,5 +73,10 @@ class sm_equip
     */
     */
     public $suitId;
     public $suitId;
 
 
+    /**
+    * @var Int32 战斗力公式计算: 装备系数 default(1) 
+    */
+    public $mulFightPower;
+
 }
 }
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_evolve.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-28 10:05:54
+ // 日期: 2024-11-29 16:35:54
 ////////////////////
 ////////////////////
 
 
 
 

+ 3 - 3
Gameserver/App/model/Const/sm_fun_unlock.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-27 14:44:43
+ // 日期: 2024-12-13 10:20:46
 ////////////////////
 ////////////////////
 
 
 
 
@@ -41,7 +41,7 @@ class sm_fun_unlock
     /**
     /**
     * @var Int32 1:参与关卡;参数1:关卡ID  
     * @var Int32 1:参与关卡;参数1:关卡ID  
     *  2:通关关卡;参数1:关卡ID
     *  2:通关关卡;参数1:关卡ID
-    *  3:初次得到技能宝石;参数1:无
+    *  3:初次得到装备;参数1:无
     *  4:玩家等级到达某级;参数1:等级数
     *  4:玩家等级到达某级;参数1:等级数
     *  5:通关主线挑战;参数1:无  
     *  5:通关主线挑战;参数1:无  
     */
     */
@@ -55,7 +55,7 @@ class sm_fun_unlock
     /**
     /**
     * @var Int32 1:参与关卡;参数1:关卡ID  
     * @var Int32 1:参与关卡;参数1:关卡ID  
     *  2:通关关卡;参数1:关卡ID
     *  2:通关关卡;参数1:关卡ID
-    *  3:初次得到技能宝石;参数1:无
+    *  3:初次得到装备;参数1:无
     *  4:玩家等级到达某级;参数1:等级数
     *  4:玩家等级到达某级;参数1:等级数
     *  5:通关主线挑战;参数1:无  
     *  5:通关主线挑战;参数1:无  
     */
     */

+ 6 - 1
Gameserver/App/model/Const/sm_gate.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-28 09:32:10
+ // 日期: 2024-12-12 21:02:39
 ////////////////////
 ////////////////////
 
 
 
 
@@ -21,6 +21,11 @@ class sm_gate
     */
     */
     public $gateId;
     public $gateId;
 
 
+    /**
+    * @var String 地图上的装饰物: id,num;id,num;....(最多6种)  
+    */
+    public $mapDecorations;
+
     /**
     /**
     * @var Int32 天气: 0 无, 1 落叶, 2 落花, 3 下雨, 4 下雪 default(0) 
     * @var Int32 天气: 0 无, 1 落叶, 2 落花, 3 下雨, 4 下雪 default(0) 
     */
     */

+ 6 - 1
Gameserver/App/model/Const/sm_gate_unlock.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-28 09:32:10
+ // 日期: 2024-12-12 21:02:39
 ////////////////////
 ////////////////////
 
 
 
 
@@ -21,6 +21,11 @@ class sm_gate_unlock
     */
     */
     public $gateId;
     public $gateId;
 
 
+    /**
+    * @var String 地图上的装饰物: id,num;id,num;....(最多6种)  
+    */
+    public $mapDecorations;
+
     /**
     /**
     * @var Int32 天气: 0 无, 1 落叶, 2 落花, 3 下雨, 4 下雪 default(0) 
     * @var Int32 天气: 0 无, 1 落叶, 2 落花, 3 下雨, 4 下雪 default(0) 
     */
     */

+ 8 - 8
Gameserver/App/model/Const/sm_globalsettings.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-26 10:35:54
+ // 日期: 2024-12-11 18:05:55
 ////////////////////
 ////////////////////
 
 
 
 
@@ -108,11 +108,6 @@ class sm_globalsettings
     */
     */
     public $DailyShopRefreshCostGold;
     public $DailyShopRefreshCostGold;
 
 
-    /**
-    * @var Int32 每日商城上架个数  
-    */
-    public $DailyShopShowNum;
-
     /**
     /**
     * @var String 宝石品阶  
     * @var String 宝石品阶  
     */
     */
@@ -174,9 +169,9 @@ class sm_globalsettings
     public $tower_refreshCost;
     public $tower_refreshCost;
 
 
     /**
     /**
-    * @var Int32 通关第一关解锁7日活动  
+    * @var Int32 战斗力计算公式: 生命系数  
     */
     */
-    public $GateUnlock_7DayActive;
+    public $fightPower_MulHp;
 
 
     /**
     /**
     * @var Int32 主线剧情第一关关卡ID  
     * @var Int32 主线剧情第一关关卡ID  
@@ -328,5 +323,10 @@ class sm_globalsettings
     */
     */
     public $equipQual_NotDownGrading;
     public $equipQual_NotDownGrading;
 
 
+    /**
+    * @var Int32 战力公式: 攻击力系数  
+    */
+    public $fightPower_MulAtk;
+
 }
 }
 
 

+ 6 - 1
Gameserver/App/model/Const/sm_hero.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-26 17:02:02
+ // 日期: 2024-12-12 19:05:55
 ////////////////////
 ////////////////////
 
 
 
 
@@ -214,5 +214,10 @@ class sm_hero
     */
     */
     public $roleCard;
     public $roleCard;
 
 
+    /**
+    * @var Int32 战斗力计算公式: 角色系数 default(1) 
+    */
+    public $mulFightPower;
+
 }
 }
 
 

+ 6 - 1
Gameserver/App/model/Const/sm_heroType_typeId.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-26 17:02:02
+ // 日期: 2024-12-12 19:05:55
 ////////////////////
 ////////////////////
 
 
 
 
@@ -214,5 +214,10 @@ class sm_heroType_typeId
     */
     */
     public $roleCard;
     public $roleCard;
 
 
+    /**
+    * @var Int32 战斗力计算公式: 角色系数 default(1) 
+    */
+    public $mulFightPower;
+
 }
 }
 
 

+ 4 - 2
Gameserver/App/model/Const/sm_item.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-27 11:37:28
+ // 日期: 2024-12-12 14:37:01
 ////////////////////
 ////////////////////
 
 
 
 
@@ -40,13 +40,15 @@ class sm_item
     *  4.经验
     *  4.经验
     *  5.活跃点数
     *  5.活跃点数
     *  100.图纸
     *  100.图纸
+    *  101.装备
     *  103.钥匙道具
     *  103.钥匙道具
     *  201.技能宝石
     *  201.技能宝石
     *  301.洗练石
     *  301.洗练石
     *  401.启灵石
     *  401.启灵石
     *  501.角色碎片
     *  501.角色碎片
     *  502.角色卡
     *  502.角色卡
-    *  701. 随机礼盒 default(0) 
+    *  701. 随机礼盒
+    *  802.抽奖券 default(0) 
     */
     */
     public $itemType;
     public $itemType;
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_player_level.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-15 10:57:03
+ // 日期: 2024-12-03 10:48:11
 ////////////////////
 ////////////////////
 
 
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_plots.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-28 11:13:24
+ // 日期: 2024-12-06 10:05:55
 ////////////////////
 ////////////////////
 
 
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_predicate.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-28 10:30:42
+ // 日期: 2024-12-06 18:05:55
 ////////////////////
 ////////////////////
 
 
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_shop.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-10-18 17:35:52
+ // 日期: 2024-12-12 17:58:23
 ////////////////////
 ////////////////////
 
 
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_shop_box.php

@@ -29,7 +29,7 @@ class sm_shop_box
     public $name;
     public $name;
 
 
     /**
     /**
-    * @var Int32 1;普通宝箱  2 璀璨宝箱    
+    * @var Int32 1;普通宝石宝箱  2 璀璨宝石宝箱  3;普通装备宝箱  4 璀璨装备宝箱    
     */
     */
     public $type;
     public $type;
 
 

+ 3 - 3
Gameserver/App/model/Const/sm_skills.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-27 15:32:04
+ // 日期: 2024-12-10 10:35:55
 ////////////////////
 ////////////////////
 
 
 
 
@@ -219,7 +219,7 @@ class sm_skills
     public $atkRangeBuffEffectType;
     public $atkRangeBuffEffectType;
 
 
     /**
     /**
-    * @var Int32 额外释放技能id(冰锥术会释放冰风暴) default(0) 
+    * @var String 额外释放技能id(逗号分隔,对应不同星级角色的终结技;需填满5个对应5星) default(0) 
     */
     */
     public $extraSkillId;
     public $extraSkillId;
 
 
@@ -229,7 +229,7 @@ class sm_skills
     public $extraHeroId;
     public $extraHeroId;
 
 
     /**
     /**
-    * @var Int32 (释放额外技能需要)释放普通技能n次触发特殊技能 default(0) 
+    * @var String (释放额外技能需要)释放普通技能n次触发特殊技能(逗号分隔,对应英雄的不同星级)  
     */
     */
     public $emit_number;
     public $emit_number;
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_waveItem.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-27 15:34:09
+ // 日期: 2024-12-12 21:02:21
 ////////////////////
 ////////////////////
 
 
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_waves.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
  // author: gwang 
- // 日期: 2024-11-27 15:34:09
+ // 日期: 2024-12-12 21:02:21
 ////////////////////
 ////////////////////
 
 
 
 

+ 1 - 0
Gameserver/App/process/PayProc.php

@@ -1029,6 +1029,7 @@ class PayProc {
                     'reward' => StoreProc::$reward,
                     'reward' => StoreProc::$reward,
                     'reward_Gem' => StoreProc::$reward_Gem,
                     'reward_Gem' => StoreProc::$reward_Gem,
                     'reward_equip' => StoreProc::$reward_equip,
                     'reward_equip' => StoreProc::$reward_equip,
+                    'heros'=> ctx()->heros,
         ));
         ));
     }
     }