Skip to content

Commit

Permalink
Merge pull request #186 from artemis-nerds/164
Browse files Browse the repository at this point in the history
bases object field corrections #164
  • Loading branch information
rjwut authored Dec 2, 2019
2 parents 3764890 + 302d345 commit 65db451
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4906,11 +4906,11 @@ <h3>Base</h3>
The current strength of the base's shields.
</p>
</dd>
<dt>Aft shields (unused) (bit 1.3, float)</dt>
<dt>Max shields (bit 1.3, float)</dt>
<dd>
<p>
Bases only have one shield, but all shielded objects in Artemis are encoded with
fore and aft shields. This value is therefore meaningless and should be ignored.
The maximum strength of the base's shields -
The length of the bar filled by the above.
</p>
</dd>
<dt>Unknown (bit 1.4, int)</dt>
Expand Down Expand Up @@ -4948,13 +4948,21 @@ <h3>Base</h3>
The base's location along the Z-axis.
</p>
</dd>
<dt>Unknown (bit 2.1, 4 bytes)</dt>
<dt>Unknown (bit 2.2, 4 bytes)</dt>
<dt>Unknown (bit 2.3, 4 bytes)</dt>
<dt>Unknown (bit 2.4, 4 bytes)</dt>
<dt>Unknown (bit 2.5, byte)</dt>
<dt>Side (bit 2.6, byte)</dt>
<dd>
<p>
The side index for this base. Ships / bases which
have the same side index are friendly to one another.
There is no side 0.
The default friendly side is 2.
</p>
</dd>
</dl>
<dt>Unknown (bit 2.1, 4 bytes)</dt>
<dt>Unknown (bit 2.2, 4 bytes)</dt>
<dt>Unknown (bit 2.3, 4 bytes)</dt>
<dt>Unknown (bit 2.4, 4 bytes)</dt>
<dt>Unknown (bit 2.5, byte)</dt>
<dt>Unknown (bit 2.6, byte)</dt>
</section>

<section id="object-creature">
Expand Down

0 comments on commit 65db451

Please sign in to comment.