Skip to content

Commit

Permalink
RE CV: Reduce enemy difficulty in passages
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Mar 24, 2024
1 parent 1b0b8cc commit 98808ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 0 additions & 2 deletions IntelOrca.Biohazard.BioRand/data/recv/enemy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[
{ "room": "1010", "x": 8, "y": 0, "z": -11, "d": 0, "f": 0 },
{ "room": "1010", "x": 8, "y": 0, "z": -11, "d": 0, "f": 0 },
{ "room": "1010", "x": 8, "y": 0, "z": 24, "d": 0, "f": 0 },
{ "room": "1010", "x": 8, "y": 0, "z": 50, "d": 0, "f": 0 },
{ "room": "1021", "x": 65, "y": 0, "z": 148, "d": -11479, "f": 0 },
Expand Down
8 changes: 7 additions & 1 deletion IntelOrca.Biohazard.BioRand/data/recv/rdt.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
],
"enemies": [
{
"nop": [ "0x3EF10-0x3EF28" ]
"nop": [ "0x3EF10-0x3EF28" ],
"maxDifficulty": 0
}
]
},
Expand Down Expand Up @@ -600,6 +601,11 @@
"type": 21,
"amount": 1
}
],
"enemies": [
{
"maxDifficulty": 0
}
]
},
"10E0": {
Expand Down

0 comments on commit 98808ee

Please sign in to comment.