done ui load name and icon
This commit is contained in:
@@ -110,10 +110,6 @@ namespace BrewMonster.Network
|
||||
{
|
||||
m_pGFXCaster = new CECGFXCaster();
|
||||
// return false;
|
||||
}
|
||||
if (!m_SkillDesc.Init("skillstr", true))
|
||||
{
|
||||
|
||||
}
|
||||
GetGameRun().Init();
|
||||
InitializeStringTables();
|
||||
|
||||
@@ -157,6 +157,8 @@ namespace BrewMonster.Managers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
using Animancer;
|
||||
using CSNetwork;
|
||||
using CSNetwork.GPDataType;
|
||||
using ModelRenderer.Scripts.GameData;
|
||||
@@ -117,7 +118,11 @@ namespace BrewMonster.Scripts.Skills
|
||||
}
|
||||
}
|
||||
private readonly HashSet<int> m_curServiceSkills = new HashSet<int>();
|
||||
|
||||
public string GetSkillIcon(int skillID)
|
||||
{
|
||||
CECSkill skill = new CECSkill(skillID, 1);
|
||||
return (skill.GetIconFile());
|
||||
}
|
||||
public void SetCurServiceSkills(int tid)
|
||||
{
|
||||
m_curServiceSkills.Clear();
|
||||
@@ -340,7 +345,7 @@ namespace BrewMonster.Scripts.Skills
|
||||
m_allRankProfSkills[pSkill.GetRank()].Add((int)curID);
|
||||
}
|
||||
}
|
||||
|
||||
BMLogger.LogError("CECHostSkillModel::InitAllSkillsOfCurProf: total prof skills = " + m_allRankProfSkills.Count);
|
||||
// --- B3: Sắp xếp skill trong từng rank theo thứ tự hiển thị ---
|
||||
foreach (var kvp in m_allRankProfSkills)
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace BrewMonster
|
||||
{
|
||||
public static class SkillStubs
|
||||
{
|
||||
public static void Init() { int i = 0; }
|
||||
public static void Init() { int i = 0; }
|
||||
// Skill stub declarations
|
||||
public static Skill1Stub __stub_Skill1Stub = new Skill1Stub();
|
||||
public static Skill2Stub __stub_Skill2Stub = new Skill2Stub();
|
||||
|
||||
@@ -196,7 +196,7 @@ namespace BrewMonster.Scripts.Skills
|
||||
|
||||
public static Dictionary<uint, List<uint>> inheritSkillMap = new Dictionary<uint, List<uint>>();
|
||||
|
||||
#if UNITY_EDITOR
|
||||
/*#if UNITY_EDITOR
|
||||
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
|
||||
private static void OnPlay()
|
||||
{
|
||||
@@ -205,10 +205,9 @@ namespace BrewMonster.Scripts.Skills
|
||||
comboSkillMap = new Dictionary<uint, List<uint>>();
|
||||
inheritSkillMap = new Dictionary<uint, List<uint>>();
|
||||
}
|
||||
#endif
|
||||
#endif*/
|
||||
public SkillStub(uint i)
|
||||
{
|
||||
BMLogger.LogError("SkillStub Constructor id=" + i);
|
||||
id = i;
|
||||
is_inherent = (false);
|
||||
is_movingcast = (false);
|
||||
@@ -218,7 +217,6 @@ namespace BrewMonster.Scripts.Skills
|
||||
combosk_nobreak = (0);
|
||||
if (GetStub(id) == null)
|
||||
{
|
||||
BMLogger.LogError("SkillStub Add to Map id=" + id);
|
||||
GetMap().Add(id, this);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "虎击";
|
||||
nativename = "虎击";
|
||||
icon = "虎击.dds";
|
||||
icon = "虎击";
|
||||
max_level = 10;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -107,7 +107,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "虎击.sgc";
|
||||
effect = "虎击";
|
||||
doenchant = 0;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -86,7 +86,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "沙陷";
|
||||
nativename = "沙陷";
|
||||
icon = "沙陷.dds";
|
||||
icon = "沙陷";
|
||||
max_level = 10;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -107,7 +107,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "沙陷.sgc";
|
||||
effect = "沙陷";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -82,7 +82,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "缩地术";
|
||||
nativename = "缩地术";
|
||||
icon = "缩地术.dds";
|
||||
icon = "缩地术";
|
||||
max_level = 10;
|
||||
type = 8;
|
||||
apcost = 20;
|
||||
@@ -102,7 +102,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "缩地术.sgc";
|
||||
effect = "缩地术";
|
||||
doenchant = 0;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "土精通";
|
||||
nativename = "土精通";
|
||||
icon = "土精通.dds";
|
||||
icon = "土精通";
|
||||
max_level = 10;
|
||||
type = 5;
|
||||
apcost = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "致盲(废弃)";
|
||||
nativename = "致盲(废弃)";
|
||||
icon = "致盲.dds";
|
||||
icon = "致盲";
|
||||
max_level = 10;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -105,7 +105,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "疾风霹雳.sgc";
|
||||
effect = "疾风霹雳";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "凌波微步";
|
||||
nativename = "凌波微步";
|
||||
icon = "凌波微步.dds";
|
||||
icon = "凌波微步";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 100;
|
||||
@@ -70,7 +70,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "凌波微步.sgc";
|
||||
effect = "凌波微步";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "易筋经";
|
||||
nativename = "易筋经";
|
||||
icon = "易筋经.dds";
|
||||
icon = "易筋经";
|
||||
max_level = 10;
|
||||
type = 2;
|
||||
apcost = 0;
|
||||
@@ -70,7 +70,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "易筋经.sgc";
|
||||
effect = "易筋经";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "易髓经";
|
||||
nativename = "易髓经";
|
||||
icon = "易髓经.dds";
|
||||
icon = "易髓经";
|
||||
max_level = 10;
|
||||
type = 2;
|
||||
apcost = 0;
|
||||
@@ -70,7 +70,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "易髓经.sgc";
|
||||
effect = "易髓经";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "金刚经";
|
||||
nativename = "金刚经";
|
||||
icon = "金刚经.dds";
|
||||
icon = "金刚经";
|
||||
max_level = 10;
|
||||
type = 2;
|
||||
apcost = 100;
|
||||
@@ -70,7 +70,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "金刚经.sgc";
|
||||
effect = "金刚经";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -83,7 +83,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "寒冰护甲";
|
||||
nativename = "寒冰护甲";
|
||||
icon = "寒冰护甲.dds";
|
||||
icon = "寒冰护甲";
|
||||
max_level = 10;
|
||||
type = 2;
|
||||
apcost = 30;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "秘法之光";
|
||||
nativename = "秘法之光";
|
||||
icon = "法之奥义.dds";
|
||||
icon = "法之奥义";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 30;
|
||||
@@ -105,7 +105,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_法之奥义.sgc";
|
||||
effect = "法师_法之奥义";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "冰晶世界";
|
||||
nativename = "冰晶世界";
|
||||
icon = "冰晶世界.dds";
|
||||
icon = "冰晶世界";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 200;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "太虚·逆空诀";
|
||||
nativename = "太虚·逆空诀";
|
||||
icon = "静谧之术.dds";
|
||||
icon = "静谧之术";
|
||||
max_level = 1;
|
||||
type = 3;
|
||||
apcost = 20;
|
||||
@@ -106,7 +106,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_静谧之术.sgc";
|
||||
effect = "法师_静谧之术";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "煌黑之焰";
|
||||
nativename = "煌黑之焰";
|
||||
icon = "炙焰.dds";
|
||||
icon = "炙焰";
|
||||
max_level = 1;
|
||||
type = 3;
|
||||
apcost = 100;
|
||||
@@ -105,7 +105,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_灸焰.sgc";
|
||||
effect = "法师_灸焰";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "沙之守护";
|
||||
nativename = "沙之守护";
|
||||
icon = "沙暴.dds";
|
||||
icon = "沙暴";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 0;
|
||||
@@ -105,7 +105,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_沙暴.sgc";
|
||||
effect = "法师_沙暴";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -83,7 +83,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "磐石护甲";
|
||||
nativename = "磐石护甲";
|
||||
icon = "奇门护甲.dds";
|
||||
icon = "奇门护甲";
|
||||
max_level = 10;
|
||||
type = 2;
|
||||
apcost = 30;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "一骑紫尘";
|
||||
nativename = "一骑紫尘";
|
||||
icon = "霸气.dds";
|
||||
icon = "霸气";
|
||||
max_level = 1;
|
||||
type = 8;
|
||||
apcost = 50;
|
||||
@@ -105,7 +105,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "巫师_复仇雷霆.sgc";
|
||||
effect = "巫师_复仇雷霆";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "太虚·诛神诀";
|
||||
nativename = "太虚·诛神诀";
|
||||
icon = "狂风.dds";
|
||||
icon = "狂风";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 300;
|
||||
@@ -106,7 +106,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "武侠_狂风.sgc";
|
||||
effect = "武侠_狂风";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "天元逆转";
|
||||
nativename = "天元逆转";
|
||||
icon = "碎颅.dds";
|
||||
icon = "碎颅";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "武侠_碎颅.sgc";
|
||||
effect = "武侠_碎颅";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "一掷乾坤";
|
||||
nativename = "一掷乾坤";
|
||||
icon = "回旋击.dds";
|
||||
icon = "回旋击";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 35;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "武侠_回旋击.sgc";
|
||||
effect = "武侠_回旋击";
|
||||
doenchant = 1;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "赤龙索";
|
||||
nativename = "赤龙索";
|
||||
icon = "龙依.dds";
|
||||
icon = "龙依";
|
||||
max_level = 1;
|
||||
type = 3;
|
||||
apcost = 50;
|
||||
@@ -105,7 +105,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "武侠_龙爪手.sgc";
|
||||
effect = "武侠_龙爪手";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -86,7 +86,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "冰雹";
|
||||
nativename = "冰雹";
|
||||
icon = "冰雹.dds";
|
||||
icon = "冰雹";
|
||||
max_level = 10;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -107,7 +107,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 3;
|
||||
effect = "冰雹.sgc";
|
||||
effect = "冰雹";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "般若心经";
|
||||
nativename = "般若心经";
|
||||
icon = "般若心经.dds";
|
||||
icon = "般若心经";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 200;
|
||||
@@ -69,7 +69,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "般若心经.sgc";
|
||||
effect = "般若心经";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -83,7 +83,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "石破天惊";
|
||||
nativename = "石破天惊";
|
||||
icon = "石破天惊.dds";
|
||||
icon = "石破天惊";
|
||||
max_level = 10;
|
||||
type = 3;
|
||||
apcost = 0;
|
||||
@@ -104,7 +104,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "石破天惊.sgc";
|
||||
effect = "石破天惊";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 0;
|
||||
effect = "法师_冰晶世界.sgc";
|
||||
effect = "法师_冰晶世界";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "太虚·逆流诀";
|
||||
nativename = "太虚·逆流诀";
|
||||
icon = "静谧之术2.dds";
|
||||
icon = "静谧之术2";
|
||||
max_level = 1;
|
||||
type = 3;
|
||||
apcost = 20;
|
||||
@@ -106,7 +106,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "静谧之术2_击中.sgc";
|
||||
effect = "静谧之术2_击中";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 0;
|
||||
effect = "武侠_狂风.sgc";
|
||||
effect = "武侠_狂风";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -30,7 +30,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "2233";
|
||||
nativename = "2233";
|
||||
icon = "无效.ddsdd";
|
||||
icon = "无效";
|
||||
max_level = 12;
|
||||
type = 10;
|
||||
apcost = 2233;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "诛神诀";
|
||||
nativename = "诛神诀";
|
||||
icon = "狂风.dds";
|
||||
icon = "狂风";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 299;
|
||||
@@ -105,7 +105,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "武侠_狂风.sgc";
|
||||
effect = "武侠_狂风";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 0;
|
||||
effect = "武侠_狂风.sgc";
|
||||
effect = "武侠_狂风";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "逆空诀";
|
||||
nativename = "逆空诀";
|
||||
icon = "静谧之术.dds";
|
||||
icon = "静谧之术";
|
||||
max_level = 1;
|
||||
type = 3;
|
||||
apcost = 50;
|
||||
@@ -105,7 +105,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_静谧之术.sgc";
|
||||
effect = "法师_静谧之术";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "逆流诀";
|
||||
nativename = "逆流诀";
|
||||
icon = "静谧之术2.dds";
|
||||
icon = "静谧之术2";
|
||||
max_level = 1;
|
||||
type = 3;
|
||||
apcost = 50;
|
||||
@@ -105,7 +105,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "静谧之术2_击中.sgc";
|
||||
effect = "静谧之术2_击中";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -86,7 +86,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "寸力";
|
||||
nativename = "寸力";
|
||||
icon = "寸力.dds";
|
||||
icon = "寸力";
|
||||
max_level = 10;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -107,7 +107,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "寸力.sgc";
|
||||
effect = "寸力";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "玄·虎崩";
|
||||
nativename = "玄·虎崩";
|
||||
icon = "玄·虎崩.dds";
|
||||
icon = "玄·虎崩";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "武侠_虎击改.sgc";
|
||||
effect = "武侠_虎击改";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "荒·虎崩";
|
||||
nativename = "荒·虎崩";
|
||||
icon = "荒·虎崩.dds";
|
||||
icon = "荒·虎崩";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "武侠_虎击改.sgc";
|
||||
effect = "武侠_虎击改";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "玄·千军辟易";
|
||||
nativename = "玄·千军辟易";
|
||||
icon = "玄·千军辟易.dds";
|
||||
icon = "玄·千军辟易";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "武侠_横扫千军改.sgc";
|
||||
effect = "武侠_横扫千军改";
|
||||
doenchant = 0;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "荒·千军辟易";
|
||||
nativename = "荒·千军辟易";
|
||||
icon = "荒·千军辟易.dds";
|
||||
icon = "荒·千军辟易";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "武侠_横扫千军改.sgc";
|
||||
effect = "武侠_横扫千军改";
|
||||
doenchant = 0;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "玄·断水凌风";
|
||||
nativename = "玄·断水凌风";
|
||||
icon = "玄·断水凌风.dds";
|
||||
icon = "玄·断水凌风";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "武侠_凌风改.sgc";
|
||||
effect = "武侠_凌风改";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "荒·断水凌风";
|
||||
nativename = "荒·断水凌风";
|
||||
icon = "荒·断水凌风.dds";
|
||||
icon = "荒·断水凌风";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "武侠_凌风改.sgc";
|
||||
effect = "武侠_凌风改";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "玄·磐石护甲";
|
||||
nativename = "玄·磐石护甲";
|
||||
icon = "奇门护甲1.dds";
|
||||
icon = "奇门护甲1";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 10;
|
||||
@@ -106,7 +106,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_磐石护甲.sgc";
|
||||
effect = "法师_磐石护甲";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "荒·磐石护甲";
|
||||
nativename = "荒·磐石护甲";
|
||||
icon = "奇门护甲2.dds";
|
||||
icon = "奇门护甲2";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 10;
|
||||
@@ -106,7 +106,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_磐石护甲.sgc";
|
||||
effect = "法师_磐石护甲";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "玄·烈焰护甲";
|
||||
nativename = "玄·烈焰护甲";
|
||||
icon = "烈焰护甲1.dds";
|
||||
icon = "烈焰护甲1";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 0;
|
||||
@@ -106,7 +106,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_烈焰护甲.sgc";
|
||||
effect = "法师_烈焰护甲";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "荒·烈焰护甲";
|
||||
nativename = "荒·烈焰护甲";
|
||||
icon = "烈焰护甲2.dds";
|
||||
icon = "烈焰护甲2";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 0;
|
||||
@@ -106,7 +106,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_烈焰护甲.sgc";
|
||||
effect = "法师_烈焰护甲";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "玄·寒冰护甲";
|
||||
nativename = "玄·寒冰护甲";
|
||||
icon = "寒冰护甲1.dds";
|
||||
icon = "寒冰护甲1";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 0;
|
||||
@@ -106,7 +106,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_寒冰护甲.sgc";
|
||||
effect = "法师_寒冰护甲";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "荒·寒冰护甲";
|
||||
nativename = "荒·寒冰护甲";
|
||||
icon = "寒冰护甲2.dds";
|
||||
icon = "寒冰护甲2";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 0;
|
||||
@@ -106,7 +106,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_寒冰护甲.sgc";
|
||||
effect = "法师_寒冰护甲";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -81,7 +81,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "真元爆发";
|
||||
nativename = "真元爆发";
|
||||
icon = "爆气1.dds";
|
||||
icon = "爆气1";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 100;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "废弃";
|
||||
nativename = "废弃";
|
||||
icon = "玄·业火符.dds";
|
||||
icon = "玄·业火符";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_业火符.sgc";
|
||||
effect = "法师_业火符";
|
||||
doenchant = 0;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "废弃";
|
||||
nativename = "废弃";
|
||||
icon = "荒·业火符.dds";
|
||||
icon = "荒·业火符";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_业火符.sgc";
|
||||
effect = "法师_业火符";
|
||||
doenchant = 0;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "玄·霜刃";
|
||||
nativename = "玄·霜刃";
|
||||
icon = "玄·霜天之刃.dds";
|
||||
icon = "玄·霜天之刃";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 0;
|
||||
@@ -106,7 +106,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_寒霜.sgc";
|
||||
effect = "法师_寒霜";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "荒·霜刃";
|
||||
nativename = "荒·霜刃";
|
||||
icon = "荒·霜天之刃.dds";
|
||||
icon = "荒·霜天之刃";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 0;
|
||||
@@ -106,7 +106,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_寒霜.sgc";
|
||||
effect = "法师_寒霜";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "玄·沙瀑";
|
||||
nativename = "玄·沙瀑";
|
||||
icon = "玄·沙瀑.dds";
|
||||
icon = "玄·沙瀑";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_沙石咒.sgc";
|
||||
effect = "法师_沙石咒";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "荒·沙瀑";
|
||||
nativename = "荒·沙瀑";
|
||||
icon = "荒·沙瀑.dds";
|
||||
icon = "荒·沙瀑";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "法师_沙石咒.sgc";
|
||||
effect = "法师_沙石咒";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -81,7 +81,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "高级真元爆发";
|
||||
nativename = "高级真元爆发";
|
||||
icon = "爆气2.dds";
|
||||
icon = "爆气2";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 200;
|
||||
|
||||
@@ -81,7 +81,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "真元爆发";
|
||||
nativename = "真元爆发";
|
||||
icon = "爆气1.dds";
|
||||
icon = "爆气1";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 100;
|
||||
|
||||
@@ -81,7 +81,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "高级真元爆发";
|
||||
nativename = "高级真元爆发";
|
||||
icon = "爆气2.dds";
|
||||
icon = "爆气2";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 200;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "玄·回马枪";
|
||||
nativename = "玄·回马枪";
|
||||
icon = "回马枪1.dds";
|
||||
icon = "回马枪1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1回马枪.sgc";
|
||||
effect = "1回马枪";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "荒·回马枪";
|
||||
nativename = "荒·回马枪";
|
||||
icon = "回马枪2.dds";
|
||||
icon = "回马枪2";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2回马枪.sgc";
|
||||
effect = "2回马枪";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "玄·追魂诀";
|
||||
nativename = "玄·追魂诀";
|
||||
icon = "追魂诀1.DDS";
|
||||
icon = "追魂诀1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1追魂诀.sgc";
|
||||
effect = "1追魂诀";
|
||||
doenchant = 0;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "荒·追魂诀";
|
||||
nativename = "荒·追魂诀";
|
||||
icon = "追魂诀2.DDS";
|
||||
icon = "追魂诀2";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2追魂诀.sgc";
|
||||
effect = "2追魂诀";
|
||||
doenchant = 0;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "玄·劈星斩月";
|
||||
nativename = "玄·劈星斩月";
|
||||
icon = "玄·劈星斩月.dds";
|
||||
icon = "玄·劈星斩月";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1流星赶月.sgc";
|
||||
effect = "1流星赶月";
|
||||
doenchant = 1;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "荒·劈星斩月";
|
||||
nativename = "荒·劈星斩月";
|
||||
icon = "荒·劈星斩月.dds";
|
||||
icon = "荒·劈星斩月";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2流星赶月.sgc";
|
||||
effect = "2流星赶月";
|
||||
doenchant = 1;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "玄·破山";
|
||||
nativename = "玄·破山";
|
||||
icon = "玄·破山.dds";
|
||||
icon = "玄·破山";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1霸王断岳.sgc";
|
||||
effect = "1霸王断岳";
|
||||
doenchant = 1;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "荒·破山";
|
||||
nativename = "荒·破山";
|
||||
icon = "荒·破山.dds";
|
||||
icon = "荒·破山";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2霸王断岳.sgc";
|
||||
effect = "2霸王断岳";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -88,7 +88,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "玄·升龙破";
|
||||
nativename = "玄·升龙破";
|
||||
icon = "玄·升龙破.DDS";
|
||||
icon = "玄·升龙破";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 100;
|
||||
@@ -110,7 +110,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1霸王龙飞.sgc";
|
||||
effect = "1霸王龙飞";
|
||||
doenchant = 1;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -88,7 +88,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "荒·升龙破";
|
||||
nativename = "荒·升龙破";
|
||||
icon = "荒·升龙破.DDS";
|
||||
icon = "荒·升龙破";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 100;
|
||||
@@ -110,7 +110,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2霸王龙飞.sgc";
|
||||
effect = "2霸王龙飞";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -126,7 +126,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "玄·冰霜烈焰";
|
||||
nativename = "玄·冰霜烈焰";
|
||||
icon = "玄·冰霜烈焰.dds";
|
||||
icon = "玄·冰霜烈焰";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -148,7 +148,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1凌杀.sgc";
|
||||
effect = "1凌杀";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -126,7 +126,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "荒·冰霜烈焰";
|
||||
nativename = "荒·冰霜烈焰";
|
||||
icon = "荒·冰霜烈焰.dds";
|
||||
icon = "荒·冰霜烈焰";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -148,7 +148,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1凌杀.sgc";
|
||||
effect = "1凌杀";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -86,7 +86,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "凌风";
|
||||
nativename = "凌风";
|
||||
icon = "凌风.dds";
|
||||
icon = "凌风";
|
||||
max_level = 10;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -107,7 +107,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "凌风.sgc";
|
||||
effect = "凌风";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -81,7 +81,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "仙元爆发";
|
||||
nativename = "仙元爆发";
|
||||
icon = "仙元爆发.dds";
|
||||
icon = "仙元爆发";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 300;
|
||||
|
||||
@@ -81,7 +81,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "魔元爆发";
|
||||
nativename = "魔元爆发";
|
||||
icon = "魔元爆发.dds";
|
||||
icon = "魔元爆发";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 300;
|
||||
|
||||
@@ -81,7 +81,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "仙元爆发";
|
||||
nativename = "仙元爆发";
|
||||
icon = "仙元爆发.dds";
|
||||
icon = "仙元爆发";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 300;
|
||||
|
||||
@@ -81,7 +81,7 @@ namespace BrewMonster
|
||||
cls = 1;
|
||||
name = "魔元爆发";
|
||||
nativename = "魔元爆发";
|
||||
icon = "魔元爆发.dds";
|
||||
icon = "魔元爆发";
|
||||
max_level = 1;
|
||||
type = 2;
|
||||
apcost = 300;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "真·虎击";
|
||||
nativename = "真·虎击";
|
||||
icon = "虎击1.dds";
|
||||
icon = "虎击1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1虎击.sgc";
|
||||
effect = "1虎击";
|
||||
doenchant = 0;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "狂·虎击";
|
||||
nativename = "狂·虎击";
|
||||
icon = "虎击2.dds";
|
||||
icon = "虎击2";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2虎击.sgc";
|
||||
effect = "2虎击";
|
||||
doenchant = 0;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "真·寸力";
|
||||
nativename = "真·寸力";
|
||||
icon = "寸力1.dds";
|
||||
icon = "寸力1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1寸力.sgc";
|
||||
effect = "1寸力";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "狂·寸力";
|
||||
nativename = "狂·寸力";
|
||||
icon = "寸力2.dds";
|
||||
icon = "寸力2";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -109,7 +109,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2寸力.sgc";
|
||||
effect = "2寸力";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "真·流水";
|
||||
nativename = "真·流水";
|
||||
icon = "流水1.dds";
|
||||
icon = "流水1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 20;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1流水.sgc";
|
||||
effect = "1流水";
|
||||
doenchant = 0;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "狂·流水";
|
||||
nativename = "狂·流水";
|
||||
icon = "流水2.dds";
|
||||
icon = "流水2";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 30;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2流水.sgc";
|
||||
effect = "2流水";
|
||||
doenchant = 0;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "真·凌风";
|
||||
nativename = "真·凌风";
|
||||
icon = "凌风1.dds";
|
||||
icon = "凌风1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1凌风.sgc";
|
||||
effect = "1凌风";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "狂·凌风";
|
||||
nativename = "狂·凌风";
|
||||
icon = "凌风2.dds";
|
||||
icon = "凌风2";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2凌风.sgc";
|
||||
effect = "2凌风";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "真·龙现";
|
||||
nativename = "真·龙现";
|
||||
icon = "龙现1.dds";
|
||||
icon = "龙现1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1龙现.sgc";
|
||||
effect = "1龙现";
|
||||
doenchant = 0;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "狂·龙现";
|
||||
nativename = "狂·龙现";
|
||||
icon = "龙现2.dds";
|
||||
icon = "龙现2";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2龙现.sgc";
|
||||
effect = "2龙现";
|
||||
doenchant = 0;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "真·断岩斩";
|
||||
nativename = "真·断岩斩";
|
||||
icon = "断岩斩1.dds";
|
||||
icon = "断岩斩1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1断岩斩.sgc";
|
||||
effect = "1断岩斩";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "狂·断岩斩";
|
||||
nativename = "狂·断岩斩";
|
||||
icon = "断岩斩2.dds";
|
||||
icon = "断岩斩2";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2断岩斩.sgc";
|
||||
effect = "2断岩斩";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "真·狂龙斩";
|
||||
nativename = "真·狂龙斩";
|
||||
icon = "狂龙斩1.dds";
|
||||
icon = "狂龙斩1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1狂龙斩.sgc";
|
||||
effect = "1狂龙斩";
|
||||
doenchant = 0;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "狂·狂龙斩";
|
||||
nativename = "狂·狂龙斩";
|
||||
icon = "狂龙斩2.dds";
|
||||
icon = "狂龙斩2";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2狂龙斩.sgc";
|
||||
effect = "2狂龙斩";
|
||||
doenchant = 0;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "真·横扫千军";
|
||||
nativename = "真·横扫千军";
|
||||
icon = "横扫千军1.dds";
|
||||
icon = "横扫千军1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1横扫千军.sgc";
|
||||
effect = "1横扫千军";
|
||||
doenchant = 0;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "狂·横扫千军";
|
||||
nativename = "狂·横扫千军";
|
||||
icon = "横扫千军2.dds";
|
||||
icon = "横扫千军2";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2横扫千军.sgc";
|
||||
effect = "2横扫千军";
|
||||
doenchant = 0;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "真·劈空掌";
|
||||
nativename = "真·劈空掌";
|
||||
icon = "劈空掌1.dds";
|
||||
icon = "劈空掌1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 100;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1劈空掌.sgc";
|
||||
effect = "1劈空掌";
|
||||
doenchant = 1;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "狂·劈空掌";
|
||||
nativename = "狂·劈空掌";
|
||||
icon = "劈空掌2.dds";
|
||||
icon = "劈空掌2";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 100;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2劈空掌.sgc";
|
||||
effect = "2劈空掌";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "真·无影脚";
|
||||
nativename = "真·无影脚";
|
||||
icon = "无影脚1.dds";
|
||||
icon = "无影脚1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1无影脚.sgc";
|
||||
effect = "1无影脚";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "狂·无影脚";
|
||||
nativename = "狂·无影脚";
|
||||
icon = "无影脚2.dds";
|
||||
icon = "无影脚2";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2无影脚.sgc";
|
||||
effect = "2无影脚";
|
||||
doenchant = 1;
|
||||
dobless = 0;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "真·风卷残云";
|
||||
nativename = "真·风卷残云";
|
||||
icon = "风卷残云1.dds";
|
||||
icon = "风卷残云1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1风卷残云.sgc";
|
||||
effect = "1风卷残云";
|
||||
doenchant = 0;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "狂·风卷残云";
|
||||
nativename = "狂·风卷残云";
|
||||
icon = "风卷残云2.dds";
|
||||
icon = "风卷残云2";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 0;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "2风卷残云.sgc";
|
||||
effect = "2风卷残云";
|
||||
doenchant = 0;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BrewMonster
|
||||
cls = 0;
|
||||
name = "真·云龙九现";
|
||||
nativename = "真·云龙九现";
|
||||
icon = "云龙九现1.dds";
|
||||
icon = "云龙九现1";
|
||||
max_level = 1;
|
||||
type = 1;
|
||||
apcost = 200;
|
||||
@@ -108,7 +108,7 @@ namespace BrewMonster
|
||||
long_range = 0;
|
||||
restrict_corpse = 0;
|
||||
allow_forms = 1;
|
||||
effect = "1云龙九现.sgc";
|
||||
effect = "1云龙九现";
|
||||
doenchant = 1;
|
||||
dobless = 1;
|
||||
commoncooldown = 0;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user