chiark / gitweb /
e160fcbad6631d004b6f9845ca30121b095738ee
[ypp-sc-tools.db-test.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  rum spice              800g            *ship_supplies          @0+
166  small cannon balls     7100g           *ship_supplies          @0+
167  medium cannon balls    14200g 2l       *ship_supplies          @0+
168  large cannon balls     21300g 3l       *ship_supplies          @0+
169  lifeboats              25kg 100l       *ship_supplies          @0+
170
171  madder                 400g            *herbs                  @0+
172  old man's beard        800g            *herbs                  @0+
173  yarrow                 200g            *herbs                  @0+
174  sassafras              500g            *herbs                  @0+
175  iris root              300g            *herbs                  @0+
176  weld                   300g            *herbs                  @0+
177  broom flower           200g            *herbs                  @0+
178  lobelia                200g            *herbs                  @0+
179  pokeweed berries       300g            *herbs                  @0+
180  indigo                 700g            *herbs                  @0+
181  elderberries           700g            *herbs                  @0+
182  cowslip                700g            *herbs                  @0+
183  lily of the valley     300g            *herbs                  @0+
184  nettle                 300g            *herbs                  @0+
185  butterfly weed         100g            *herbs                  @0+
186  allspice               800g            *herbs                  @0+
187
188  bananas                125kg 100l      *forageables            @300000+
189  carambolas             125kg 100l      *forageables            @300000+
190  coconuts               125kg 100l      *forageables            @300000+
191  durians                125kg 100l      *forageables            @300000+
192  limes                  125kg 100l      *forageables            @300000+
193  mangos                 125kg 100l      *forageables            @300000+
194  passion fruit          125kg 100l      *forageables            @300000+
195  pineapples             125kg 100l      *forageables            @300000+
196  pomegranates           125kg 100l      *forageables            @300000+
197  rambutan               125kg 100l      *forageables            @300000+
198
199  lorandite              5500g           *minerals               @0+
200  leushite               4400g           *minerals               @0+
201  tellurium              6200g           *minerals               @0+
202  thorianite             100g            *minerals               @0+
203  chalcocite             5700g           *minerals               @0+
204  cubanite               4700g           *minerals               @0+
205  serandite              3400g           *minerals               @0+
206  papagoite              3300g           *minerals               @0+
207  sincosite              3000g           *minerals               @0+
208  masuyite               5100g           *minerals               @0+
209  gold nuggets           400g            *minerals               @0+
210
211  sugar cane             50kg 100l       *basic_commodities      @110
212  hemp                   125kg 250l      *basic_commodities      @120
213  iron                   7800g           *basic_commodities      @130
214  wood                   175kg 250l      *basic_commodities      @140
215  stone                  2600g           *basic_commodities      @150
216  hemp oil               1kg             *basic_commodities      @160
217  varnish                1kg             *basic_commodities      @180
218  lacquer                1kg             *basic_commodities      @190
219  kraken's ink           100g 1l         *basic_commodities      @200
220
221
222 client ypp-sc-tools yarrg
223  lastpage
224
225 client jpctb greenend
226  bug-094
227
228 #---------- OCEANS ----------
229 # subscriber oceans
230
231 ocean Cerulean
232  Garnet
233   Jubilee Island
234
235 # doubloon oceans
236
237 ocean Emerald
238  Crab
239   The Beaufort Islands
240  Osprey
241   Scurvy Reef
242   Gauntlet Island
243  Pleiades
244   Morgana Island
245
246 ocean Meridian
247  Draco
248   Cetus Island
249   Threewood Island
250   Wyvern Island
251  Basilisk
252   Zechstein Island
253  Komodo
254   Buyan's Vortice
255
256 # International oceans (doubloon oceans)
257
258 #ocean Jade
259 # Cigüeña
260 #  Isla Scrimshaw
261 # Ibis
262 #  Isla Kiwara
263 # Águila
264 #  Cayo Escorbuto
265
266 #ocean Opal
267 # Canis
268 #  Atchafalaya-Insel
269
270 # Test ocean
271
272 ocean Ice
273  Vilya
274   Winking Wall Island
275
276 ocean Obsidian
277  Ye Bloody Bounding Main
278   Loggerhead Island
279   Melanaster Island
280   Picklepine Ridge
281   Woodtick Island