feat: complete pagos data

This commit is contained in:
insects 2025-03-11 19:12:44 +01:00
parent 5ed1cc91ae
commit f11d2fe616
6 changed files with 242 additions and 1 deletions

View file

@ -23,12 +23,14 @@ module InstanceHelper
def get_map_x(zone)
case zone
when "anemos" then 1584
when "pagos" then 1825
end
end
def get_map_y(zone)
case zone
when "anemos" then 1249
when "pagos" then 1158
end
end