更新配置

This commit is contained in:
chenxi 2023-06-13 14:37:42 +08:00
parent 58c539a789
commit c65113785d
56 changed files with 633 additions and 7 deletions

21
lua/app/config/avatar.lua Normal file
View File

@ -0,0 +1,21 @@
local avatar = {
[1001]={
["hero"]=12001
},
[2001]={
["hero"]=22001,
["unlock"]=1
},
[3001]={
["hero"]=32001,
["unlock"]=1
},
[4001]={
["hero"]=42001,
["unlock"]=1
}
}
local config = {
data=avatar,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 8d3c3e28eaf46a94287e7509be47d216
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
["unlock"]=1
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 0bf07daf8913b274e9d0b0b3a5fad0d1
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -6070,7 +6070,7 @@ local chapter = {
}, },
[30]={ [30]={
["before_chapter"]=29, ["before_chapter"]=29,
["next_chapter"]=29, ["next_chapter"]=31,
["icon"]="chapter_25", ["icon"]="chapter_25",
["scene"]="bg_25", ["scene"]="bg_25",
["block_icon"]="battle_hinder_25", ["block_icon"]="battle_hinder_25",
@ -6289,7 +6289,7 @@ local chapter = {
}, },
[31]={ [31]={
["before_chapter"]=30, ["before_chapter"]=30,
["next_chapter"]=30, ["next_chapter"]=32,
["icon"]="chapter_25", ["icon"]="chapter_25",
["scene"]="bg_25", ["scene"]="bg_25",
["block_icon"]="battle_hinder_25", ["block_icon"]="battle_hinder_25",
@ -6508,7 +6508,7 @@ local chapter = {
}, },
[32]={ [32]={
["before_chapter"]=31, ["before_chapter"]=31,
["next_chapter"]=31, ["next_chapter"]=33,
["icon"]="chapter_25", ["icon"]="chapter_25",
["scene"]="bg_25", ["scene"]="bg_25",
["block_icon"]="battle_hinder_25", ["block_icon"]="battle_hinder_25",
@ -6727,7 +6727,7 @@ local chapter = {
}, },
[33]={ [33]={
["before_chapter"]=32, ["before_chapter"]=32,
["next_chapter"]=32, ["next_chapter"]=34,
["icon"]="chapter_25", ["icon"]="chapter_25",
["scene"]="bg_25", ["scene"]="bg_25",
["block_icon"]="battle_hinder_25", ["block_icon"]="battle_hinder_25",
@ -6946,7 +6946,7 @@ local chapter = {
}, },
[34]={ [34]={
["before_chapter"]=33, ["before_chapter"]=33,
["next_chapter"]=33, ["next_chapter"]=35,
["icon"]="chapter_25", ["icon"]="chapter_25",
["scene"]="bg_25", ["scene"]="bg_25",
["block_icon"]="battle_hinder_25", ["block_icon"]="battle_hinder_25",

View File

@ -223,9 +223,19 @@ local const = {
}, },
["dungeon_shards_limit"]={ ["dungeon_shards_limit"]={
["value"]=2 ["value"]=2
},
["change_name_cost"]={
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=200,
["num_for_nothing"]="VAhc"
}
} }
} }
local config = { local config = {
data=const,count=47 data=const,count=48
} }
return config return config

View File

@ -229,6 +229,7 @@ local LocalizationGlobalConst =
DUNGEON_SHARDS_OPEN = "DUNGEON_SHARDS_OPEN", DUNGEON_SHARDS_OPEN = "DUNGEON_SHARDS_OPEN",
MAIN_CHAPTER = "MAIN_CHAPTER", MAIN_CHAPTER = "MAIN_CHAPTER",
SMASH = "SMASH", SMASH = "SMASH",
DUNGEON_DESC = "DUNGEON_DESC",
} }
return LocalizationGlobalConst return LocalizationGlobalConst

View File

@ -0,0 +1,18 @@
local avatar = {
[1001]={
["desc"]="解锁舞女后获得。"
},
[2001]={
["desc"]="刀妹的头像。"
},
[3001]={
["desc"]="洋葱头的头像。"
},
[4001]={
["desc"]="冰心的头像。"
}
}
local config = {
data=avatar,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 7ab9ad8c53741f74db70394c459f5ddc
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
["desc"]="初始头像框"
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 854572b70505d6f49b8709e3414a100f
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -12,7 +12,7 @@ local localization_global =
["BTN_TEXT_OK"] = "确定", ["BTN_TEXT_OK"] = "确定",
["BATTLE_DESC_1"] = "是否退出战斗", ["BATTLE_DESC_1"] = "是否退出战斗",
["ITEM_NOT_ENOUGH"] = "{0}不足", ["ITEM_NOT_ENOUGH"] = "{0}不足",
["START_DESC"] = "开始", ["START_DESC"] = "SUI",
["ELEMENT_NAME_1"] = "红色元素", ["ELEMENT_NAME_1"] = "红色元素",
["ELEMENT_NAME_2"] = "金色元素", ["ELEMENT_NAME_2"] = "金色元素",
["ELEMENT_NAME_3"] = "绿色元素", ["ELEMENT_NAME_3"] = "绿色元素",
@ -229,6 +229,7 @@ local localization_global =
["DUNGEON_SHARDS_OPEN"] = "开启时间:周一、周三、周五、周日", ["DUNGEON_SHARDS_OPEN"] = "开启时间:周一、周三、周五、周日",
["MAIN_CHAPTER"] = "主线章节", ["MAIN_CHAPTER"] = "主线章节",
["SMASH"] = "扫荡", ["SMASH"] = "扫荡",
["DUNGEON_DESC"] = "BOSS抗性",
} }
return localization_global return localization_global

View File

@ -0,0 +1,18 @@
local avatar = {
[1001]={
},
[2001]={
},
[3001]={
},
[4001]={
}
}
local config = {
data=avatar,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: b80d583de1bab0249b1c2ea7e2b39f19
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
["desc"]="Rundes Avatar, automatisch verfügbar."
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 6646cef1053957f498996449942e317b
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local avatar = {
[1001]={
},
[2001]={
},
[3001]={
},
[4001]={
}
}
local config = {
data=avatar,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 9569dbcc21310dd4892f99b934dacdf1
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
["desc"]="The default avatar frame."
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: c4d871056db7f784c8c8346a2a757b6a
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local avatar = {
[1001]={
},
[2001]={
},
[3001]={
},
[4001]={
}
}
local config = {
data=avatar,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 9e880ced67030724b8e10531e93925aa
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
["desc"]="Cadre de tête arrondie, disponible au tout début."
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: c17fae36e98d089418b7172a74c0f72b
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local avatar = {
[1001]={
},
[2001]={
},
[3001]={
},
[4001]={
}
}
local config = {
data=avatar,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 3ebd55d0b39273a489c43c02889dcabd
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
["desc"]="Bingkai Avatar bulat, dimiliki dari awal."
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: d0df14a4c7def2b4dba7e30aa219d179
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local avatar = {
[1001]={
},
[2001]={
},
[3001]={
},
[4001]={
}
}
local config = {
data=avatar,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 56e74edf74e085649a1d58b52050bf83
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
["desc"]="丸いフレーム、デフォルト獲得可能。"
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 713a1bacc42589f49a5309bc4a7f064a
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local avatar = {
[1001]={
},
[2001]={
},
[3001]={
},
[4001]={
}
}
local config = {
data=avatar,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: b4194298591232d469bee8927cca98ee
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
["desc"]="둥글고 윤택한 아이콘 프레임이며 기본으로 제공됩니다."
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 81ee6a8c01c550649bd38da09fcb4c99
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local avatar = {
[1001]={
},
[2001]={
},
[3001]={
},
[4001]={
}
}
local config = {
data=avatar,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: a3046085d8ac78c4ea564cd0cae61a52
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
["desc"]="Uma moldura do avatar redonda e lisa. Está em sua posse por padrão."
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: c09ce43658ef5e74a80b3dfa22e1f1b5
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local avatar = {
[1001]={
},
[2001]={
},
[3001]={
},
[4001]={
}
}
local config = {
data=avatar,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: b15dbe64e966569489a7836e7aff9685
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
["desc"]="Закругленная рамка аватара принадлежит по умолчанию."
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 50113a7df3a762746877843f9da2b217
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local avatar = {
[1001]={
},
[2001]={
},
[3001]={
},
[4001]={
}
}
local config = {
data=avatar,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: bdd97d866a3ead549bf1326f93ec6162
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
["desc"]="เฟรมอวาตาร์ที่โค้งมนสามารถใช้ได้ตามค่าเริ่มต้น"
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 95494c882fd4db940b204e0f41b55b35
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local avatar = {
[1001]={
},
[2001]={
},
[3001]={
},
[4001]={
}
}
local config = {
data=avatar,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: ab538b46345987a4aa0c2294067ba315
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
["desc"]="Khung Avatar tròn trĩnh, mặc định có."
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 96311fba66b34c94dbbf1927048d18b9
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local avatar = {
[1001]={
},
[2001]={
},
[3001]={
},
[4001]={
}
}
local config = {
data=avatar,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 1c2c4275bc1a0294aa37b9908a8fdb4d
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
["desc"]="圓潤的頭像框,默認擁有。"
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 427153d80763da246af5dbfd6a7efa96
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}