tbftss/data/battle/bullets.json

26 lines
443 B
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
[
{
"type" : "BT_PARTICLE",
"damage" : 1,
"textureName" : "gfx/bullets/particleBolt.png",
"sound" : "SND_PARTICLE",
"flags" : "BF_NONE"
},
{
"type" : "BT_PLASMA",
"damage" : 3,
"textureName" : "gfx/bullets/plasmaBolt.png",
"sound" : "SND_PLASMA",
"flags" : "BF_NONE"
},
{
"type" : "BT_MISSILE",
"damage" : 25,
"textureName" : "gfx/bullets/missile.png",
"sound" : "SND_PLASMA",
"flags" : "BF_ENGINE"
}
]