tbftss/data/battle/items.json

18 lines
300 B
JSON

[
{
"defName" : "crate",
"name" : "a crate",
"texture" : "gfx/items/crate.png"
},
{
"defName" : "smallCrate",
"name" : "a small crate",
"texture" : "gfx/items/smallCrate.png"
},
{
"defName" : "powerCore01",
"name" : "a power core",
"texture" : "gfx/items/powerCore01.png"
}
]