tbftss/data/battle/items.json

13 lines
191 B
JSON
Raw Normal View History

2015-11-16 12:27:03 +01:00
[
{
2016-05-06 11:57:16 +02:00
"defName" : "crate",
"name" : "Crate",
"texture" : "gfx/items/crate.png"
2015-11-16 15:31:16 +01:00
},
{
2016-05-06 11:57:16 +02:00
"defName" : "smallCrate",
"name" : "Small Crate",
"texture" : "gfx/items/smallCrate.png"
2015-11-16 12:27:03 +01:00
}
]