changeset 182:9bb617528b25 misc

Updates.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Jan 2011 23:28:02 +0000
parents 221819ca9f18
children 5838e307d8b2 84fa86a54038
files ships.xml
diffstat 1 files changed, 61 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ships.xml	Fri Jan 14 19:26:45 2011 +0000
+++ b/ships.xml	Fri Jan 14 23:28:02 2011 +0000
@@ -309,6 +309,22 @@
 BatWorld), and is <ulink linkend="&arealink;Rillion's+castle">Rillion's
 castle</ulink>, which is also known as "Mansion".
 </para>
+
+<section><title>Result</title>
+<para>
+Cargo holds are very useful on ships, since they provide a safe place to
+drop stuff. Each cargo hold can store approximately 900 kg. Some ships have more
+room that they can devote to cargo storage than others.
+</para>
+<para>
+Allowed jobs:
+  add_cargo_hold, remove_cargo_hold
+</para>
+<para>
+Allowed quest:
+  galley
+</para>
+</section>
 </section>
 
 
@@ -684,6 +700,51 @@
 </section>
 
 
+<section id="job-add_cargo_hold"><title>Add_cargo_hold</title>
+<para>
+Adds a cargo hold to a ship. Each cargo hold can hold approximately 900 kg
+worth of items. Different ship classes may have different numbers of cargo
+holds.
+</para>
+<screen>
+  Material              Kilos
+  -------------------- ------
+  Glass                    35
+  Lead                     30
+  Titanium                 25
+  Wood                    100
+</screen>
+<itemizedlist>
+ <listitem><para>Special item: none.</para></listitem>
+ <listitem><para>Workers: 4</para></listitem>
+ <listitem><para>The job will take 10 shifts (approx 30 minutes)</para></listitem>
+ <listitem><para>Each worker is paid 500 credits per shift.</para></listitem>
+ <listitem><para>Total cost: 20000 credits.</para></listitem>
+</itemizedlist>
+</section>
+
+
+<section id="job-remove_cargo_hold"><title>Remove_cargo_hold</title>
+<para>
+Not all classes of luxury ships can support the same number of cargo holds,
+so it is possible that you will need to remove some in order to change a ship's
+class.
+</para>
+<screen>
+  Material              Kilos
+  -------------------- ------
+  Wood                     50
+</screen>
+<itemizedlist>
+ <listitem><para>Special item: none.</para></listitem>
+ <listitem><para>Workers: 2</para></listitem>
+ <listitem><para>The job will take 2 shifts (approx 6 minutes)</para></listitem>
+ <listitem><para>Each worker is paid 500 credits per shift.</para></listitem>
+ <listitem><para>Total cost: 2000 credits.</para></listitem>
+</itemizedlist>
+</section>
+
+
 
 
 <!--