Skip to content

Commit

Permalink
Fix mission briefing, weapon persist #71
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Feb 1, 2024
1 parent 0a2e5ae commit c8afb07
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
12 changes: 6 additions & 6 deletions missions/custom/techdemo/cyberdogs.cdogscpn/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"excessHealth": 30,
"flags": 167773184,
"probabilityToMove": 50,
"probabilityToTrack": 50,
"probabilityToTrack": 35,
"probabilityToShoot": 10,
"actionDelay": 25
},
Expand All @@ -111,7 +111,7 @@
"excessHealth": 24,
"flags": 167773184,
"probabilityToMove": 75,
"probabilityToTrack": 75,
"probabilityToTrack": 50,
"probabilityToShoot": 10,
"actionDelay": 20
},
Expand All @@ -134,7 +134,7 @@
"excessHealth": 120,
"flags": 167773184,
"probabilityToMove": 75,
"probabilityToTrack": 75,
"probabilityToTrack": 50,
"probabilityToShoot": 50,
"actionDelay": 25
},
Expand All @@ -157,7 +157,7 @@
"excessHealth": 24,
"flags": 167773184,
"probabilityToMove": 75,
"probabilityToTrack": 75,
"probabilityToTrack": 50,
"probabilityToShoot": 5,
"actionDelay": 10
},
Expand All @@ -181,7 +181,7 @@
"excessHealth": 30,
"flags": 167773184,
"probabilityToMove": 75,
"probabilityToTrack": 75,
"probabilityToTrack": 50,
"probabilityToShoot": 50,
"actionDelay": 15
},
Expand All @@ -205,7 +205,7 @@
"excessHealth": 120,
"flags": 167773184,
"probabilityToMove": 50,
"probabilityToTrack": 50,
"probabilityToTrack": 35,
"probabilityToShoot": 50,
"actionDelay": 10
}]
Expand Down
46 changes: 23 additions & 23 deletions missions/custom/techdemo/cyberdogs.cdogscpn/missions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Missions": [{
"Title": "Mission 1",
"Description": "",
"Title": "",
"Description": "Retrieve at least 6 objects",
"Type": "Classic",
"Width": 100,
"Height": 100,
Expand Down Expand Up @@ -193,8 +193,8 @@
}
},
{
"Title": "Mission 2",
"Description": "",
"Title": "",
"Description": "Retrieve at least 8 objects",
"Type": "Classic",
"Width": 100,
"Height": 100,
Expand Down Expand Up @@ -315,7 +315,7 @@
"Powergun",
"Blaster",
"MegaGun"],
"WeaponPersist": false,
"WeaponPersist": true,
"SkipDebrief": false,
"TileClasses": {
"Wall": {
Expand Down Expand Up @@ -395,8 +395,8 @@
}
},
{
"Title": "Mission 3",
"Description": "",
"Title": "",
"Description": "Retrieve at least 10 objects",
"Type": "Classic",
"Width": 100,
"Height": 100,
Expand Down Expand Up @@ -512,7 +512,7 @@
"Powergun",
"Blaster",
"MegaGun"],
"WeaponPersist": false,
"WeaponPersist": true,
"SkipDebrief": false,
"TileClasses": {
"Wall": {
Expand Down Expand Up @@ -592,8 +592,8 @@
}
},
{
"Title": "Mission 4",
"Description": "",
"Title": "",
"Description": "Retrieve at least 12 objects",
"Type": "Classic",
"Width": 100,
"Height": 100,
Expand Down Expand Up @@ -710,7 +710,7 @@
"Powergun",
"Blaster",
"MegaGun"],
"WeaponPersist": false,
"WeaponPersist": true,
"SkipDebrief": false,
"TileClasses": {
"Wall": {
Expand Down Expand Up @@ -790,8 +790,8 @@
}
},
{
"Title": "Mission 5",
"Description": "",
"Title": "",
"Description": "Eliminate at least 70 enemies, Blow up 1 reactor",
"Type": "Classic",
"Width": 100,
"Height": 100,
Expand Down Expand Up @@ -1003,8 +1003,8 @@
}
},
{
"Title": "Mission 6",
"Description": "",
"Title": "",
"Description": "Retrieve at least 8 objects, Eliminate at least 40 enemies",
"Type": "Classic",
"Width": 100,
"Height": 100,
Expand Down Expand Up @@ -1209,8 +1209,8 @@
}
},
{
"Title": "Mission 7",
"Description": "",
"Title": "",
"Description": "Retrieve at least 18 objects, Blow up 2 reactors",
"Type": "Classic",
"Width": 100,
"Height": 100,
Expand Down Expand Up @@ -1419,8 +1419,8 @@
}
},
{
"Title": "Mission 8",
"Description": "",
"Title": "",
"Description": "Eliminate at least 100 enemies, Blow up 2 reactors",
"Type": "Classic",
"Width": 100,
"Height": 100,
Expand Down Expand Up @@ -1634,8 +1634,8 @@
}
},
{
"Title": "Mission 9",
"Description": "",
"Title": "",
"Description": "Retrieve at least 22 objects",
"Type": "Classic",
"Width": 100,
"Height": 100,
Expand Down Expand Up @@ -1831,8 +1831,8 @@
}
},
{
"Title": "Mission 10",
"Description": "",
"Title": "The Final Showdown!",
"Description": "Retrieve at least 24 objects",
"Type": "Classic",
"Width": 100,
"Height": 100,
Expand Down

0 comments on commit c8afb07

Please sign in to comment.