-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
クリティカル値やファンブル値を変動させる汎用書式 #175
Labels
新機能
新機能の実装やリクエスト
Comments
Merged
案
parser = CommandParser.new("ABC", "XYZ")
parser.parse("XYZ@10#-2>=30+1")
parser.cmd #=> "XYZ"
parser.critical #=> 10
parser.fumble #=> -2
parser.cmp_op #=> :>=
parser.target_number #=> 31 |
|
あとは補正値をどうサポートするか |
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: