Skip to content

Commit

Permalink
Add enemies #71
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Oct 4, 2023
1 parent 2971042 commit 41d93e4
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.19)
cmake_policy(SET CMP0054 NEW)
cmake_policy(SET CMP0072 NEW)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13)
set(CMAKE_OSX_ARCHITECTURES x86_64)
project(cdogs-sdl C)

Expand Down
92 changes: 74 additions & 18 deletions missions/custom/techdemo/cyberdogs.cdogscpn/missions.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,16 @@
"Required": 0,
"Flags": 1
}],
"Enemies": [0],
"Enemies": [3,
3,
3,
3,
3,
3,
3,
3,
3,
5],
"SpecialChars": [],
"MapObjectDensities": [{
"MapObject": "crate",
Expand Down Expand Up @@ -245,7 +254,7 @@
"MapObject": "bloodstain1",
"Density": 20
}],
"EnemyDensity": 13,
"EnemyDensity": 40,
"Weapons": ["Fists",
"Chainsaw",
"2xChainsaw",
Expand Down Expand Up @@ -368,7 +377,11 @@
"Required": 0,
"Flags": 1
}],
"Enemies": [0],
"Enemies": [3,
3,
3,
3,
5],
"SpecialChars": [],
"MapObjectDensities": [{
"MapObject": "crate",
Expand Down Expand Up @@ -422,7 +435,7 @@
"MapObject": "bloodstain1",
"Density": 20
}],
"EnemyDensity": 13,
"EnemyDensity": 50,
"Weapons": ["Fists",
"Chainsaw",
"2xChainsaw",
Expand Down Expand Up @@ -545,7 +558,12 @@
"Required": 0,
"Flags": 1
}],
"Enemies": [0],
"Enemies": [3,
3,
3,
3,
5,
6],
"SpecialChars": [],
"MapObjectDensities": [{
"MapObject": "crate",
Expand Down Expand Up @@ -599,7 +617,7 @@
"MapObject": "bloodstain1",
"Density": 20
}],
"EnemyDensity": 13,
"EnemyDensity": 55,
"Weapons": ["Fists",
"Chainsaw",
"2xChainsaw",
Expand Down Expand Up @@ -726,8 +744,12 @@
"Required": 0,
"Flags": 1
}],
"Enemies": [0],
"SpecialChars": [],
"Enemies": [],
"SpecialChars": [3,
3,
3,
5,
5],
"MapObjectDensities": [{
"MapObject": "crate",
"Density": 20
Expand Down Expand Up @@ -911,8 +933,13 @@
"Required": 0,
"Flags": 1
}],
"Enemies": [0],
"SpecialChars": [],
"Enemies": [],
"SpecialChars": [3,
3,
3,
5,
4,
7],
"MapObjectDensities": [{
"MapObject": "crate",
"Density": 20
Expand Down Expand Up @@ -1096,7 +1123,16 @@
"Required": 0,
"Flags": 1
}],
"Enemies": [0],
"Enemies": [3,
3,
3,
3,
4,
4,
4,
7,
7,
7],
"SpecialChars": [],
"MapObjectDensities": [{
"MapObject": "crate",
Expand Down Expand Up @@ -1150,7 +1186,7 @@
"MapObject": "bloodstain1",
"Density": 20
}],
"EnemyDensity": 13,
"EnemyDensity": 65,
"Weapons": ["Fists",
"Chainsaw",
"2xChainsaw",
Expand Down Expand Up @@ -1277,8 +1313,14 @@
"Required": 0,
"Flags": 1
}],
"Enemies": [0],
"SpecialChars": [],
"Enemies": [],
"SpecialChars": [3,
3,
5,
6,
4,
7,
8],
"MapObjectDensities": [{
"MapObject": "crate",
"Density": 20
Expand Down Expand Up @@ -1454,7 +1496,11 @@
"Required": 0,
"Flags": 1
}],
"Enemies": [0],
"Enemies": [3,
4,
4,
7,
7],
"SpecialChars": [],
"MapObjectDensities": [{
"MapObject": "crate",
Expand Down Expand Up @@ -1508,7 +1554,7 @@
"MapObject": "bloodstain1",
"Density": 20
}],
"EnemyDensity": 13,
"EnemyDensity": 70,
"Weapons": ["Fists",
"Chainsaw",
"2xChainsaw",
Expand Down Expand Up @@ -1631,7 +1677,17 @@
"Required": 0,
"Flags": 1
}],
"Enemies": [0],
"Enemies": [3,
4,
4,
5,
5,
6,
6,
7,
7,
8,
8],
"SpecialChars": [],
"MapObjectDensities": [{
"MapObject": "crate",
Expand Down Expand Up @@ -1685,7 +1741,7 @@
"MapObject": "bloodstain1",
"Density": 20
}],
"EnemyDensity": 13,
"EnemyDensity": 80,
"Weapons": ["Fists",
"Chainsaw",
"2xChainsaw",
Expand Down

0 comments on commit 41d93e4

Please sign in to comment.