Files
tldr/pages.zh/linux/rolldice.md

20 lines
342 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 投骰子
> 投掷虚拟骰子。
> 更多信息:<https://manned.org/rolldice>。
- 投一个20面骰
`rolldice d{{20}}`
- 投两个6面骰并去掉最低的点数
`rolldice {{2}}d{{6}}s{{1}}`
- 投两个20面骰并添加一个修正值
`rolldice {{2}}d{{20}}{{+5}}`
- 投两个20面骰
`rolldice {{2}}xd{{20}}`