[アリアンロッド] 使えるダイス個数を10000までに拡張しました - #901
Open
Faceless192x wants to merge 2 commits into
Open
Conversation
Member
|
数千個ものダイスを同時にロールすることがあまり想像できないのですが、どのようなケースなのでしょうか。負荷抑制のために200個の上限が設けられているので、慎重に判断したいです。 |
Contributor
Author
|
私はアリアンロッドについて詳しくはないのですが、要望者曰く「アリアンロッド2eでプレイしていて、命中判定やDRに1000を超えるダイスを振るようになった」そうです。 アリアンロッドではどのくらい一般的なプレイなのかは判りませんが、以前T&Tで大規模戦闘をやる際に10000個のダイスを振りたいという要望は実際に貰ったことがあって、私が作った「T&T専用ダイス」では10万個のダイスを振れるようにした経緯があったりします。 そこで、今後のためにゲームシステムごとに個数制限を決めることができる拡張はアリなのかなぁと思いました。 10000という個数が果たしてアリアンロッドに適切かを一時保留としておくと、悪くない拡張かなと思っています。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
ココフォリアの公式Discordサーバで、アリアンロッド2eをプレイしていてダイスの個数が足りなくなった旨の報告があったので、10000個までロールできるように拡張してみました。
アリアンロッド以外のシステムについては現状の200個のままにしてあります。
お手すきの際にご確認ください。
蛇足:ダイスの個数が増えるとテストを書くのが大変ですね。