Skip to content

Commit

Permalink
Basic information for AstroDome
Browse files Browse the repository at this point in the history
Please build Github...
  • Loading branch information
SuperHackio committed Sep 5, 2024
1 parent 47cabc5 commit eeb94bc
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 10 deletions.
16 changes: 13 additions & 3 deletions data/configs/AstroDome.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"InternalName": "AstroDome",
"Name": "AstroDome",
"Notes": "",
"Notes": "The enterable Domes on the Comet Observatory",
"Games": 1,
"Progress": 0,
"Parameters": {}
"Progress": 1,
"Parameters": {
"Obj_arg0": {
"Name": "Dome",
"Type": "Integer",
"Games": 1,
"Needed": false,
"Description": "0 Terrace\n1 Fountain\n2 Kitchen\n3 Bedroom\n4 Engine\n5 Garden",
"Values": [],
"Exclusives": []
}
}
}
13 changes: 12 additions & 1 deletion docs/config_AstroDome.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,18 @@ <h1>Super Mario Galaxy Object Database</h1>
</header>
<div class="contents">
<h1>Config: AstroDome</h1>
<p></p>
<p>The enterable Domes on the Comet Observatory</p>
<h2>Arguments</h2>
<table width="100%">
<colgroup><col width=6%><col width=4%><col width=5%><col width=5%><col width=50%><col width=30%></colgroup>
<tr><th>Name</th><th>Type</th><th>Games</th><th>Required?</th><th>Description</th><th>Values</th></tr>
<tr><td>Obj_arg0</td><td>Integer</td><td>SMG1</td><td>False</td><td><p><b>Dome</b>: 0 Terrace
1 Fountain
2 Kitchen
3 Bedroom
4 Engine
5 Garden</p></td><td><ul></ul></td></tr>
</table>
</div>
</body>
</html>
6 changes: 3 additions & 3 deletions docs/configs.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ <h1>Super Mario Galaxy Object Database</h1>
</p>
<table class="data"
<tr><th></th><th>Unknown configs</th><th>Known configs</th><th>Finished configs</th><th>Total configs</th></tr>
<tr><th>Relative</th><td class="punknown">24.44%</td><td class="pknown">0.78%</td><td class="pfinished">74.78%</td><td>100%</td></tr>
<tr><th>Absolute</th><td class="punknown">220</td><td class="pknown">7</td><td class="pfinished">673</td><td>900</td></tr>
<tr><th>Relative</th><td class="punknown">24.33%</td><td class="pknown">0.89%</td><td class="pfinished">74.78%</td><td>100%</td></tr>
<tr><th>Absolute</th><td class="punknown">219</td><td class="pknown">8</td><td class="pfinished">673</td><td>900</td></tr>
</table>
<p>
You can download the latest database for Whitehole here:<br>
Expand Down Expand Up @@ -59,7 +59,7 @@ <h1>Super Mario Galaxy Object Database</h1>
<tr><td class="punknown">&nbsp;</td><td><a href="config_AstroChangeStageCube.html">AstroChangeStageCube</a></td><td><p></p></td><td>SMG1</td></tr>
<tr><td class="punknown">&nbsp;</td><td><a href="config_AstroCore.html">AstroCore</a></td><td><p></p></td><td>SMG1</td></tr>
<tr><td class="punknown">&nbsp;</td><td><a href="config_AstroCountDownPlate.html">AstroCountDownPlate</a></td><td><p></p></td><td>SMG1</td></tr>
<tr><td class="punknown">&nbsp;</td><td><a href="config_AstroDome.html">AstroDome</a></td><td><p></p></td><td>SMG1</td></tr>
<tr><td class="pknown">&nbsp;</td><td><a href="config_AstroDome.html">AstroDome</a></td><td><p>The enterable Domes on the Comet Observatory</p></td><td>SMG1</td></tr>
<tr><td class="punknown">&nbsp;</td><td><a href="config_AstroDomeAsteroid.html">AstroDomeAsteroid</a></td><td><p></p></td><td>SMG1</td></tr>
<tr><td class="punknown">&nbsp;</td><td><a href="config_AstroDomeBlueStar.html">AstroDomeBlueStar</a></td><td><p></p></td><td>SMG1</td></tr>
<tr><td class="punknown">&nbsp;</td><td><a href="config_AstroDomeComet.html">AstroDomeComet</a></td><td><p></p></td><td>SMG1</td></tr>
Expand Down
2 changes: 1 addition & 1 deletion objectdb.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions objectdb.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<database timestamp="1725478152">
<database timestamp="1725547720">
<categories>
<category id="0">Stage Parts</category>
<category id="1">Level Features</category>
Expand Down Expand Up @@ -637,8 +637,9 @@ The rotating gears found inside the glass of the Comet Observatory.
The interior of a Dome.

-- CLASS NOTES --
</notes>
The enterable Domes on the Comet Observatory</notes>
<files />
<field id="0" type="int" name="Dome" notes="0 Terrace&#10;1 Fountain&#10;2 Kitchen&#10;3 Bedroom&#10;4 Engine&#10;5 Garden" values="" />
</object>
<object id="AstroDomeAsteroid">
<name>Level Select Asteroids</name>
Expand Down

0 comments on commit eeb94bc

Please sign in to comment.