tbftss/data/battle/bullets.json

42 lines
749 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" : 75,
2015-10-20 13:51:49 +02:00
"textureName" : "gfx/bullets/missile.png",
"sound" : "SND_MISSILE",
"flags" : "BF_ENGINE+BF_EXPLODES"
2015-10-21 20:21:45 +02:00
},
{
"type" : "BT_MAG",
"damage" : 10,
"textureName" : "gfx/bullets/magBolt.png",
"sound" : "SND_MAG",
"flags" : "BF_SYSTEM_DAMAGE"
2015-11-18 17:02:10 +01:00
},
{
"type" : "BT_LASER",
"damage" : 5,
"textureName" : "gfx/bullets/laser.png",
"sound" : "SND_LASER",
"flags" : "BF_SHIELD_DAMAGE"
2015-10-20 13:51:49 +02:00
}
]