Skip to content

Commit

Permalink
Add cyberdogs pickups #71
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Dec 22, 2023
1 parent b870ddb commit 57eeafe
Show file tree
Hide file tree
Showing 9 changed files with 111 additions and 24 deletions.
8 changes: 5 additions & 3 deletions dogfights/doom_e1m1.cdogscpn/pickups.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
8 changes: 5 additions & 3 deletions dogfights/dwango5_map01.cdogscpn/pickups.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
File renamed without changes.
File renamed without changes
File renamed without changes
76 changes: 68 additions & 8 deletions missions/custom/techdemo/cyberdogs.cdogscpn/missions.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@
{
"Pickup": "ammo_Cells",
"Density": 1
},
{
"Pickup": "armor",
"Density": 1
}],
"EnemyDensity": 40,
"Weapons": ["Fists",
Expand Down Expand Up @@ -419,7 +423,10 @@
"MapObject": "bloodstain1",
"Density": 20
}],
"PickupDensities": [],
"PickupDensities": [{
"Pickup": "armor",
"Density": 2
}],
"EnemyDensity": 50,
"Weapons": ["Fists",
"Chainsaw",
Expand Down Expand Up @@ -586,7 +593,10 @@
"MapObject": "bloodstain1",
"Density": 20
}],
"PickupDensities": [],
"PickupDensities": [{
"Pickup": "max_armor",
"Density": 1
}],
"EnemyDensity": 55,
"Weapons": ["Fists",
"Chainsaw",
Expand Down Expand Up @@ -768,7 +778,10 @@
"MapObject": "bloodstain1",
"Density": 20
}],
"PickupDensities": [],
"PickupDensities": [{
"Pickup": "armor",
"Density": 3
}],
"EnemyDensity": 13,
"Weapons": ["Fists",
"Chainsaw",
Expand Down Expand Up @@ -943,7 +956,14 @@
"MapObject": "bloodstain1",
"Density": 20
}],
"PickupDensities": [],
"PickupDensities": [{
"Pickup": "armor",
"Density": 2
},
{
"Pickup": "max_armor",
"Density": 1
}],
"EnemyDensity": 13,
"Weapons": ["Fists",
"Chainsaw",
Expand Down Expand Up @@ -1122,7 +1142,14 @@
"MapObject": "bloodstain1",
"Density": 20
}],
"PickupDensities": [],
"PickupDensities": [{
"Pickup": "armor",
"Density": 3
},
{
"Pickup": "max_armor",
"Density": 2
}],
"EnemyDensity": 65,
"Weapons": ["Fists",
"Chainsaw",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1644,7 +1697,14 @@
"MapObject": "bloodstain1",
"Density": 20
}],
"PickupDensities": [],
"PickupDensities": [{
"Pickup": "armor",
"Density": 2
},
{
"Pickup": "max_armor",
"Density": 2
}],
"EnemyDensity": 80,
"Weapons": ["Fists",
"Chainsaw",
Expand Down
23 changes: 23 additions & 0 deletions missions/custom/techdemo/cyberdogs.cdogscpn/pickups.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}]
}
]
}
4 changes: 0 additions & 4 deletions missions/doom.cdogscpn/graphics/megaarmor.txt

This file was deleted.

16 changes: 10 additions & 6 deletions missions/doom.cdogscpn/pickups.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"Effects": [{
"Type": "Health",
"Health": 1
"Health": 1,
"ExceedMax": true
}]
},
{
Expand Down Expand Up @@ -42,7 +43,8 @@
},
"Effects": [{
"Type": "Health",
"Health": 100
"Health": 100,
"ExceedMax": true
}]
},
{
Expand All @@ -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",
Expand All @@ -71,11 +74,12 @@
"Name": "megaarmor",
"Pic": {
"Type": "Normal",
"Pic": "megaarmor"
"Pic": "armor_blue"
},
"Effects": [{
"Type": "Health",
"Health": 200
"Health": 200,
"ExceedMax": true
}]
},
{
Expand Down

0 comments on commit 57eeafe

Please sign in to comment.