Tabletop Simulator

Tabletop Simulator

(Servono più voti)
1822 - Scripted
   
Premio
Aggiungi ai preferiti
Preferito
Rimuovi dai preferiti
Game Category: Board Games, Strategy Games
Number of Players: 3, 4
Assets: Scripting
Mostra gli oggetti etichettati con tutti i termini selezionati: 4+
Dimensioni del file
Pubblicato in data
Aggiornato in data
436.785 KB
11 ago 2019, ore 14:27
4 ott 2019, ore 19:10
6 note di rilascio ( visualizza )

Sottoscrivi per scaricare
1822 - Scripted

In 1 collezione di Roland Burris
18xx Scripted Mods
6 elementi
Descrizione
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 commenti
TheManija 14 ago 2020, ore 10:21 
Hi. Did you make the mod, scanning the files or with a .json?
Niltorn 24 mag 2020, ore 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  [autore] 8 mag 2020, ore 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 apr 2020, ore 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 mar 2020, ore 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 mar 2020, ore 12:54 
getting an index error upon loading ?
soulyogurt 5 nov 2019, ore 21:24 
so glad to see this, been wanting to try this one.
Roland Burris  [autore] 14 ago 2019, ore 0:49 
Sure, ping me and I'll get you added to our discord group.
CtrlF 13 ago 2019, ore 22:55 
Thank you! Been wanting to learn an 18xx game. Will you do a teaching play on TTS soon?
striderpaul 13 ago 2019, ore 13:47 
Awesome, thank you.