The Witcher Dice Poker Mod

  1. Witcher 2 Dice Game Rules
  2. Witcher Dice Poker Set
  3. The Witcher Dice Poker Mod 1

Is there a mod which retextures the dice and/or the backround for the dice poker game in the witcher 1 (enhanced edition in my case) similar to this http://witcher. The Witcher One Round Dice Poker Mod About This mod lets you win (or lose) a Dice Poker game after the first round, which is useful to those, that wants to farm orens or simply beat the quest with a faster method. This thing has to be rigged. Dice in witcher 2 is same, just lacks interface of Witcher 1 version. Witcher 1 version is much better. 2 points 2 years ago. Idk about the first game, but I remember dice poker in the second game was literally stacked against you. I don't remember the details exactly but if you. The Welcome Bonus is open to new customers who are aged the witcher 1 dice poker mod 18 and over. Once you have made your first qualifying the witcher 1 dice poker mod deposit, please accept or decline your bonus in the pop-up notification window before playing the casino games. Your Welcome Bonus will then be credited to your account immediately.

Witcher Kings mod, a total conversion for Crusader Kings 2 set in the universe of The Witcher, is now compatible with the latest build 2.7.1. Is 7.11 rational or irrational.

Windows automatic installer (recommended)


or manual install (Windows/Mac/Linux)


It is mainly a compatibility & bugfix release, but also has a few new features, described below.

This release doesn't include societies and artifacts, but this will come with a future release.

For more information on the mod, checkout the Witcher Kings wiki page.

Dice

Dice Poker

The Dice Poker mini-game from the Witcher video games has been integrated to the mod !

It started as a technical challenge more than a year ago, and few implementation struggles later, it became a multiplayer-compatbile targeted decision and event chain !

The rules

The rules are based on TW2, mainly because it's a slightly easier to implement than TW1.
Each game consists of a single round, composed of two rolls:

  • After the initial bets (0.5 gold), each player rolls the dice once
  • Players can then decide (in turn) to check, raise (0.5 gold), call or resign
  • Then each player decide which dice to re-roll, or to pass.
  • The winner is the one with the best combination (Five-of-a-kind > Four-of-a-kind > Full House > Six-high straight > Five-high straight > Three-of-a-kind > Two pairs > One pair).
  • In case both player have the same combination, the one with the highest combination value wins (One pair of 2s > One pair of 1s).
  • In case of same combination of same value or no combination, the values of the remaining dice are used to decide.
  • If the hands are exactly identical (five same dice), then it's a draw.

Gambler trait

There was already a Gambler lifestyle trait in the mod (though not used in events). With WoL it became somehow redundant with the Game Master lifestyle trait.
So it has been switched to a personality trait:


As a comparison, if a Gambler can hardly resist playing few dice games in the tavern, a Game Master would make it a full time job and participate in high stake tournaments.

The gambler trait has been added to canon characters based on the video games, and will appear randomly on generated characters.

Play a game of Dice Poker

The mini-game is triggered via a targeted decision.
It requires the characters to be at the same location, and the AI will accept if:

  • it has the Gambler trait
  • has a positive opinion of the player
  • and is not at war with the player (no dice poker during sieges).

Because CK2 doesn't simulate the economy for courtiers, they are usually poor (0 gold), so their wealth is not a condition (they'll just have negative gold if they lose)

The game events work from both sides (i.e. should work in multiplayer), so the player may sometime receive an invitation from a wealthy gambler AI at court (with an anti-spam timer).
The decision won't be used between AI characters, for performances (and because it would be pointless, as a simple event could simulate the 50/50 outcome).
The decision does not require the player to be a Gambler, and in fact winning a game gives a chance to gain the gambler trait.

Which dice to re-roll ?

It's possible to select the dice to re-roll one by one:

But it's a bit painful, and most of the time you just want to keep your Pair or Three-of-a-kind, and re-roll the rest. And this is also needed for the AI !

So there's an option that the player can chose to keep all dice with rank 1 and rank 2 values, if any.


Randomness

There's a bit of an issue with the random number generator: it's not completely random..
Because all events happen instantly, the same seed is re-used, and it happens that both players will roll the same values, except for a shift of one dice..
Now, with CK2 patch 2.7 and some hidden ping events, it seems a bit better, but no guarantee that the game is not rigged !

Further ideas

The mod has some opposite congenital traits 'Lucky' and 'Cursed', that are not widely used in events yet. It could be interesting that these traits sometimes influence the dice roll, making lucky character slightly more likely to win. Currently you just get a chance to gain the Lucky trait by rolling a Five-of-a-kind combination.
High stake tournaments, with larger bets and multiple games/rounds could be suitable for a game master lifestyle.

Prosperity

Some fictional baronies have been added to some regions (Aedirn, Angren, Kaedwan, Kovir & Poviss, Lyria Rivia and part of Nilfgaard) for the prosperity mechanic of Reaper's Due expansion, courtesy of tsf4.

This allows to build new settlements past the historical maximum of the province, up to the game limit of 7 baronies.

In addition some fictional names have also been created to avoid duplicated baronies names in the same county.

Helping with the mod

Witcher 2 Dice Game Rules

The potential of the mod is huge, and the team is very small, while there's still a lot of ideas to be implemented !

You can help by:

  • reporting bugs
  • giving suggestions, ideas and feedback (balance, fun, ..)
  • doing some modding (research, graphics, scripting, ..). If you're interested browse the opened issues on the Github repository and contact me.

Known bugs

- Upper Aedirn is always vassalized by Henselt, no matter who wins the war (or if the war invalidates). The cause is still unknown..
- Conclave education focus output is overridden by the existing system where education is decided by event.

Witcher Dice Poker Set

Full changelog

The Witcher Dice Poker Mod 1

----------------------------------------------------------------------------------------------------------------
v0.8.0 2017-07-08
----------------------------------------------------------------------------------------------------------------
Compatibility with vanilla 2.7.1
Note: vanilla societies are disabled.
Features:
- Implement a Dice Poker mini-game
- Rules are based on TW2 (single round with two rolls)
- Event chain is triggered via a targeted decision, requiring characters to be at the same location, and the AI will accept if it has the Gambler trait, has a positive opinion of the player, and is not at war with the player.
- Change gambler trait from lifestyle to personality trait
- Add canon characters with gambler trait, based on video games
- Create fictional baronies (Aedirn, Angren, Kaedwan, Kovir & Poviss, Lyria Rivia and part of Nilfgaard) for prosperity mechanic, courtesy of tsf4
- Create fictional baronies to avoid duplicated names in same county, courtesy of tsf4
- Remove decision toggles, as patch 2.7 has made the intrigue UI larger
- Add heal/protect spell decisions for filter=self, as required with patch 2.7
- Add obedient (AI accepts diplomatic interactions) and non_interference (AI doesn't take hostile actions) to the charm spell.
- Add an off-map job action to court magicians, to prevent the idle councillor alert icon
- Tweak some music DLC triggers based on religions & cultures and add missing ones
- Merge music DLC titles & volumes info
- Use a trait hidden from others for Saskia, allow her to marry but being infertile.
- Use 'Church of' prefix for the Eternal Fire religious title
- Use 'District of' prefix for some Novigrad holdings
- Rename 'Wieczny Ogien' province to 'Temple Isle'
- Rename 'Wyzima Castle' holding to 'The Royal Palace'
Bugfix:
- Apply some missing changes from WoL 2.3.x patches, that were causing nasty bugs ('Break up with lover' decision not having effect, broken WoL events, etc.)
- Allow Nilfgaard invasion via neighbour sea provinces (Skellige, ..)
- Fix 'Become exalted' ambition success check, and increase diplomacy attribute instead of learning
- Move Lebioda holy site from Novigrad to Temple Isle county
- Restrict non-aggression pact event with other races for racist rulers
- Fix some character characteristics, courtesy of Paxter Redwyne
- Fix Artorius Vigo's sex
- Rename Queen Meve's son Anseis
- Make Baron Ravanen Kimbolt one eyed and older
- Make Niedamir a widower
- Fix misspelling of Dijkstra