/usr/share/poker-engine/conf/poker..02-.04-no-limit.xml is in python-poker-engine 1.3.6-1.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <?xml version="1.0" encoding="ISO-8859-1"?>
<bet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="bet.xsd" name=".02-.04 no limit" table-stakes="yes" unit="2" buy-in="40" best-buy-in="200" max-buy-in="400" poker_engine_version="1.3.6">
<description>No limit .02/.04</description>
<blind small="2" big="4"/>
<all_in method="side"/>
<variants ids="omaha omaha8 holdem">
<round name="pre-flop" min="4" cap="10000"/>
<round name="flop" min="4" cap="10000"/>
<round name="turn" min="4" cap="10000"/>
<round name="river" min="4" cap="10000"/>
</variants>
<variants ids="7stud 7stud8">
<round name="first" min="4" cap="10000"/>
<round name="third" min="4" cap="10000"/>
<round name="fourth" min="4" cap="10000"/>
<round name="fifth" min="4" cap="10000"/>
<round name="sixth" min="4" cap="10000"/>
<round name="seventh" min="4" cap="10000"/>
</variants>
</bet>
|