c1_lua/lua/app/config/strings/ru/mall_treasure.lua
2025-10-10 15:11:18 +08:00

24 lines
473 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

local mall_treasure = {
[1]={
["value"]="несколько бриллиантов"
},
[2]={
["value"]="горсть бриллиантов"
},
[3]={
["value"]="куча бриллиантов"
},
[4]={
["value"]="мешок с бриллиантами"
},
[5]={
["value"]="шкатулка с бриллиантами"
},
[6]={
["value"]="шкатулка с бриллиантами"
}
}
local config = {
data=mall_treasure,count=6
}
return config