mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2025-01-30 23:48:43 +00:00
Upd: Rogue routes
This commit is contained in:
parent
24ffed889e
commit
556f9a090b
@ -121,9 +121,13 @@ class Route(RouteBase):
|
||||
| item | Waypoint((340.4, 940.6)), | 59.1 | 54 |
|
||||
| enemy | Waypoint((380.2, 948.0)), | 261.8 | 73 |
|
||||
| exit_ | Waypoint((386.2, 944.2)), | 96.7 | 89 |
|
||||
| exit1 | Waypoint((396.6, 940.4)), | 96.7 | 91 |
|
||||
| exit2 | Waypoint((395.5, 951.3)), | 96.7 | 91 |
|
||||
"""
|
||||
self.map_init(plane=Jarilo_CorridorofFadingEchoes, floor="F1", position=(319.4, 949.3))
|
||||
self.register_domain_exit(Waypoint((386.2, 944.2)), end_rotation=89)
|
||||
self.register_domain_exit(
|
||||
Waypoint((386.2, 944.2)), end_rotation=89,
|
||||
left_door=Waypoint((396.6, 940.4)), right_door=Waypoint((395.5, 951.3)))
|
||||
item = Waypoint((340.4, 940.6))
|
||||
enemy = Waypoint((380.2, 948.0))
|
||||
# ===== End of generated waypoints =====
|
||||
|
@ -155,9 +155,13 @@ class Route(RouteBase):
|
||||
| spawn | Waypoint((521.4, 447.5)), | 188.1 | 181 |
|
||||
| enemy | Waypoint((521.2, 507.2)), | 98.8 | 186 |
|
||||
| exit_ | Waypoint((521.2, 507.2)), | 98.8 | 186 |
|
||||
| exit1 | Waypoint((530.8, 514.9)), | 183.8 | 181 |
|
||||
| exit2 | Waypoint((514.8, 514.8)), | 183.8 | 181 |
|
||||
"""
|
||||
self.map_init(plane=Luofu_StargazerNavalia, floor="F1", position=(521.4, 447.5))
|
||||
self.register_domain_exit(Waypoint((521.2, 507.2)), end_rotation=186)
|
||||
self.register_domain_exit(
|
||||
Waypoint((521.2, 507.2)), end_rotation=186,
|
||||
left_door=Waypoint((530.8, 514.9)), right_door=Waypoint((514.8, 514.8)))
|
||||
enemy = Waypoint((521.2, 507.2))
|
||||
# ===== End of generated waypoints =====
|
||||
|
||||
|
@ -31,9 +31,13 @@ class Route(RouteBase):
|
||||
| spawn | Waypoint((337.4, 799.4)), | 4.5 | 4 |
|
||||
| event | Waypoint((337.3, 745.2)), | 4.4 | 359 |
|
||||
| exit_ | Waypoint((337.1, 742.5)), | 4.4 | 4 |
|
||||
| exit1 | Waypoint((328.6, 736.8)), | 12.7 | 359 |
|
||||
| exit2 | Waypoint((345.0, 736.2)), | 12.7 | 6 |
|
||||
"""
|
||||
self.map_init(plane=Luofu_DivinationCommission, floor="F2", position=(337.4, 799.4))
|
||||
self.register_domain_exit(Waypoint((337.1, 742.5)), end_rotation=4)
|
||||
self.register_domain_exit(
|
||||
Waypoint((337.1, 742.5)), end_rotation=4,
|
||||
left_door=Waypoint((328.6, 736.8)), right_door=Waypoint((345.0, 736.2)))
|
||||
event = Waypoint((337.3, 745.2))
|
||||
|
||||
self.clear_event(event)
|
||||
|
Loading…
Reference in New Issue
Block a user