Compare commits

...

3 Commits

Author SHA1 Message Date
6986c1a3a8 refactor(LogicServer): 调整 ga0 场景配置
- 移除了 ga0 场景中的 area 配置项
- 修改了 refresh 配置,将单个实体的刷新点改为多个实体的刷新区域
2025-01-27 23:19:18 +08:00
9b339b1dae fix(config): 修正怪物掉落物品ID
- 将怪物 433 的掉落物品ID从 200120 修改为 200119
- 这个修改可能会影响游戏中的掉落奖励,需要确认是否符合预期
2025-01-27 22:43:18 +08:00
0a582780e3 feat(ItemMerge): 调整合成次数配置
- 将多个物品合成配置中的 count 值乘以 10
- 涉及物品 ID 为 7201 至 7228 的合成配置
2025-01-27 22:39:54 +08:00
3 changed files with 31 additions and 47 deletions

View File

@@ -4305,7 +4305,7 @@ ItemMergeConfig = {
[2] = {
[7201] = {
circle = 0,
compose = { id = 4, type = 4, count = 100 },
compose = { id = 4, type = 4, count = 1000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4319,7 +4319,7 @@ ItemMergeConfig = {
},
[7202] = {
circle = 0,
compose = { id = 4, type = 4, count = 10000 },
compose = { id = 4, type = 4, count = 100000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4333,7 +4333,7 @@ ItemMergeConfig = {
},
[7203] = {
circle = 0,
compose = { id = 4, type = 4, count = 200 },
compose = { id = 4, type = 4, count = 2000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4347,7 +4347,7 @@ ItemMergeConfig = {
},
[7204] = {
circle = 0,
compose = { id = 4, type = 4, count = 20000 },
compose = { id = 4, type = 4, count = 200000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4361,7 +4361,7 @@ ItemMergeConfig = {
},
[7205] = {
circle = 0,
compose = { id = 4, type = 4, count = 500 },
compose = { id = 4, type = 4, count = 5000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4375,7 +4375,7 @@ ItemMergeConfig = {
},
[7206] = {
circle = 0,
compose = { id = 4, type = 4, count = 50000 },
compose = { id = 4, type = 4, count = 500000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4389,7 +4389,7 @@ ItemMergeConfig = {
},
[7207] = {
circle = 0,
compose = { id = 4, type = 4, count = 1000 },
compose = { id = 4, type = 4, count = 10000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4403,7 +4403,7 @@ ItemMergeConfig = {
},
[7208] = {
circle = 0,
compose = { id = 4, type = 4, count = 100000 },
compose = { id = 4, type = 4, count = 1000000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4417,7 +4417,7 @@ ItemMergeConfig = {
},
[7209] = {
circle = 0,
compose = { id = 4, type = 4, count = 2000 },
compose = { id = 4, type = 4, count = 20000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4431,7 +4431,7 @@ ItemMergeConfig = {
},
[7210] = {
circle = 0,
compose = { id = 4, type = 4, count = 200000 },
compose = { id = 4, type = 4, count = 2000000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4445,7 +4445,7 @@ ItemMergeConfig = {
},
[7211] = {
circle = 0,
compose = { id = 4, type = 4, count = 5000 },
compose = { id = 4, type = 4, count = 50000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4459,7 +4459,7 @@ ItemMergeConfig = {
},
[7212] = {
circle = 0,
compose = { id = 4, type = 4, count = 500000 },
compose = { id = 4, type = 4, count = 5000000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4473,7 +4473,7 @@ ItemMergeConfig = {
},
[7213] = {
circle = 0,
compose = { id = 4, type = 4, count = 10000 },
compose = { id = 4, type = 4, count = 100000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4487,7 +4487,7 @@ ItemMergeConfig = {
},
[7214] = {
circle = 0,
compose = { id = 4, type = 4, count = 1000000 },
compose = { id = 4, type = 4, count = 10000000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4501,7 +4501,7 @@ ItemMergeConfig = {
},
[7215] = {
circle = 0,
compose = { id = 4, type = 4, count = 1 },
compose = { id = 4, type = 4, count = 10 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4515,7 +4515,7 @@ ItemMergeConfig = {
},
[7216] = {
circle = 0,
compose = { id = 4, type = 4, count = 100 },
compose = { id = 4, type = 4, count = 1000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4529,7 +4529,7 @@ ItemMergeConfig = {
},
[7217] = {
circle = 0,
compose = { id = 4, type = 4, count = 5 },
compose = { id = 4, type = 4, count = 50 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4543,7 +4543,7 @@ ItemMergeConfig = {
},
[7218] = {
circle = 0,
compose = { id = 4, type = 4, count = 500 },
compose = { id = 4, type = 4, count = 5000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4557,7 +4557,7 @@ ItemMergeConfig = {
},
[7219] = {
circle = 0,
compose = { id = 4, type = 4, count = 10 },
compose = { id = 4, type = 4, count = 100 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4571,7 +4571,7 @@ ItemMergeConfig = {
},
[7220] = {
circle = 0,
compose = { id = 4, type = 4, count = 1000 },
compose = { id = 4, type = 4, count = 10000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4585,7 +4585,7 @@ ItemMergeConfig = {
},
[7221] = {
circle = 0,
compose = { id = 4, type = 4, count = 15 },
compose = { id = 4, type = 4, count = 150 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4599,7 +4599,7 @@ ItemMergeConfig = {
},
[7222] = {
circle = 0,
compose = { id = 4, type = 4, count = 1500 },
compose = { id = 4, type = 4, count = 15000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4613,7 +4613,7 @@ ItemMergeConfig = {
},
[7223] = {
circle = 0,
compose = { id = 4, type = 4, count = 30 },
compose = { id = 4, type = 4, count = 300 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4627,7 +4627,7 @@ ItemMergeConfig = {
},
[7224] = {
circle = 0,
compose = { id = 4, type = 4, count = 3000 },
compose = { id = 4, type = 4, count = 30000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4641,7 +4641,7 @@ ItemMergeConfig = {
},
[7225] = {
circle = 0,
compose = { id = 4, type = 4, count = 50 },
compose = { id = 4, type = 4, count = 500 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4655,7 +4655,7 @@ ItemMergeConfig = {
},
[7226] = {
circle = 0,
compose = { id = 4, type = 4, count = 5000 },
compose = { id = 4, type = 4, count = 50000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4669,7 +4669,7 @@ ItemMergeConfig = {
},
[7227] = {
circle = 0,
compose = { id = 4, type = 4, count = 80 },
compose = { id = 4, type = 4, count = 800 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,
@@ -4683,7 +4683,7 @@ ItemMergeConfig = {
},
[7228] = {
circle = 0,
compose = { id = 4, type = 4, count = 8000 },
compose = { id = 4, type = 4, count = 80000 },
index = 7,
buttontxt10 = "合成10次",
mergebutton10 = 1,

View File

@@ -10852,7 +10852,7 @@ Monster = {
damageMusicRate = 100,
dieMusicId = "pttongyong-5",
dieMusicRate = 100,
dropid = 200120,
dropid = 200119,
entityType = 1,
entityid = 433,
exp = 39400,

View File

@@ -8638,25 +8638,9 @@ Scenes = {
mapfilename = "ga0",
defaultX = 53,
defaultY = 36,
area = {
{
name = Lang.Scenes.q00000,
notips = 0,
range = {},
center = { 53, 36 },
time = { 0 },
attri = {
{ type = 1, value = { 59 } },
{ type = 5, value = {} },
{ type = 6, value = {} },
{ type = 22, value = {} },
{ type = 11, value = { 51, 37 } },
{ type = 14, value = {} },
},
},
},
area = {},
refresh = {
{ count = 1, time = 31536000, firstTime = 3, x = 50, y = 32, range = 0, entityid = 478, progress = 0 },
{ count = 5, time = 31536000, firstTime = 3, x = 50, y = 32, range = 10, entityid = 478, progress = 0 },
{ count = 1, time = 3, firstTime = 3, x = 74, y = 49, range = 0, entityid = 111, progress = 0 },
{ count = 1, time = 3, firstTime = 3, x = 71, y = 51, range = 0, entityid = 111, progress = 0 },
{ count = 1, time = 3, firstTime = 3, x = 62, y = 44, range = 0, entityid = 111, progress = 0 },