mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
Add cyberdogs pickups #71
This commit is contained in:
@@ -5,19 +5,21 @@
|
|||||||
"Name": "health_bonus",
|
"Name": "health_bonus",
|
||||||
"Pic": "health_bonus",
|
"Pic": "health_bonus",
|
||||||
"Type": "Health",
|
"Type": "Health",
|
||||||
"Health": 2
|
"Health": 1,
|
||||||
|
"ExceedMax": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "stimpack",
|
"Name": "stimpack",
|
||||||
"Pic": "stimpack",
|
"Pic": "stimpack",
|
||||||
"Type": "Health",
|
"Type": "Health",
|
||||||
"Health": 20
|
"Health": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "armor_bonus",
|
"Name": "armor_bonus",
|
||||||
"Pic": "armor_bonus",
|
"Pic": "armor_bonus",
|
||||||
"Type": "Health",
|
"Type": "Health",
|
||||||
"Health": 2
|
"Health": 1,
|
||||||
|
"ExceedMax": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -5,19 +5,21 @@
|
|||||||
"Name": "health_bonus",
|
"Name": "health_bonus",
|
||||||
"Pic": "health_bonus",
|
"Pic": "health_bonus",
|
||||||
"Type": "Health",
|
"Type": "Health",
|
||||||
"Health": 2
|
"Health": 1,
|
||||||
|
"ExceedMax": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "stimpack",
|
"Name": "stimpack",
|
||||||
"Pic": "stimpack",
|
"Pic": "stimpack",
|
||||||
"Type": "Health",
|
"Type": "Health",
|
||||||
"Health": 20
|
"Health": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "armor_bonus",
|
"Name": "armor_bonus",
|
||||||
"Pic": "armor_bonus",
|
"Pic": "armor_bonus",
|
||||||
"Type": "Health",
|
"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",
|
"Pickup": "ammo_Cells",
|
||||||
"Density": 1
|
"Density": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Pickup": "armor",
|
||||||
|
"Density": 1
|
||||||
}],
|
}],
|
||||||
"EnemyDensity": 40,
|
"EnemyDensity": 40,
|
||||||
"Weapons": ["Fists",
|
"Weapons": ["Fists",
|
||||||
@@ -419,7 +423,10 @@
|
|||||||
"MapObject": "bloodstain1",
|
"MapObject": "bloodstain1",
|
||||||
"Density": 20
|
"Density": 20
|
||||||
}],
|
}],
|
||||||
"PickupDensities": [],
|
"PickupDensities": [{
|
||||||
|
"Pickup": "armor",
|
||||||
|
"Density": 2
|
||||||
|
}],
|
||||||
"EnemyDensity": 50,
|
"EnemyDensity": 50,
|
||||||
"Weapons": ["Fists",
|
"Weapons": ["Fists",
|
||||||
"Chainsaw",
|
"Chainsaw",
|
||||||
@@ -586,7 +593,10 @@
|
|||||||
"MapObject": "bloodstain1",
|
"MapObject": "bloodstain1",
|
||||||
"Density": 20
|
"Density": 20
|
||||||
}],
|
}],
|
||||||
"PickupDensities": [],
|
"PickupDensities": [{
|
||||||
|
"Pickup": "max_armor",
|
||||||
|
"Density": 1
|
||||||
|
}],
|
||||||
"EnemyDensity": 55,
|
"EnemyDensity": 55,
|
||||||
"Weapons": ["Fists",
|
"Weapons": ["Fists",
|
||||||
"Chainsaw",
|
"Chainsaw",
|
||||||
@@ -768,7 +778,10 @@
|
|||||||
"MapObject": "bloodstain1",
|
"MapObject": "bloodstain1",
|
||||||
"Density": 20
|
"Density": 20
|
||||||
}],
|
}],
|
||||||
"PickupDensities": [],
|
"PickupDensities": [{
|
||||||
|
"Pickup": "armor",
|
||||||
|
"Density": 3
|
||||||
|
}],
|
||||||
"EnemyDensity": 13,
|
"EnemyDensity": 13,
|
||||||
"Weapons": ["Fists",
|
"Weapons": ["Fists",
|
||||||
"Chainsaw",
|
"Chainsaw",
|
||||||
@@ -943,7 +956,14 @@
|
|||||||
"MapObject": "bloodstain1",
|
"MapObject": "bloodstain1",
|
||||||
"Density": 20
|
"Density": 20
|
||||||
}],
|
}],
|
||||||
"PickupDensities": [],
|
"PickupDensities": [{
|
||||||
|
"Pickup": "armor",
|
||||||
|
"Density": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Pickup": "max_armor",
|
||||||
|
"Density": 1
|
||||||
|
}],
|
||||||
"EnemyDensity": 13,
|
"EnemyDensity": 13,
|
||||||
"Weapons": ["Fists",
|
"Weapons": ["Fists",
|
||||||
"Chainsaw",
|
"Chainsaw",
|
||||||
@@ -1122,7 +1142,14 @@
|
|||||||
"MapObject": "bloodstain1",
|
"MapObject": "bloodstain1",
|
||||||
"Density": 20
|
"Density": 20
|
||||||
}],
|
}],
|
||||||
"PickupDensities": [],
|
"PickupDensities": [{
|
||||||
|
"Pickup": "armor",
|
||||||
|
"Density": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Pickup": "max_armor",
|
||||||
|
"Density": 2
|
||||||
|
}],
|
||||||
"EnemyDensity": 65,
|
"EnemyDensity": 65,
|
||||||
"Weapons": ["Fists",
|
"Weapons": ["Fists",
|
||||||
"Chainsaw",
|
"Chainsaw",
|
||||||
@@ -1306,7 +1333,22 @@
|
|||||||
"MapObject": "bloodstain1",
|
"MapObject": "bloodstain1",
|
||||||
"Density": 20
|
"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,
|
"EnemyDensity": 13,
|
||||||
"Weapons": ["Fists",
|
"Weapons": ["Fists",
|
||||||
"Chainsaw",
|
"Chainsaw",
|
||||||
@@ -1472,7 +1514,18 @@
|
|||||||
"MapObject": "bloodstain1",
|
"MapObject": "bloodstain1",
|
||||||
"Density": 20
|
"Density": 20
|
||||||
}],
|
}],
|
||||||
"PickupDensities": [],
|
"PickupDensities": [{
|
||||||
|
"Pickup": "armor",
|
||||||
|
"Density": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Pickup": "gun_Powergun",
|
||||||
|
"Density": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Pickup": "ammo_Cells",
|
||||||
|
"Density": 1
|
||||||
|
}],
|
||||||
"EnemyDensity": 70,
|
"EnemyDensity": 70,
|
||||||
"Weapons": ["Fists",
|
"Weapons": ["Fists",
|
||||||
"Chainsaw",
|
"Chainsaw",
|
||||||
@@ -1644,7 +1697,14 @@
|
|||||||
"MapObject": "bloodstain1",
|
"MapObject": "bloodstain1",
|
||||||
"Density": 20
|
"Density": 20
|
||||||
}],
|
}],
|
||||||
"PickupDensities": [],
|
"PickupDensities": [{
|
||||||
|
"Pickup": "armor",
|
||||||
|
"Density": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Pickup": "max_armor",
|
||||||
|
"Density": 2
|
||||||
|
}],
|
||||||
"EnemyDensity": 80,
|
"EnemyDensity": 80,
|
||||||
"Weapons": ["Fists",
|
"Weapons": ["Fists",
|
||||||
"Chainsaw",
|
"Chainsaw",
|
||||||
|
@@ -55,6 +55,29 @@
|
|||||||
"Type": "Score",
|
"Type": "Score",
|
||||||
"Score": 200
|
"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": [{
|
"Effects": [{
|
||||||
"Type": "Health",
|
"Type": "Health",
|
||||||
"Health": 1
|
"Health": 1,
|
||||||
|
"ExceedMax": true
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -42,7 +43,8 @@
|
|||||||
},
|
},
|
||||||
"Effects": [{
|
"Effects": [{
|
||||||
"Type": "Health",
|
"Type": "Health",
|
||||||
"Health": 100
|
"Health": 100,
|
||||||
|
"ExceedMax": true
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -53,14 +55,15 @@
|
|||||||
},
|
},
|
||||||
"Effects": [{
|
"Effects": [{
|
||||||
"Type": "Health",
|
"Type": "Health",
|
||||||
"Health": 1
|
"Health": 1,
|
||||||
|
"ExceedMax": true
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "armor",
|
"Name": "armor",
|
||||||
"Pic": {
|
"Pic": {
|
||||||
"Type": "Normal",
|
"Type": "Normal",
|
||||||
"Pic": "armor"
|
"Pic": "armor_green"
|
||||||
},
|
},
|
||||||
"Effects": [{
|
"Effects": [{
|
||||||
"Type": "Health",
|
"Type": "Health",
|
||||||
@@ -71,11 +74,12 @@
|
|||||||
"Name": "megaarmor",
|
"Name": "megaarmor",
|
||||||
"Pic": {
|
"Pic": {
|
||||||
"Type": "Normal",
|
"Type": "Normal",
|
||||||
"Pic": "megaarmor"
|
"Pic": "armor_blue"
|
||||||
},
|
},
|
||||||
"Effects": [{
|
"Effects": [{
|
||||||
"Type": "Health",
|
"Type": "Health",
|
||||||
"Health": 200
|
"Health": 200,
|
||||||
|
"ExceedMax": true
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user