Files
cdogs-sdl/dogfights/doom_e1m1.cdogscpn/pickups.json
2023-12-22 22:32:32 +11:00

25 lines
420 B
JSON

{
"Version": 1,
"Pickups": [
{
"Name": "health_bonus",
"Pic": "health_bonus",
"Type": "Health",
"Health": 1,
"ExceedMax": true
},
{
"Name": "stimpack",
"Pic": "stimpack",
"Type": "Health",
"Health": 10
},
{
"Name": "armor_bonus",
"Pic": "armor_bonus",
"Type": "Health",
"Health": 1,
"ExceedMax": true
}
]
}