2015-10-20 13:51:49 +02:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"type" : "BT_PARTICLE",
|
|
|
|
"damage" : 1,
|
2016-02-13 15:31:45 +01:00
|
|
|
"texture" : "gfx/bullets/particleBolt.png",
|
2015-10-20 13:51:49 +02:00
|
|
|
"sound" : "SND_PARTICLE",
|
|
|
|
"flags" : "BF_NONE"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"type" : "BT_PLASMA",
|
|
|
|
"damage" : 3,
|
2016-02-13 15:31:45 +01:00
|
|
|
"texture" : "gfx/bullets/plasmaBolt.png",
|
2015-10-20 13:51:49 +02:00
|
|
|
"sound" : "SND_PLASMA",
|
|
|
|
"flags" : "BF_NONE"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"type" : "BT_MISSILE",
|
2015-10-30 08:22:49 +01:00
|
|
|
"damage" : 75,
|
2016-02-13 15:31:45 +01:00
|
|
|
"texture" : "gfx/bullets/missile.png",
|
2015-10-24 15:52:55 +02:00
|
|
|
"sound" : "SND_MISSILE",
|
|
|
|
"flags" : "BF_ENGINE+BF_EXPLODES"
|
2015-10-21 20:21:45 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"type" : "BT_MAG",
|
|
|
|
"damage" : 10,
|
2016-02-13 15:31:45 +01:00
|
|
|
"texture" : "gfx/bullets/magBolt.png",
|
2015-10-21 20:21:45 +02:00
|
|
|
"sound" : "SND_MAG",
|
|
|
|
"flags" : "BF_SYSTEM_DAMAGE"
|
2015-11-18 17:02:10 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"type" : "BT_LASER",
|
|
|
|
"damage" : 5,
|
2016-02-13 15:31:45 +01:00
|
|
|
"texture" : "gfx/bullets/laser.png",
|
2015-11-18 17:02:10 +01:00
|
|
|
"sound" : "SND_LASER",
|
|
|
|
"flags" : "BF_SHIELD_DAMAGE"
|
2015-11-22 09:17:05 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"type" : "BT_ROCKET",
|
|
|
|
"damage" : 50,
|
2016-02-13 15:31:45 +01:00
|
|
|
"texture" : "gfx/bullets/missile.png",
|
2015-11-22 09:17:05 +01:00
|
|
|
"sound" : "SND_MISSILE",
|
|
|
|
"flags" : "BF_ENGINE+BF_EXPLODES"
|
2015-10-20 13:51:49 +02:00
|
|
|
}
|
|
|
|
]
|