インベントリにて標準のダイスボットを設定できるよう機能追加 (Issue #42) #129
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(Ver1.11.1の更新に伴い、mergeが可能なようプルリクエストを作成し直しました)
概要
チャット画面、および未設定のチャットパレットのダイスボットが「ダイスボット指定なし」に固定されている点が不便に感じたため、ルームの標準ダイスボットが設定できるよう機能追加を行いました。(Issue #42 の実装です)
仕様詳細
インベントリの設定項目の中に「標準ダイスボット」を追加
設定した標準ダイスボットは、インベントリ設定と同様に、他の参加者にも共有される
「チャット画面」を新しく開いたときに、標準ダイスボットに設定したダイスボットが自動で選択される
チャットパレットを開いた際に、標準ダイスボットに設定したダイスボットが自動で選択される。ただし、チャットパレットで別途ダイスボットを指定していた場合、そちらが優先される
設定した標準ダイスボットは、ルームデータの「summary.xml」内に保存され、ルームデータをロードすると保存された標準ダイスボットが自動で設定される
懸念点