1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/rolldice.md

20 lines
417 B
Markdown

# rolldice
> 가상 주사위를 굴립니다.
> 더 많은 정보: <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}}`