Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/api_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,15 @@ BCDice-APIで利用できるゲームシステムの一覧が返却されます

| Key | Description |
| :------ | :---------- |
| `kind` | ダイスロールの種類。`'nomal'`, `'tens_d10'`, `'d9'`の3種類 |
| `kind` | ダイスロールの種類。`'normal'`, `'tens_d10'`, `'d9'`の3種類 |
| `sides` | ダイスロールしたダイスの面数 |
| `value` | 出目の値 |

#### 各kindの例

- `nomal`
- `normal`
- 通常のダイスロール
- `{"kind" : "nomal", "sides" : 10, "value" : 8}`
- `{"kind" : "normal", "sides" : 10, "value" : 8}`
- `tens_d10`
- 十の位のダイス
- `{"kind" : "tens_d10", "sides" : 10, "value" : 80}`
Expand Down
Loading