Forráskód Böngészése

挑战模式波次数据

王刚 1 éve
szülő
commit
6b22bc4d65

+ 4 - 20
Gameserver/App/model/Const/GameConfig.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-14 16:11:07
+ // 日期: 2024-05-15 17:45:34
 ////////////////////
 
 /**
@@ -285,7 +285,7 @@ class GameConfig {
         return self::get_hash_item('shop_daily', $itemid);
     }
     /**
-    * 钻石
+    * 钻石商店
     * @return \shop_cash
     */
     public static function shop_cash()
@@ -301,7 +301,7 @@ class GameConfig {
         return self::get_hash_item('shop_cash', $itemid);
     }
     /**
-    * 金币
+    * 金币商店
     * @return \shop_gold
     */
     public static function shop_gold()
@@ -317,7 +317,7 @@ class GameConfig {
         return self::get_hash_item('shop_gold', $itemid);
     }
     /**
-    * 
+    * 商城供给表-应该是废弃了
     * @return \shop_supply
     */
     public static function shop_supply()
@@ -589,22 +589,6 @@ class GameConfig {
         return self::get_hash_item('announcement', $itemid);
     }
     /**
-    * 战斗: 挑战关卡
-    * @return \tower_gate
-    */
-    public static function tower_gate()
-    { 
-        static $a = null; 
-        return self::initValue($a, 'tower_gate');
-    }
-    /**
-    * @return \sm_tower_gate tower_gate item数据 
-    */
-    public static function tower_gate_getItem($itemid)
-    { 
-        return self::get_hash_item('tower_gate', $itemid);
-    }
-    /**
     * 当前版本(时间戳)
     * @return \ver
     */

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-14 16:07:44
+ // 日期: 2024-05-15 17:02:56
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-14 16:02:56
+ // 日期: 2024-05-15 15:00:21
 ////////////////////
 
 

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

@@ -8,7 +8,7 @@
 
 
 /**
- * Static Model shop_cash 钻石
+ * Static Model shop_cash 钻石商店
  */
 class sm_shop_cash
 {

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

@@ -8,7 +8,7 @@
 
 
 /**
- * Static Model shop_gold 金币
+ * Static Model shop_gold 金币商店
  */
 class sm_shop_gold
 {

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

@@ -8,7 +8,7 @@
 
 
 /**
- * Static Model shop_supply 
+ * Static Model shop_supply 商城供给表-应该是废弃了
  */
 class sm_shop_supply
 {

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-14 09:32:52
+ // 日期: 2024-05-15 16:29:23
 ////////////////////
 
 
@@ -49,12 +49,12 @@ class sm_tower_gate
     public $bossId;
 
     /**
-    * @var String 通向下一层的条件(1:xxx倒计时xx秒结束后跳转; 2: 限时aa秒内击杀xxx击杀指定id的怪物后跳转)  
+    * @var String 通向下一层的条件(1:击杀数量(不限种类)满足xxx后跳转; 2:倒计时xx秒结束后跳转; 3: 击杀指定id的怪物后跳转, 4: 限定xx秒内击杀指定id的怪物(boss)后跳转)  
     */
     public $condition;
 
     /**
-    * @var String 本层奖励: (id:数量,id:数量...)  
+    * @var String 本层奖励: (id,数量;id,数量;...)  
     */
     public $rewards;