Files
cdogs-sdl/data/ammo.json
2023-07-21 23:22:46 +10:00

138 lines
2.5 KiB
JSON

{
"Version": 2,
"Ammo": [
{
"Name": "Bullets",
"Pic": {
"Type": "Normal",
"Pic": "bullet_pickup"
},
"Sound": "bullet_pickup",
"Amount": 30,
"Max": 300
},
{
"Name": "Grenades",
"Pic": {
"Type": "Normal",
"Pic": "grenade_pickup"
},
"Sound": "grenade_pickup",
"Amount": 2,
"Max": 10
},
{
"Name": "Gas tank",
"Pic": {
"Type": "Normal",
"Pic": "gas_tank"
},
"Sound": "gas_tank_pickup",
"Amount": 50,
"Max": 500
},
{
"Name": "Shells",
"Pic": {
"Type": "Normal",
"Pic": "shells"
},
"Sound": "shells_pickup",
"Amount": 5,
"Max": 50
},
{
"Name": "Cells",
"Pic": {
"Type": "Animated",
"Sprites": "particles/cells",
"TicksPerFrame": 10
},
"Sound": "cells_pickup",
"Amount": 10,
"Max": 200
},
{
"Name": "Frag grenades",
"Pic": {
"Type": "Normal",
"Pic": "frag_grenade_pickup"
},
"Sound": "grenade_pickup",
"Amount": 2,
"Max": 10
},
{
"Name": "Molotovs",
"Pic": {
"Type": "Normal",
"Pic": "molotov_pickup"
},
"Sound": "molotov_pickup",
"Amount": 3,
"Max": 15
},
{
"Name": "Mines",
"Pic": {
"Type": "Normal",
"Pic": "mine_pickup"
},
"Sound": "package_pickup",
"Amount": 2,
"Max": 10
},
{
"Name": "Dynamite",
"Pic": {
"Type": "Normal",
"Pic": "dynamite_pickup"
},
"Sound": "package_pickup",
"Amount": 3,
"Max": 15
},
{
"Name": "Gas bombs",
"Pic": {
"Type": "Normal",
"Pic": "gas_grenade_pickup"
},
"Sound": "grenade_pickup",
"Amount": 5,
"Max": 30
},
{
"Name": "Confusion bombs",
"Pic": {
"Type": "Normal",
"Pic": "confusion_grenade"
},
"Sound": "grenade_pickup",
"Amount": 5,
"Max": 30
},
{
"Name": "Mini cells",
"Pic": {
"Type": "Animated",
"Sprites": "particles/mini_cells",
"TicksPerFrame": 10
},
"Sound": "mini_cells_pickup",
"Amount": 40,
"Max": 500
},
{
"Name": "Rockets",
"Pic": {
"Type": "Normal",
"Pic": "rockets"
},
"Sound": "grenade_pickup",
"Amount": 5,
"Max": 40
}
]
}