chiark / gitweb /
source-info.txt: add some docs about documenting commodities
[ypp-sc-tools.git] / yarrg / source-info.txt
1 # -*- fundamental -*-
2
3 vessels
4 #|   Ship Name    |Gun Size|Volume | Mass  |
5  |Sloop           |small   |20,250 |13,500 |
6  |----------------+--------+-------+-------|
7  |Cutter          |small   |60,750 |40,500 |
8  |----------------+--------+-------+-------|
9  |Dhow            |medium  |20,250 |13,500 |
10  |----------------+--------+-------+-------|
11  |Fanchuan        |large   |20,250 |13,500 |
12  |----------------+--------+-------+-------|
13  |Longship        |small   |20,250 |13,500 |
14  |----------------+--------+-------+-------|
15  |Baghlah         |medium  |27,000 |18,000 |
16  |----------------+--------+-------+-------|
17  |Merchant brig   |medium  |135,000|90,000 |
18  |----------------+--------+-------+-------|
19  |War brig        |medium  |81,000 |54,000 |
20  |----------------+--------+-------+-------|
21  |Merchant galleon|large   |405,000|270,000|
22  |----------------+--------+-------+-------|
23  |Xebec           |medium  |182,250|121,500|
24  |----------------+--------+-------+-------|
25  |War frigate     |large   |324,000|216,000|
26  |----------------+--------+-------+-------|
27  |Grand frigate   |large   |810,000|540,000|
28 # From http://yppedia.puzzlepirates.com/Ship; when updating,
29 # delete unused columns and check heading is the same as above.
30 # If fields reordered must change parser in Commods.pm.
31
32 shot
33  small  2
34  medium 3
35  large  4
36
37 commodclasses
38  *basic_commodities
39  *ship_supplies
40  *herbs
41  *minerals
42  *cloth
43  *dye
44  *paint
45  *enamel
46  *forageables
47
48 # Commodities are defined in `commods` sections
49 # Each line is
50 #  <name> <facts>
51 # and the <facts> can be
52 #  <mass>kg
53 #  <volume>l
54 #  *<class> (see commodclasses, above)
55 #  @<sort-number>    sort order value, for where in the commods list it goes
56 #  @<sort-number>+   sort order value; 10x line number is added
57 # The <name> can contain `%<reference>` which is then defined in
58 # a `%<reference>` section.
59 # Volume defaults to 1l.
60
61 commods
62  kraken's blood         1kg             *dye                    @105
63  %d dye                 1kg             *dye                    @0
64  %enamel enamel         5kg             *enamel                 @0
65  %c paint               1200g 1l        *paint                  @0
66
67  %c cloth               700g            *cloth                  @2
68  fine %c cloth          700g            *cloth                  @5
69  sail cloth             700g            *cloth                  @150000
70
71 %d
72  red                                                            @100
73  yellow                                                         @110
74  blue                                                           @120
75  green                                                          @130
76  lime
77  navy
78
79 %enamel
80  %enamelc                                                       @0
81  %newc                                                          @10000
82
83 %c
84  %oldc                                                          @0
85  %newc                                                          @10000
86
87 # enamel colours are in a different order to everything else
88 %enamelc
89  red                                                            @100000+
90  orange                                                         @100000+
91  yellow                                                         @100000+
92  green                                                          @100000+
93  blue                                                           @100000+
94  purple                                                         @100000+
95  white                                                          @100000+
96  black                                                          @100000+
97  tan                                                            @100000+
98  grey                                                           @100000+
99  pink                                                           @100000+
100  violet                                                         @100000+
101  navy                                                           @100000+
102  aqua                                                           @100000+
103  lime                                                           @100000+
104
105 %oldc
106  red                                                            @100000+
107  tan                                                            @100000+
108  white                                                          @100000+
109  black                                                          @100000+
110  grey                                                           @100000+
111  yellow                                                         @100000+
112  pink                                                           @100000+
113  violet                                                         @100000+
114  purple                                                         @100000+
115  navy                                                           @100000+
116  blue                                                           @100000+
117  aqua                                                           @100000+
118  lime                                                           @100000+
119  green                                                          @100000+
120  orange                                                         @100000+
121
122 %newc
123  maroon                                                         @100000+
124  brown                                                          @100000+
125  gold                                                           @100000+
126  rose                                                           @100000+
127  lavender                                                       @100000+
128  mint                                                           @100000+
129  light green                                                    @100000+
130 # the following come after sailcloth in the cloth list, hence the higher number:
131  magenta                                                        @200000+
132  lemon                                                          @200000+
133  peach                                                          @200000+
134  light blue                                                     @200000+
135  persimmon                                                      @200000+
136
137 commods
138  %g gems                10kg    !g      *forageables            @0
139  diamonds               10kg    !g      *forageables            @200000+
140  emeralds               10kg    !g      *forageables            @200000+
141  moonstones             10kg    !g      *forageables            @200000+
142  opals                  10kg    !g      *forageables            @200000+
143  pearls                 10kg    !g      *forageables            @200000+
144  rubies                 10kg    !g      *forageables            @200000+
145  sapphires              10kg    !g      *forageables            @200000+
146  topazes                10kg    !g      *forageables            @200000+
147
148 %g
149  amber                                                          @200000+
150  amethyst                                                       @200000+
151  beryl                                                          @200000+
152  coral                                                          @200000+
153  jade                                                           @200000+
154  jasper                                                         @200000+
155  jet                                                            @200000+
156  lapis lazuli                                                   @200000+
157  quartz                                                         @200000+
158  tigereye                                                       @200000+
159  topaz                                                          @200000+
160
161 commods
162  swill                  1kg             *ship_supplies          @0+
163  grog                   1kg             *ship_supplies          @0+
164  fine rum               1kg             *ship_supplies          @0+
165  small cannon balls     7100g           *ship_supplies          @0+
166  medium cannon balls    14200g 2l       *ship_supplies          @0+
167  large cannon balls     21300g 3l       *ship_supplies          @0+
168  lifeboats              25kg 100l       *ship_supplies          @0+
169
170  madder                 400g            *herbs                  @0+
171  old man's beard        800g            *herbs                  @0+
172  yarrow                 200g            *herbs                  @0+
173  sassafras              500g            *herbs                  @0+
174  iris root              300g            *herbs                  @0+
175  weld                   300g            *herbs                  @0+
176  broom flower           200g            *herbs                  @0+
177  lobelia                200g            *herbs                  @0+
178  pokeweed berries       300g            *herbs                  @0+
179  indigo                 700g            *herbs                  @0+
180  elderberries           700g            *herbs                  @0+
181  cowslip                700g            *herbs                  @0+
182  lily of the valley     300g            *herbs                  @0+
183  nettle                 300g            *herbs                  @0+
184  butterfly weed         100g            *herbs                  @0+
185
186  bananas                125kg 100l      *forageables            @300000+
187  carambolas             125kg 100l      *forageables            @300000+
188  coconuts               125kg 100l      *forageables            @300000+
189  durians                125kg 100l      *forageables            @300000+
190  limes                  125kg 100l      *forageables            @300000+
191  mangos                 125kg 100l      *forageables            @300000+
192  passion fruit          125kg 100l      *forageables            @300000+
193  pineapples             125kg 100l      *forageables            @300000+
194  pomegranates           125kg 100l      *forageables            @300000+
195  rambutan               125kg 100l      *forageables            @300000+
196
197  lorandite              5500g           *minerals               @0+
198  leushite               4400g           *minerals               @0+
199  tellurium              6200g           *minerals               @0+
200  thorianite             100g            *minerals               @0+
201  chalcocite             5700g           *minerals               @0+
202  cubanite               4700g           *minerals               @0+
203  serandite              3400g           *minerals               @0+
204  papagoite              3300g           *minerals               @0+
205  sincosite              3000g           *minerals               @0+
206  masuyite               5100g           *minerals               @0+
207  gold nuggets           400g            *minerals               @0+
208
209  sugar cane             50kg 100l       *basic_commodities      @110
210  hemp                   125kg 250l      *basic_commodities      @120
211  iron                   7800g           *basic_commodities      @130
212  wood                   175kg 250l      *basic_commodities      @140
213  stone                  2600g           *basic_commodities      @150
214  hemp oil               1kg             *basic_commodities      @160
215  varnish                1kg             *basic_commodities      @180
216  lacquer                1kg             *basic_commodities      @190
217  kraken's ink           100g 1l         *basic_commodities      @200
218
219
220 client ypp-sc-tools yarrg
221  lastpage
222
223 client jpctb greenend
224  bug-094
225
226 #---------- OCEANS ----------
227 # subscriber oceans
228
229 ocean Cerulean
230  Garnet
231   Jubilee Island
232
233 # doubloon oceans
234
235 ocean Emerald
236  Crab
237   The Beaufort Islands
238  Osprey
239   Scurvy Reef
240   Gauntlet Island
241  Pleiades
242   Morgana Island
243
244 ocean Meridian
245  Draco
246   Cetus Island
247   Threewood Island
248   Wyvern Island
249  Basilisk
250   Zechstein Island
251  Komodo
252   Buyan's Vortice
253
254 # International oceans (doubloon oceans)
255
256 #ocean Jade
257 # Cigüeña
258 #  Isla Scrimshaw
259 # Ibis
260 #  Isla Kiwara
261 # Águila
262 #  Cayo Escorbuto
263
264 #ocean Opal
265 # Canis
266 #  Atchafalaya-Insel
267
268 # Test ocean
269
270 ocean Ice
271  Vilya
272   Winking Wall Island
273
274 ocean Obsidian
275  Ye Bloody Bounding Main
276   Loggerhead Island
277   Melanaster Island
278   Picklepine Ridge
279   Woodtick Island