Compare commits

...

3 Commits

Author SHA1 Message Date
dc2c88eb76 feat(buff): 更新 buff 配置
- 将 240 号 buff 的 timeoverlay 属性从 false 改为 true
- 将 240 号 buff 的 dieremove 属性从 false 改为 true
2025-02-23 18:38:24 +08:00
28e51858f5 chore: 删除 StdItem.txt 文件
- 移除了 LogicServer/data/config/drop 目录下的 StdItem.txt 文件
- 该文件包含 Lua 脚本和一些配置引用,但具体内容已为空
2025-02-23 18:19:55 +08:00
384db24daa refactor: 删除神炉属性配置文件
删除了 LogicServer/data/config/godstove/GodStove.config 文件。该文件包含了神炉属性的废弃配置,不再需要。这个改动简化了项目结构,移除了不必要的配置文件。
2025-02-23 18:19:39 +08:00
7 changed files with 2 additions and 3161 deletions

View File

@@ -2978,11 +2978,11 @@ BuffConf={
group = 8,
times = 86400,
interval = 1,
timeoverlay = false,
timeoverlay = true,
iconshow = 1,
icon = 31,
issave = true,
dieremove = false,
dieremove = true,
},
[241] = {
id = 241,

View File

@@ -1,3 +0,0 @@
--lua script
--#include "..\..\language\LangCode.config"
--#include ".\StdItems.config"

View File

@@ -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

View File

@@ -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}, --最大生命
},
},
},

View File

@@ -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,
},
},

View File

@@ -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},
},
},
},
},