Skip to content

Commit

Permalink
Add TR2 relocations
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm86 committed Jun 16, 2024
1 parent 17d95b5 commit 18e0953
Show file tree
Hide file tree
Showing 3 changed files with 6,557 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1055,10 +1055,18 @@
"Condition": {
"Comments": "If enemy 103's type has been randomized, move him outside for some breathing space.",
"ConditionType": 0,
"Negate": true,
"And": [
{
"ConditionType": 0,
"EntityIndex": 103,
"Room": 110
}
],
"EntityIndex": 103,
"EntityType": 32
},
"OnFalse": [
"OnTrue": [
{
"EMType": 44,
"EntityIndex": 103,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2587,34 +2587,6 @@
}
}
]
},
{
"Condition": {
"Comments": "If enemy 59 is an eel, rotate it to avoid blocking puzzle slots.",
"ConditionType": 0,
"Or": [
{
"ConditionType": 0,
"EntityIndex": 59,
"EntityType": 26
}
],
"EntityIndex": 59,
"EntityType": 27
},
"OnTrue": [
{
"EMType": 44,
"EntityIndex": 59,
"TargetLocation": {
"X": 59904,
"Y": -3584,
"Z": 75264,
"Room": 30,
"Angle": -32768
}
}
]
}
],
"ConditionalOneOf": [],
Expand Down
Loading

0 comments on commit 18e0953

Please sign in to comment.