tbftss/data/battle/items.json

18 lines
300 B
JSON
Raw Normal View History

2015-11-16 12:27:03 +01:00
[
{
2016-05-06 11:57:16 +02:00
"defName" : "crate",
2016-05-12 10:34:58 +02:00
"name" : "a crate",
"texture" : "gfx/items/crate.png"
2015-11-16 15:31:16 +01:00
},
{
2016-05-06 11:57:16 +02:00
"defName" : "smallCrate",
2016-05-12 10:34:58 +02:00
"name" : "a small crate",
"texture" : "gfx/items/smallCrate.png"
2016-05-12 10:34:58 +02:00
},
{
"defName" : "powerCore01",
"name" : "a power core",
"texture" : "gfx/items/powerCore01.png"
2015-11-16 12:27:03 +01:00
}
]