Skip to content

Commit

Permalink
Adjust cyberdogs enemies chasing behaviour #71
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Feb 14, 2024
1 parent b8e61bb commit 4a94283
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions missions/cyberdogs.cdogscpn/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"Melee": "Fists",
"maxHealth": 15,
"excessHealth": 30,
"flags": 167773184,
"flags": 167773312,
"probabilityToMove": 50,
"probabilityToTrack": 35,
"probabilityToShoot": 10,
Expand All @@ -109,7 +109,7 @@
"Melee": "Fists",
"maxHealth": 12,
"excessHealth": 24,
"flags": 167773184,
"flags": 167773312,
"probabilityToMove": 75,
"probabilityToTrack": 50,
"probabilityToShoot": 10,
Expand All @@ -132,7 +132,7 @@
"Melee": "Fists",
"maxHealth": 60,
"excessHealth": 120,
"flags": 167773184,
"flags": 167773312,
"probabilityToMove": 75,
"probabilityToTrack": 50,
"probabilityToShoot": 50,
Expand All @@ -155,7 +155,7 @@
"Melee": "Chainsaw",
"maxHealth": 12,
"excessHealth": 24,
"flags": 167773184,
"flags": 167773312,
"probabilityToMove": 75,
"probabilityToTrack": 50,
"probabilityToShoot": 5,
Expand All @@ -179,7 +179,7 @@
"Melee": "Fists",
"maxHealth": 15,
"excessHealth": 30,
"flags": 167773184,
"flags": 167773312,
"probabilityToMove": 75,
"probabilityToTrack": 50,
"probabilityToShoot": 50,
Expand All @@ -203,7 +203,7 @@
"Melee": "2xChainsaw",
"maxHealth": 60,
"excessHealth": 120,
"flags": 167773184,
"flags": 167773312,
"probabilityToMove": 50,
"probabilityToTrack": 35,
"probabilityToShoot": 50,
Expand Down

0 comments on commit 4a94283

Please sign in to comment.