Upd: Add rogue route Jarilo_BackwaterPass_F1_X555Y643

This commit is contained in:
LmeSzinc 2023-11-09 12:38:20 +08:00
parent 571104831d
commit 9f5fb34fa9
2 changed files with 29 additions and 0 deletions

View File

@ -77,6 +77,24 @@ class Route(RouteBase):
self.clear_enemy(enemy2left.straight_run())
self.clear_enemy(enemy3.straight_run())
def Jarilo_BackwaterPass_F1_X555Y643(self):
"""
| Waypoint | Position | Direction | Rotation |
| -------- | ------------------------- | --------- | -------- |
| spawn | Waypoint((555.6, 643.2)), | 282.3 | 274 |
| item | Waypoint((524.8, 612.4)), | 318.0 | 322 |
| enemy | Waypoint((505.7, 642.9)), | 14.1 | 274 |
| exit | Waypoint((505.7, 642.9)), | 14.1 | 274 |
"""
self.map_init(plane=Jarilo_BackwaterPass, floor="F1", position=(555.6, 643.2))
self.register_domain_exit(Waypoint((505.7, 642.9)), end_rotation=274)
item = Waypoint((524.8, 612.4))
enemy = Waypoint((505.7, 642.9))
# ===== End of generated waypoints =====
self.clear_item(item)
self.clear_enemy(enemy)
def Jarilo_BackwaterPass_F1_X577Y665(self):
"""
| Waypoint | Position | Direction | Rotation |

View File

@ -230,6 +230,17 @@
],
"domain": "Combat"
},
{
"name": "Combat_Jarilo_BackwaterPass_F1_X555Y643",
"route": "route.rogue.Combat.Jarilo_BackwaterPass_F1:Jarilo_BackwaterPass_F1_X555Y643",
"plane": "Jarilo_BackwaterPass",
"floor": "F1",
"position": [
555.6,
643.2
],
"domain": "Combat"
},
{
"name": "Combat_Jarilo_BackwaterPass_F1_X577Y665",
"route": "route.rogue.Combat.Jarilo_BackwaterPass_F1:Jarilo_BackwaterPass_F1_X577Y665",