tbftss/data/battle/bullets.json

34 lines
602 B
JSON

[
{
"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_MISSILE",
"flags" : "BF_ENGINE+BF_EXPLODES"
},
{
"type" : "BT_MAG",
"damage" : 10,
"textureName" : "gfx/bullets/magBolt.png",
"sound" : "SND_MAG",
"flags" : "BF_SYSTEM_DAMAGE"
}
]