-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bcdice
updated
25 files
+13 −0 | CHANGELOG.md | |
+1 −24 | src/bcdiceCore.rb | |
+1 −1 | src/configBcDice.rb | |
+90 −0 | src/dice/add_dice/node.rb | |
+37 −10 | src/dice/add_dice/parser.rb | |
+3 −3 | src/dice/add_dice/randomizer.rb | |
+2 −2 | src/diceBot/CardRanker.rb | |
+5 −6 | src/diceBot/Cthulhu.rb | |
+1 −1 | src/diceBot/Cthulhu7th.rb | |
+6 −5 | src/diceBot/DiceBot.rb | |
+253 −264 | src/diceBot/DoubleCross.rb | |
+113 −0 | src/diceBot/Fiasco.rb | |
+1,004 −0 | src/diceBot/FutariSousa_Korean.rb | |
+107 −0 | src/diceBot/ParanoiaRebooted.rb | |
+2 −1 | src/diceBot/SwordWorld2_0.rb | |
+138 −0 | src/diceBot/VampireTheMasquerade5th.rb | |
+64 −0 | src/test/add_dice_parser_test.rb | |
+56 −2 | src/test/data/CardRanker.txt | |
+24 −0 | src/test/data/Cthulhu.txt | |
+119 −0 | src/test/data/Fiasco.txt | |
+369 −0 | src/test/data/FutariSousa_Korean.txt | |
+48 −0 | src/test/data/None.txt | |
+78 −0 | src/test/data/ParanoiaRebooted.txt | |
+12 −0 | src/test/data/SwordWorld2_0.txt | |
+287 −0 | src/test/data/VampireTheMasquerade5th.txt |