|
@@ -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
|
|
- // 日期: 2023-09-22 15:32:03
|
|
|
|
|
|
+ // 日期: 2023-09-25 16:37:34
|
|
////////////////////
|
|
////////////////////
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -189,22 +189,6 @@ class GameConfig {
|
|
return self::get_hash_item('errmsg', $itemid);
|
|
return self::get_hash_item('errmsg', $itemid);
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
- * 技能表
|
|
|
|
- * @return \skills
|
|
|
|
- */
|
|
|
|
- public static function skills()
|
|
|
|
- {
|
|
|
|
- static $a = null;
|
|
|
|
- return self::initValue($a, 'skills');
|
|
|
|
- }
|
|
|
|
- /**
|
|
|
|
- * @return \sm_skills skills item数据
|
|
|
|
- */
|
|
|
|
- public static function skills_getItem($itemid)
|
|
|
|
- {
|
|
|
|
- return self::get_hash_item('skills', $itemid);
|
|
|
|
- }
|
|
|
|
- /**
|
|
|
|
* 活动: 七日签到
|
|
* 活动: 七日签到
|
|
* @return \activity_day7
|
|
* @return \activity_day7
|
|
*/
|
|
*/
|
|
@@ -269,22 +253,6 @@ class GameConfig {
|
|
return self::get_hash_item('activity_levelgift', $itemid);
|
|
return self::get_hash_item('activity_levelgift', $itemid);
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
- * 技能表根据分类分组
|
|
|
|
- * @return \skillTypeArr
|
|
|
|
- */
|
|
|
|
- public static function skillTypeArr()
|
|
|
|
- {
|
|
|
|
- static $a = null;
|
|
|
|
- return self::initValue($a, 'skillTypeArr');
|
|
|
|
- }
|
|
|
|
- /**
|
|
|
|
- * @return \sm_skillTypeArr skillTypeArr itemArray
|
|
|
|
- */
|
|
|
|
- public static function skillTypeArr_getItemArray($key)
|
|
|
|
- {
|
|
|
|
- return self::get_hash_item('skillTypeArr', $key);
|
|
|
|
- }
|
|
|
|
- /**
|
|
|
|
* 章节表
|
|
* 章节表
|
|
* @return \gate
|
|
* @return \gate
|
|
*/
|
|
*/
|
|
@@ -525,38 +493,6 @@ class GameConfig {
|
|
return self::get_hash_item('equip_compose', $itemid);
|
|
return self::get_hash_item('equip_compose', $itemid);
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
- * 剧情表
|
|
|
|
- * @return \plot
|
|
|
|
- */
|
|
|
|
- public static function plot()
|
|
|
|
- {
|
|
|
|
- static $a = null;
|
|
|
|
- return self::initValue($a, 'plot');
|
|
|
|
- }
|
|
|
|
- /**
|
|
|
|
- * @return \sm_plot plot item数据
|
|
|
|
- */
|
|
|
|
- public static function plot_getItem($gateId, $stage)
|
|
|
|
- {
|
|
|
|
- return self::get_hash_item('plot', "$gateId-$stage");
|
|
|
|
- }
|
|
|
|
- /**
|
|
|
|
- * buff配置表
|
|
|
|
- * @return \buff
|
|
|
|
- */
|
|
|
|
- public static function buff()
|
|
|
|
- {
|
|
|
|
- static $a = null;
|
|
|
|
- return self::initValue($a, 'buff');
|
|
|
|
- }
|
|
|
|
- /**
|
|
|
|
- * @return \sm_buff buff item数据
|
|
|
|
- */
|
|
|
|
- public static function buff_getItem($itemid)
|
|
|
|
- {
|
|
|
|
- return self::get_hash_item('buff', $itemid);
|
|
|
|
- }
|
|
|
|
- /**
|
|
|
|
* 任务表
|
|
* 任务表
|
|
* @return \task_step
|
|
* @return \task_step
|
|
*/
|
|
*/
|
|
@@ -589,22 +525,6 @@ class GameConfig {
|
|
return self::get_hash_item('taskcard', $itemid);
|
|
return self::get_hash_item('taskcard', $itemid);
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
- * 怪物技能表
|
|
|
|
- * @return \monster_Skill
|
|
|
|
- */
|
|
|
|
- public static function monster_Skill()
|
|
|
|
- {
|
|
|
|
- static $a = null;
|
|
|
|
- return self::initValue($a, 'monster_Skill');
|
|
|
|
- }
|
|
|
|
- /**
|
|
|
|
- * @return \sm_monster_Skill monster_Skill item数据
|
|
|
|
- */
|
|
|
|
- public static function monster_Skill_getItem($itemid)
|
|
|
|
- {
|
|
|
|
- return self::get_hash_item('monster_Skill', $itemid);
|
|
|
|
- }
|
|
|
|
- /**
|
|
|
|
* 每日任务累计
|
|
* 每日任务累计
|
|
* @return \task_accumulate_daily
|
|
* @return \task_accumulate_daily
|
|
*/
|
|
*/
|