mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
25 lines
420 B
JSON
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
|
|
}
|
|
]
|
|
} |