As DGill pointed out:
Its a Feudal State - perhaps they should be using Palanquins
Oh dear me. Wildeblood, we're talking specifically about
Digebiti here, old boy.
Vide:
1)
Metafiction: Dialogues on the Lore of Xlite
The dramatic date of the dialogue is set around 3150 CE, on the expansive polo fields of the Dark Desert of Digebiti,
littered with broken sedan chairs, inter-city palanquins and a functioning cocktail bar. The chairmen have gone home. One lonely barman is waving his cocktail shaker lackadaisically over the till. It is early evening and the star of Lave has just risen over the horizon.
Characters (so far) in the dialogue:
• User2357 a peripatetic pyrrhonist investigating the mysteries of meta-physics
• Cholmondeley of Digebiti, a strident sophist
...
At this point Sir Cody of El Viejo struggles into view having just escaped the ball celebrating his assumption of the Officership of the Order of the Opulent Ooniverse. He is leaning on Redspear who was a guest at the event. Sir Cody (Bart.) of El Viejo O.O.O.O. staggers to the bar to order a single malt. Stranger and some sort of robot (?) can be seen in the distance making their way towards the tergiversatory throng.
2)
Life in the Frontier: Ideas for the Digebiti orbital station
...
•You see two chairmen carrying a
sedan chair <turn a corner/move towards you/approach you/move towards you and then turn a corner/stop and wait. A <groan emanates/voice calls out/cry comes/shout sounds> from inside, and they start <moving/walking> again.>
•You see a couple of chairmen <walking/running> towards you <carrying/holding> a <black/blue/red/green/yellow/grey/purple> <curtained-off/empty>
sedan chair with a coat of arms <on/emblazoned on/painted on> the side.
...
•<Two/Three/Four> footmen <escorting/accompanying> a
sedan chair with the logo of the Church of St Giles <emblazoned/depicted/painted> on the side.
...
In a large hallway:
...
•You see several footmen carrying a
palanquin with <a couple of people on top/several people sitting on top/a number of people on top/a group on top> <drinking from champagne glasses/taking snuff/drinking tea/laughing out loud/arguing about something/speaking earnestly/joshing each other/playing a card game/holding an armillary sphere and pointing at areas on it/arguing over a book>. <Other footmen form a sort of cordon around the palanquin/nothing/The footmen are all wearing livery/The footmen wear different liveries/The footmen look quite exhausted/The footmen are moving quite rapidly/The footmen are moving slowly/The footmen stop/The footmen come to a <halt/stop>>
3)
New Cargoes 2.0
I must say that the export of luxurious hand-crafted sedan chairs and inter-city palanquins from the Cholmondeley estates in
Digebiti is a matter of grave concern to cousin Digby. The market in
Isinor has dried up and the promised interest (
not for the palanquins) amongst the grandees in
Tibecea has yet to materialise. Feudal duty to the employed families necessitates the location of new markets. (Attempts to promote their use on the main orbital station above Digebiti have been
massively locked by the need to widen the corridors to allow the chairs to pass each other. Work is theoretically on-going but all seems static at the moment.)
...
How do I add top hats and
inter-city palanquins to the unending
Digebiti.oxp as Digebitian New Cargoes?
The toppers sell well in Tibecea (0:170), Ribiso (0:115) and Raleen (0:240).
"T
?","textiles","Silk Top Hats","A distinctive luxury hat, worn by the gentry and their peers. Not to be confused with the cheaper felt top hats."
The palanquins sell well in Ceedra (0:15), Reorte (0:39), Leoned (0:97) and Xeququti (0:205).
"X
?","luxuries","Inter-city palanquins","Large palanquins, luxuriously appointed, needing a dozen or more chairmen to carry them."
...
Something like this:
Code: Select all
"use strict";
this.author = "cim";
this.copyright = "© 2011-2014 cim.";
this.license = "CC-BY-SA 3.0";
this.name = "CargoTypeExtension-Station-DigebitiSystem";
this.description = "Digebiti System market definition";
this.startUp = function () {
if (!worldScripts.CargoTypeExtension) {
for (prop in this) {
if (prop !== 'name' && prop !== 'version' && prop !== "oolite_manifest_identifier") {
delete this[prop];
}
}
return;
}
else {
this.$registerNewCargoTypes();
}
}
this.$registerNewCargoTypes = function () {
var obj = new Object;
obj.ID = "DS-TH1";
obj.genericType = "textiles";
obj.specificType = "Silk Top Hats";
obj.buySystems = [[96], [], [], [], [], [], [], []];
obj.sellSystems = [[170,115,240], [], [], [], [], [], [], []];
obj.desc = "A distinctive luxury hat, worn by the gentry and their peers. Not to be confused with the cheaper felt top hats.";
worldScripts["CargoTypeExtension"].registerCargoType(obj);
obj = new Object;
obj.ID = "DS-TH2";
obj.genericType = "luxuries";
obj.specificType = "Inter-city palanquins";
obj.buySystems = [[96], [], [], [], [], [], [], []];
obj.sellSystems = [[15,39,97,205], [], [], [], [], [], [], []];
obj.desc = "Large palanquins, luxuriously appointed, needing a dozen or more chairmen to carry them.";
worldScripts["CargoTypeExtension"].registerCargoType(obj);
}
Just because your venerated
Vetitice is the home of the Parking Meter industry...