From 1f36a4852ecabdaff5738851e0f95789cd60e7ff Mon Sep 17 00:00:00 2001 From: blhsrwznrghfzpr Date: Mon, 15 Jun 2020 22:42:46 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20BCDice=20v2.06.00=20=E3=81=A7=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0=E3=81=95=E3=82=8C=E3=81=9F=E3=82=B3=E3=83=9E=E3=83=B3?= =?UTF-8?q?=E3=83=89=E3=81=AE=E8=AA=AC=E6=98=8E=E3=82=92=E8=BF=BD=E8=A8=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/bcdice/BCDice/pull/181 --- src/app/component/chat-palette/chat-palette.component.ts | 2 ++ src/app/component/chat-window/chat-window.component.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/app/component/chat-palette/chat-palette.component.ts b/src/app/component/chat-palette/chat-palette.component.ts index 94aa8a55d..5bc1c01b4 100644 --- a/src/app/component/chat-palette/chat-palette.component.ts +++ b/src/app/component/chat-palette/chat-palette.component.ts @@ -173,6 +173,8 @@ export class ChatPaletteComponent implements OnInit, OnDestroy { + ' choice[a,b,c]:列挙した要素から一つを選択表示。ランダム攻撃対象決定などに\n' + ' S3d6 : 各コマンドの先頭に「S」を付けると他人結果の見えないシークレットロール\n' + ' 3d6/2 : ダイス出目を割り算(切り捨て)。切り上げは /2U、四捨五入は /2R。\n' + + ' 4D6KH3 : 大きな出目から3個取った後の和。大きな出目を取る KH、小さな出目を取る KL。\n' + + ' 2D20DL1+1 : 小さな出目から1個除いた後の和+1。大きな出目を除く DH、小さな出目を除く DL。\n' + ' D66 : D66ダイス。順序はゲームに依存。D66N:そのまま、D66S:昇順。\n' + '===================================\n' + help; diff --git a/src/app/component/chat-window/chat-window.component.ts b/src/app/component/chat-window/chat-window.component.ts index 8e9600465..4f03b465a 100644 --- a/src/app/component/chat-window/chat-window.component.ts +++ b/src/app/component/chat-window/chat-window.component.ts @@ -231,6 +231,8 @@ export class ChatWindowComponent implements OnInit, OnDestroy, AfterViewInit { + ' choice[a,b,c]:列挙した要素から一つを選択表示。ランダム攻撃対象決定などに\n' + ' S3d6 : 各コマンドの先頭に「S」を付けると他人結果の見えないシークレットロール\n' + ' 3d6/2 : ダイス出目を割り算(切り捨て)。切り上げは /2U、四捨五入は /2R。\n' + + ' 4D6KH3 : 大きな出目から3個取った後の和。大きな出目を取る KH、小さな出目を取る KL。\n' + + ' 2D20DL1+1 : 小さな出目から1個除いた後の和+1。大きな出目を除く DH、小さな出目を除く DL。\n' + ' D66 : D66ダイス。順序はゲームに依存。D66N:そのまま、D66S:昇順。\n' + '===================================\n' + this.gameHelp;