summary refs log tree commit diff stats
path: root/data/maps/daedalus
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-03 21:51:34 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-03 21:51:34 -0400
commitbed3397a3acb42104cbf085455954313178d8433 (patch)
treef4cd9f318b578c85e7a23c05896e7505c4c86e4b /data/maps/daedalus
parentc5edb28bd91936ede3c7d31a9d934ef5428fba40 (diff)
downloadlingo2-archipelago-bed3397a3acb42104cbf085455954313178d8433.tar.gz
lingo2-archipelago-bed3397a3acb42104cbf085455954313178d8433.tar.bz2
lingo2-archipelago-bed3397a3acb42104cbf085455954313178d8433.zip
Added option for Daedalus roof access logic
Diffstat (limited to 'data/maps/daedalus')
-rw-r--r--data/maps/daedalus/connections.txtpb312
-rw-r--r--data/maps/daedalus/rooms/Orange Room Hallway.txtpb4
2 files changed, 316 insertions, 0 deletions
diff --git a/data/maps/daedalus/connections.txtpb b/data/maps/daedalus/connections.txtpb index 223710a..09613ae 100644 --- a/data/maps/daedalus/connections.txtpb +++ b/data/maps/daedalus/connections.txtpb
@@ -535,6 +535,11 @@ connections {
535} 535}
536connections { 536connections {
537 from_room: "Z2 Room" 537 from_room: "Z2 Room"
538 to_room: "Orange Room Hallway"
539 door { name: "Z2 Room Southeast Door" }
540}
541connections {
542 from_room: "Orange Room Hallway"
538 to_room: "Orange Room" 543 to_room: "Orange Room"
539 door { name: "Z2 Room Southeast Door" } 544 door { name: "Z2 Room Southeast Door" }
540} 545}
@@ -1545,3 +1550,310 @@ connections {
1545 to_room: "Pyramid Top" 1550 to_room: "Pyramid Top"
1546 door { name: "Pyramid Third Floor Door" } 1551 door { name: "Pyramid Third Floor Door" }
1547} 1552}
1553connections {
1554 from_room: "Roof"
1555 to_room: "After Bee Room"
1556 oneway: true
1557 roof_access: true
1558}
1559connections {
1560 from_room: "Roof"
1561 to_room: "Amber North 2"
1562 oneway: true
1563 roof_access: true
1564}
1565connections {
1566 from_room: "Roof"
1567 to_room: "Black Hex"
1568 oneway: true
1569 roof_access: true
1570}
1571connections {
1572 from_room: "Roof"
1573 to_room: "Blue Hallway Tall Side"
1574 oneway: true
1575 roof_access: true
1576}
1577connections {
1578 from_room: "Roof"
1579 to_room: "Blue Hallway"
1580 oneway: true
1581 roof_access: true
1582}
1583# Blue Hallway Cut Side is inside.
1584connections {
1585 from_room: "Roof"
1586 to_room: "Eye Painting"
1587 oneway: true
1588 roof_access: true
1589}
1590connections {
1591 from_room: "Roof"
1592 to_room: "Globe Room"
1593 oneway: true
1594 roof_access: true
1595}
1596connections {
1597 from_room: "Roof"
1598 to_room: "Gray Color Door"
1599 oneway: true
1600 roof_access: true
1601}
1602connections {
1603 from_room: "Roof"
1604 to_room: "Green Color Door"
1605 oneway: true
1606 roof_access: true
1607}
1608connections {
1609 from_room: "Roof"
1610 to_room: "Green Smiley"
1611 oneway: true
1612 roof_access: true
1613}
1614connections {
1615 from_room: "Roof"
1616 to_room: "Hedges"
1617 oneway: true
1618 roof_access: true
1619}
1620connections {
1621 from_room: "Roof"
1622 to_room: "Maze Paintings Area"
1623 oneway: true
1624 roof_access: true
1625}
1626connections {
1627 from_room: "Roof"
1628 to_room: "Maze"
1629 oneway: true
1630 roof_access: true
1631}
1632connections {
1633 from_room: "Roof"
1634 to_room: "North Castle Area"
1635 oneway: true
1636 roof_access: true
1637}
1638connections {
1639 from_room: "Roof"
1640 to_room: "Number Paintings Area"
1641 oneway: true
1642 roof_access: true
1643}
1644connections {
1645 from_room: "Roof"
1646 to_room: "Orange Room Hallway"
1647 oneway: true
1648 roof_access: true
1649}
1650connections {
1651 from_room: "Roof"
1652 to_room: "Outside Book Room"
1653 oneway: true
1654 roof_access: true
1655}
1656connections {
1657 from_room: "Roof"
1658 to_room: "Outside Eye Temple"
1659 oneway: true
1660 roof_access: true
1661}
1662connections {
1663 from_room: "Roof"
1664 to_room: "Outside Hedges"
1665 oneway: true
1666 roof_access: true
1667}
1668connections {
1669 from_room: "Roof"
1670 to_room: "Outside Hotel"
1671 oneway: true
1672 roof_access: true
1673}
1674connections {
1675 from_room: "Roof"
1676 to_room: "Outside House"
1677 oneway: true
1678 roof_access: true
1679}
1680connections {
1681 from_room: "Roof"
1682 to_room: "Outside Magic Room"
1683 oneway: true
1684 roof_access: true
1685}
1686connections {
1687 from_room: "Roof"
1688 to_room: "Outside Orange Room"
1689 oneway: true
1690 roof_access: true
1691}
1692connections {
1693 from_room: "Roof"
1694 to_room: "Outside Pyramid"
1695 oneway: true
1696 roof_access: true
1697}
1698connections {
1699 from_room: "Roof"
1700 to_room: "Outside Red Room"
1701 oneway: true
1702 roof_access: true
1703}
1704connections {
1705 from_room: "Roof"
1706 to_room: "Outside Salt Room"
1707 oneway: true
1708 roof_access: true
1709}
1710connections {
1711 from_room: "Roof"
1712 to_room: "Outside Snake Room"
1713 oneway: true
1714 roof_access: true
1715}
1716connections {
1717 from_room: "Roof"
1718 to_room: "Post Orange Smiley Three Way"
1719 oneway: true
1720 roof_access: true
1721}
1722connections {
1723 from_room: "Roof"
1724 to_room: "Purple NW Vestibule"
1725 oneway: true
1726 roof_access: true
1727}
1728connections {
1729 from_room: "Roof"
1730 to_room: "Purple Room East"
1731 oneway: true
1732 roof_access: true
1733}
1734connections {
1735 from_room: "Roof"
1736 to_room: "Purple Room South"
1737 oneway: true
1738 roof_access: true
1739}
1740connections {
1741 from_room: "Roof"
1742 to_room: "Purple Room West"
1743 oneway: true
1744 roof_access: true
1745}
1746connections {
1747 from_room: "Roof"
1748 to_room: "Purple SE Vestibule"
1749 oneway: true
1750 roof_access: true
1751}
1752connections {
1753 from_room: "Roof"
1754 to_room: "Pyramid Second Floor"
1755 oneway: true
1756 roof_access: true
1757}
1758connections {
1759 from_room: "Roof"
1760 to_room: "Pyramid Top"
1761 oneway: true
1762 roof_access: true
1763}
1764connections {
1765 from_room: "Roof"
1766 to_room: "Quiet Entrance"
1767 oneway: true
1768 roof_access: true
1769}
1770connections {
1771 from_room: "Roof"
1772 to_room: "Red Color Door"
1773 oneway: true
1774 roof_access: true
1775}
1776connections {
1777 from_room: "Roof"
1778 to_room: "South Castle Area"
1779 oneway: true
1780 roof_access: true
1781}
1782connections {
1783 from_room: "Roof"
1784 to_room: "Starting Room"
1785 oneway: true
1786 roof_access: true
1787}
1788connections {
1789 from_room: "Roof"
1790 to_room: "Sweet Foyer"
1791 oneway: true
1792 roof_access: true
1793}
1794connections {
1795 from_room: "Roof"
1796 to_room: "Tree Entrance"
1797 oneway: true
1798 roof_access: true
1799}
1800connections {
1801 from_room: "Roof"
1802 to_room: "West Castle Area"
1803 oneway: true
1804 roof_access: true
1805}
1806connections {
1807 from_room: "Roof"
1808 to_room: "West Spire"
1809 oneway: true
1810 roof_access: true
1811}
1812connections {
1813 from_room: "Roof"
1814 to_room: "Yellow Color Door"
1815 oneway: true
1816 roof_access: true
1817}
1818connections {
1819 from_room: "Roof"
1820 to_room: "Z2 Room"
1821 oneway: true
1822 roof_access: true
1823}
1824connections {
1825 from_room: "Roof"
1826 to_room: "Zoo Center"
1827 oneway: true
1828 roof_access: true
1829}
1830connections {
1831 from_room: "Roof"
1832 to_room: "Zoo E"
1833 oneway: true
1834 roof_access: true
1835}
1836connections {
1837 from_room: "Roof"
1838 to_room: "Zoo N"
1839 oneway: true
1840 roof_access: true
1841}
1842connections {
1843 from_room: "Roof"
1844 to_room: "Zoo NE"
1845 oneway: true
1846 roof_access: true
1847}
1848connections {
1849 from_room: "Roof"
1850 to_room: "Zoo S"
1851 oneway: true
1852 roof_access: true
1853}
1854connections {
1855 from_room: "Roof"
1856 to_room: "Zoo SE"
1857 oneway: true
1858 roof_access: true
1859}
diff --git a/data/maps/daedalus/rooms/Orange Room Hallway.txtpb b/data/maps/daedalus/rooms/Orange Room Hallway.txtpb new file mode 100644 index 0000000..915e698 --- /dev/null +++ b/data/maps/daedalus/rooms/Orange Room Hallway.txtpb
@@ -0,0 +1,4 @@
1name: "Orange Room Hallway"
2panel_display_name: "Orange Room"
3# This has the same door at both sides, and mainly just connects Z2 Room and
4# Orange Room. It's separate because you can also get here from the Roof.