7
LogicServer/data/config/godstove/GodStove.config
Executable file
7
LogicServer/data/config/godstove/GodStove.config
Executable file
@@ -0,0 +1,7 @@
|
||||
--S-神炉属性(废弃).xlsx 总表
|
||||
GodStoveConfig={
|
||||
--#include "./GodStoveItem.config",
|
||||
--#include "..\..\language\LangCode.txt",
|
||||
--#include "./GodStoveDeriveCon.config",
|
||||
--#include "./ItemLevel.config",
|
||||
}
|
||||
3068
LogicServer/data/config/godstove/GodStoveConfig.txt
Executable file
3068
LogicServer/data/config/godstove/GodStoveConfig.txt
Executable file
File diff suppressed because it is too large
Load Diff
23
LogicServer/data/config/godstove/GodStoveDeriveCon.config
Executable file
23
LogicServer/data/config/godstove/GodStoveDeriveCon.config
Executable file
@@ -0,0 +1,23 @@
|
||||
--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}, --最大生命
|
||||
},
|
||||
},
|
||||
},
|
||||
27
LogicServer/data/config/godstove/GodStoveItem.config
Executable file
27
LogicServer/data/config/godstove/GodStoveItem.config
Executable file
@@ -0,0 +1,27 @@
|
||||
--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,
|
||||
},
|
||||
},
|
||||
31
LogicServer/data/config/godstove/ItemLevel.config
Executable file
31
LogicServer/data/config/godstove/ItemLevel.config
Executable file
@@ -0,0 +1,31 @@
|
||||
--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