1
0

HouseRules complete

This commit is contained in:
James Ketr 2025-09-27 12:13:34 -07:00
parent 95db2475b2
commit f35eb4bdda

View File

@ -495,7 +495,8 @@ const HouseRules: React.FC<HouseRulesProps> = ({
<Box sx={{ display: "block", fontWeight: "bold", pt: 1, pb: 1 }}>
Note:
</Box>
This stacks with Two and Twelve are Synonyms. So if you roll double ones (2), you get resources for 2 and 12, then roll again!
This stacks with Two and Twelve are Synonyms. So if you roll
double ones (2), you get resources for 2 and 12, then roll again!
</div>
),
},
@ -524,7 +525,16 @@ const HouseRules: React.FC<HouseRulesProps> = ({
"Robbers can't steal from players with two or less victory points.",
category: "rules",
defaultChecked: false,
element: <></>,
element: (
<Typography variant="body2">
This rule turns the robber into a noble thief, forbidding him from
pilfering resources from players with two or fewer Victory
Pointsleaving the underdogs safe while the wealthier lords
tremble. Watch as the tables turn with a wink and a grin, adding a
layer of strategy where protecting the little guy might just be
the key to your own rise to power!
</Typography>
),
},
].sort((a, b) => a.category.localeCompare(b.category)),
[rules, setRules, state, ws, setRule, name, gameState]