Skip to content

Commit

Permalink
Finished Updating Items
Browse files Browse the repository at this point in the history
  • Loading branch information
jelaw21 committed Mar 28, 2021
1 parent 3f55097 commit 5f05ee5
Show file tree
Hide file tree
Showing 30 changed files with 244 additions and 25 deletions.
2 changes: 1 addition & 1 deletion AdvancedRocketry/1.12.2/blocks/OxygenScrubber.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
$imageDemoName = 'energyCable_demo.jpg';

//USE <p></p> to make a new paragraph
$description1 = '<p>When placed next to an <a href="OxygenVent.php">Oxygen Vent</a>, the CO2 scrubber reduces the amount of Oxygen required and increases the power consumption.</p>';
$description1 = '<p>When placed next to an <a href="OxygenVent.php">Oxygen Vent</a>, the CO2 scrubber reduces the amount of Oxygen required and increases the power consumption. It requires carbon collection cartridges to scrub the CO2 and pass clean O2 to the oxygen vent.</p>';

//FILL IN THIS PART IF THE BLOCK HAS A GUI
$imageGUI = '';
Expand Down
45 changes: 45 additions & 0 deletions AdvancedRocketry/1.12.2/items/hovercraft.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php
/* HOW TO USE THIS TEMPLATE
If you are unsure how to use this, please see any of the other pages for a reference.
Descriptions can include any HTML tags. Please link to other pages when you reference a block or item the first time.
<a href="Cables.php">data pipes</a>
Please follow these naming conventions when submitting images for blocks:
PAGE IMAGE = nameOfBlock_demo.png
SIDE BAR IMAGE = nameOfBlock_block.png
ICON IMAGE FOR LIST PAGE = nameOfBlock_icon.png
Place images in the img folder. Be sure to update blocks/index.html with a link to your block page.
*/

//NAME OF BLOCK
$title = 'Hovercraft';

$imageDemoName = '\items\hovercraft_demo.png';

//USE <p></p> to make a new paragraph
$description1 = '<p>The hovercraft is a land vehicle which needs no fuel or other raw materials to transport the player.</p><p>Controls: <br>WASD to steer<br>Z to ascend<br>X to descend</p>';

//FILL IN THIS PART IF THE BLOCK HAS A GUI
$imageGUI = '';
$descriptionGUI ='';

$optionalSection='';

$sidebarImage = '\items\hovercraft.png';
$hardness = '';
$blastResistance = '';
$requiresTool = '';
$fullBlock = '';
$sealable = '';
$tileEntity = '';
$multiBlock = '';
$hasNBT = '';
$other ='';

include($_SERVER["DOCUMENT_ROOT"].'/AdvancedRocketry/template.php');
?>
9 changes: 5 additions & 4 deletions AdvancedRocketry/1.12.2/items/idChip.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,19 @@
*/

//NAME OF BLOCK
$title = 'Id Chips';
$title = 'ID Chips';

$imageDemoName = '';

//USE <p></p> to make a new paragraph
$description1 = '<p>Id chips, in general are used to link things together or identify things.</p>
$description1 = '<p>ID chips, in general are used to link things together or identify things.</p>
<ul>
<li><b>Asteroid chips</b> are programmed and filled in the <a href="/AdvancedRocketry/1.12.2/blocks/Abdp.php">Astrobody data processor</a>. Asteroid chips are primarily used in <a href="/AdvancedRocketry/1.12.2/guides/Missions.php">Asteroid mining missions</a>.</li>
<li><b>Satellite ID chips</b> are linked to launched satellites for monitoring in the <a href="\AdvancedRocketry\1.12.2\blocks\SatelliteTerminal.php">Satellite Terminal</a>. They are programmed in the <a href="\AdvancedRocketry\1.12.2\blocks\SatelliteAssemblingMachine.php">Satellite Assembling Machine</a>.
<li><b>Asteroid ID chips</b> are programmed and filled in the <a href="/AdvancedRocketry/1.12.2/blocks/Abdp.php">Astrobody data processor</a>. Asteroid chips are primarily used in <a href="/AdvancedRocketry/1.12.2/guides/Missions.php">Asteroid mining missions</a>.</li>
<li><b>Planet ID chips</b> are put into a <a href="/AdvancedRocketry/1.12.2guides/Rockets.php">rocket\'s</a> guidance computer to keep track of the rocket\'s destination planet.
This chip can be programmed in a rocket by putting the chip into a guidance computer and clicking the <i>"Select DST"</i> button in the rocket\'s UI and selecting the planet from the resultant interface.</li>
<li><b>Space Station ID chips</b> are used to set a rocket\'s destination to a space station (or if on a space station the planet the station is orbiting). Space Station ID chips are also used in the <a href="/AdvancedRocketry/1.12.2/StationBuilder.php">station builder</a> for building station modules.</a></li>
<li><b>Elevator chips</b> are used in the <a href="/AdvancedRocketry/1.12.2/blocks/SpaceElevator.php">Space Elevator</a> to store coordinates of other space elevators that have been programmed in with a linker</li>
<li><b>Space Elevator ID chips</b> are used in the <a href="/AdvancedRocketry/1.12.2/blocks/SpaceElevator.php">Space Elevator</a> to store coordinates of other space elevators that have been programmed in with a linker.</li>
</ul></p>';

//FILL IN THIS PART IF THE BLOCK HAS A GUI
Expand Down
50 changes: 37 additions & 13 deletions AdvancedRocketry/1.12.2/items/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,43 @@
<br />
<p>Information about items can be found in the following list:<br /></p>
<ul>
<li><img class="icon" src="/AdvancedRocketry/img/items/stationIdChip.png"> <a href="idChip.php">Asteroid Id Chip</a></li>
<li><img class="icon" src="/AdvancedRocketry/img/items/biomeChanger.png"> <a href="biomeChanger.php">Biome Changer</a></li>
<li><img class="icon" src="/AdvancedRocketry/img/items/dataStorageUnit.png"> <a href="datachip.php">Data Storage Unit</a></li>
<li><img class="icon" src="/AdvancedRocketry/img/items/holoProjector.png"> <a href="holoProjector.php">Holo-Projector</a></li>
<li><img class="icon" src="/AdvancedRocketry/img/items/chipSeq.gif"> <a href="idChip.php">Id Chips</a></li>
<li><img class="icon" src="/AdvancedRocketry/img/items/linker.png"> <a href="linker.php">Linker</a></li>
<li><img class="icon" src="/AdvancedRocketry/img/oreScanner_icon.png"> <a href="oreScanner.php">Ore Scanner</a></li>
<li><img class="icon" src="/AdvancedRocketry/img/items/planetIdChip.png"> <a href="idChip.php">Planet Id Chip</a></li>
<li><img class="icon" src="/AdvancedRocketry/img/items/pressureTank0.png"> <a href="pressureTank.php">Pressure Tank</a></li>
<li><img class="icon" src="/AdvancedRocketry/img/satellite_icon.png"> <a href="satellite.php">Satellite</a></li>
<li><img class="icon" src="/AdvancedRocketry/img/items/satelliteIdChip.png"> <a href="idChip.php">Satellite Id Chip</a></li>
<li><img class="icon" src="/AdvancedRocketry/img/items/stationIdChip.png"> <a href="idChip.php">Station Id Chip</a></li>
<li><img class="icon" src="/AdvancedRocketry/img/items/space_chestplate.png"> <a href="modularSpaceSuit.php">Space Suit</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/itemUpgrade4.png"> <a href="modularSpaceSuit.php#headcomponents">Anti-Fog Visor</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/stationIdChip.png"> <a href="idChip.php">Asteroid Chip</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/atmosphereAnalyzer.png"> <a href="modularSpaceSuit.php#headcomponents">Atmosphere Analyzer</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/satellitePowerSource0.png"> <a href="satellite.php">Basic Solar Panel</a></li>
<!--<li><img class="item-icon" src="/AdvancedRocketry/img/items/basiclasergun.png"> <a href="#">Basic Laser Gun</a></li>-->
<li><img class="item-icon" src="/AdvancedRocketry/img/items/battery1.png"> <a href="satellite.php">Batteries</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/beaconFinder.png"> <a href="modularSpaceSuit.php#headcomponents">Beacon Finder</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/satellitePrimaryFunction5.png"> <a href="satellite.php">Biome Changer</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/biomeChanger.png"> <a href="biomeChanger.php">Biome Changer Remote</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/itemUpgrade2.png"> <a href="modularSpaceSuit.php#legcomponents">Bionic Leg Upgrade</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/carbonscrubbercartrige.png"> <a href="\AdvancedRocketry\1.12.2\blocks\OxygenScrubber.php">Carbon Collection Cartridge</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/satellitePrimaryFunction1.png"> <a href="satellite.php">Composition Sensor</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/dataStorageUnit.png"> <a href="datachip.php">Data Storage Unit</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/itemUpgrade1.png"> <a href="modularSpaceSuit.php#headcomponents">Flight Speed Control Upgrade</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/holoProjector.png"> <a href="holoProjector.php">Holo-Projector</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/itemUpgrade0.png"> <a href="modularSpaceSuit.php#headcomponents">Hover Upgrade</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/hovercraft.png"> <a href="#">HoverCraft</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/jackhammer.png"> <a href="#">Jackhammer</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/jetpack.png"> <a href="modularSpaceSuit.php#chestcomponents">Jet Pack</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/satellitePowerSource1.png"> <a href="satellite.php">Large Solar Panel</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/linker.png"> <a href="linker.php">Linker</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/satellitePrimaryFunction2.png"> <a href="satellite.php">Mass Detector</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/satellitePrimaryFunction3.png"> <a href="satellite.php">Microwave Transmitter</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/satellitePrimaryFunction0.png"> <a href="satellite.php">Optical Sensor</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/satellitePrimaryFunction4.png"> <a href="satellite.php">Ore Mapper</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/oreScanner_icon.png"> <a href="oreScanner.php">Ore Scanner</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/landingboots.png"> <a href="modularSpaceSuit.php#bootcomponents">Padded Landing Boots</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/planetIdChip.png"> <a href="idChip.php">Planet Id Chip</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/pressureTank0.png"> <a href="pressureTank.php">Pressure Tank</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/satellite_icon.png"> <a href="satellite.php">Satellite</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/satelliteIdChip.png"> <a href="idChip.php">Satellite Id Chip</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/sealdetector.png"> <a href="#">Seal Detector</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/elevatorchip.png"> <a href="idChip.php">Space Elevator Chip</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/stationIdChip.png"> <a href="idChip.php">Space Station Id Chip</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/space_chestplate.png"> <a href="modularSpaceSuit.php">Space Suit</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/thermite.png"> <a href="#">Thermite</a></li>
<li><img class="item-icon" src="/AdvancedRocketry/img/items/trackingcircuit.png"> <a href="#">Tracking Circuit</a></li>
</ul>';

$infoBarContent = ' Index of Advanced Rocketry Items';
Expand Down
45 changes: 45 additions & 0 deletions AdvancedRocketry/1.12.2/items/jackhammer.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php
/* HOW TO USE THIS TEMPLATE
If you are unsure how to use this, please see any of the other pages for a reference.
Descriptions can include any HTML tags. Please link to other pages when you reference a block or item the first time.
<a href="Cables.php">data pipes</a>
Please follow these naming conventions when submitting images for blocks:
PAGE IMAGE = nameOfBlock_demo.png
SIDE BAR IMAGE = nameOfBlock_block.png
ICON IMAGE FOR LIST PAGE = nameOfBlock_icon.png
Place images in the img folder. Be sure to update blocks/index.html with a link to your block page.
*/

//NAME OF BLOCK
$title = 'Jackhammer';

$imageDemoName = '';

//USE <p></p> to make a new paragraph
$description1 = '<p>The jackhammer is a mining tool which works extremely fast, taking one click for most blocks. It is the only item capable of mining geodes. It can be enchanted like other pickaxes, but the effects of Efficiency enchantments can only be seen when mining extremely hard blocks like obsidian or geodes.</p>';

//FILL IN THIS PART IF THE BLOCK HAS A GUI
$imageGUI = '';
$descriptionGUI ='';

$optionalSection='';

$sidebarImage = '\items\jackhammer.png';
$hardness = '';
$blastResistance = '';
$requiresTool = '';
$fullBlock = '';
$sealable = '';
$tileEntity = '';
$multiBlock = '';
$hasNBT = '';
$other ='';

include($_SERVER["DOCUMENT_ROOT"].'/AdvancedRocketry/template.php');
?>
4 changes: 4 additions & 0 deletions AdvancedRocketry/1.12.2/items/modularSpaceSuit.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<p>When wearing the modular helmet, a display indicating what components are installed on what parts of the suit in the top left corner of the screen.</p>';

$optionalSection = '<h2><center>Space Suit Components</center></h2>
<a name="headcomponents"></a>
<table style="width:100%">
<thead class="center"><h3><center><img align=center style="image-rendering: -webkit-optimize-contrast; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: crisp-edges; border: none" width=32px src="/AdvancedRocketry/img/items/space_helmet.png" />Helmet Components</h3></center></thead>
<tr>
Expand Down Expand Up @@ -65,6 +66,7 @@
</tr>
</table>
<br>
<a name="chestcomponents"></a>
<table style="width:100%">
<thead><h3><center><img align=center style="image-rendering: -webkit-optimize-contrast; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: crisp-edges; border: none" width=32px src="/AdvancedRocketry/img/items/space_chestplate.png" />Chestplate Components</h3></thead></center>
<tr>
Expand All @@ -83,6 +85,7 @@
</tr>
</table>
<br>
<a name="legcomponents"></a>
<table style="width:100%">
<thead><h3><center><img align=center style="image-rendering: -webkit-optimize-contrast; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: crisp-edges; border: none" width=32px src="/AdvancedRocketry/img/items/space_leggings.png" />Legging Components</h3></thead></center>
<tr>
Expand All @@ -96,6 +99,7 @@
</table>
<br><br>
<a name="bootcomponents"></a>
<table style="width:100%">
<thead><h3><center><img align=center style="image-rendering: -webkit-optimize-contrast; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: crisp-edges; border: none" width=32px src="/AdvancedRocketry/img/items/space_boots.png" />Boot Components</h3></thead></center>
<tr>
Expand Down
14 changes: 7 additions & 7 deletions AdvancedRocketry/1.12.2/items/satellite.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,31 @@
</tr>
<tr>
<td><img align=left style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/satellitePrimaryFunction0.png"/>Optical Sensor</td>
<td><img align=left style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/items/satellitePrimaryFunction0.png"/>Optical Sensor</td>
<td>Optical Telescope</td>
<td>Data Collection</td>
</tr>
<tr>
<td><img align=left style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/satellitePrimaryFunction1.png"/>Composition Sensor</td>
<td><img align=left style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/items/satellitePrimaryFunction1.png"/>Composition Sensor</td>
<td>Composition Scanner</td>
<td>Data Collection</td>
</tr>
<tr>
<td><img align=left style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/satellitePrimaryFunction2.png"/>Mass Detector</td>
<td><img align=left style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/items/satellitePrimaryFunction2.png"/>Mass Detector</td>
<td>Mass Scanner</td>
<td>Data Collection</td>
</tr>
<tr>
<td><img align=left style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/satellitePrimaryFunction3.png"/>Microwave Transmitter</td>
<td><img align=left style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/items/satellitePrimaryFunction3.png"/>Microwave Transmitter</td>
<td>Microwave Energy Satellite</td>
<td>Energy Collection</td>
</tr>
<tr>
<td><img align=left width=16px style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/satellitePrimaryFunction4.png"/>Ore Mapper*</td>
<td><img align=left width=16px style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/items/satellitePrimaryFunction4.png"/>Ore Mapper*</td>
<td>Ore Mapper</td>
<td>Utility</td>
</tr>
Expand All @@ -84,12 +84,12 @@
</tr>
<tr>
<td><img align=left width=16px style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/satellitePowerSource0.png"/>Basic Solar Panel***</td>
<td><img align=left width=16px style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/items/satellitePowerSource0.png"/>Basic Solar Panel***</td>
<td>0.1 RF/t</td>
</tr>
<tr>
<td><img align=left width=16px style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/satellitePowerSource1.png"/>Large Solar Panel</td>
<td><img align=left width=16px style="margin: 0px; margin-right: 10px; padding: 0px; border: none;" src="/AdvancedRocketry/img/items/satellitePowerSource1.png"/>Large Solar Panel</td>
<td>1 RF/t</td>
</tr>
</table>
Expand Down
45 changes: 45 additions & 0 deletions AdvancedRocketry/1.12.2/items/sealDetector.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php
/* HOW TO USE THIS TEMPLATE
If you are unsure how to use this, please see any of the other pages for a reference.
Descriptions can include any HTML tags. Please link to other pages when you reference a block or item the first time.
<a href="Cables.php">data pipes</a>
Please follow these naming conventions when submitting images for blocks:
PAGE IMAGE = nameOfBlock_demo.png
SIDE BAR IMAGE = nameOfBlock_block.png
ICON IMAGE FOR LIST PAGE = nameOfBlock_icon.png
Place images in the img folder. Be sure to update blocks/index.html with a link to your block page.
*/

//NAME OF BLOCK
$title = 'Seal Detector';

$imageDemoName = '\items\sealDetector_demo.png';

//USE <p></p> to make a new paragraph
$description1 = '<p>The seal detector is a tool which is used on blocks to determine if they are able to create a seal. Blocks which create a seal are able to keep oxygen from flowing through them, thus making them excellent building blocks for space stations and other non-breathable atmospheres. Blocks which do not create a seal will need <a href="\AdvancedRocketry\1.12.2\blocks\Seal.php">Pipe Seals</a> in order to be used on the exterior walls of structures in non-breathable atmospheres.</p>';

//FILL IN THIS PART IF THE BLOCK HAS A GUI
$imageGUI = '';
$descriptionGUI ='';

$optionalSection='';

$sidebarImage = '\items\sealDetector.png';
$hardness = '';
$blastResistance = '';
$requiresTool = '';
$fullBlock = '';
$sealable = '';
$tileEntity = '';
$multiBlock = '';
$hasNBT = '';
$other ='';

include($_SERVER["DOCUMENT_ROOT"].'/AdvancedRocketry/template.php');
?>
Loading

0 comments on commit 5f05ee5

Please sign in to comment.