mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-22 15:10:33 +02:00
Add cyberdogs pickups #71
This commit is contained in:
@@ -5,19 +5,21 @@
|
||||
"Name": "health_bonus",
|
||||
"Pic": "health_bonus",
|
||||
"Type": "Health",
|
||||
"Health": 2
|
||||
"Health": 1,
|
||||
"ExceedMax": true
|
||||
},
|
||||
{
|
||||
"Name": "stimpack",
|
||||
"Pic": "stimpack",
|
||||
"Type": "Health",
|
||||
"Health": 20
|
||||
"Health": 10
|
||||
},
|
||||
{
|
||||
"Name": "armor_bonus",
|
||||
"Pic": "armor_bonus",
|
||||
"Type": "Health",
|
||||
"Health": 2
|
||||
"Health": 1,
|
||||
"ExceedMax": true
|
||||
}
|
||||
]
|
||||
}
|
@@ -5,19 +5,21 @@
|
||||
"Name": "health_bonus",
|
||||
"Pic": "health_bonus",
|
||||
"Type": "Health",
|
||||
"Health": 2
|
||||
"Health": 1,
|
||||
"ExceedMax": true
|
||||
},
|
||||
{
|
||||
"Name": "stimpack",
|
||||
"Pic": "stimpack",
|
||||
"Type": "Health",
|
||||
"Health": 20
|
||||
"Health": 10
|
||||
},
|
||||
{
|
||||
"Name": "armor_bonus",
|
||||
"Pic": "armor_bonus",
|
||||
"Type": "Health",
|
||||
"Health": 2
|
||||
"Health": 1,
|
||||
"ExceedMax": true
|
||||
}
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 718 B After Width: | Height: | Size: 718 B |
Before Width: | Height: | Size: 811 B After Width: | Height: | Size: 811 B |
@@ -253,6 +253,10 @@
|
||||
{
|
||||
"Pickup": "ammo_Cells",
|
||||
"Density": 1
|
||||
},
|
||||
{
|
||||
"Pickup": "armor",
|
||||
"Density": 1
|
||||
}],
|
||||
"EnemyDensity": 40,
|
||||
"Weapons": ["Fists",
|
||||
@@ -419,7 +423,10 @@
|
||||
"MapObject": "bloodstain1",
|
||||
"Density": 20
|
||||
}],
|
||||
"PickupDensities": [],
|
||||
"PickupDensities": [{
|
||||
"Pickup": "armor",
|
||||
"Density": 2
|
||||
}],
|
||||
"EnemyDensity": 50,
|
||||
"Weapons": ["Fists",
|
||||
"Chainsaw",
|
||||
@@ -586,7 +593,10 @@
|
||||
"MapObject": "bloodstain1",
|
||||
"Density": 20
|
||||
}],
|
||||
"PickupDensities": [],
|
||||
"PickupDensities": [{
|
||||
"Pickup": "max_armor",
|
||||
"Density": 1
|
||||
}],
|
||||
"EnemyDensity": 55,
|
||||
"Weapons": ["Fists",
|
||||
"Chainsaw",
|
||||
@@ -768,7 +778,10 @@
|
||||
"MapObject": "bloodstain1",
|
||||
"Density": 20
|
||||
}],
|
||||
"PickupDensities": [],
|
||||
"PickupDensities": [{
|
||||
"Pickup": "armor",
|
||||
"Density": 3
|
||||
}],
|
||||
"EnemyDensity": 13,
|
||||
"Weapons": ["Fists",
|
||||
"Chainsaw",
|
||||
@@ -943,7 +956,14 @@
|
||||
"MapObject": "bloodstain1",
|
||||
"Density": 20
|
||||
}],
|
||||
"PickupDensities": [],
|
||||
"PickupDensities": [{
|
||||
"Pickup": "armor",
|
||||
"Density": 2
|
||||
},
|
||||
{
|
||||
"Pickup": "max_armor",
|
||||
"Density": 1
|
||||
}],
|
||||
"EnemyDensity": 13,
|
||||
"Weapons": ["Fists",
|
||||
"Chainsaw",
|
||||
@@ -1122,7 +1142,14 @@
|
||||
"MapObject": "bloodstain1",
|
||||
"Density": 20
|
||||
}],
|
||||
"PickupDensities": [],
|
||||
"PickupDensities": [{
|
||||
"Pickup": "armor",
|
||||
"Density": 3
|
||||
},
|
||||
{
|
||||
"Pickup": "max_armor",
|
||||
"Density": 2
|
||||
}],
|
||||
"EnemyDensity": 65,
|
||||
"Weapons": ["Fists",
|
||||
"Chainsaw",
|
||||
@@ -1306,7 +1333,22 @@
|
||||
"MapObject": "bloodstain1",
|
||||
"Density": 20
|
||||
}],
|
||||
"PickupDensities": [],
|
||||
"PickupDensities": [{
|
||||
"Pickup": "armor",
|
||||
"Density": 3
|
||||
},
|
||||
{
|
||||
"Pickup": "max_armor",
|
||||
"Density": 1
|
||||
},
|
||||
{
|
||||
"Pickup": "gun_Flamer",
|
||||
"Density": 1
|
||||
},
|
||||
{
|
||||
"Pickup": "ammo_Gas tank",
|
||||
"Density": 1
|
||||
}],
|
||||
"EnemyDensity": 13,
|
||||
"Weapons": ["Fists",
|
||||
"Chainsaw",
|
||||
@@ -1472,7 +1514,18 @@
|
||||
"MapObject": "bloodstain1",
|
||||
"Density": 20
|
||||
}],
|
||||
"PickupDensities": [],
|
||||
"PickupDensities": [{
|
||||
"Pickup": "armor",
|
||||
"Density": 4
|
||||
},
|
||||
{
|
||||
"Pickup": "gun_Powergun",
|
||||
"Density": 1
|
||||
},
|
||||
{
|
||||
"Pickup": "ammo_Cells",
|
||||
"Density": 1
|
||||
}],
|
||||
"EnemyDensity": 70,
|
||||
"Weapons": ["Fists",
|
||||
"Chainsaw",
|
||||
@@ -1644,7 +1697,14 @@
|
||||
"MapObject": "bloodstain1",
|
||||
"Density": 20
|
||||
}],
|
||||
"PickupDensities": [],
|
||||
"PickupDensities": [{
|
||||
"Pickup": "armor",
|
||||
"Density": 2
|
||||
},
|
||||
{
|
||||
"Pickup": "max_armor",
|
||||
"Density": 2
|
||||
}],
|
||||
"EnemyDensity": 80,
|
||||
"Weapons": ["Fists",
|
||||
"Chainsaw",
|
||||
|
@@ -55,6 +55,29 @@
|
||||
"Type": "Score",
|
||||
"Score": 200
|
||||
}]
|
||||
},
|
||||
{
|
||||
"Name": "armor",
|
||||
"Pic": {
|
||||
"Type": "Normal",
|
||||
"Pic": "armor_green"
|
||||
},
|
||||
"Effects": [{
|
||||
"Type": "Health",
|
||||
"Health": 50
|
||||
}]
|
||||
},
|
||||
{
|
||||
"Name": "max_armor",
|
||||
"Pic": {
|
||||
"Type": "Normal",
|
||||
"Pic": "armor_blue"
|
||||
},
|
||||
"Effects": [{
|
||||
"Type": "Health",
|
||||
"Health": 70,
|
||||
"ExceedMax": true
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
@@ -1,4 +0,0 @@
|
||||
Derived from 140 Military Icons Set (fixed)
|
||||
by AngryMeteor.com
|
||||
https://opengameart.org/content/140-military-icons-set-fixed
|
||||
http://creativecommons.org/licenses/by/3.0/
|
@@ -9,7 +9,8 @@
|
||||
},
|
||||
"Effects": [{
|
||||
"Type": "Health",
|
||||
"Health": 1
|
||||
"Health": 1,
|
||||
"ExceedMax": true
|
||||
}]
|
||||
},
|
||||
{
|
||||
@@ -42,7 +43,8 @@
|
||||
},
|
||||
"Effects": [{
|
||||
"Type": "Health",
|
||||
"Health": 100
|
||||
"Health": 100,
|
||||
"ExceedMax": true
|
||||
}]
|
||||
},
|
||||
{
|
||||
@@ -53,14 +55,15 @@
|
||||
},
|
||||
"Effects": [{
|
||||
"Type": "Health",
|
||||
"Health": 1
|
||||
"Health": 1,
|
||||
"ExceedMax": true
|
||||
}]
|
||||
},
|
||||
{
|
||||
"Name": "armor",
|
||||
"Pic": {
|
||||
"Type": "Normal",
|
||||
"Pic": "armor"
|
||||
"Pic": "armor_green"
|
||||
},
|
||||
"Effects": [{
|
||||
"Type": "Health",
|
||||
@@ -71,11 +74,12 @@
|
||||
"Name": "megaarmor",
|
||||
"Pic": {
|
||||
"Type": "Normal",
|
||||
"Pic": "megaarmor"
|
||||
"Pic": "armor_blue"
|
||||
},
|
||||
"Effects": [{
|
||||
"Type": "Health",
|
||||
"Health": 200
|
||||
"Health": 200,
|
||||
"ExceedMax": true
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user