Tabletop Simulator

Tabletop Simulator

108 betyg
Orléans w/ Trade & Intrigue (Scripted) [ENG]
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Game Category: Board Games
Number of Players: 2, 3, 4
Taggar: 4+
Filstorlek
Lades upp
Uppdaterades
609.362 KB
2 apr, 2016 @ 18:59
13 jul, 2021 @ 10:57
47 ändringsnotiser ( visa )

Abonnera för att ladda ner
Orléans w/ Trade & Intrigue (Scripted) [ENG]

Beskrivning
(C) dlp games 2014

If you want more quality mods like this, let me know by rating it with a thumbs up! Please feel free to comment with feedback and follow me (click my name to the right then click More -> Follow) to be the first to see the latest mods.

If you enjoy playing this game, please support Tasty Minstrel Games [playtmg.com] by purchasing Orléans from your favourite FLGS (friendly local gaming store) or on-line retailer.

Game Resources
Orléans on BoardGameGeek [boardgamegeek.com]

Mod Features
This mod is based on the Deluxe Edition of Orleans and also incorporates a layout with snap points for ease of play for those like me with OCD.

Description
During the medieval goings-on around Orléans, you must assemble a following of farmers, merchants, knights, monks, etc. to gain supremacy through trade, construction, and science in medieval France.

In the city of Orléans and the area of the Loire, you can take trade trips to other cities to acquire coveted goods and build trading posts. You need followers and their abilities to expand your dominance by putting them to work as traders, builders, and scientists. Knights expand your scope of action and secure your mercantile expeditions. Craftsmen build trading stations and tools to facilitate work. Scholars make progress in science, and last but not least it cannot hurt to get active in monasteries, since with monks on your side, you are much less likely to fall prey to fate.

In Orléans, you will always want to take more actions than possible, and there are many paths to victory. The challenge is to combine all elements as best as possible with regard to your strategy.
Populära diskussioner Visa alla (2)
1
19 apr, 2021 @ 9:06
Fix to wonky GIANT pieces
Ator61
0
23 aug, 2020 @ 12:42
White Player Draw Followers Button
Enon
36 kommentarer
LorDream 20 apr @ 18:43 
How can I use Turn skipper?
Nut 26 jun, 2024 @ 14:31 
any chance of Plague? :)
Ksdas 17 apr, 2023 @ 15:07 
Any chance Invasion will be added :steamhappy:?Like to try some solo on TTS.
Decumanusmaximus  [skapare] 25 feb, 2023 @ 15:05 
Not playing TTS these days; feel free to fix & repost if you'd like
M.4XX 25 feb, 2023 @ 2:47 
Are you still supporting this mod? And do you still hold the offer to include Invasion if someone buys you a copy of it? :)
MrSkinny 23 jun, 2022 @ 19:07 
The "Draw Followers" button seems to have no correlation to the position of the Knights marker. (i.e. it always draws 4). Is it meant to?
Decumanusmaximus  [skapare] 31 mar, 2021 @ 18:58 
@Ator61 Thanks for the additional changes & making it so easy for me to re-upload to the workshop. It has been updated & uploaded. Thanks again ...
Ator61 30 mar, 2021 @ 7:11 
Oh yeah and modified the Place Tile snaps so the upper-middle snap is tagged to PlaceTile and all the tiles are tagged with PlaceTile. That way the tiles only snap to that correct snap, and the other two snaps work only for tokens when placed.
Ator61 30 mar, 2021 @ 7:02 
@Decumanusmaximus Here is my modified version of your mod!
https://1drv.ms/u/s!AhsgsaRGBhyZgY0GiYzeqfaJaYlxTg?e=IB2hcd
It has the following changes:
Draw button works for White
PlayerToken bags auto shuffle
Visible numbers for goods/tokens/hourglasses
Turn Skipper tokens that get reset when next hourglass is drawn
Turn order set to Start Player token holder when hourglass is drawn
Ator61 29 mar, 2021 @ 13:41 
I recommend you add this auto-shuffling script to each of the player token bags:
function onSearchEnd()
self.shuffle()
end
function onObjectLeaveContainer(container, enter_object)
if container == self then
self.shuffle()
end
end
function onObjectEnterContainer(container, enter_object)
if container == self then
self.shuffle()
end
end