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

24 lines
335 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"]="Az Miktar Elmas"
},
[2]={
["value"]="Bir Avuç Elmas"
},
[3]={
["value"]="Bir Yığın Elmas"
},
[4]={
["value"]="Bir Çanta Elmas"
},
[5]={
["value"]="Bir Kutu Elmas"
},
[6]={
["value"]="Bir Sandık Elmas"
}
}
local config = {
data=mall_treasure,count=6
}
return config