/etc/poker-engine/poker.razz.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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | <?xml version="1.0" encoding="ISO-8859-1"?>
<poker xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="poker.xsd" poker_engine_version="1.3.6">
<variant type="7stud" name="Razz" id="razz">
<wins ways="1">
<winner id="1" type="hand" order="low"/>
</wins>
<board layout="straight"/>
<players max="8"/>
<deck>
2h 2d 2c 2s 3h 3d 3c 3s 4h 4d 4c 4s 5h 5d 5c 5s 6h 6d 6c 6s 7h 7d
7c 7s 8h 8d 8c 8s 9h 9d 9c 9s Th Td Tc Ts Jh Jd Jc Js Qh Qd Qc Qs
Kh Kd Kc Ks Ah Ad Ac As
</deck>
<community useMin="1" useMax="1">
<position card="b1" x="1" y="1"/>
</community>
<hand useMin="5" useMax="5">
<position card="p1" x="1"/>
<position card="p2" x="2"/>
<position card="p3" x="3"/>
<position card="p4" x="4"/>
<position card="p5" x="5"/>
<position card="p6" x="6"/>
<position card="p7" x="7"/>
</hand>
<round name="third" id="1">
<deal card="down" id="p1"/>
<deal card="down" id="p2"/>
<deal card="up" id="p3"/>
<position type="high"/>
<action type="bet"/>
</round>
<round name="fourth" id="2">
<deal card="up" id="p4"/>
<position type="low"/>
<action type="bet"/>
</round>
<round name="fifth" id="3">
<deal card="up" id="p5"/>
<position type="low"/>
<action type="bet"/>
</round>
<round name="sixth" id="4">
<deal card="up" id="p6"/>
<position type="low"/>
<action type="bet"/>
</round>
<round name="seventh" id="5">
<deal card="down" id="p7"/>
<position type="low"/>
<action type="bet"/>
</round>
</variant>
</poker>
|