The Daybreak Institute

Five of Swords

graph TD;
    PLAZA["Daybreak Plaza"];
    GYM(("Gymnasium"));
    UPGYM("Upper Gymnasium");
    CLASS1["Classrooms 1"];
    CLASS2["Classrooms 2"];
    CLASS3["Classrooms 3"];
    CLASS4["Classrooms 4"];
    CLASS5["Classrooms 5"];
    DETENTION["Detention"];
    CAFE["Cafeteria"];
    LHALL["Lower Hall"];
    STAIRS["Stairwell"];
    UHALL["Upper Hall"];
    ADMIN["Administrative Offices"];
    MED["Medical Office"];
    TOP["Top Hall"];
    DORMS["Dormitories"];


    PLAZA-->LHALL;
    LHALL-->GYM;
    LHALL-->CLASS1;
    LHALL-->CLASS2;
    LHALL-->CLASS3;
    LHALL-->STAIRS;
    LHALL-->CAFE;
    GYM-->UPGYM;
    UPGYM-->UHALL;
    STAIRS-->UHALL;
    UHALL-->CLASS4;
    UHALL-->CLASS5;
    UHALL-->DETENTION;
    UHALL-->ADMIN;
    UHALL-->MED;

    ADMIN-->TOP;
    STAIRS-->TOP;
    TOP-->DORMS;

Daybreak Plaza

Lower Hall

Gymnasium / Upper Gymnasium

Classrooms

Swords Classroom

Cups Classroom

Wands Classroom

Pentacles Classroom

Major Classroom

Cafeteria

Stairwell

Upper Hall

Administrative Offices

Medical Office

Top Hall

Dormitories