diff --git a/lua/app/config/const.lua b/lua/app/config/const.lua index 8743d0b6..97e60b29 100644 --- a/lua/app/config/const.lua +++ b/lua/app/config/const.lua @@ -160,9 +160,18 @@ local const = { ["num"]=30, ["num_for_nothing"]="VQg=" } + }, + ["summn_exp_1"]={ + ["value"]=30 + }, + ["summn_exp_2"]={ + ["value"]=400 + }, + ["summn_exp_3"]={ + ["value"]=1000 } } local config = { -data=const,count=33 +data=const,count=36 } return config \ No newline at end of file diff --git a/lua/app/config/item.lua b/lua/app/config/item.lua index e803d150..64b9bc3c 100644 --- a/lua/app/config/item.lua +++ b/lua/app/config/item.lua @@ -131,6 +131,21 @@ local item = { ["qlt"]=5, ["icon"]="12" }, + [13]={ + ["type"]=2, + ["qlt"]=3, + ["icon"]="13" + }, + [14]={ + ["type"]=2, + ["qlt"]=4, + ["icon"]="14" + }, + [15]={ + ["type"]=2, + ["qlt"]=5, + ["icon"]="15" + }, [12001]={ ["type"]=5, ["parameter"]=12001, @@ -181,6 +196,6 @@ local item = { } } local config = { -data=item,count=20 +data=item,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/item.lua b/lua/app/config/strings/cn/item.lua index 2598b70d..1cbaea2d 100644 --- a/lua/app/config/strings/cn/item.lua +++ b/lua/app/config/strings/cn/item.lua @@ -43,6 +43,18 @@ local item = { ["name"]="经验", ["desc"]="累计达到一定数量可升级。" }, + [13]={ + ["name"]="普通钥匙", + ["desc"]="用于商城开启普通宝箱。" + }, + [14]={ + ["name"]="精致钥匙", + ["desc"]="用于商城开启精致宝箱。" + }, + [15]={ + ["name"]="珍贵钥匙", + ["desc"]="用于商城开启珍贵宝箱。" + }, [12001]={ ["name"]="洛克西英雄碎片", ["desc"]="洛克西英雄碎片,凑齐可解锁或升级。" @@ -77,6 +89,6 @@ local item = { } } local config = { -data=item,count=20 +data=item,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/strings/de/item.lua b/lua/app/config/strings/de/item.lua index 286f2314..990479b0 100644 --- a/lua/app/config/strings/de/item.lua +++ b/lua/app/config/strings/de/item.lua @@ -37,6 +37,15 @@ local item = { }, [12]={ + }, + [13]={ + + }, + [14]={ + + }, + [15]={ + }, [12001]={ @@ -64,6 +73,6 @@ local item = { } } local config = { -data=item,count=20 +data=item,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/strings/en/item.lua b/lua/app/config/strings/en/item.lua index d3fe5455..fc27b906 100644 --- a/lua/app/config/strings/en/item.lua +++ b/lua/app/config/strings/en/item.lua @@ -40,6 +40,15 @@ local item = { }, [12]={ + }, + [13]={ + + }, + [14]={ + + }, + [15]={ + }, [12001]={ ["name"]="Roxy Shard", @@ -75,6 +84,6 @@ local item = { } } local config = { -data=item,count=20 +data=item,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/item.lua b/lua/app/config/strings/fr/item.lua index d3ca5f14..649115d8 100644 --- a/lua/app/config/strings/fr/item.lua +++ b/lua/app/config/strings/fr/item.lua @@ -37,6 +37,15 @@ local item = { }, [12]={ + }, + [13]={ + + }, + [14]={ + + }, + [15]={ + }, [12001]={ @@ -64,6 +73,6 @@ local item = { } } local config = { -data=item,count=20 +data=item,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/strings/id/item.lua b/lua/app/config/strings/id/item.lua index 7d622997..54e9af07 100644 --- a/lua/app/config/strings/id/item.lua +++ b/lua/app/config/strings/id/item.lua @@ -37,6 +37,15 @@ local item = { }, [12]={ + }, + [13]={ + + }, + [14]={ + + }, + [15]={ + }, [12001]={ @@ -64,6 +73,6 @@ local item = { } } local config = { -data=item,count=20 +data=item,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/item.lua b/lua/app/config/strings/ja/item.lua index de7f9d10..32b1181d 100644 --- a/lua/app/config/strings/ja/item.lua +++ b/lua/app/config/strings/ja/item.lua @@ -37,6 +37,15 @@ local item = { }, [12]={ + }, + [13]={ + + }, + [14]={ + + }, + [15]={ + }, [12001]={ @@ -64,6 +73,6 @@ local item = { } } local config = { -data=item,count=20 +data=item,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/item.lua b/lua/app/config/strings/ko/item.lua index 66f66a6a..9941bd1a 100644 --- a/lua/app/config/strings/ko/item.lua +++ b/lua/app/config/strings/ko/item.lua @@ -37,6 +37,15 @@ local item = { }, [12]={ + }, + [13]={ + + }, + [14]={ + + }, + [15]={ + }, [12001]={ @@ -64,6 +73,6 @@ local item = { } } local config = { -data=item,count=20 +data=item,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/item.lua b/lua/app/config/strings/pt/item.lua index 44e488cc..ddd2eba2 100644 --- a/lua/app/config/strings/pt/item.lua +++ b/lua/app/config/strings/pt/item.lua @@ -36,6 +36,15 @@ local item = { }, [12]={ + }, + [13]={ + + }, + [14]={ + + }, + [15]={ + }, [12001]={ @@ -63,6 +72,6 @@ local item = { } } local config = { -data=item,count=20 +data=item,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ru/item.lua b/lua/app/config/strings/ru/item.lua index 6458d15a..9d9c653b 100644 --- a/lua/app/config/strings/ru/item.lua +++ b/lua/app/config/strings/ru/item.lua @@ -34,6 +34,15 @@ local item = { }, [12]={ + }, + [13]={ + + }, + [14]={ + + }, + [15]={ + }, [12001]={ @@ -61,6 +70,6 @@ local item = { } } local config = { -data=item,count=20 +data=item,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/strings/th/item.lua b/lua/app/config/strings/th/item.lua index 6458d15a..9d9c653b 100644 --- a/lua/app/config/strings/th/item.lua +++ b/lua/app/config/strings/th/item.lua @@ -34,6 +34,15 @@ local item = { }, [12]={ + }, + [13]={ + + }, + [14]={ + + }, + [15]={ + }, [12001]={ @@ -61,6 +70,6 @@ local item = { } } local config = { -data=item,count=20 +data=item,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/item.lua b/lua/app/config/strings/vi/item.lua index 7e50beaa..f433bead 100644 --- a/lua/app/config/strings/vi/item.lua +++ b/lua/app/config/strings/vi/item.lua @@ -37,6 +37,15 @@ local item = { }, [12]={ + }, + [13]={ + + }, + [14]={ + + }, + [15]={ + }, [12001]={ @@ -64,6 +73,6 @@ local item = { } } local config = { -data=item,count=20 +data=item,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/item.lua b/lua/app/config/strings/zh/item.lua index 90b575af..3dca5400 100644 --- a/lua/app/config/strings/zh/item.lua +++ b/lua/app/config/strings/zh/item.lua @@ -40,6 +40,15 @@ local item = { }, [12]={ + }, + [13]={ + + }, + [14]={ + + }, + [15]={ + }, [12001]={ ["name"]="洛克西英雄碎片", @@ -75,6 +84,6 @@ local item = { } } local config = { -data=item,count=20 +data=item,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/summon.lua b/lua/app/config/summon.lua new file mode 100644 index 00000000..53c16e39 --- /dev/null +++ b/lua/app/config/summon.lua @@ -0,0 +1,584 @@ +local summon = { + [1]={ + ["item_cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=30, + ["num_for_nothing"]="VQg=" + }, + ["box_lv_base"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=12, + ["num_for_nothing"]="Vwo=" + } + }, + ["box_lv_2"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + ["box_lv_3"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=4, + ["num_for_nothing"]="Ug==" + } + }, + ["box_lv_4"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=6, + ["num_for_nothing"]="UA==" + } + }, + ["box_lv_5"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=3, + ["num_for_nothing"]="VQ==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=8, + ["num_for_nothing"]="Xg==" + } + }, + ["box_lv_6"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=4, + ["num_for_nothing"]="Ug==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + } + }, + ["box_lv_7"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=5, + ["num_for_nothing"]="Uw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=12, + ["num_for_nothing"]="Vwo=" + } + }, + ["box_lv_8"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=6, + ["num_for_nothing"]="UA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=14, + ["num_for_nothing"]="Vww=" + } + }, + ["box_lv_9"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=7, + ["num_for_nothing"]="UQ==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=16, + ["num_for_nothing"]="Vw4=" + } + }, + ["box_lv_10"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=8, + ["num_for_nothing"]="Xg==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=18, + ["num_for_nothing"]="VwA=" + } + } + }, + [2]={ + ["item_cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14, + ["id_for_nothing"]="Vww=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=400, + ["num_for_nothing"]="Ughc" + }, + ["box_lv_base"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=180, + ["num_for_nothing"]="VwBc" + } + }, + ["box_lv_2"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=4, + ["num_for_nothing"]="Ug==" + } + }, + ["box_lv_3"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=24, + ["num_for_nothing"]="VAw=" + } + }, + ["box_lv_4"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=39, + ["num_for_nothing"]="VQE=" + } + }, + ["box_lv_5"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=54, + ["num_for_nothing"]="Uww=" + } + }, + ["box_lv_6"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=69, + ["num_for_nothing"]="UAE=" + } + }, + ["box_lv_7"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=3, + ["num_for_nothing"]="VQ==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=84, + ["num_for_nothing"]="Xgw=" + } + }, + ["box_lv_8"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=4, + ["num_for_nothing"]="Ug==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=99, + ["num_for_nothing"]="XwE=" + } + }, + ["box_lv_9"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=5, + ["num_for_nothing"]="Uw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=114, + ["num_for_nothing"]="VwlY" + } + }, + ["box_lv_10"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=6, + ["num_for_nothing"]="UA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=129, + ["num_for_nothing"]="VwpV" + } + } + }, + [3]={ + ["item_cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=15, + ["id_for_nothing"]="Vw0=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" + }, + ["box_lv_base"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=5, + ["num_for_nothing"]="Uw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=480, + ["num_for_nothing"]="UgBc" + } + }, + ["box_lv_2"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=5, + ["num_for_nothing"]="Uw==" + } + }, + ["box_lv_3"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=4, + ["num_for_nothing"]="Ug==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=35, + ["num_for_nothing"]="VQ0=" + } + }, + ["box_lv_4"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=6, + ["num_for_nothing"]="UA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=75, + ["num_for_nothing"]="UQ0=" + } + }, + ["box_lv_5"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=8, + ["num_for_nothing"]="Xg==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=115, + ["num_for_nothing"]="VwlZ" + } + }, + ["box_lv_6"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=115, + ["num_for_nothing"]="VwlZ" + } + }, + ["box_lv_7"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=12, + ["num_for_nothing"]="Vwo=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=195, + ["num_for_nothing"]="VwFZ" + } + }, + ["box_lv_8"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=14, + ["num_for_nothing"]="Vww=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=235, + ["num_for_nothing"]="VAtZ" + } + }, + ["box_lv_9"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=16, + ["num_for_nothing"]="Vw4=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=275, + ["num_for_nothing"]="VA9Z" + } + }, + ["box_lv_10"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=18, + ["num_for_nothing"]="VwA=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=315, + ["num_for_nothing"]="VQlZ" + } + } + } +} +local config = { +data=summon,count=3 +} +return config \ No newline at end of file diff --git a/lua/app/config/summon.lua.meta b/lua/app/config/summon.lua.meta new file mode 100644 index 00000000..51a8ae76 --- /dev/null +++ b/lua/app/config/summon.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: f004fd7e2d08b924bb3e6e25a2a4bf0e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/summon_exp.lua b/lua/app/config/summon_exp.lua new file mode 100644 index 00000000..e8017dd8 --- /dev/null +++ b/lua/app/config/summon_exp.lua @@ -0,0 +1,36 @@ +local summon_exp = { + [1]={ + ["exp"]=50 + }, + [2]={ + ["exp"]=150 + }, + [3]={ + ["exp"]=460 + }, + [4]={ + ["exp"]=1400 + }, + [5]={ + ["exp"]=5080 + }, + [6]={ + ["exp"]=17780 + }, + [7]={ + ["exp"]=62290 + }, + [8]={ + ["exp"]=218020 + }, + [9]={ + ["exp"]=763070 + }, + [10]={ + + } +} +local config = { +data=summon_exp,count=10 +} +return config \ No newline at end of file diff --git a/lua/app/config/summon_exp.lua.meta b/lua/app/config/summon_exp.lua.meta new file mode 100644 index 00000000..9f5b26e4 --- /dev/null +++ b/lua/app/config/summon_exp.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 25bb22a3d68641d4fa7148ee78098f8c +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}