Tabletop Simulator
Недостаточно оценок
1822 - Scripted
   
Наградить
В избранное
В избранном
Удалить
Game Category: Board Games, Strategy Games
Number of Players: 3, 4
Assets: Scripting
Метки: 4+
Размер файла
Добавлен
Изменён
436.785 KB
11 авг. 2019 г. в 14:27
4 окт. 2019 г. в 19:10
Обновлений: 6 (просмотреть)

Подпишитесь, чтобы загрузить
1822 - Scripted

В 1 коллекции, созданной Roland Burris
18xx Scripted Mods
Предметов: 6
Описание
A great 18xx entry and my latest script. Lots of things to bid on, and a random starting packet/minor company order makes for a different game every time.
Комментариев: 10
TheManija 14 авг. 2020 г. в 10:21 
Hi. Did you make the mod, scanning the files or with a .json?
Niltorn 24 мая. 2020 г. в 9:07 
@Breich - It is covered in 5.14.1 of the 1822 rules where it states "...or pay half (rounded up to the next multiple of £10) and keep the rest". The general rule in 18xx games when there are fractional payouts is shareholders get the roundup and the company gets the round down.
Roland Burris  [создатель] 8 мая. 2020 г. в 16:44 
@Niltorn thanks for the feedback--I may bake in some of that automation. As far as paying half--I don't recall reading that in the rules, and I've always determined it was a function of playing in person. I prefer paying out exactly half since it's all scripted, so it was by design. If the game does explicitly mention how to hand odd # price halving then I'll change it.
Niltorn 15 апр. 2020 г. в 19:28 
There is a bug in the Half Pay script. Currently it is doing a literally 50/50 pay on off numbers (90=45 and 45 instead of 50 to shares and 40 to company). Correct formula for script on lines 881-883 is:

amount = object.getValue() / 20
Payout(math.ceil(amount) * 10, i)
Withold(math.floor(amount) * 10, i)

Niltorn 31 мар. 2020 г. в 6:48 
@Breich - Thanks for putting the game box together. A few suggestions if you have a chance:
1) The player order cards needed during the game appear to be missing. Need to add a set of cards with 1-6 marked on them.
2) Since you have the 1822+ game implemented, it would be nice when opening the gamebox to have the privates already divided into their three separate color stacks. It is easier to merge them into one stack if playing the variant then going through the deck and separating them for the standard 1822+ game.
3) Is it possible as part of the pay privates script to return all of the bid tokens to the player's area?
4) Suggestion: add a few tokens with +£100 on one side and +£200 on the other to place in the bid area when bids go around around the bid track.
neutron 16 мар. 2020 г. в 12:54 
getting an index error upon loading ?
soulyogurt 5 ноя. 2019 г. в 21:24 
so glad to see this, been wanting to try this one.
Roland Burris  [создатель] 14 авг. 2019 г. в 0:49 
Sure, ping me and I'll get you added to our discord group.
CtrlF 13 авг. 2019 г. в 22:55 
Thank you! Been wanting to learn an 18xx game. Will you do a teaching play on TTS soon?
striderpaul 13 авг. 2019 г. в 13:47 
Awesome, thank you.