HouseRules complete
This commit is contained in:
parent
95db2475b2
commit
f35eb4bdda
@ -495,7 +495,8 @@ const HouseRules: React.FC<HouseRulesProps> = ({
|
|||||||
<Box sx={{ display: "block", fontWeight: "bold", pt: 1, pb: 1 }}>
|
<Box sx={{ display: "block", fontWeight: "bold", pt: 1, pb: 1 }}>
|
||||||
Note:
|
Note:
|
||||||
</Box>
|
</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>
|
</div>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
@ -524,7 +525,16 @@ const HouseRules: React.FC<HouseRulesProps> = ({
|
|||||||
"Robbers can't steal from players with two or less victory points.",
|
"Robbers can't steal from players with two or less victory points.",
|
||||||
category: "rules",
|
category: "rules",
|
||||||
defaultChecked: false,
|
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
|
||||||
|
Points—leaving 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)),
|
].sort((a, b) => a.category.localeCompare(b.category)),
|
||||||
[rules, setRules, state, ws, setRule, name, gameState]
|
[rules, setRules, state, ws, setRule, name, gameState]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user