Преглед на файлове

装备一键合成参数注释

cyzhao преди 6 месеца
родител
ревизия
13c0340a35

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-05 10:54:55
+ // 日期: 2024-11-08 16:04:13
 ////////////////////
 
 /**
@@ -1005,6 +1005,22 @@ class GameConfig {
         return self::get_hash_item('equip_compose', $itemid);
     }
     /**
+    * 装备套装
+    * @return \equip_suit
+    */
+    public static function equip_suit()
+    { 
+        static $a = null; 
+        return self::initValue($a, 'equip_suit');
+    }
+    /**
+    * @return \sm_equip_suit equip_suit item数据 
+    */
+    public static function equip_suit_getItem($itemid)
+    { 
+        return self::get_hash_item('equip_suit', $itemid);
+    }
+    /**
     * 当前版本(时间戳)
     * @return \ver
     */

+ 52 - 0
Gameserver/App/model/Const/sm_equip_suit.php

@@ -0,0 +1,52 @@
+<?php
+////////////////////
+ // 由CodeGenerator创建。
+ // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
+ // author: gwang 
+ // 日期: 2024-10-30 14:43:38
+////////////////////
+
+
+/**
+ * Static Model equip_suit 装备套装
+ */
+class sm_equip_suit
+{
+
+    /**
+    * @var Int32 递增  
+    */
+    public $id;
+
+    /**
+    * @var Int32 实例id  
+    */
+    public $typeId;
+
+    /**
+    * @var String 套装名称  
+    */
+    public $name;
+
+    /**
+    * @var Int32 套装数量  
+    */
+    public $num;
+
+    /**
+    * @var String 套装效果 1攻击2生命3暴击率4伤害减免5持续时间6子弹速度7移动速度8冷却时间  
+    */
+    public $effect;
+
+    /**
+    * @var String 套装描述  
+    */
+    public $desc;
+
+    /**
+    * @var String 套装的图标  
+    */
+    public $icon;
+
+}
+

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-10-31 18:35:53
+ // 日期: 2024-11-08 15:35:53
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-10-31 18:35:53
+ // 日期: 2024-11-08 15:35:53
 ////////////////////
 
 

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

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

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-04 17:35:53
+ // 日期: 2024-11-08 15:08:29
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-04 17:20:18
+ // 日期: 2024-11-08 16:04:15
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-04 17:20:18
+ // 日期: 2024-11-08 16:04:15
 ////////////////////
 
 

+ 1 - 1
Gameserver/App/process/StoreProc.php

@@ -166,7 +166,7 @@ class StoreProc {
      * @return type
      */
     public static function Equip_OnekeyCompose() {
-        list() = req()->paras;
+        //list() = req()->paras;
 
         $equipDic = ctx()->store->equip;
         $arr = array();