refactor: 删除神炉属性配置文件
删除了 LogicServer/data/config/godstove/GodStove.config 文件。该文件包含了神炉属性的废弃配置,不再需要。这个改动简化了项目结构,移除了不必要的配置文件。
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
--S-神炉属性(废弃).xlsx 总表
|
||||
GodStoveConfig={
|
||||
--#include "./GodStoveItem.config",
|
||||
--#include "..\..\language\LangCode.txt",
|
||||
--#include "./GodStoveDeriveCon.config",
|
||||
--#include "./ItemLevel.config",
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,23 +0,0 @@
|
||||
--S-神炉属性(废弃).xlsx 衍生属性
|
||||
GodStoveDeriveConfig={
|
||||
[5] = {
|
||||
level = 5,
|
||||
prop = {
|
||||
{type = 21, value = 13}, --最小物理防御
|
||||
{type = 23, value = 21}, --最大物理防御
|
||||
{type = 25, value = 13}, --最小魔法防御
|
||||
{type = 27, value = 21}, --最大魔法防御
|
||||
{type = 5, value = 407}, --最大生命
|
||||
},
|
||||
},
|
||||
[10] = {
|
||||
level = 10,
|
||||
prop = {
|
||||
{type = 21, value = 40}, --最小物理防御
|
||||
{type = 23, value = 66}, --最大物理防御
|
||||
{type = 25, value = 40}, --最小魔法防御
|
||||
{type = 27, value = 66}, --最大魔法防御
|
||||
{type = 5, value = 1130}, --最大生命
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -1,27 +0,0 @@
|
||||
--S-神炉属性(废弃).xlsx 神炉道具
|
||||
GodStoveItem={
|
||||
[1] = {
|
||||
index = 1,
|
||||
ItemType = 15,
|
||||
Name = OldLang.Script.GodStove001,
|
||||
OpenLevel = 1,
|
||||
},
|
||||
[2] = {
|
||||
index = 2,
|
||||
ItemType = 16,
|
||||
Name = OldLang.Script.GodStove002,
|
||||
OpenLevel = 1,
|
||||
},
|
||||
[3] = {
|
||||
index = 3,
|
||||
ItemType = 17,
|
||||
Name = OldLang.Script.GodStove003,
|
||||
OpenLevel = 1,
|
||||
},
|
||||
[4] = {
|
||||
index = 4,
|
||||
ItemType = 18,
|
||||
Name = OldLang.Script.GodStove004,
|
||||
OpenLevel = 1,
|
||||
},
|
||||
},
|
||||
@@ -1,31 +0,0 @@
|
||||
--S-神炉属性(废弃).xlsx 神炉道具升级
|
||||
ItemLevel={
|
||||
[15] = {
|
||||
[1] = {
|
||||
ItemType = 15,
|
||||
level = 1,
|
||||
itemid = {469,569,669},
|
||||
upgradeConsume = {
|
||||
{type = 26, id =0, count =200},
|
||||
},
|
||||
},
|
||||
[2] = {
|
||||
ItemType = 15,
|
||||
level = 2,
|
||||
itemid = {470,570,670},
|
||||
upgradeConsume = {
|
||||
{type = 26, id =0, count =400},
|
||||
},
|
||||
},
|
||||
},
|
||||
[16] = {
|
||||
[1] = {
|
||||
ItemType = 16,
|
||||
level = 1,
|
||||
itemid = {769,769,769},
|
||||
upgradeConsume = {
|
||||
{type = 25, id =0, count =300},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
Reference in New Issue
Block a user