Skip to content

Commit a6e5ae1

Browse files
committed
bases object field corrections #164
1 parent 5381f7e commit a6e5ae1

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

index.html

+17-9
Original file line numberDiff line numberDiff line change
@@ -4904,11 +4904,11 @@ <h3>Base</h3>
49044904
The current strength of the base's shields.
49054905
</p>
49064906
</dd>
4907-
<dt>Aft shields (unused) (bit 1.3, float)</dt>
4907+
<dt>Max shields (bit 1.3, float)</dt>
49084908
<dd>
49094909
<p>
4910-
Bases only have one shield, but all shielded objects in Artemis are encoded with
4911-
fore and aft shields. This value is therefore meaningless and should be ignored.
4910+
The maximum strength of the base's dhields -
4911+
The length of the bar filled by the above.
49124912
</p>
49134913
</dd>
49144914
<dt>Unknown (bit 1.4, int)</dt>
@@ -4946,13 +4946,21 @@ <h3>Base</h3>
49464946
The base's location along the Z-axis.
49474947
</p>
49484948
</dd>
4949+
<dt>Unknown (bit 2.1, 4 bytes)</dt>
4950+
<dt>Unknown (bit 2.2, 4 bytes)</dt>
4951+
<dt>Unknown (bit 2.3, 4 bytes)</dt>
4952+
<dt>Unknown (bit 2.4, 4 bytes)</dt>
4953+
<dt>Unknown (bit 2.5, byte)</dt>
4954+
<dt>Side (bit 2.6, byte)</dt>
4955+
<dd>
4956+
<p>
4957+
The side index for this base. Ships which have the same side
4958+
index are friendly to one another.
4959+
There is no side 0.
4960+
The default friendly side is 2.
4961+
</p>
4962+
</dd>
49494963
</dl>
4950-
<dt>Unknown (bit 2.1, 4 bytes)</dt>
4951-
<dt>Unknown (bit 2.2, 4 bytes)</dt>
4952-
<dt>Unknown (bit 2.3, 4 bytes)</dt>
4953-
<dt>Unknown (bit 2.4, 4 bytes)</dt>
4954-
<dt>Unknown (bit 2.5, byte)</dt>
4955-
<dt>Unknown (bit 2.6, byte)</dt>
49564964
</section>
49574965

49584966
<section id="object-creature">

0 commit comments

Comments
 (0)