]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏️ Fix typo, simplify single quote/apostrophe character in "Sister Margaret's" everyw...
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 4 Dec 2023 12:13:03 +0000 (13:13 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 12:13:03 +0000 (13:13 +0100)
93 files changed:
docs/databases.md
docs/img/databases/relationships.drawio
docs/img/databases/relationships.svg
docs/img/tutorial/many-to-many/many-to-many.drawio
docs/img/tutorial/many-to-many/many-to-many.svg
docs/img/tutorial/relationships/select/relationships2.drawio
docs/img/tutorial/relationships/select/relationships2.svg
docs/tutorial/code-structure.md
docs/tutorial/connect/create-connected-rows.md
docs/tutorial/connect/create-connected-tables.md
docs/tutorial/connect/read-connected-data.md
docs/tutorial/connect/remove-data-connections.md
docs/tutorial/connect/update-data-connections.md
docs/tutorial/fastapi/relationships.md
docs/tutorial/many-to-many/create-data.md
docs/tutorial/many-to-many/index.md
docs/tutorial/many-to-many/link-with-extra-fields.md
docs/tutorial/many-to-many/update-remove-relationships.md
docs/tutorial/relationship-attributes/define-relationships-attributes.md
docs_src/tutorial/code_structure/tutorial001/app.py
docs_src/tutorial/code_structure/tutorial001_py310/app.py
docs_src/tutorial/code_structure/tutorial001_py39/app.py
docs_src/tutorial/code_structure/tutorial002/app.py
docs_src/tutorial/code_structure/tutorial002_py310/app.py
docs_src/tutorial/code_structure/tutorial002_py39/app.py
docs_src/tutorial/connect/delete/tutorial001.py
docs_src/tutorial/connect/delete/tutorial001_py310.py
docs_src/tutorial/connect/insert/tutorial001.py
docs_src/tutorial/connect/insert/tutorial001_py310.py
docs_src/tutorial/connect/select/tutorial001.py
docs_src/tutorial/connect/select/tutorial001_py310.py
docs_src/tutorial/connect/select/tutorial002.py
docs_src/tutorial/connect/select/tutorial002_py310.py
docs_src/tutorial/connect/select/tutorial003.py
docs_src/tutorial/connect/select/tutorial003_py310.py
docs_src/tutorial/connect/select/tutorial004.py
docs_src/tutorial/connect/select/tutorial004_py310.py
docs_src/tutorial/connect/select/tutorial005.py
docs_src/tutorial/connect/select/tutorial005_py310.py
docs_src/tutorial/connect/update/tutorial001.py
docs_src/tutorial/connect/update/tutorial001_py310.py
docs_src/tutorial/many_to_many/tutorial001.py
docs_src/tutorial/many_to_many/tutorial001_py310.py
docs_src/tutorial/many_to_many/tutorial001_py39.py
docs_src/tutorial/many_to_many/tutorial002.py
docs_src/tutorial/many_to_many/tutorial002_py310.py
docs_src/tutorial/many_to_many/tutorial002_py39.py
docs_src/tutorial/many_to_many/tutorial003.py
docs_src/tutorial/many_to_many/tutorial003_py310.py
docs_src/tutorial/many_to_many/tutorial003_py39.py
docs_src/tutorial/relationship_attributes/back_populates/tutorial001.py
docs_src/tutorial/relationship_attributes/back_populates/tutorial001_py310.py
docs_src/tutorial/relationship_attributes/back_populates/tutorial001_py39.py
docs_src/tutorial/relationship_attributes/back_populates/tutorial002.py
docs_src/tutorial/relationship_attributes/back_populates/tutorial002_py310.py
docs_src/tutorial/relationship_attributes/back_populates/tutorial002_py39.py
docs_src/tutorial/relationship_attributes/create_and_update_relationships/tutorial001.py
docs_src/tutorial/relationship_attributes/create_and_update_relationships/tutorial001_py310.py
docs_src/tutorial/relationship_attributes/create_and_update_relationships/tutorial001_py39.py
docs_src/tutorial/relationship_attributes/define_relationship_attributes/tutorial001.py
docs_src/tutorial/relationship_attributes/define_relationship_attributes/tutorial001_py310.py
docs_src/tutorial/relationship_attributes/define_relationship_attributes/tutorial001_py39.py
docs_src/tutorial/relationship_attributes/read_relationships/tutorial001.py
docs_src/tutorial/relationship_attributes/read_relationships/tutorial001_py310.py
docs_src/tutorial/relationship_attributes/read_relationships/tutorial001_py39.py
docs_src/tutorial/relationship_attributes/read_relationships/tutorial002.py
docs_src/tutorial/relationship_attributes/read_relationships/tutorial002_py310.py
docs_src/tutorial/relationship_attributes/read_relationships/tutorial002_py39.py
tests/test_tutorial/test_code_structure/test_tutorial001.py
tests/test_tutorial/test_code_structure/test_tutorial001_py310.py
tests/test_tutorial/test_code_structure/test_tutorial001_py39.py
tests/test_tutorial/test_code_structure/test_tutorial002.py
tests/test_tutorial/test_code_structure/test_tutorial002_py310.py
tests/test_tutorial/test_code_structure/test_tutorial002_py39.py
tests/test_tutorial/test_connect/test_select/test_tutorial001_py310_tutorial002_py310.py
tests/test_tutorial/test_connect/test_select/test_tutorial001_tutorial002.py
tests/test_tutorial/test_connect/test_select/test_tutorial003.py
tests/test_tutorial/test_connect/test_select/test_tutorial003_py310.py
tests/test_tutorial/test_fastapi/test_relationships/test_tutorial001.py
tests/test_tutorial/test_fastapi/test_relationships/test_tutorial001_py310.py
tests/test_tutorial/test_fastapi/test_relationships/test_tutorial001_py39.py
tests/test_tutorial/test_fastapi/test_teams/test_tutorial001.py
tests/test_tutorial/test_fastapi/test_teams/test_tutorial001_py310.py
tests/test_tutorial/test_fastapi/test_teams/test_tutorial001_py39.py
tests/test_tutorial/test_many_to_many/test_tutorial001.py
tests/test_tutorial/test_many_to_many/test_tutorial001_py310.py
tests/test_tutorial/test_many_to_many/test_tutorial001_py39.py
tests/test_tutorial/test_many_to_many/test_tutorial002.py
tests/test_tutorial/test_many_to_many/test_tutorial002_py310.py
tests/test_tutorial/test_many_to_many/test_tutorial002_py39.py
tests/test_tutorial/test_many_to_many/test_tutorial003.py
tests/test_tutorial/test_many_to_many/test_tutorial003_py310.py
tests/test_tutorial/test_many_to_many/test_tutorial003_py39.py

index 54d5e4b18ed8e0d9bf1464d04d1a823a4cfb6b6c..ff5ed9f778d827c0ffa45b6828a3643cd7aa8e96 100644 (file)
@@ -137,7 +137,7 @@ If we worked with a single table to store our heroes, it could be like this:
 <th>id</th><th>name</th><th>secret_name</th><th>age</th><th>team</th><th>headquarters</th>
 </tr>
 <tr>
-<td>1</td><td>Deadpond</td><td>Dive Wilson</td><td>null</td><td>Z-Factor</td><td>Sister Margarets Bar</td>
+<td>1</td><td>Deadpond</td><td>Dive Wilson</td><td>null</td><td>Z-Factor</td><td>Sister Margaret's Bar</td>
 </tr>
 <tr>
 <td>2</td><td>Spider-Boy</td><td>Pedro Parqueador</td><td>null</td><td>Preventers</td><td>Sharp Tower</td>
@@ -166,7 +166,7 @@ We could end up with inconsistent information, having one place saying "Prevente
 <th>id</th><th>name</th><th>secret_name</th><th>age</th><th>team</th><th>headquarters</th>
 </tr>
 <tr>
-<td>1</td><td>Deadpond</td><td>Dive Wilson</td><td>null</td><td>Z-Force</td><td>Sister Margarets Bar</td>
+<td>1</td><td>Deadpond</td><td>Dive Wilson</td><td>null</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
 </tr>
 <tr>
 <td>2</td><td>Spider-Boy</td><td>Pedro Parqueador</td><td>null</td><td>Preventers</td><td>Preventers Tower ✅</td>
@@ -185,7 +185,7 @@ We could forget the name of the team and end up adding "Mahjong" with an invalid
 <th>id</th><th>name</th><th>secret_name</th><th>age</th><th>team</th><th>headquarters</th>
 </tr>
 <tr>
-<td>1</td><td>Deadpond</td><td>Dive Wilson</td><td>null</td><td>Z-Force</td><td>Sister Margarets Bar</td>
+<td>1</td><td>Deadpond</td><td>Dive Wilson</td><td>null</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
 </tr>
 <tr>
 <td>2</td><td>Spider-Boy</td><td>Pedro Parqueador</td><td>null</td><td>Preventers</td><td>Preventers Tower</td>
@@ -194,7 +194,7 @@ We could forget the name of the team and end up adding "Mahjong" with an invalid
 <td>3</td><td>Rusty-Man</td><td>Tommy Sharp</td><td>48</td><td>Preventers</td><td>Sharp Tower</td>
 </tr>
 <tr>
-<td>4</td><td>Mahjong</td><td>Neena Thurgirl</td><td>31</td><td>Y-Force 🚨</td><td>Sister Margarets Bar</td>
+<td>4</td><td>Mahjong</td><td>Neena Thurgirl</td><td>31</td><td>Y-Force 🚨</td><td>Sister Margaret's Bar</td>
 </tr>
 </table>
 
@@ -216,7 +216,7 @@ The table for the teams could look like this:
 <td>1</td><td>Preventers</td><td>Sharp Tower</td>
 </tr>
 <tr>
-<td>2</td><td>Z-Force</td><td>Sister Margarets Bar</td>
+<td>2</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
 </tr>
 </table>
 
index fb8ef8d128506c1cf9dbf2c78edac6fe029f3214..85d45e95ad04af9bd77b1433c2162da530f5026a 100644 (file)
                 <mxCell id="56" value="&lt;span style=&quot;font-family: &amp;#34;roboto&amp;#34; ; font-size: 18px&quot;&gt;Z-Force&lt;/span&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;strokeColor=none;fillColor=none;" parent="54" vertex="1">
                     <mxGeometry x="50" width="110" height="50" as="geometry"/>
                 </mxCell>
-                <mxCell id="57" value="&lt;p style=&quot;background-color: rgb(255 , 255 , 255) ; line-height: 19px&quot;&gt;&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;Sister Margarets Bar&lt;/font&gt;&lt;/p&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;strokeColor=none;fillColor=none;" parent="54" vertex="1">
+                <mxCell id="57" value="&lt;p style=&quot;background-color: rgb(255 , 255 , 255) ; line-height: 19px&quot;&gt;&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;Sister Margaret's Bar&lt;/font&gt;&lt;/p&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;strokeColor=none;fillColor=none;" parent="54" vertex="1">
                     <mxGeometry x="160" width="200" height="50" as="geometry"/>
                 </mxCell>
                 <mxCell id="66" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;strokeWidth=2;" parent="1" source="18" target="54" edge="1">
index 055727579f8120e569347b2bf2d627f3ab2fb132..bea9aa803c931b99dfb4093d824ee1d013dc7676 100644 (file)
@@ -54,4 +54,4 @@
   src: url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2") format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
 }
-</style></defs><g><path d="M 0 30 L 0 0 L 490 0 L 490 30" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 0 30 L 0 230 L 490 230 L 490 30" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 0 30 L 490 30" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 0 80 L 490 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 0 130 L 490 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 0 180 L 490 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 50 30 L 50 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 160 30 L 160 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 340 30 L 340 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 400 30 L 400 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 488px; height: 1px; padding-top: 15px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">hero</font></div></div></div></foreignObject><text x="245" y="19" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">hero</text></switch></g><path d="M 0 30 M 490 30 M 490 80 M 0 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 55px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>id</b></font></div></div></div></foreignObject><text x="25" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">id</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 55px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>name</b></font></div></div></div></foreignObject><text x="105" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">name</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 55px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>secret_name</b></font></div></div></div></foreignObject><text x="250" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">secret_name</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 55px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>age</b></font></div></div></div></foreignObject><text x="370" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">age</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 55px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>team_id</b></font></div></div></div></foreignObject><text x="445" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">team_id</text></switch></g><path d="M 0 80 M 490 80 M 490 130 M 0 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 105px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="25" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 105px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Deadpond</span></div></div></div></foreignObject><text x="105" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Deadpond</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 105px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Dive Wilson</span></div></div></div></foreignObject><text x="250" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Dive Wilson</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 105px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="370" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 105px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="445" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><path d="M 0 130 M 490 130 M 490 180 M 0 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 155px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="25" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 155px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Spider-Boy</span></div></div></div></foreignObject><text x="105" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Spider-Boy</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 155px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Pedro Parqueador</span></div></div></div></foreignObject><text x="250" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Pedro Parqueador</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 155px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="370" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 155px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">1</span></div></div></div></foreignObject><text x="445" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><path d="M 0 180 M 490 180 M 490 230 M 0 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 205px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">3</span></div></div></div></foreignObject><text x="25" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">3</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 205px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Rusty-Man</span></div></div></div></foreignObject><text x="105" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Rusty-Man</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 205px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Tommy Sharp</span></div></div></div></foreignObject><text x="250" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Tommy Sharp</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 205px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">48</span></div></div></div></foreignObject><text x="370" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">48</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 205px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">1</span></div></div></div></foreignObject><text x="445" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><path d="M 640 70 L 640 40 L 1000 40 L 1000 70" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 70 L 640 220 L 1000 220 L 1000 70" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 70 L 1000 70" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 120 L 1000 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 170 L 1000 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 690 70 L 690 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 800 70 L 800 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 358px; height: 1px; padding-top: 55px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">team</font></div></div></div></foreignObject><text x="820" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">team</text></switch></g><path d="M 640 70 M 1000 70 M 1000 120 M 640 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 95px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>id</b></font></div></div></div></foreignObject><text x="665" y="99" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">id</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 95px; margin-left: 691px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>name</b></font></div></div></div></foreignObject><text x="745" y="99" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">name</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 95px; margin-left: 801px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>headquarters</b></font></div></div></div></foreignObject><text x="900" y="99" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">headquarters</text></switch></g><path d="M 640 120 M 1000 120 M 1000 170 M 640 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 145px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="665" y="149" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 145px; margin-left: 691px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Preventers</span></div></div></div></foreignObject><text x="745" y="149" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Preventers</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 145px; margin-left: 801px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font face="roboto"><span style="font-size: 18px">Sharp Tower</span></font></div></div></div></foreignObject><text x="900" y="149" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Sharp Tower</text></switch></g><path d="M 640 170 M 1000 170 M 1000 220 M 640 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 195px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="665" y="199" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 195px; margin-left: 691px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Z-Force</span></div></div></div></foreignObject><text x="745" y="199" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Z-Force</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 195px; margin-left: 801px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><p style="background-color: rgb(255 , 255 , 255) ; line-height: 19px"><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">Sister Margaret’s Bar</font></p></div></div></div></foreignObject><text x="900" y="199" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Sister Margaret’s Bar</text></switch></g><path d="M 490 105 L 530 105 L 530 190 L 631.76 190" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 637.76 190 L 629.76 194 L 631.76 190 L 629.76 186 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 490 170 L 550 170 L 550 155 L 631.76 155" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 637.76 155 L 629.76 159 L 631.76 155 L 629.76 151 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 490 205 L 580 205 L 580 140 L 631.76 140" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 637.76 140 L 629.76 144 L 631.76 140 L 629.76 136 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/></g><switch><g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/><a transform="translate(0,-5)" xlink:href="https://www.diagrams.net/doc/faq/svg-export-text-problems" target="_blank"><text text-anchor="middle" font-size="10px" x="50%" y="100%">Viewer does not support full SVG 1.1</text></a></switch></svg>
+</style></defs><g><path d="M 0 30 L 0 0 L 490 0 L 490 30" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 0 30 L 0 230 L 490 230 L 490 30" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 0 30 L 490 30" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 0 80 L 490 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 0 130 L 490 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 0 180 L 490 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 50 30 L 50 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 160 30 L 160 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 340 30 L 340 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 400 30 L 400 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 488px; height: 1px; padding-top: 15px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">hero</font></div></div></div></foreignObject><text x="245" y="19" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">hero</text></switch></g><path d="M 0 30 M 490 30 M 490 80 M 0 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 55px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>id</b></font></div></div></div></foreignObject><text x="25" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">id</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 55px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>name</b></font></div></div></div></foreignObject><text x="105" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">name</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 55px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>secret_name</b></font></div></div></div></foreignObject><text x="250" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">secret_name</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 55px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>age</b></font></div></div></div></foreignObject><text x="370" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">age</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 55px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>team_id</b></font></div></div></div></foreignObject><text x="445" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">team_id</text></switch></g><path d="M 0 80 M 490 80 M 490 130 M 0 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 105px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="25" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 105px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Deadpond</span></div></div></div></foreignObject><text x="105" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Deadpond</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 105px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Dive Wilson</span></div></div></div></foreignObject><text x="250" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Dive Wilson</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 105px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="370" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 105px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="445" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><path d="M 0 130 M 490 130 M 490 180 M 0 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 155px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="25" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 155px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Spider-Boy</span></div></div></div></foreignObject><text x="105" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Spider-Boy</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 155px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Pedro Parqueador</span></div></div></div></foreignObject><text x="250" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Pedro Parqueador</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 155px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="370" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 155px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">1</span></div></div></div></foreignObject><text x="445" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><path d="M 0 180 M 490 180 M 490 230 M 0 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 205px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">3</span></div></div></div></foreignObject><text x="25" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">3</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 205px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Rusty-Man</span></div></div></div></foreignObject><text x="105" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Rusty-Man</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 205px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Tommy Sharp</span></div></div></div></foreignObject><text x="250" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Tommy Sharp</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 205px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">48</span></div></div></div></foreignObject><text x="370" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">48</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 205px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">1</span></div></div></div></foreignObject><text x="445" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><path d="M 640 70 L 640 40 L 1000 40 L 1000 70" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 70 L 640 220 L 1000 220 L 1000 70" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 70 L 1000 70" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 120 L 1000 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 170 L 1000 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 690 70 L 690 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 800 70 L 800 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 358px; height: 1px; padding-top: 55px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">team</font></div></div></div></foreignObject><text x="820" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">team</text></switch></g><path d="M 640 70 M 1000 70 M 1000 120 M 640 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 95px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>id</b></font></div></div></div></foreignObject><text x="665" y="99" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">id</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 95px; margin-left: 691px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>name</b></font></div></div></div></foreignObject><text x="745" y="99" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">name</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 95px; margin-left: 801px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>headquarters</b></font></div></div></div></foreignObject><text x="900" y="99" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">headquarters</text></switch></g><path d="M 640 120 M 1000 120 M 1000 170 M 640 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 145px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="665" y="149" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 145px; margin-left: 691px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Preventers</span></div></div></div></foreignObject><text x="745" y="149" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Preventers</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 145px; margin-left: 801px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font face="roboto"><span style="font-size: 18px">Sharp Tower</span></font></div></div></div></foreignObject><text x="900" y="149" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Sharp Tower</text></switch></g><path d="M 640 170 M 1000 170 M 1000 220 M 640 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 195px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="665" y="199" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 195px; margin-left: 691px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Z-Force</span></div></div></div></foreignObject><text x="745" y="199" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Z-Force</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 195px; margin-left: 801px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><p style="background-color: rgb(255 , 255 , 255) ; line-height: 19px"><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">Sister Margaret's Bar</font></p></div></div></div></foreignObject><text x="900" y="199" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Sister Margaret's Bar</text></switch></g><path d="M 490 105 L 530 105 L 530 190 L 631.76 190" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 637.76 190 L 629.76 194 L 631.76 190 L 629.76 186 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 490 170 L 550 170 L 550 155 L 631.76 155" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 637.76 155 L 629.76 159 L 631.76 155 L 629.76 151 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 490 205 L 580 205 L 580 140 L 631.76 140" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 637.76 140 L 629.76 144 L 631.76 140 L 629.76 136 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/></g><switch><g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/><a transform="translate(0,-5)" xlink:href="https://www.diagrams.net/doc/faq/svg-export-text-problems" target="_blank"><text text-anchor="middle" font-size="10px" x="50%" y="100%">Viewer does not support full SVG 1.1</text></a></switch></svg>
index bbe11760764dc700b24eabb45c4c644d8a8019e5..b33e547fc8166df4f6e309ac09f0710ed31d8e40 100644 (file)
                 <mxCell id="56" value="&lt;span style=&quot;font-family: &amp;#34;roboto&amp;#34; ; font-size: 18px&quot;&gt;Z-Force&lt;/span&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="54" vertex="1">
                     <mxGeometry x="50" width="110" height="50" as="geometry"/>
                 </mxCell>
-                <mxCell id="57" value="&lt;p style=&quot;line-height: 19px&quot;&gt;&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;Sister Margarets Bar&lt;/font&gt;&lt;/p&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="54" vertex="1">
+                <mxCell id="57" value="&lt;p style=&quot;line-height: 19px&quot;&gt;&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;Sister Margaret's Bar&lt;/font&gt;&lt;/p&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="54" vertex="1">
                     <mxGeometry x="160" width="200" height="50" as="geometry"/>
                 </mxCell>
                 <mxCell id="69" value="&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;heroteamlink&lt;/font&gt;" style="shape=table;html=1;whiteSpace=wrap;startSize=30;container=1;collapsible=0;childLayout=tableLayout;fontStyle=1;align=center;fillColor=#FFFFFF;swimlaneFillColor=#ffffff;" vertex="1" parent="1">
index aa0c6cc457fb3bc8d7e3f897f744f791ec157a3a..847a8351f010de0717f5f221af869f6ca1675bb0 100644 (file)
@@ -54,4 +54,4 @@
   src: url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2") format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
 }
-</style></defs><g><path d="M 1 40 L 1 10 L 401 10 L 401 40" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 1 40 L 1 240 L 401 240 L 401 40" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 1 40 L 401 40" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 1 90 L 401 90" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 1 140 L 401 140" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 1 190 L 401 190" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 51 40 L 51 240" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 161 40 L 161 240" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 341 40 L 341 240" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 398px; height: 1px; padding-top: 25px; margin-left: 2px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">hero</font></div></div></div></foreignObject><text x="201" y="29" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">hero</text></switch></g><path d="M 1 40 M 401 40 M 401 90 M 1 90" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 65px; margin-left: 2px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>id</b></font></div></div></div></foreignObject><text x="26" y="69" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">id</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 65px; margin-left: 52px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>name</b></font></div></div></div></foreignObject><text x="106" y="69" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">name</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 65px; margin-left: 162px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>secret_name</b></font></div></div></div></foreignObject><text x="251" y="69" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">secret_name</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 65px; margin-left: 342px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>age</b></font></div></div></div></foreignObject><text x="371" y="69" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">age</text></switch></g><path d="M 1 90 M 401 90 M 401 140 M 1 140" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="1" y="90" width="50" height="50" fill="#f8cecc" stroke="none" pointer-events="none"/><path d="M 1 90 M 51 90 M 51 140 M 1 140" fill="none" stroke="#b85450" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 115px; margin-left: 2px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="26" y="119" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><rect x="51" y="90" width="110" height="50" fill="#f8cecc" stroke="none" pointer-events="none"/><path d="M 51 90 M 161 90 M 161 140 M 51 140" fill="none" stroke="#b85450" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 115px; margin-left: 52px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Deadpond</span></div></div></div></foreignObject><text x="106" y="119" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Deadpond</text></switch></g><rect x="161" y="90" width="180" height="50" fill="#f8cecc" stroke="none" pointer-events="none"/><path d="M 161 90 M 341 90 M 341 140 M 161 140" fill="none" stroke="#b85450" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 115px; margin-left: 162px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Dive Wilson</span></div></div></div></foreignObject><text x="251" y="119" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Dive Wilson</text></switch></g><rect x="341" y="90" width="60" height="50" fill="#f8cecc" stroke="none" pointer-events="none"/><path d="M 341 90 M 401 90 M 401 140 M 341 140" fill="none" stroke="#b85450" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 115px; margin-left: 342px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="371" y="119" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><path d="M 1 140 M 401 140 M 401 190 M 1 190" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="1" y="140" width="50" height="50" fill="#dae8fc" stroke="none" pointer-events="none"/><path d="M 1 140 M 51 140 M 51 190 M 1 190" fill="none" stroke="#6c8ebf" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 165px; margin-left: 2px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="26" y="169" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><rect x="51" y="140" width="110" height="50" fill="#dae8fc" stroke="none" pointer-events="none"/><path d="M 51 140 M 161 140 M 161 190 M 51 190" fill="none" stroke="#6c8ebf" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 165px; margin-left: 52px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Spider-Boy</span></div></div></div></foreignObject><text x="106" y="169" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Spider-Boy</text></switch></g><rect x="161" y="140" width="180" height="50" fill="#dae8fc" stroke="none" pointer-events="none"/><path d="M 161 140 M 341 140 M 341 190 M 161 190" fill="none" stroke="#6c8ebf" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 165px; margin-left: 162px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Pedro Parqueador</span></div></div></div></foreignObject><text x="251" y="169" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Pedro Parqueador</text></switch></g><rect x="341" y="140" width="60" height="50" fill="#dae8fc" stroke="none" pointer-events="none"/><path d="M 341 140 M 401 140 M 401 190 M 341 190" fill="none" stroke="#6c8ebf" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 165px; margin-left: 342px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="371" y="169" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><path d="M 1 190 M 401 190 M 401 240 M 1 240" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="1" y="190" width="50" height="50" fill="#fff2cc" stroke="none" pointer-events="none"/><path d="M 1 190 M 51 190 M 51 240 M 1 240" fill="none" stroke="#d6b656" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 215px; margin-left: 2px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">3</span></div></div></div></foreignObject><text x="26" y="219" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">3</text></switch></g><rect x="51" y="190" width="110" height="50" fill="#fff2cc" stroke="none" pointer-events="none"/><path d="M 51 190 M 161 190 M 161 240 M 51 240" fill="none" stroke="#d6b656" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 215px; margin-left: 52px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Rusty-Man</span></div></div></div></foreignObject><text x="106" y="219" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Rusty-Man</text></switch></g><rect x="161" y="190" width="180" height="50" fill="#fff2cc" stroke="none" pointer-events="none"/><path d="M 161 190 M 341 190 M 341 240 M 161 240" fill="none" stroke="#d6b656" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 215px; margin-left: 162px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Tommy Sharp</span></div></div></div></foreignObject><text x="251" y="219" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Tommy Sharp</text></switch></g><rect x="341" y="190" width="60" height="50" fill="#fff2cc" stroke="none" pointer-events="none"/><path d="M 341 190 M 401 190 M 401 240 M 341 240" fill="none" stroke="#d6b656" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 215px; margin-left: 342px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">48</span></div></div></div></foreignObject><text x="371" y="219" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">48</text></switch></g><path d="M 711 80 L 711 50 L 1071 50 L 1071 80" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 711 80 L 711 230 L 1071 230 L 1071 80" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 711 80 L 1071 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 711 130 L 1071 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 711 180 L 1071 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 761 80 L 761 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 871 80 L 871 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 358px; height: 1px; padding-top: 65px; margin-left: 712px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">team</font></div></div></div></foreignObject><text x="891" y="69" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">team</text></switch></g><path d="M 711 80 M 1071 80 M 1071 130 M 711 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 105px; margin-left: 712px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>id</b></font></div></div></div></foreignObject><text x="736" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">id</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 105px; margin-left: 762px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>name</b></font></div></div></div></foreignObject><text x="816" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">name</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 105px; margin-left: 872px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>headquarters</b></font></div></div></div></foreignObject><text x="971" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">headquarters</text></switch></g><path d="M 711 130 M 1071 130 M 1071 180 M 711 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="711" y="130" width="50" height="50" fill="#d5e8d4" stroke="none" pointer-events="none"/><path d="M 711 130 M 761 130 M 761 180 M 711 180" fill="none" stroke="#82b366" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 155px; margin-left: 712px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="736" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><rect x="761" y="130" width="110" height="50" fill="#d5e8d4" stroke="none" pointer-events="none"/><path d="M 761 130 M 871 130 M 871 180 M 761 180" fill="none" stroke="#82b366" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 155px; margin-left: 762px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Preventers</span></div></div></div></foreignObject><text x="816" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Preventers</text></switch></g><rect x="871" y="130" width="200" height="50" fill="#d5e8d4" stroke="none" pointer-events="none"/><path d="M 871 130 M 1071 130 M 1071 180 M 871 180" fill="none" stroke="#82b366" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 155px; margin-left: 872px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font face="roboto"><span style="font-size: 18px">Sharp Tower</span></font></div></div></div></foreignObject><text x="971" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Sharp Tower</text></switch></g><path d="M 711 180 M 1071 180 M 1071 230 M 711 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="711" y="180" width="50" height="50" fill="#e1d5e7" stroke="none" pointer-events="none"/><path d="M 711 180 M 761 180 M 761 230 M 711 230" fill="none" stroke="#9673a6" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 205px; margin-left: 712px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="736" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><rect x="761" y="180" width="110" height="50" fill="#e1d5e7" stroke="none" pointer-events="none"/><path d="M 761 180 M 871 180 M 871 230 M 761 230" fill="none" stroke="#9673a6" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 205px; margin-left: 762px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Z-Force</span></div></div></div></foreignObject><text x="816" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Z-Force</text></switch></g><rect x="871" y="180" width="200" height="50" fill="#e1d5e7" stroke="none" pointer-events="none"/><path d="M 871 180 M 1071 180 M 1071 230 M 871 230" fill="none" stroke="#9673a6" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 205px; margin-left: 872px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><p style="line-height: 19px"><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">Sister Margaret’s Bar</font></p></div></div></div></foreignObject><text x="971" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Sister Margaret’s Bar</text></switch></g><path d="M 471 30 L 471 0 L 631 0 L 631 30" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 471 30 L 471 280 L 631 280 L 631 30" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 471 30 L 631 30" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 471 80 L 631 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 471 130 L 631 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 471 180 L 631 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 471 230 L 631 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 551 30 L 551 280" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 158px; height: 1px; padding-top: 15px; margin-left: 472px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">heroteamlink</font></div></div></div></foreignObject><text x="551" y="19" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">heroteamlink</text></switch></g><path d="M 471 30 M 631 30 M 631 80 M 471 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 55px; margin-left: 472px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>hero_id</b></font></div></div></div></foreignObject><text x="511" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">hero_id</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 55px; margin-left: 552px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>team_id</b></font></div></div></div></foreignObject><text x="591" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">team_id</text></switch></g><path d="M 471 80 M 631 80 M 631 130 M 471 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="471" y="80" width="80" height="50" fill="#f8cecc" stroke="none" pointer-events="none"/><path d="M 471 80 M 551 80 M 551 130 M 471 130" fill="none" stroke="#b85450" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 105px; margin-left: 472px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="511" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><rect x="551" y="80" width="80" height="50" fill="#d5e8d4" stroke="none" pointer-events="none"/><path d="M 551 80 M 631 80 M 631 130 M 551 130" fill="none" stroke="#82b366" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 105px; margin-left: 552px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">1</span></div></div></div></foreignObject><text x="591" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><path d="M 471 130 M 631 130 M 631 180 M 471 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="471" y="130" width="80" height="50" fill="#f8cecc" stroke="none" pointer-events="none"/><path d="M 471 130 M 551 130 M 551 180 M 471 180" fill="none" stroke="#b85450" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 155px; margin-left: 472px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">1</span></div></div></div></foreignObject><text x="511" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><rect x="551" y="130" width="80" height="50" fill="#e1d5e7" stroke="none" pointer-events="none"/><path d="M 551 130 M 631 130 M 631 180 M 551 180" fill="none" stroke="#9673a6" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 155px; margin-left: 552px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="591" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><path d="M 471 180 M 631 180 M 631 230 M 471 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="471" y="180" width="80" height="50" fill="#dae8fc" stroke="none" pointer-events="none"/><path d="M 471 180 M 551 180 M 551 230 M 471 230" fill="none" stroke="#6c8ebf" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 205px; margin-left: 472px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="511" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><rect x="551" y="180" width="80" height="50" fill="#d5e8d4" stroke="none" pointer-events="none"/><path d="M 551 180 M 631 180 M 631 230 M 551 230" fill="none" stroke="#82b366" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 205px; margin-left: 552px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">1</span></div></div></div></foreignObject><text x="591" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><path d="M 471 230 M 631 230 M 631 280 M 471 280" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="471" y="230" width="80" height="50" fill="#fff2cc" stroke="none" pointer-events="none"/><path d="M 471 230 M 551 230 M 551 280 M 471 280" fill="none" stroke="#d6b656" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 255px; margin-left: 472px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">3</span></div></div></div></foreignObject><text x="511" y="259" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">3</text></switch></g><rect x="551" y="230" width="80" height="50" fill="#d5e8d4" stroke="none" pointer-events="none"/><path d="M 551 230 M 631 230 M 631 280 M 551 280" fill="none" stroke="#82b366" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 255px; margin-left: 552px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font face="roboto"><span style="font-size: 18px">1</span></font></div></div></div></foreignObject><text x="591" y="259" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><path d="M 401 115 L 436.06 115.06 L 436.06 105.06 L 462.76 105.01" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 468.76 105 L 460.77 109.02 L 462.76 105.01 L 460.76 101.02 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 401 120 L 431 120 L 431 155.06 L 462.76 155.01" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 468.76 155 L 460.77 159.02 L 462.76 155.01 L 460.76 151.02 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 401 165.06 L 431 165.06 L 431 212 L 462.76 212" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 468.76 212 L 460.76 216 L 462.76 212 L 460.76 208 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 401 215.06 L 421 215.06 L 421 255.06 L 462.76 255.06" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 468.76 255.06 L 460.76 259.06 L 462.76 255.06 L 460.76 251.06 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 631 105.06 L 681 105.06 L 681 140 L 702.76 140" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 708.76 140 L 700.76 144 L 702.76 140 L 700.76 136 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 631 155.06 L 661 155.06 L 661 210 L 702.76 210" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 708.76 210 L 700.76 214 L 702.76 210 L 700.76 206 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 631 200 L 681 200 L 681 155.06 L 702.76 155.06" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 708.76 155.06 L 700.76 159.06 L 702.76 155.06 L 700.76 151.06 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 631 255.06 L 671 255.06 L 671 170 L 702.76 170" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 708.76 170 L 700.76 174 L 702.76 170 L 700.76 166 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/></g><switch><g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/><a transform="translate(0,-5)" xlink:href="https://www.diagrams.net/doc/faq/svg-export-text-problems" target="_blank"><text text-anchor="middle" font-size="10px" x="50%" y="100%">Viewer does not support full SVG 1.1</text></a></switch></svg>
+</style></defs><g><path d="M 1 40 L 1 10 L 401 10 L 401 40" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 1 40 L 1 240 L 401 240 L 401 40" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 1 40 L 401 40" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 1 90 L 401 90" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 1 140 L 401 140" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 1 190 L 401 190" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 51 40 L 51 240" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 161 40 L 161 240" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 341 40 L 341 240" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 398px; height: 1px; padding-top: 25px; margin-left: 2px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">hero</font></div></div></div></foreignObject><text x="201" y="29" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">hero</text></switch></g><path d="M 1 40 M 401 40 M 401 90 M 1 90" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 65px; margin-left: 2px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>id</b></font></div></div></div></foreignObject><text x="26" y="69" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">id</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 65px; margin-left: 52px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>name</b></font></div></div></div></foreignObject><text x="106" y="69" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">name</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 65px; margin-left: 162px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>secret_name</b></font></div></div></div></foreignObject><text x="251" y="69" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">secret_name</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 65px; margin-left: 342px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>age</b></font></div></div></div></foreignObject><text x="371" y="69" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">age</text></switch></g><path d="M 1 90 M 401 90 M 401 140 M 1 140" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="1" y="90" width="50" height="50" fill="#f8cecc" stroke="none" pointer-events="none"/><path d="M 1 90 M 51 90 M 51 140 M 1 140" fill="none" stroke="#b85450" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 115px; margin-left: 2px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="26" y="119" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><rect x="51" y="90" width="110" height="50" fill="#f8cecc" stroke="none" pointer-events="none"/><path d="M 51 90 M 161 90 M 161 140 M 51 140" fill="none" stroke="#b85450" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 115px; margin-left: 52px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Deadpond</span></div></div></div></foreignObject><text x="106" y="119" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Deadpond</text></switch></g><rect x="161" y="90" width="180" height="50" fill="#f8cecc" stroke="none" pointer-events="none"/><path d="M 161 90 M 341 90 M 341 140 M 161 140" fill="none" stroke="#b85450" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 115px; margin-left: 162px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Dive Wilson</span></div></div></div></foreignObject><text x="251" y="119" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Dive Wilson</text></switch></g><rect x="341" y="90" width="60" height="50" fill="#f8cecc" stroke="none" pointer-events="none"/><path d="M 341 90 M 401 90 M 401 140 M 341 140" fill="none" stroke="#b85450" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 115px; margin-left: 342px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="371" y="119" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><path d="M 1 140 M 401 140 M 401 190 M 1 190" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="1" y="140" width="50" height="50" fill="#dae8fc" stroke="none" pointer-events="none"/><path d="M 1 140 M 51 140 M 51 190 M 1 190" fill="none" stroke="#6c8ebf" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 165px; margin-left: 2px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="26" y="169" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><rect x="51" y="140" width="110" height="50" fill="#dae8fc" stroke="none" pointer-events="none"/><path d="M 51 140 M 161 140 M 161 190 M 51 190" fill="none" stroke="#6c8ebf" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 165px; margin-left: 52px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Spider-Boy</span></div></div></div></foreignObject><text x="106" y="169" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Spider-Boy</text></switch></g><rect x="161" y="140" width="180" height="50" fill="#dae8fc" stroke="none" pointer-events="none"/><path d="M 161 140 M 341 140 M 341 190 M 161 190" fill="none" stroke="#6c8ebf" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 165px; margin-left: 162px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Pedro Parqueador</span></div></div></div></foreignObject><text x="251" y="169" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Pedro Parqueador</text></switch></g><rect x="341" y="140" width="60" height="50" fill="#dae8fc" stroke="none" pointer-events="none"/><path d="M 341 140 M 401 140 M 401 190 M 341 190" fill="none" stroke="#6c8ebf" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 165px; margin-left: 342px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="371" y="169" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><path d="M 1 190 M 401 190 M 401 240 M 1 240" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="1" y="190" width="50" height="50" fill="#fff2cc" stroke="none" pointer-events="none"/><path d="M 1 190 M 51 190 M 51 240 M 1 240" fill="none" stroke="#d6b656" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 215px; margin-left: 2px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">3</span></div></div></div></foreignObject><text x="26" y="219" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">3</text></switch></g><rect x="51" y="190" width="110" height="50" fill="#fff2cc" stroke="none" pointer-events="none"/><path d="M 51 190 M 161 190 M 161 240 M 51 240" fill="none" stroke="#d6b656" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 215px; margin-left: 52px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Rusty-Man</span></div></div></div></foreignObject><text x="106" y="219" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Rusty-Man</text></switch></g><rect x="161" y="190" width="180" height="50" fill="#fff2cc" stroke="none" pointer-events="none"/><path d="M 161 190 M 341 190 M 341 240 M 161 240" fill="none" stroke="#d6b656" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 215px; margin-left: 162px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Tommy Sharp</span></div></div></div></foreignObject><text x="251" y="219" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Tommy Sharp</text></switch></g><rect x="341" y="190" width="60" height="50" fill="#fff2cc" stroke="none" pointer-events="none"/><path d="M 341 190 M 401 190 M 401 240 M 341 240" fill="none" stroke="#d6b656" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 215px; margin-left: 342px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">48</span></div></div></div></foreignObject><text x="371" y="219" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">48</text></switch></g><path d="M 711 80 L 711 50 L 1071 50 L 1071 80" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 711 80 L 711 230 L 1071 230 L 1071 80" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 711 80 L 1071 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 711 130 L 1071 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 711 180 L 1071 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 761 80 L 761 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 871 80 L 871 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 358px; height: 1px; padding-top: 65px; margin-left: 712px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">team</font></div></div></div></foreignObject><text x="891" y="69" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">team</text></switch></g><path d="M 711 80 M 1071 80 M 1071 130 M 711 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 105px; margin-left: 712px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>id</b></font></div></div></div></foreignObject><text x="736" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">id</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 105px; margin-left: 762px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>name</b></font></div></div></div></foreignObject><text x="816" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">name</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 105px; margin-left: 872px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>headquarters</b></font></div></div></div></foreignObject><text x="971" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">headquarters</text></switch></g><path d="M 711 130 M 1071 130 M 1071 180 M 711 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="711" y="130" width="50" height="50" fill="#d5e8d4" stroke="none" pointer-events="none"/><path d="M 711 130 M 761 130 M 761 180 M 711 180" fill="none" stroke="#82b366" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 155px; margin-left: 712px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="736" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><rect x="761" y="130" width="110" height="50" fill="#d5e8d4" stroke="none" pointer-events="none"/><path d="M 761 130 M 871 130 M 871 180 M 761 180" fill="none" stroke="#82b366" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 155px; margin-left: 762px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Preventers</span></div></div></div></foreignObject><text x="816" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Preventers</text></switch></g><rect x="871" y="130" width="200" height="50" fill="#d5e8d4" stroke="none" pointer-events="none"/><path d="M 871 130 M 1071 130 M 1071 180 M 871 180" fill="none" stroke="#82b366" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 155px; margin-left: 872px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font face="roboto"><span style="font-size: 18px">Sharp Tower</span></font></div></div></div></foreignObject><text x="971" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Sharp Tower</text></switch></g><path d="M 711 180 M 1071 180 M 1071 230 M 711 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="711" y="180" width="50" height="50" fill="#e1d5e7" stroke="none" pointer-events="none"/><path d="M 711 180 M 761 180 M 761 230 M 711 230" fill="none" stroke="#9673a6" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 205px; margin-left: 712px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="736" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><rect x="761" y="180" width="110" height="50" fill="#e1d5e7" stroke="none" pointer-events="none"/><path d="M 761 180 M 871 180 M 871 230 M 761 230" fill="none" stroke="#9673a6" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 205px; margin-left: 762px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Z-Force</span></div></div></div></foreignObject><text x="816" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Z-Force</text></switch></g><rect x="871" y="180" width="200" height="50" fill="#e1d5e7" stroke="none" pointer-events="none"/><path d="M 871 180 M 1071 180 M 1071 230 M 871 230" fill="none" stroke="#9673a6" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 205px; margin-left: 872px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><p style="line-height: 19px"><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">Sister Margaret's Bar</font></p></div></div></div></foreignObject><text x="971" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Sister Margaret's Bar</text></switch></g><path d="M 471 30 L 471 0 L 631 0 L 631 30" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 471 30 L 471 280 L 631 280 L 631 30" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 471 30 L 631 30" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 471 80 L 631 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 471 130 L 631 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 471 180 L 631 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 471 230 L 631 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 551 30 L 551 280" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 158px; height: 1px; padding-top: 15px; margin-left: 472px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">heroteamlink</font></div></div></div></foreignObject><text x="551" y="19" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">heroteamlink</text></switch></g><path d="M 471 30 M 631 30 M 631 80 M 471 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 55px; margin-left: 472px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>hero_id</b></font></div></div></div></foreignObject><text x="511" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">hero_id</text></switch></g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 55px; margin-left: 552px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>team_id</b></font></div></div></div></foreignObject><text x="591" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">team_id</text></switch></g><path d="M 471 80 M 631 80 M 631 130 M 471 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="471" y="80" width="80" height="50" fill="#f8cecc" stroke="none" pointer-events="none"/><path d="M 471 80 M 551 80 M 551 130 M 471 130" fill="none" stroke="#b85450" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 105px; margin-left: 472px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="511" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><rect x="551" y="80" width="80" height="50" fill="#d5e8d4" stroke="none" pointer-events="none"/><path d="M 551 80 M 631 80 M 631 130 M 551 130" fill="none" stroke="#82b366" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 105px; margin-left: 552px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">1</span></div></div></div></foreignObject><text x="591" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><path d="M 471 130 M 631 130 M 631 180 M 471 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="471" y="130" width="80" height="50" fill="#f8cecc" stroke="none" pointer-events="none"/><path d="M 471 130 M 551 130 M 551 180 M 471 180" fill="none" stroke="#b85450" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 155px; margin-left: 472px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">1</span></div></div></div></foreignObject><text x="511" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><rect x="551" y="130" width="80" height="50" fill="#e1d5e7" stroke="none" pointer-events="none"/><path d="M 551 130 M 631 130 M 631 180 M 551 180" fill="none" stroke="#9673a6" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 155px; margin-left: 552px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="591" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><path d="M 471 180 M 631 180 M 631 230 M 471 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="471" y="180" width="80" height="50" fill="#dae8fc" stroke="none" pointer-events="none"/><path d="M 471 180 M 551 180 M 551 230 M 471 230" fill="none" stroke="#6c8ebf" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 205px; margin-left: 472px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="511" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><rect x="551" y="180" width="80" height="50" fill="#d5e8d4" stroke="none" pointer-events="none"/><path d="M 551 180 M 631 180 M 631 230 M 551 230" fill="none" stroke="#82b366" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 205px; margin-left: 552px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">1</span></div></div></div></foreignObject><text x="591" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><path d="M 471 230 M 631 230 M 631 280 M 471 280" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="471" y="230" width="80" height="50" fill="#fff2cc" stroke="none" pointer-events="none"/><path d="M 471 230 M 551 230 M 551 280 M 471 280" fill="none" stroke="#d6b656" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 255px; margin-left: 472px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">3</span></div></div></div></foreignObject><text x="511" y="259" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">3</text></switch></g><rect x="551" y="230" width="80" height="50" fill="#d5e8d4" stroke="none" pointer-events="none"/><path d="M 551 230 M 631 230 M 631 280 M 551 280" fill="none" stroke="#82b366" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 255px; margin-left: 552px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font face="roboto"><span style="font-size: 18px">1</span></font></div></div></div></foreignObject><text x="591" y="259" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><path d="M 401 115 L 436.06 115.06 L 436.06 105.06 L 462.76 105.01" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 468.76 105 L 460.77 109.02 L 462.76 105.01 L 460.76 101.02 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 401 120 L 431 120 L 431 155.06 L 462.76 155.01" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 468.76 155 L 460.77 159.02 L 462.76 155.01 L 460.76 151.02 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 401 165.06 L 431 165.06 L 431 212 L 462.76 212" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 468.76 212 L 460.76 216 L 462.76 212 L 460.76 208 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 401 215.06 L 421 215.06 L 421 255.06 L 462.76 255.06" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 468.76 255.06 L 460.76 259.06 L 462.76 255.06 L 460.76 251.06 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 631 105.06 L 681 105.06 L 681 140 L 702.76 140" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 708.76 140 L 700.76 144 L 702.76 140 L 700.76 136 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 631 155.06 L 661 155.06 L 661 210 L 702.76 210" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 708.76 210 L 700.76 214 L 702.76 210 L 700.76 206 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 631 200 L 681 200 L 681 155.06 L 702.76 155.06" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 708.76 155.06 L 700.76 159.06 L 702.76 155.06 L 700.76 151.06 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 631 255.06 L 671 255.06 L 671 170 L 702.76 170" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 708.76 170 L 700.76 174 L 702.76 170 L 700.76 166 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/></g><switch><g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/><a transform="translate(0,-5)" xlink:href="https://www.diagrams.net/doc/faq/svg-export-text-problems" target="_blank"><text text-anchor="middle" font-size="10px" x="50%" y="100%">Viewer does not support full SVG 1.1</text></a></switch></svg>
index afd77f4e9e3e4744f8420bee80062f15e16ddce1..e3f25a203eee09ec758cf8ca9545b358a1bd574d 100644 (file)
                 <mxCell id="56" value="&lt;span style=&quot;font-family: &amp;#34;roboto&amp;#34; ; font-size: 18px&quot;&gt;Z-Force&lt;/span&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;" parent="54" vertex="1">
                     <mxGeometry x="50" width="110" height="50" as="geometry"/>
                 </mxCell>
-                <mxCell id="57" value="&lt;p style=&quot;background-color: rgb(255 , 255 , 255) ; line-height: 19px&quot;&gt;&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;Sister Margarets Bar&lt;/font&gt;&lt;/p&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;" parent="54" vertex="1">
+                <mxCell id="57" value="&lt;p style=&quot;background-color: rgb(255 , 255 , 255) ; line-height: 19px&quot;&gt;&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;Sister Margaret's Bar&lt;/font&gt;&lt;/p&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;" parent="54" vertex="1">
                     <mxGeometry x="160" width="200" height="50" as="geometry"/>
                 </mxCell>
                 <mxCell id="66" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;strokeWidth=2;" parent="1" source="18" target="54" edge="1">
index c0987c7c3263ee1a3213149477b2ab5b0ec0ba8a..ed293b235094a2f7c2011dfc5a984a89d95f04ee 100644 (file)
@@ -54,4 +54,4 @@
   src: url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2") format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
 }
-</style></defs><g><path d="M 0 30 L 0 0 L 490 0 L 490 30" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 0 30 L 0 230 L 490 230 L 490 30" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 0 30 L 490 30" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 0 80 L 490 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 0 130 L 490 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 0 180 L 490 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 50 30 L 50 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 160 30 L 160 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 340 30 L 340 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 400 30 L 400 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 488px; height: 1px; padding-top: 15px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">hero</font></div></div></div></foreignObject><text x="245" y="19" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">hero</text></switch></g><path d="M 0 30 M 490 30 M 490 80 M 0 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="0" y="30" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 0 30 M 50 30 M 50 80 M 0 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 55px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>id</b></font></div></div></div></foreignObject><text x="25" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">id</text></switch></g><rect x="50" y="30" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 50 30 M 160 30 M 160 80 M 50 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 55px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>name</b></font></div></div></div></foreignObject><text x="105" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">name</text></switch></g><rect x="160" y="30" width="180" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 160 30 M 340 30 M 340 80 M 160 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 55px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>secret_name</b></font></div></div></div></foreignObject><text x="250" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">secret_name</text></switch></g><rect x="340" y="30" width="60" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 340 30 M 400 30 M 400 80 M 340 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 55px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>age</b></font></div></div></div></foreignObject><text x="370" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">age</text></switch></g><rect x="400" y="30" width="90" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 400 30 M 490 30 M 490 80 M 400 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 55px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>team_id</b></font></div></div></div></foreignObject><text x="445" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">team_id</text></switch></g><path d="M 0 80 M 490 80 M 490 130 M 0 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="0" y="80" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 0 80 M 50 80 M 50 130 M 0 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 105px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="25" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><rect x="50" y="80" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 50 80 M 160 80 M 160 130 M 50 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 105px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Deadpond</span></div></div></div></foreignObject><text x="105" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Deadpond</text></switch></g><rect x="160" y="80" width="180" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 160 80 M 340 80 M 340 130 M 160 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 105px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Dive Wilson</span></div></div></div></foreignObject><text x="250" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Dive Wilson</text></switch></g><rect x="340" y="80" width="60" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 340 80 M 400 80 M 400 130 M 340 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 105px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="370" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><rect x="400" y="80" width="90" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 400 80 M 490 80 M 490 130 M 400 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 105px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="445" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><path d="M 0 130 M 490 130 M 490 180 M 0 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="0" y="130" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 0 130 M 50 130 M 50 180 M 0 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 155px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="25" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><rect x="50" y="130" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 50 130 M 160 130 M 160 180 M 50 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 155px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Spider-Boy</span></div></div></div></foreignObject><text x="105" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Spider-Boy</text></switch></g><rect x="160" y="130" width="180" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 160 130 M 340 130 M 340 180 M 160 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 155px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Pedro Parqueador</span></div></div></div></foreignObject><text x="250" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Pedro Parqueador</text></switch></g><rect x="340" y="130" width="60" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 340 130 M 400 130 M 400 180 M 340 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 155px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="370" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><rect x="400" y="130" width="90" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 400 130 M 490 130 M 490 180 M 400 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 155px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="445" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><path d="M 0 180 M 490 180 M 490 230 M 0 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="0" y="180" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 0 180 M 50 180 M 50 230 M 0 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 205px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">3</span></div></div></div></foreignObject><text x="25" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">3</text></switch></g><rect x="50" y="180" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 50 180 M 160 180 M 160 230 M 50 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 205px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Rusty-Man</span></div></div></div></foreignObject><text x="105" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Rusty-Man</text></switch></g><rect x="160" y="180" width="180" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 160 180 M 340 180 M 340 230 M 160 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 205px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Tommy Sharp</span></div></div></div></foreignObject><text x="250" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Tommy Sharp</text></switch></g><rect x="340" y="180" width="60" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 340 180 M 400 180 M 400 230 M 340 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 205px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">48</span></div></div></div></foreignObject><text x="370" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">48</text></switch></g><rect x="400" y="180" width="90" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 400 180 M 490 180 M 490 230 M 400 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 205px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">1</span></div></div></div></foreignObject><text x="445" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><path d="M 640 70 L 640 40 L 1000 40 L 1000 70" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 70 L 640 220 L 1000 220 L 1000 70" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 70 L 1000 70" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 120 L 1000 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 170 L 1000 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 690 70 L 690 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 800 70 L 800 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 358px; height: 1px; padding-top: 55px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">team</font></div></div></div></foreignObject><text x="820" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">team</text></switch></g><path d="M 640 70 M 1000 70 M 1000 120 M 640 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="640" y="70" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 640 70 M 690 70 M 690 120 M 640 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 95px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>id</b></font></div></div></div></foreignObject><text x="665" y="99" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">id</text></switch></g><rect x="690" y="70" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 690 70 M 800 70 M 800 120 M 690 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 95px; margin-left: 691px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>name</b></font></div></div></div></foreignObject><text x="745" y="99" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">name</text></switch></g><rect x="800" y="70" width="200" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 800 70 M 1000 70 M 1000 120 M 800 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 95px; margin-left: 801px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>headquarters</b></font></div></div></div></foreignObject><text x="900" y="99" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">headquarters</text></switch></g><path d="M 640 120 M 1000 120 M 1000 170 M 640 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="640" y="120" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 640 120 M 690 120 M 690 170 M 640 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 145px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="665" y="149" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><rect x="690" y="120" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 690 120 M 800 120 M 800 170 M 690 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 145px; margin-left: 691px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Preventers</span></div></div></div></foreignObject><text x="745" y="149" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Preventers</text></switch></g><rect x="800" y="120" width="200" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 800 120 M 1000 120 M 1000 170 M 800 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 145px; margin-left: 801px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font face="roboto"><span style="font-size: 18px">Sharp Tower</span></font></div></div></div></foreignObject><text x="900" y="149" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Sharp Tower</text></switch></g><path d="M 640 170 M 1000 170 M 1000 220 M 640 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="640" y="170" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 640 170 M 690 170 M 690 220 M 640 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 195px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="665" y="199" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><rect x="690" y="170" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 690 170 M 800 170 M 800 220 M 690 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 195px; margin-left: 691px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Z-Force</span></div></div></div></foreignObject><text x="745" y="199" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Z-Force</text></switch></g><rect x="800" y="170" width="200" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 800 170 M 1000 170 M 1000 220 M 800 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 195px; margin-left: 801px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><p style="background-color: rgb(255 , 255 , 255) ; line-height: 19px"><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">Sister Margaret’s Bar</font></p></div></div></div></foreignObject><text x="900" y="199" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Sister Margaret’s Bar</text></switch></g><path d="M 490 105 L 530 105 L 530 190 L 631.76 190" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 637.76 190 L 629.76 194 L 631.76 190 L 629.76 186 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 490 205 L 580 205 L 580 140 L 631.76 140" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 637.76 140 L 629.76 144 L 631.76 140 L 629.76 136 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/></g><switch><g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/><a transform="translate(0,-5)" xlink:href="https://www.diagrams.net/doc/faq/svg-export-text-problems" target="_blank"><text text-anchor="middle" font-size="10px" x="50%" y="100%">Viewer does not support full SVG 1.1</text></a></switch></svg>
+</style></defs><g><path d="M 0 30 L 0 0 L 490 0 L 490 30" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 0 30 L 0 230 L 490 230 L 490 30" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 0 30 L 490 30" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 0 80 L 490 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 0 130 L 490 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 0 180 L 490 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 50 30 L 50 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 160 30 L 160 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 340 30 L 340 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 400 30 L 400 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 488px; height: 1px; padding-top: 15px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">hero</font></div></div></div></foreignObject><text x="245" y="19" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">hero</text></switch></g><path d="M 0 30 M 490 30 M 490 80 M 0 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="0" y="30" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 0 30 M 50 30 M 50 80 M 0 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 55px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>id</b></font></div></div></div></foreignObject><text x="25" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">id</text></switch></g><rect x="50" y="30" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 50 30 M 160 30 M 160 80 M 50 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 55px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>name</b></font></div></div></div></foreignObject><text x="105" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">name</text></switch></g><rect x="160" y="30" width="180" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 160 30 M 340 30 M 340 80 M 160 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 55px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>secret_name</b></font></div></div></div></foreignObject><text x="250" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">secret_name</text></switch></g><rect x="340" y="30" width="60" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 340 30 M 400 30 M 400 80 M 340 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 55px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>age</b></font></div></div></div></foreignObject><text x="370" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">age</text></switch></g><rect x="400" y="30" width="90" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 400 30 M 490 30 M 490 80 M 400 80" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 55px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>team_id</b></font></div></div></div></foreignObject><text x="445" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">team_id</text></switch></g><path d="M 0 80 M 490 80 M 490 130 M 0 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="0" y="80" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 0 80 M 50 80 M 50 130 M 0 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 105px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="25" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><rect x="50" y="80" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 50 80 M 160 80 M 160 130 M 50 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 105px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Deadpond</span></div></div></div></foreignObject><text x="105" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Deadpond</text></switch></g><rect x="160" y="80" width="180" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 160 80 M 340 80 M 340 130 M 160 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 105px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Dive Wilson</span></div></div></div></foreignObject><text x="250" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Dive Wilson</text></switch></g><rect x="340" y="80" width="60" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 340 80 M 400 80 M 400 130 M 340 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 105px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="370" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><rect x="400" y="80" width="90" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 400 80 M 490 80 M 490 130 M 400 130" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 105px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="445" y="109" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><path d="M 0 130 M 490 130 M 490 180 M 0 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="0" y="130" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 0 130 M 50 130 M 50 180 M 0 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 155px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="25" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><rect x="50" y="130" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 50 130 M 160 130 M 160 180 M 50 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 155px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Spider-Boy</span></div></div></div></foreignObject><text x="105" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Spider-Boy</text></switch></g><rect x="160" y="130" width="180" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 160 130 M 340 130 M 340 180 M 160 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 155px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Pedro Parqueador</span></div></div></div></foreignObject><text x="250" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Pedro Parqueador</text></switch></g><rect x="340" y="130" width="60" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 340 130 M 400 130 M 400 180 M 340 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 155px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="370" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><rect x="400" y="130" width="90" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 400 130 M 490 130 M 490 180 M 400 180" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 155px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">null</span></div></div></div></foreignObject><text x="445" y="159" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">null</text></switch></g><path d="M 0 180 M 490 180 M 490 230 M 0 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="0" y="180" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 0 180 M 50 180 M 50 230 M 0 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 205px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">3</span></div></div></div></foreignObject><text x="25" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">3</text></switch></g><rect x="50" y="180" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 50 180 M 160 180 M 160 230 M 50 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 205px; margin-left: 51px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Rusty-Man</span></div></div></div></foreignObject><text x="105" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Rusty-Man</text></switch></g><rect x="160" y="180" width="180" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 160 180 M 340 180 M 340 230 M 160 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 178px; height: 1px; padding-top: 205px; margin-left: 161px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Tommy Sharp</span></div></div></div></foreignObject><text x="250" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Tommy Sharp</text></switch></g><rect x="340" y="180" width="60" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 340 180 M 400 180 M 400 230 M 340 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 205px; margin-left: 341px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">48</span></div></div></div></foreignObject><text x="370" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">48</text></switch></g><rect x="400" y="180" width="90" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 400 180 M 490 180 M 490 230 M 400 230" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 88px; height: 1px; padding-top: 205px; margin-left: 401px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">1</span></div></div></div></foreignObject><text x="445" y="209" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">1</text></switch></g><path d="M 640 70 L 640 40 L 1000 40 L 1000 70" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 70 L 640 220 L 1000 220 L 1000 70" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 70 L 1000 70" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 120 L 1000 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 640 170 L 1000 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 690 70 L 690 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><path d="M 800 70 L 800 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 358px; height: 1px; padding-top: 55px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">team</font></div></div></div></foreignObject><text x="820" y="59" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">team</text></switch></g><path d="M 640 70 M 1000 70 M 1000 120 M 640 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="640" y="70" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 640 70 M 690 70 M 690 120 M 640 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 95px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>id</b></font></div></div></div></foreignObject><text x="665" y="99" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">id</text></switch></g><rect x="690" y="70" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 690 70 M 800 70 M 800 120 M 690 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 95px; margin-left: 691px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>name</b></font></div></div></div></foreignObject><text x="745" y="99" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">name</text></switch></g><rect x="800" y="70" width="200" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 800 70 M 1000 70 M 1000 120 M 800 120" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 95px; margin-left: 801px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto"><b>headquarters</b></font></div></div></div></foreignObject><text x="900" y="99" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">headquarters</text></switch></g><path d="M 640 120 M 1000 120 M 1000 170 M 640 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="640" y="120" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 640 120 M 690 120 M 690 170 M 640 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 145px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; word-wrap: normal; "><span style="font-weight: normal"><font style="font-size: 18px" face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto">1</font></span></div></div></div></foreignObject><text x="665" y="149" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle" font-weight="bold">1</text></switch></g><rect x="690" y="120" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 690 120 M 800 120 M 800 170 M 690 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 145px; margin-left: 691px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Preventers</span></div></div></div></foreignObject><text x="745" y="149" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Preventers</text></switch></g><rect x="800" y="120" width="200" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 800 120 M 1000 120 M 1000 170 M 800 170" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 145px; margin-left: 801px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><font face="roboto"><span style="font-size: 18px">Sharp Tower</span></font></div></div></div></foreignObject><text x="900" y="149" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Sharp Tower</text></switch></g><path d="M 640 170 M 1000 170 M 1000 220 M 640 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><rect x="640" y="170" width="50" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 640 170 M 690 170 M 690 220 M 640 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 48px; height: 1px; padding-top: 195px; margin-left: 641px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">2</span></div></div></div></foreignObject><text x="665" y="199" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">2</text></switch></g><rect x="690" y="170" width="110" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 690 170 M 800 170 M 800 220 M 690 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 108px; height: 1px; padding-top: 195px; margin-left: 691px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><span style="font-family: &quot;roboto&quot; ; font-size: 18px">Z-Force</span></div></div></div></foreignObject><text x="745" y="199" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Z-Force</text></switch></g><rect x="800" y="170" width="200" height="50" fill="#ffffff" stroke="none" pointer-events="none"/><path d="M 800 170 M 1000 170 M 1000 220 M 800 220" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 195px; margin-left: 801px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; max-height: 46px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: none; white-space: normal; word-wrap: normal; "><p style="background-color: rgb(255 , 255 , 255) ; line-height: 19px"><font face="Roboto" data-font-src="https://fonts.googleapis.com/css?family=Roboto" style="font-size: 18px">Sister Margaret's Bar</font></p></div></div></div></foreignObject><text x="900" y="199" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">Sister Margaret's Bar</text></switch></g><path d="M 490 105 L 530 105 L 530 190 L 631.76 190" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 637.76 190 L 629.76 194 L 631.76 190 L 629.76 186 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 490 205 L 580 205 L 580 140 L 631.76 140" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 637.76 140 L 629.76 144 L 631.76 140 L 629.76 136 Z" fill="#000000" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/></g><switch><g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/><a transform="translate(0,-5)" xlink:href="https://www.diagrams.net/doc/faq/svg-export-text-problems" target="_blank"><text text-anchor="middle" font-size="10px" x="50%" y="100%">Viewer does not support full SVG 1.1</text></a></switch></svg>
index 0152ff669e3d17bb45aa0110e7f3aed769172262..386b5c8e4d53619ada40b1006a9cbcce4252d692 100644 (file)
@@ -138,7 +138,7 @@ So, the output would be:
 $ python -m project.app
 
 Created hero: id=1 secret_name='Dive Wilson' team_id=1 name='Deadpond' age=None
-Hero's team: name='Z-Force' headquarters='Sister Margarets Bar' id=1
+Hero's team: name='Z-Force' headquarters='Sister Margaret's Bar' id=1
 ```
 
 </div>
@@ -243,7 +243,7 @@ And running that achieves the same result as before:
 $ python -m project.app
 
 Created hero: id=1 age=None name='Deadpond' secret_name='Dive Wilson' team_id=1
-Hero's team: id=1 name='Z-Force' headquarters='Sister Margarets Bar'
+Hero's team: id=1 name='Z-Force' headquarters='Sister Margaret's Bar'
 ```
 
 </div>
index f8845ac7725cca7d96f2e82279e81bb70d84180f..e2818c95e8be7f6b8e5302f43c14283a5ecb1748 100644 (file)
@@ -12,7 +12,7 @@ The `team` table will look like this:
 <td>1</td><td>Preventers</td><td>Sharp Tower</td>
 </tr>
 <tr>
-<td>2</td><td>Z-Force</td><td>Sister Margarets Bar</td>
+<td>2</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
 </tr>
 </table>
 
@@ -126,7 +126,7 @@ INFO Engine BEGIN (implicit)
 INFO Engine INSERT INTO team (name, headquarters) VALUES (?, ?)
 INFO Engine [generated in 0.00050s] ('Preventers', 'Sharp Tower')
 INFO Engine INSERT INTO team (name, headquarters) VALUES (?, ?)
-INFO Engine [cached since 0.002324s ago] ('Z-Force', 'Sister Margarets Bar')
+INFO Engine [cached since 0.002324s ago] ('Z-Force', 'Sister Margaret's Bar')
 INFO Engine COMMIT
 ```
 
index 411ab3271e9bdb1da799f95eb46b18616f8fb912..a27cbfed7a72efc54492d02fd3c12047c3823815 100644 (file)
@@ -16,7 +16,7 @@ The team table will look like this:
 <td>1</td><td>Preventers</td><td>Sharp Tower</td>
 </tr>
 <tr>
-<td>2</td><td>Z-Force</td><td>Sister Margarets Bar</td>
+<td>2</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
 </tr>
 </table>
 
index 991d4409c8d4e86db0bb4f119db9f0e69e461261..128eb550b7cfddf00b1f04d03f24ffd61b7ae0c1 100644 (file)
@@ -12,7 +12,7 @@ The `team` table has this data:
 <td>1</td><td>Preventers</td><td>Sharp Tower</td>
 </tr>
 <tr>
-<td>2</td><td>Z-Force</td><td>Sister Margarets Bar</td>
+<td>2</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
 </tr>
 </table>
 
@@ -214,7 +214,7 @@ WHERE hero.team_id = team.id
 2021-08-09 08:55:50,682 INFO sqlalchemy.engine.Engine [no key 0.00015s] ()
 
 // Print the first hero and team
-Hero: id=1 secret_name='Dive Wilson' team_id=2 name='Deadpond' age=None Team: headquarters='Sister Margarets Bar' id=2 name='Z-Force'
+Hero: id=1 secret_name='Dive Wilson' team_id=2 name='Deadpond' age=None Team: headquarters='Sister Margaret's Bar' id=2 name='Z-Force'
 
 // Print the second hero and team
 Hero: id=2 secret_name='Tommy Sharp' team_id=1 name='Rusty-Man' age=48 Team: headquarters='Sharp Tower' id=1 name='Preventers'
@@ -335,7 +335,7 @@ FROM hero JOIN team ON team.id = hero.team_id
 INFO Engine [no key 0.00032s] ()
 
 // Print the first hero and team
-Hero: id=1 secret_name='Dive Wilson' team_id=2 name='Deadpond' age=None Team: headquarters='Sister Margarets Bar' id=2 name='Z-Force'
+Hero: id=1 secret_name='Dive Wilson' team_id=2 name='Deadpond' age=None Team: headquarters='Sister Margaret's Bar' id=2 name='Z-Force'
 
 // Print the second hero and team
 Hero: id=2 secret_name='Tommy Sharp' team_id=1 name='Rusty-Man' age=48 Team: headquarters='Sharp Tower' id=1 name='Preventers'
@@ -473,7 +473,7 @@ FROM hero LEFT OUTER JOIN team ON team.id = hero.team_id
 INFO Engine [no key 0.00051s] ()
 
 // Print the first hero and team
-Hero: id=1 secret_name='Dive Wilson' team_id=2 name='Deadpond' age=None Team: headquarters='Sister Margarets Bar' id=2 name='Z-Force'
+Hero: id=1 secret_name='Dive Wilson' team_id=2 name='Deadpond' age=None Team: headquarters='Sister Margaret's Bar' id=2 name='Z-Force'
 // Print the second hero and team
 Hero: id=2 secret_name='Tommy Sharp' team_id=1 name='Rusty-Man' age=48 Team: headquarters='Sharp Tower' id=1 name='Preventers'
 // Print the third hero and team, we included Spider-Boy 🎉
index b220530043c4259b38fd236e50835eb98eba2eda..72e933cb6f077a573a3d80917f3ab95eda1e51b5 100644 (file)
@@ -10,7 +10,7 @@ We currently have a `team` table:
 <td>1</td><td>Preventers</td><td>Sharp Tower</td>
 </tr>
 <tr>
-<td>2</td><td>Z-Force</td><td>Sister Margarets Bar</td>
+<td>2</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
 </tr>
 </table>
 
index 39994c3e916e6954eee0dc9fe1d218d10431bab8..c141aa69d47608a796b26bf4183b8700863f3ea4 100644 (file)
@@ -10,7 +10,7 @@ At this point we have a `team` table:
 <td>1</td><td>Preventers</td><td>Sharp Tower</td>
 </tr>
 <tr>
-<td>2</td><td>Z-Force</td><td>Sister Margarets Bar</td>
+<td>2</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
 </tr>
 </table>
 
index 81cf4286be3b637fd81692aac8da26042f19052a..3275dcfa172af8bdad0a5d03fd2d071985465982 100644 (file)
@@ -263,7 +263,7 @@ Now we get the **team** data included:
     "id": 1,
     "team": {
         "name": "Z-Force",
-        "headquarters": "Sister Margarets Bar",
+        "headquarters": "Sister Margaret's Bar",
         "id": 1
     }
 }
index 3a7719c9605d050e049aca0a80c395ce5c32f696..1925316a095695d10275d05c2ef8c2e68dfbc302 100644 (file)
@@ -106,7 +106,7 @@ INFO Engine INSERT INTO hero (name, secret_name, age) VALUES (?, ?, ?)
 INFO Engine [cached since 0.002541s ago] ('Spider-Boy', 'Pedro Parqueador', None)
 // Insert the team data second
 INFO Engine INSERT INTO team (name, headquarters) VALUES (?, ?)
-INFO Engine [generated in 0.00037s] ('Z-Force', 'Sister Margarets Bar')
+INFO Engine [generated in 0.00037s] ('Z-Force', 'Sister Margaret's Bar')
 INFO Engine INSERT INTO team (name, headquarters) VALUES (?, ?)
 INFO Engine [cached since 0.001239s ago] ('Preventers', 'Sharp Tower')
 // Insert the link data last, to be able to re-use the created IDs
@@ -141,7 +141,7 @@ WHERE ? = heroteamlink.hero_id AND team.id = heroteamlink.team_id
 INFO Engine [generated in 0.00025s] (1,)
 
 // Print Deadpond's teams, 2 teams! 🎉
-Deadpond teams: [Team(id=1, name='Z-Force', headquarters='Sister Margarets Bar'), Team(id=2, name='Preventers', headquarters='Sharp Tower')]
+Deadpond teams: [Team(id=1, name='Z-Force', headquarters='Sister Margaret's Bar'), Team(id=2, name='Preventers', headquarters='Sharp Tower')]
 
 // Print Rusty-Man
 Rusty-Man: name='Rusty-Man' age=48 id=2 secret_name='Tommy Sharp'
index 2aa2cf52f97eac6fc21726b87883e3977c2ceb4a..ebbefbe1eedc32c756aa08d3b1d71577b7c20e34 100644 (file)
@@ -26,7 +26,7 @@ The `team` table looks like this:
 <td>1</td><td>Preventers</td><td>Sharp Tower</td>
 </tr>
 <tr>
-<td>2</td><td>Z-Force</td><td>Sister Margarets Bar</td>
+<td>2</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
 </tr>
 </table>
 
index bda78d1ec39f2331803ac108cea87973b7d2dc08..b7e06c2b4e6cfa0db54b31a6b96cdc2a0a003a73 100644 (file)
@@ -153,7 +153,7 @@ INFO Engine [cached since 0.001858s ago] ('Rusty-Man', 'Tommy Sharp', 48)
 
 // Insert the teams
 INFO Engine INSERT INTO team (name, headquarters) VALUES (?, ?)
-INFO Engine [generated in 0.00019s] ('Z-Force', 'Sister Margarets Bar')
+INFO Engine [generated in 0.00019s] ('Z-Force', 'Sister Margaret's Bar')
 INFO Engine INSERT INTO team (name, headquarters) VALUES (?, ?)
 INFO Engine [cached since 0.0007985s ago] ('Preventers', 'Sharp Tower')
 
@@ -389,7 +389,7 @@ WHERE team.id = ?
 INFO Engine [cached since 0.2097s ago] (1,)
 
 // Print Spider-Boy team, including link data, if is training
-Spider-Boy team: headquarters='Sister Margarets Bar' id=1 name='Z-Force' is training: True
+Spider-Boy team: headquarters='Sister Margaret's Bar' id=1 name='Z-Force' is training: True
 INFO Engine ROLLBACK
 ```
 
index ff4f5dd0963acc9caa331de33d2c881b66078a2b..0e83e24d2df3192beaa79f2864a78d4f46383ed0 100644 (file)
@@ -126,7 +126,7 @@ INFO Engine [cached since 0.1648s ago] (3,)
 // Print Spider-Boy teams, including Z-Force 🎉
 Updated Spider-Boy's Teams: [
     Team(id=2, name='Preventers', headquarters='Sharp Tower'),
-    Team(id=1, name='Z-Force', headquarters='Sister Margarets Bar')
+    Team(id=1, name='Z-Force', headquarters='Sister Margaret's Bar')
 ]
 
 // Automatically refresh the data while accessing the attribute .heores
@@ -140,7 +140,7 @@ Z-Force heroes: [
     Hero(name='Deadpond', age=None, id=1, secret_name='Dive Wilson'),
     Hero(name='Spider-Boy', age=None, id=3, secret_name='Pedro Parqueador', teams=[
         Team(id=2, name='Preventers', headquarters='Sharp Tower'),
-        Team(id=1, name='Z-Force', headquarters='Sister Margarets Bar', heroes=[...])
+        Team(id=1, name='Z-Force', headquarters='Sister Margaret's Bar', heroes=[...])
     ])
 ]
 ```
index 7585480923bec5112633ee0d8f07b376fe6ba068..a5363ab0273f7ac7fe80070588fd3914e3d23e03 100644 (file)
@@ -14,7 +14,7 @@ We currently have a `team` table:
 <td>1</td><td>Preventers</td><td>Sharp Tower</td>
 </tr>
 <tr>
-<td>2</td><td>Z-Force</td><td>Sister Margarets Bar</td>
+<td>2</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
 </tr>
 </table>
 
index 065f8a78b51e078b1307a3c8c6d4291c25297c7a..3d1bfc69a0d6b567721f37a3069851cdc366b430 100644 (file)
@@ -6,7 +6,7 @@ from .models import Hero, Team
 
 def create_heroes():
     with Session(engine) as session:
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 065f8a78b51e078b1307a3c8c6d4291c25297c7a..3d1bfc69a0d6b567721f37a3069851cdc366b430 100644 (file)
@@ -6,7 +6,7 @@ from .models import Hero, Team
 
 def create_heroes():
     with Session(engine) as session:
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 065f8a78b51e078b1307a3c8c6d4291c25297c7a..3d1bfc69a0d6b567721f37a3069851cdc366b430 100644 (file)
@@ -6,7 +6,7 @@ from .models import Hero, Team
 
 def create_heroes():
     with Session(engine) as session:
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 8afaee7c1636d1b57b033dfdeda93f724fe6b0b4..2ecaec0c3ca951cd7e636ed9623ebfd2b53bdd8f 100644 (file)
@@ -7,7 +7,7 @@ from .team_model import Team
 
 def create_heroes():
     with Session(engine) as session:
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 8afaee7c1636d1b57b033dfdeda93f724fe6b0b4..2ecaec0c3ca951cd7e636ed9623ebfd2b53bdd8f 100644 (file)
@@ -7,7 +7,7 @@ from .team_model import Team
 
 def create_heroes():
     with Session(engine) as session:
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 8afaee7c1636d1b57b033dfdeda93f724fe6b0b4..2ecaec0c3ca951cd7e636ed9623ebfd2b53bdd8f 100644 (file)
@@ -7,7 +7,7 @@ from .team_model import Team
 
 def create_heroes():
     with Session(engine) as session:
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index eeb376a0cc406f8e5555199934d99c201f491fc4..aa7d0db2870726856f7c9bf6a5d5c6abf8ab207e 100644 (file)
@@ -31,7 +31,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index 4815ad4e342e258e3f106f26772364ab0aa74c05..de0dd8d7e7ac27b98f0dc8d0f8644e16f7b2145c 100644 (file)
@@ -29,7 +29,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index dc3661d7c75bb7ef67f81a7f15c4c011ccdb0c78..d2e3b2f0e3756f02fabcddbd51bdcf90f70a7d41 100644 (file)
@@ -31,7 +31,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index 506429dc1a0618028accb311063ea154aeeea098..16c2c7fe0961d9902c66fc3c585182348743349a 100644 (file)
@@ -29,7 +29,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index d4cdf413f11b9f560fac58bb146ec2e572eb2ec8..d98e635779b621b96481484539693d2f55fa020a 100644 (file)
@@ -31,7 +31,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index c39894fce9fcdc0db673eb904b1efde467e8a968..faa25b3891b7397a3f71d1af415621aff6f31bc9 100644 (file)
@@ -29,7 +29,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index 59edbf7fd9ae13a914b74532d97edc168620c4e5..270f95003d8346972e3e3e1c7ff9565e95352874 100644 (file)
@@ -31,7 +31,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index 756dab098bf2e3be4e76a2ba379c0fa56545f22f..08adc69d32e49f7942c9827a92101142f83e086e 100644 (file)
@@ -29,7 +29,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index fb5b8aa0c9107e387f05d18499935e288b47d158..ee427e309c9bc0f705d24f6aa35cea7205416002 100644 (file)
@@ -31,7 +31,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index 63f5b273507807bf0752e57afff2618de32197e9..07127c69011c387f2947629f8ba7e5806143429e 100644 (file)
@@ -29,7 +29,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index d1d260b3f4de2b4467495020eb90e6e065787c51..29a7c205bde1b2df160bc0c081f8207f71fd8798 100644 (file)
@@ -31,7 +31,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index 8b024321d24102f53b71032562ea7d1f361f7642..6bcdee96be7a167cb9711be6afec2b405f8f6dee 100644 (file)
@@ -29,7 +29,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index a61ef8a015bd94cae139e6c6d1a940477208e24c..96a12ab537b990cea4c4e9a75de212c66ca19bfc 100644 (file)
@@ -31,7 +31,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index 2120640bc457c7f5d68922b8adb66f00dca053b9..445572a147eb99813750faa1100dc7b552c52ff9 100644 (file)
@@ -29,7 +29,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index 0080340532f7bf017bd2ecebf4175ceaab00a8e4..b32599fc0ccf235769f0f7d32b92992ee81f78b1 100644 (file)
@@ -31,7 +31,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index 1fbb108ba254e0520d3cbfd76abdd5d44b89205c..a6ebfa6ee0da6d300da96900e3a8136788b3108d 100644 (file)
@@ -29,7 +29,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
         session.add(team_preventers)
         session.add(team_z_force)
         session.commit()
index bb4e9d089697192deceb2795cfd87eff959d1714..79f9e7909a9d1cab23dc462dc53fbf5dbcd6c876 100644 (file)
@@ -42,7 +42,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond",
index 5e8f31caa00259c6d8cdaf3c32244f8fece7cdb9..e47d3920eb81bc8ce97db78c7917e363e0e92c55 100644 (file)
@@ -36,7 +36,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond",
index 0d7325a723b19cff609570d618d9f8c3a18def28..c39fe9145224e42f781c239c5eea7103af7fc2ad 100644 (file)
@@ -42,7 +42,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond",
index dc4aa0b7706e15dcf2708ebc1f001356bc82835a..9845340ec4a60a86521dc13d6c404d0b5ae620a5 100644 (file)
@@ -42,7 +42,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond",
index 5823a6e72e1345d9eec6de40509d43389c8845c8..2668161e929d6794c104301e506d3c1be31c7306 100644 (file)
@@ -36,7 +36,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond",
index 54c5d453569c3afa01ab8f4f57d15aa40a8272c4..c3b5f88f0eb76b8ac5de9e56a55cdd73996c9691 100644 (file)
@@ -42,7 +42,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond",
index 1e03c4af89aa42de8fd97be959dd17ca3437dba3..6c23878b0164e1ac64f22763dc2f8c9871a58e59 100644 (file)
@@ -46,7 +46,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond",
index b8fa4632fe011ff835f3ac1d52a8d09a6695235e..4c1ad1225960175b7db002b16d2c47a7f9722a00 100644 (file)
@@ -40,7 +40,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond",
index 214228a122eff14a47dc520f795a2c7c89279b69..175fbf318b20dbcec91e20669742b9458ee038d3 100644 (file)
@@ -46,7 +46,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond",
index fc4eb9793496f1a97d0dfd93096a27cae3106765..39230cb6977601f2b9e59354df2fedb67b6dd875 100644 (file)
@@ -34,7 +34,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index fb35500af87d5d1bc40585e4c7b8dba23966d76f..a6ee1cafbad44983ffe55744b0c058028de9690a 100644 (file)
@@ -32,7 +32,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index a5deae91e9d99abed0522fcd0ad657389719ef56..6ec5e72a7cba6caf82787c9f90afc3fda305d2b7 100644 (file)
@@ -34,7 +34,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index a25df4e75dada9518dce25ce6ac708962a9c4a6c..a1add4bccbc57ae7b82461b34d2687701456e1ad 100644 (file)
@@ -34,7 +34,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 2113fde179a62f635b7ed35d6f2dbfe0bbfeecd3..978ed99787f919bf2954dcdf019ab65ca5220fc1 100644 (file)
@@ -32,7 +32,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 72a8616958355a7ee8f2733d0fe257142a22ae5a..d001ef03dac0b0050f7e38d6a606c9c558837827 100644 (file)
@@ -34,7 +34,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index ec9c909d730bfc96e795c3714c70675bf0ef0831..73c68cf965ad7cff272dd718b6331318ab33ddcd 100644 (file)
@@ -34,7 +34,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 4e0314763ef9091dc8bf131fbcb80e9607ab714b..35567360e1f8d4cf7bf277b4ff0a4a0e897862c8 100644 (file)
@@ -32,7 +32,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index bc51058a5a89fca2a0eed1e01adacb2d610857ec..43c699d3d9c9fee93cbb42dbae97abe130ebbf1e 100644 (file)
@@ -34,7 +34,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 71cb3f613662a048d2d596983fa2d4a6897de18f..af218b9567fafeab93a25f98010f1b4f919771ba 100644 (file)
@@ -34,7 +34,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index dc4e261bb00cad57c083c4a48d065d880224f536..5df80e9f86f1e91c6ab1898b90d9bb10f6be74ba 100644 (file)
@@ -32,7 +32,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 42ba84da2ac3fbb0e4b927bd65169fa394690b17..8530f67b3967f3d7617b6baf046d5b5f9f06434c 100644 (file)
@@ -34,7 +34,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 3b130072b7de3cc26bbb43b9729d6a784ea15118..b8bbe70a4c1521fb688ad04eead10903abe6093f 100644 (file)
@@ -34,7 +34,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 18b3f178caaa4175b7a767c69cace8f163b0bcaa..abae89d2ebb3adcaf3d04b4d831c0758c087322d 100644 (file)
@@ -32,7 +32,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 18c4c2edf1e9ce76817bb77d0fdfadb7953fb728..2219c82dab925d3a7ba1f33ba823f2661cfafcb7 100644 (file)
@@ -34,7 +34,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index fdb436eb5fa5f2b849d25445249d2d8413fd0dc0..30fa8408789450e3755c35ddc4ca6590447fa003 100644 (file)
@@ -34,7 +34,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index f1320024ec0d5264fc5157e3a3e6a652aea1dfcb..0221d8834c5a46449adf7659252cd899236fad33 100644 (file)
@@ -32,7 +32,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 33310e7cde84b5703eb47ca75e1c8ef60900511c..393bdc8a5e6205c9ea8933795c4a8a3925f7351e 100644 (file)
@@ -34,7 +34,7 @@ def create_db_and_tables():
 def create_heroes():
     with Session(engine) as session:
         team_preventers = Team(name="Preventers", headquarters="Sharp Tower")
-        team_z_force = Team(name="Z-Force", headquarters="Sister Margarets Bar")
+        team_z_force = Team(name="Z-Force", headquarters="Sister Margaret's Bar")
 
         hero_deadpond = Hero(
             name="Deadpond", secret_name="Dive Wilson", team=team_z_force
index 4192e004344e99c9db03d44e0d6b7dee01a4ae2c..c6e3158360f84a0cad7c2d3af84a9a9367322417 100644 (file)
@@ -17,7 +17,7 @@ expected_calls = [
     ],
     [
         "Hero's team:",
-        {"name": "Z-Force", "headquarters": "Sister Margarets Bar", "id": 1},
+        {"name": "Z-Force", "headquarters": "Sister Margaret's Bar", "id": 1},
     ],
 ]
 
index 31965600e600b7a5c2ff422e1abd8bae50f58649..44d9d920fa42f39fd247a8c7136658dec8e805e0 100644 (file)
@@ -17,7 +17,7 @@ expected_calls = [
     ],
     [
         "Hero's team:",
-        {"name": "Z-Force", "headquarters": "Sister Margarets Bar", "id": 1},
+        {"name": "Z-Force", "headquarters": "Sister Margaret's Bar", "id": 1},
     ],
 ]
 
index b101dea055bdf2b931794368cd8d8d241057e4c8..b17917cff2ea80cc913bbb06754d9f3571c2afb9 100644 (file)
@@ -17,7 +17,7 @@ expected_calls = [
     ],
     [
         "Hero's team:",
-        {"name": "Z-Force", "headquarters": "Sister Margarets Bar", "id": 1},
+        {"name": "Z-Force", "headquarters": "Sister Margaret's Bar", "id": 1},
     ],
 ]
 
index 37e4e54de6be4089dae3974aee8282f35ee45674..8e7ac8f17303d74f2250768d8c12b0846fbc423b 100644 (file)
@@ -17,7 +17,7 @@ expected_calls = [
     ],
     [
         "Hero's team:",
-        {"name": "Z-Force", "headquarters": "Sister Margarets Bar", "id": 1},
+        {"name": "Z-Force", "headquarters": "Sister Margaret's Bar", "id": 1},
     ],
 ]
 
index 5744aa9e3578d72b92cf734f057103ab797ee519..3eafdee83129abab18b65d26d13a0bcee153fbc9 100644 (file)
@@ -17,7 +17,7 @@ expected_calls = [
     ],
     [
         "Hero's team:",
-        {"name": "Z-Force", "headquarters": "Sister Margarets Bar", "id": 1},
+        {"name": "Z-Force", "headquarters": "Sister Margaret's Bar", "id": 1},
     ],
 ]
 
index bae15c37e70bb12047d1176c4e80af2fdf169577..9b5eb670c22471500c2c6a63f341f8fbac89ad38 100644 (file)
@@ -17,7 +17,7 @@ expected_calls = [
     ],
     [
         "Hero's team:",
-        {"name": "Z-Force", "headquarters": "Sister Margarets Bar", "id": 1},
+        {"name": "Z-Force", "headquarters": "Sister Margaret's Bar", "id": 1},
     ],
 ]
 
index 01762f3e7e684ce0a5a26d634a533d6c58456065..d3bab7f6696a7ac6fdedfa29634762ee588f50c3 100644 (file)
@@ -45,7 +45,7 @@ expected_calls = [
             "name": "Deadpond",
         },
         "Team:",
-        {"id": 2, "name": "Z-Force", "headquarters": "Sister Margarets Bar"},
+        {"id": 2, "name": "Z-Force", "headquarters": "Sister Margaret's Bar"},
     ],
     [
         "Hero:",
index 32b29482d04e4c27d220af798f2c5e7ebc8dc10c..541a8ee00f9b04d97c74e1d567c97130aa4b5b6b 100644 (file)
@@ -45,7 +45,7 @@ expected_calls = [
             "name": "Deadpond",
         },
         "Team:",
-        {"id": 2, "name": "Z-Force", "headquarters": "Sister Margarets Bar"},
+        {"id": 2, "name": "Z-Force", "headquarters": "Sister Margaret's Bar"},
     ],
     [
         "Hero:",
index ad6d4ccb868502934e8a245b424e38e4131c9fff..2eab135add2ec84aeb43c0ab4ef1c6ded01e5b94 100644 (file)
@@ -45,7 +45,7 @@ expected_calls = [
             "name": "Deadpond",
         },
         "Team:",
-        {"id": 2, "name": "Z-Force", "headquarters": "Sister Margarets Bar"},
+        {"id": 2, "name": "Z-Force", "headquarters": "Sister Margaret's Bar"},
     ],
     [
         "Hero:",
index 69abccb0aaf99e89b19e0ecf7dbeff924ef3682b..5b710c4358f4953bfaea6d588d93ecccbb16fa4c 100644 (file)
@@ -45,7 +45,7 @@ expected_calls = [
             "name": "Deadpond",
         },
         "Team:",
-        {"id": 2, "name": "Z-Force", "headquarters": "Sister Margarets Bar"},
+        {"id": 2, "name": "Z-Force", "headquarters": "Sister Margaret's Bar"},
     ],
     [
         "Hero:",
index fb08b9a5fddd13db73f58013514bc0996e012bdd..2c60ce6d04f0324ec3a8e29ce065c62a5d6a474b 100644 (file)
@@ -13,7 +13,7 @@ def test_tutorial(clear_sqlmodel):
 
     with TestClient(mod.app) as client:
         team_preventers = {"name": "Preventers", "headquarters": "Sharp Tower"}
-        team_z_force = {"name": "Z-Force", "headquarters": "Sister Margarets Bar"}
+        team_z_force = {"name": "Z-Force", "headquarters": "Sister Margaret's Bar"}
         response = client.post("/teams/", json=team_preventers)
         assert response.status_code == 200, response.text
         team_preventers_data = response.json()
index dae7db3378449b4d084a5cdf465762b9baf6443b..045a66ba5d927161d73580e96aeb4546833d854c 100644 (file)
@@ -16,7 +16,7 @@ def test_tutorial(clear_sqlmodel):
 
     with TestClient(mod.app) as client:
         team_preventers = {"name": "Preventers", "headquarters": "Sharp Tower"}
-        team_z_force = {"name": "Z-Force", "headquarters": "Sister Margarets Bar"}
+        team_z_force = {"name": "Z-Force", "headquarters": "Sister Margaret's Bar"}
         response = client.post("/teams/", json=team_preventers)
         assert response.status_code == 200, response.text
         team_preventers_data = response.json()
index 72dee33434cd584ca3e0a116432f18c6d71a9290..924d0b90afb72546c85955b304a85aa8334311b9 100644 (file)
@@ -16,7 +16,7 @@ def test_tutorial(clear_sqlmodel):
 
     with TestClient(mod.app) as client:
         team_preventers = {"name": "Preventers", "headquarters": "Sharp Tower"}
-        team_z_force = {"name": "Z-Force", "headquarters": "Sister Margarets Bar"}
+        team_z_force = {"name": "Z-Force", "headquarters": "Sister Margaret's Bar"}
         response = client.post("/teams/", json=team_preventers)
         assert response.status_code == 200, response.text
         team_preventers_data = response.json()
index 42f87cef76b6078aae51d6d5e15eae400cb4ec47..a1be7b094a5cb3aafd7125f7617e06318e26fd44 100644 (file)
@@ -55,7 +55,7 @@ def test_tutorial(clear_sqlmodel):
         assert response.status_code == 404, response.text
 
         team_preventers = {"name": "Preventers", "headquarters": "Sharp Tower"}
-        team_z_force = {"name": "Z-Force", "headquarters": "Sister Margarets Bar"}
+        team_z_force = {"name": "Z-Force", "headquarters": "Sister Margaret's Bar"}
         response = client.post("/teams/", json=team_preventers)
         assert response.status_code == 200, response.text
         team_preventers_data = response.json()
index 6cec87a0a7e37f801fd57b04c800d88add096810..882fcc796b6ebcec26e6f3a2aa0b37853593b303 100644 (file)
@@ -58,7 +58,7 @@ def test_tutorial(clear_sqlmodel):
         assert response.status_code == 404, response.text
 
         team_preventers = {"name": "Preventers", "headquarters": "Sharp Tower"}
-        team_z_force = {"name": "Z-Force", "headquarters": "Sister Margarets Bar"}
+        team_z_force = {"name": "Z-Force", "headquarters": "Sister Margaret's Bar"}
         response = client.post("/teams/", json=team_preventers)
         assert response.status_code == 200, response.text
         team_preventers_data = response.json()
index 70279f5b8d3b521c5b37736d36b17e966bf5669f..12791b269c1351b49cb4995f6f55098130147022 100644 (file)
@@ -58,7 +58,7 @@ def test_tutorial(clear_sqlmodel):
         assert response.status_code == 404, response.text
 
         team_preventers = {"name": "Preventers", "headquarters": "Sharp Tower"}
-        team_z_force = {"name": "Z-Force", "headquarters": "Sister Margarets Bar"}
+        team_z_force = {"name": "Z-Force", "headquarters": "Sister Margaret's Bar"}
         response = client.post("/teams/", json=team_preventers)
         assert response.status_code == 200, response.text
         team_preventers_data = response.json()
index 7a3a028ca252e6676e89688c1eae80ad9f5029cd..70bfe9a64937b3904c16807b45e699e33a8af08c 100644 (file)
@@ -12,7 +12,7 @@ expected_calls = [
     [
         "Deadpond teams:",
         [
-            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margarets Bar"},
+            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margaret's Bar"},
             {"id": 2, "name": "Preventers", "headquarters": "Sharp Tower"},
         ],
     ],
index 19a1640bd6937faf047cbd75654bf2c6c06dfc1b..bf31d9c6954530831897f2ea91b0e404d0f8a975 100644 (file)
@@ -12,7 +12,7 @@ expected_calls = [
     [
         "Deadpond teams:",
         [
-            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margarets Bar"},
+            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margaret's Bar"},
             {"id": 2, "name": "Preventers", "headquarters": "Sharp Tower"},
         ],
     ],
index 23a7649f037d81e4a8447c19dee17e608d7ed218..cb7a4d845645b71502575cf1e02335c7cbe9615b 100644 (file)
@@ -12,7 +12,7 @@ expected_calls = [
     [
         "Deadpond teams:",
         [
-            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margarets Bar"},
+            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margaret's Bar"},
             {"id": 2, "name": "Preventers", "headquarters": "Sharp Tower"},
         ],
     ],
index 4c99e0263bdebe0fe1b9ce2bf737bf7238525f7d..d4d7d95e89daa4e3e45cd40007a060434a621eb1 100644 (file)
@@ -12,7 +12,7 @@ expected_calls = [
     [
         "Deadpond teams:",
         [
-            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margarets Bar"},
+            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margaret's Bar"},
             {"id": 2, "name": "Preventers", "headquarters": "Sharp Tower"},
         ],
     ],
@@ -36,7 +36,7 @@ expected_calls = [
         "Updated Spider-Boy's Teams:",
         [
             {"id": 2, "name": "Preventers", "headquarters": "Sharp Tower"},
-            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margarets Bar"},
+            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margaret's Bar"},
         ],
     ],
     [
index d480190f6f0a5ee7fbc1ee582c85beabd0c127c7..ad7c892fcd8f85fd10005298ec245a3371820598 100644 (file)
@@ -12,7 +12,7 @@ expected_calls = [
     [
         "Deadpond teams:",
         [
-            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margarets Bar"},
+            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margaret's Bar"},
             {"id": 2, "name": "Preventers", "headquarters": "Sharp Tower"},
         ],
     ],
@@ -36,7 +36,7 @@ expected_calls = [
         "Updated Spider-Boy's Teams:",
         [
             {"id": 2, "name": "Preventers", "headquarters": "Sharp Tower"},
-            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margarets Bar"},
+            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margaret's Bar"},
         ],
     ],
     [
index 85f649acdf51d24e75703b7a7ddcf1712fa0fa50..c0df48d73c7cc4abc5c4bd009d2cce5b5c81a94f 100644 (file)
@@ -12,7 +12,7 @@ expected_calls = [
     [
         "Deadpond teams:",
         [
-            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margarets Bar"},
+            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margaret's Bar"},
             {"id": 2, "name": "Preventers", "headquarters": "Sharp Tower"},
         ],
     ],
@@ -36,7 +36,7 @@ expected_calls = [
         "Updated Spider-Boy's Teams:",
         [
             {"id": 2, "name": "Preventers", "headquarters": "Sharp Tower"},
-            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margarets Bar"},
+            {"id": 1, "name": "Z-Force", "headquarters": "Sister Margaret's Bar"},
         ],
     ],
     [
index 7da0d6758f6ae611741b872f55529b047ba6bbb2..35489b01ce5ef5bd092bb7e967265310e57f522b 100644 (file)
@@ -51,7 +51,7 @@ expected_calls = [
     ],
     [
         "Spider-Boy team:",
-        {"headquarters": "Sister Margarets Bar", "id": 1, "name": "Z-Force"},
+        {"headquarters": "Sister Margaret's Bar", "id": 1, "name": "Z-Force"},
         "is training:",
         True,
     ],
index 29918b3584037fdb4fb56c8e5bb90bb46a5b2fc9..78a699c741121d0225045838c02ae15d69a4231b 100644 (file)
@@ -51,7 +51,7 @@ expected_calls = [
     ],
     [
         "Spider-Boy team:",
-        {"headquarters": "Sister Margarets Bar", "id": 1, "name": "Z-Force"},
+        {"headquarters": "Sister Margaret's Bar", "id": 1, "name": "Z-Force"},
         "is training:",
         True,
     ],
index 5f1c87ddc3cc179b98496073fb8a7fca4eb67c61..8fed921d82dcc4d15d0cc53418e13475f69fb5a8 100644 (file)
@@ -51,7 +51,7 @@ expected_calls = [
     ],
     [
         "Spider-Boy team:",
-        {"headquarters": "Sister Margarets Bar", "id": 1, "name": "Z-Force"},
+        {"headquarters": "Sister Margaret's Bar", "id": 1, "name": "Z-Force"},
         "is training:",
         True,
     ],