bcdice 3.13.0 → 3.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +104 -0
- data/i18n/Arianrhod/ko_kr.yml +3 -0
- data/i18n/Cthulhu/en_us.yml +11 -0
- data/i18n/Cthulhu/zh_hant.yml +1 -1
- data/i18n/CyberpunkRed/ja_jp.yml +389 -0
- data/i18n/CyberpunkRed/ko_kr.yml +389 -0
- data/i18n/DoubleCross/ja_jp.yml +53 -0
- data/i18n/DoubleCross/ko_kr.yml +52 -0
- data/i18n/FinalFantasyXIV/en_us.yml +4 -0
- data/i18n/FinalFantasyXIV/ja_jp.yml +4 -0
- data/i18n/FutariSousa/ja_jp.yml +284 -127
- data/i18n/KillDeathBusiness/ja_jp.yml +198 -0
- data/i18n/KizunaBullet/ja_jp.yml +653 -0
- data/i18n/MagicaLogia/ko_kr.yml +2 -2
- data/i18n/MonotoneMuseum/ja_jp.yml +246 -14
- data/i18n/MonotoneMuseum/ko_kr.yml +227 -0
- data/i18n/SkynautsBouken/ja_jp.yml +114 -0
- data/i18n/SkynautsBouken/ko_kr.yml +114 -0
- data/i18n/StratoShout/ko_kr.yml +102 -102
- data/i18n/TensaiGunshiNiNaro/ja_jp.yml +126 -0
- data/i18n/UnsungDuet/ja_jp.yml +62 -0
- data/i18n/UnsungDuet/ko_kr.yml +62 -0
- data/i18n/en_us.yml +5 -0
- data/i18n/zh_hant.yml +5 -0
- data/lib/bcdice/dice_table/range_table.rb +24 -0
- data/lib/bcdice/game_system/Agnostos.rb +248 -0
- data/lib/bcdice/game_system/Aionia.rb +131 -0
- data/lib/bcdice/game_system/AniMalus.rb +99 -59
- data/lib/bcdice/game_system/Arianrhod_Korean.rb +32 -0
- data/lib/bcdice/game_system/ArknightsFan.rb +245 -87
- data/lib/bcdice/game_system/BlackJacket.rb +244 -0
- data/lib/bcdice/game_system/BlackJacket_Korean.rb +244 -0
- data/lib/bcdice/game_system/CharonSanctions.rb +112 -0
- data/lib/bcdice/game_system/ConvictorDrive.rb +5 -4
- data/lib/bcdice/game_system/Cthulhu7th.rb +1 -1
- data/lib/bcdice/game_system/Cthulhu7th_ChineseTraditional/full_auto.rb +293 -0
- data/lib/bcdice/game_system/Cthulhu7th_ChineseTraditional/rollable.rb +43 -0
- data/lib/bcdice/game_system/Cthulhu7th_ChineseTraditional.rb +470 -306
- data/lib/bcdice/game_system/Cthulhu_English.rb +59 -0
- data/lib/bcdice/game_system/CyberpunkRed.rb +15 -6
- data/lib/bcdice/game_system/CyberpunkRed_Korean.rb +66 -0
- data/lib/bcdice/game_system/DivineCharger.rb +841 -0
- data/lib/bcdice/game_system/DoubleCross.rb +18 -1
- data/lib/bcdice/game_system/DoubleCross_Korean.rb +5 -1
- data/lib/bcdice/game_system/FinalFantasyXIV.rb +115 -0
- data/lib/bcdice/game_system/FinalFantasyXIV_English.rb +39 -0
- data/lib/bcdice/game_system/FullFace.rb +63 -12
- data/lib/bcdice/game_system/FutariSousa.rb +105 -13
- data/lib/bcdice/game_system/Garactier.rb +479 -0
- data/lib/bcdice/game_system/GardenOrder.rb +390 -9
- data/lib/bcdice/game_system/GundogRevised.rb +8 -8
- data/lib/bcdice/game_system/Insane_Korean.rb +1 -1
- data/lib/bcdice/game_system/InvisibleLiar.rb +79 -0
- data/lib/bcdice/game_system/KillDeathBusiness.rb +155 -3
- data/lib/bcdice/game_system/KimitoYell.rb +568 -0
- data/lib/bcdice/game_system/KizunaBullet.rb +240 -0
- data/lib/bcdice/game_system/KyokoShinshoku.rb +51 -8
- data/lib/bcdice/game_system/Magius.rb +125 -0
- data/lib/bcdice/game_system/Magius_3rdNewTokyoCity.rb +62 -0
- data/lib/bcdice/game_system/MonotoneMuseum.rb +14 -1
- data/lib/bcdice/game_system/MonotoneMuseum_Korean.rb +4 -4
- data/lib/bcdice/game_system/NRR.rb +2 -2
- data/lib/bcdice/game_system/NSSQ.rb +17 -9
- data/lib/bcdice/game_system/NervWhitePaper.rb +129 -0
- data/lib/bcdice/game_system/RogueLikeHalf.rb +198 -0
- data/lib/bcdice/game_system/RuneQuestRoleplayingInGlorantha.rb +16 -13
- data/lib/bcdice/game_system/ShinobiGami.rb +73 -43
- data/lib/bcdice/game_system/ShuumatsuBargainWars.rb +203 -0
- data/lib/bcdice/game_system/SkynautsBouken.rb +49 -134
- data/lib/bcdice/game_system/SkynautsBouken_Korean.rb +57 -0
- data/lib/bcdice/game_system/StratoShout_Korean.rb +1 -1
- data/lib/bcdice/game_system/SwordWorld.rb +5 -1
- data/lib/bcdice/game_system/SwordWorld2_5.rb +3 -2
- data/lib/bcdice/game_system/TensaiGunshiNiNaro.rb +262 -0
- data/lib/bcdice/game_system/TheIndieHack.rb +82 -0
- data/lib/bcdice/game_system/TheOneRing2nd.rb +406 -0
- data/lib/bcdice/game_system/TheUnofficialHollowKnightRPG.rb +185 -0
- data/lib/bcdice/game_system/TorgEternity.rb +35 -6
- data/lib/bcdice/game_system/TrailOfCthulhu.rb +139 -0
- data/lib/bcdice/game_system/UnsungDuet.rb +17 -75
- data/lib/bcdice/game_system/UnsungDuet_Korean.rb +41 -0
- data/lib/bcdice/game_system/Utakaze.rb +55 -2
- data/lib/bcdice/game_system/Warhammer4.rb +124 -3
- data/lib/bcdice/game_system/WoW.rb +161 -0
- data/lib/bcdice/game_system/YankeeMustDie.rb +192 -0
- data/lib/bcdice/game_system/YearZeroEngine.rb +225 -28
- data/lib/bcdice/game_system/Yotabana.rb +62 -0
- data/lib/bcdice/game_system/YuMyoKishi.rb +141 -0
- data/lib/bcdice/game_system/cyberpunk_red/tables.rb +111 -473
- data/lib/bcdice/game_system/kizuna_bullet/tables.rb +171 -0
- data/lib/bcdice/game_system/sword_world/rating_lexer.rb +1 -0
- data/lib/bcdice/game_system/sword_world/rating_options.rb +4 -1
- data/lib/bcdice/game_system/sword_world/rating_parsed.rb +5 -0
- data/lib/bcdice/game_system/sword_world/rating_parser.rb +129 -115
- data/lib/bcdice/game_system.rb +31 -0
- data/lib/bcdice/version.rb +1 -1
- metadata +50 -6
data/lib/bcdice/game_system.rb
CHANGED
@@ -2,7 +2,9 @@
|
|
2
2
|
|
3
3
|
require "bcdice/game_system/AFF2e"
|
4
4
|
require "bcdice/game_system/AceKillerGene"
|
5
|
+
require "bcdice/game_system/Agnostos"
|
5
6
|
require "bcdice/game_system/Ainecadette"
|
7
|
+
require "bcdice/game_system/Aionia"
|
6
8
|
require "bcdice/game_system/Airgetlamh"
|
7
9
|
require "bcdice/game_system/AlchemiaStruggle"
|
8
10
|
require "bcdice/game_system/Alsetto"
|
@@ -15,6 +17,7 @@ require "bcdice/game_system/AnimaAnimus"
|
|
15
17
|
require "bcdice/game_system/AniMalus"
|
16
18
|
require "bcdice/game_system/Aoharubaan"
|
17
19
|
require "bcdice/game_system/Arianrhod"
|
20
|
+
require "bcdice/game_system/Arianrhod_Korean"
|
18
21
|
require "bcdice/game_system/ArknightsFan"
|
19
22
|
require "bcdice/game_system/ArsMagica"
|
20
23
|
require "bcdice/game_system/AssaultEngine"
|
@@ -29,6 +32,8 @@ require "bcdice/game_system/BeastBindTrinity"
|
|
29
32
|
require "bcdice/game_system/BeginningIdol"
|
30
33
|
require "bcdice/game_system/BeginningIdol_Korean"
|
31
34
|
require "bcdice/game_system/BeginningIdol2022"
|
35
|
+
require "bcdice/game_system/BlackJacket"
|
36
|
+
require "bcdice/game_system/BlackJacket_Korean"
|
32
37
|
require "bcdice/game_system/BladeOfArcana"
|
33
38
|
require "bcdice/game_system/BlindMythos"
|
34
39
|
require "bcdice/game_system/BloodCrusade"
|
@@ -37,6 +42,7 @@ require "bcdice/game_system/Bloodorium"
|
|
37
42
|
require "bcdice/game_system/CardRanker"
|
38
43
|
require "bcdice/game_system/CastleInGray"
|
39
44
|
require "bcdice/game_system/ChaosFlare"
|
45
|
+
require "bcdice/game_system/CharonSanctions"
|
40
46
|
require "bcdice/game_system/Chill"
|
41
47
|
require "bcdice/game_system/Chill3"
|
42
48
|
require "bcdice/game_system/CodeLayerd"
|
@@ -50,9 +56,11 @@ require "bcdice/game_system/Cthulhu7th_ChineseTraditional"
|
|
50
56
|
require "bcdice/game_system/Cthulhu7th_Korean"
|
51
57
|
require "bcdice/game_system/CthulhuTech"
|
52
58
|
require "bcdice/game_system/Cthulhu_ChineseTraditional"
|
59
|
+
require "bcdice/game_system/Cthulhu_English"
|
53
60
|
require "bcdice/game_system/Cthulhu_Korean"
|
54
61
|
require "bcdice/game_system/Cthulhu_SimplifiedChinese"
|
55
62
|
require "bcdice/game_system/CyberpunkRed"
|
63
|
+
require "bcdice/game_system/CyberpunkRed_Korean"
|
56
64
|
require "bcdice/game_system/DarkBlaze"
|
57
65
|
require "bcdice/game_system/DarkDaysDrive"
|
58
66
|
require "bcdice/game_system/DarkSouls"
|
@@ -64,6 +72,7 @@ require "bcdice/game_system/DetatokoSaga"
|
|
64
72
|
require "bcdice/game_system/DetatokoSaga_Korean"
|
65
73
|
require "bcdice/game_system/DiceBot"
|
66
74
|
require "bcdice/game_system/DiceOfTheDead"
|
75
|
+
require "bcdice/game_system/DivineCharger"
|
67
76
|
require "bcdice/game_system/DoubleCross"
|
68
77
|
require "bcdice/game_system/DoubleCross_Korean"
|
69
78
|
require "bcdice/game_system/Dracurouge"
|
@@ -116,6 +125,7 @@ require "bcdice/game_system/InfiniteBabeL"
|
|
116
125
|
require "bcdice/game_system/InfiniteFantasia"
|
117
126
|
require "bcdice/game_system/Insane"
|
118
127
|
require "bcdice/game_system/Insane_Korean"
|
128
|
+
require "bcdice/game_system/InvisibleLiar"
|
119
129
|
require "bcdice/game_system/Irisbane"
|
120
130
|
require "bcdice/game_system/IthaWenUa"
|
121
131
|
require "bcdice/game_system/JamesBond"
|
@@ -129,6 +139,8 @@ require "bcdice/game_system/Karukami"
|
|
129
139
|
require "bcdice/game_system/KemonoNoMori"
|
130
140
|
require "bcdice/game_system/KillDeathBusiness"
|
131
141
|
require "bcdice/game_system/KillDeathBusiness_Korean"
|
142
|
+
require "bcdice/game_system/KimitoYell"
|
143
|
+
require "bcdice/game_system/KizunaBullet"
|
132
144
|
require "bcdice/game_system/KurayamiCrying"
|
133
145
|
require "bcdice/game_system/Kutulu"
|
134
146
|
require "bcdice/game_system/KyokoShinshoku"
|
@@ -141,6 +153,8 @@ require "bcdice/game_system/LostRoyal"
|
|
141
153
|
require "bcdice/game_system/MagicaLogia"
|
142
154
|
require "bcdice/game_system/MagicaLogia_Korean"
|
143
155
|
require "bcdice/game_system/MagicaLogia_SimplifiedChinese"
|
156
|
+
require "bcdice/game_system/Magius"
|
157
|
+
require "bcdice/game_system/Magius_3rdNewTokyoCity"
|
144
158
|
require "bcdice/game_system/MamonoScramble"
|
145
159
|
require "bcdice/game_system/MeikyuDays"
|
146
160
|
require "bcdice/game_system/MeikyuKingdom"
|
@@ -152,6 +166,7 @@ require "bcdice/game_system/MonotoneMuseum"
|
|
152
166
|
require "bcdice/game_system/MonotoneMuseum_Korean"
|
153
167
|
require "bcdice/game_system/Nechronica"
|
154
168
|
require "bcdice/game_system/Nechronica_Korean"
|
169
|
+
require "bcdice/game_system/NervWhitePaper"
|
155
170
|
require "bcdice/game_system/NeverCloud"
|
156
171
|
require "bcdice/game_system/NightWizard"
|
157
172
|
require "bcdice/game_system/NightWizard3rd"
|
@@ -183,6 +198,7 @@ require "bcdice/game_system/Raisondetre"
|
|
183
198
|
require "bcdice/game_system/RecordOfLodossWar"
|
184
199
|
require "bcdice/game_system/RecordOfSteam"
|
185
200
|
require "bcdice/game_system/Revulture"
|
201
|
+
require "bcdice/game_system/RogueLikeHalf"
|
186
202
|
require "bcdice/game_system/RokumonSekai2"
|
187
203
|
require "bcdice/game_system/RoleMaster"
|
188
204
|
require "bcdice/game_system/RuinBreakers"
|
@@ -207,10 +223,12 @@ require "bcdice/game_system/ShinkuuGakuen"
|
|
207
223
|
require "bcdice/game_system/ShinobiGami"
|
208
224
|
require "bcdice/game_system/Shiranui"
|
209
225
|
require "bcdice/game_system/ShoujoTenrankai"
|
226
|
+
require "bcdice/game_system/ShuumatsuBargainWars"
|
210
227
|
require "bcdice/game_system/ShuumatsuKikou"
|
211
228
|
require "bcdice/game_system/Siren"
|
212
229
|
require "bcdice/game_system/Skynauts"
|
213
230
|
require "bcdice/game_system/SkynautsBouken"
|
231
|
+
require "bcdice/game_system/SkynautsBouken_Korean"
|
214
232
|
require "bcdice/game_system/StarryDolls"
|
215
233
|
require "bcdice/game_system/SteamPunkers"
|
216
234
|
require "bcdice/game_system/StellarKnights"
|
@@ -228,7 +246,11 @@ require "bcdice/game_system/SwordWorld2_0_SimplifiedChinese"
|
|
228
246
|
require "bcdice/game_system/SwordWorld2_5_SimplifiedChinese"
|
229
247
|
require "bcdice/game_system/TalesFromTheLoop"
|
230
248
|
require "bcdice/game_system/TenkaRyouran"
|
249
|
+
require "bcdice/game_system/TensaiGunshiNiNaro"
|
250
|
+
require "bcdice/game_system/TheIndieHack"
|
251
|
+
require "bcdice/game_system/TheOneRing2nd"
|
231
252
|
require "bcdice/game_system/TherapieSein"
|
253
|
+
require "bcdice/game_system/TheUnofficialHollowKnightRPG"
|
232
254
|
require "bcdice/game_system/TokumeiTenkousei"
|
233
255
|
require "bcdice/game_system/TokyoGhostResearch"
|
234
256
|
require "bcdice/game_system/TokyoNova"
|
@@ -236,10 +258,12 @@ require "bcdice/game_system/Torg"
|
|
236
258
|
require "bcdice/game_system/Torg1_5"
|
237
259
|
require "bcdice/game_system/TorgEternity"
|
238
260
|
require "bcdice/game_system/ToshiakiHolyGrailWar"
|
261
|
+
require "bcdice/game_system/TrailOfCthulhu"
|
239
262
|
require "bcdice/game_system/TrinitySeven"
|
240
263
|
require "bcdice/game_system/TunnelsAndTrolls"
|
241
264
|
require "bcdice/game_system/TwilightGunsmoke"
|
242
265
|
require "bcdice/game_system/UnsungDuet"
|
266
|
+
require "bcdice/game_system/UnsungDuet_Korean"
|
243
267
|
require "bcdice/game_system/Utakaze"
|
244
268
|
require "bcdice/game_system/VampireTheMasquerade5th"
|
245
269
|
require "bcdice/game_system/Ventangle"
|
@@ -253,8 +277,15 @@ require "bcdice/game_system/WerewolfTheApocalypse5th"
|
|
253
277
|
require "bcdice/game_system/WitchQuest"
|
254
278
|
require "bcdice/game_system/WorldOfDarkness"
|
255
279
|
require "bcdice/game_system/WorldsEndFrontline"
|
280
|
+
require "bcdice/game_system/YankeeMustDie"
|
256
281
|
require "bcdice/game_system/YankeeYogSothoth"
|
257
282
|
require "bcdice/game_system/YearZeroEngine"
|
258
283
|
require "bcdice/game_system/Yggdrasill"
|
284
|
+
require "bcdice/game_system/Yotabana"
|
285
|
+
require "bcdice/game_system/YuMyoKishi"
|
259
286
|
require "bcdice/game_system/ZettaiReido"
|
260
287
|
require "bcdice/game_system/ZombiLine"
|
288
|
+
require "bcdice/game_system/FinalFantasyXIV"
|
289
|
+
require "bcdice/game_system/FinalFantasyXIV_English"
|
290
|
+
require "bcdice/game_system/Garactier"
|
291
|
+
require "bcdice/game_system/WoW"
|
data/lib/bcdice/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bcdice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- SAKATA Sinji
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: i18n
|
@@ -51,12 +50,16 @@ files:
|
|
51
50
|
- i18n/Amadeus/ja_jp.yml
|
52
51
|
- i18n/Amadeus/ko_kr.yml
|
53
52
|
- i18n/Arianrhod/ja_jp.yml
|
53
|
+
- i18n/Arianrhod/ko_kr.yml
|
54
54
|
- i18n/BeginningIdol/ja_jp.yml
|
55
55
|
- i18n/BeginningIdol/ko_kr.yml
|
56
|
+
- i18n/Cthulhu/en_us.yml
|
56
57
|
- i18n/Cthulhu/ja_jp.yml
|
57
58
|
- i18n/Cthulhu/ko_kr.yml
|
58
59
|
- i18n/Cthulhu/zh_hans.yml
|
59
60
|
- i18n/Cthulhu/zh_hant.yml
|
61
|
+
- i18n/CyberpunkRed/ja_jp.yml
|
62
|
+
- i18n/CyberpunkRed/ko_kr.yml
|
60
63
|
- i18n/DetatokoSaga/ja_jp.yml
|
61
64
|
- i18n/DetatokoSaga/ko_kr.yml
|
62
65
|
- i18n/DoubleCross/ja_jp.yml
|
@@ -66,6 +69,8 @@ files:
|
|
66
69
|
- i18n/Emoklore/ja_jp.yml
|
67
70
|
- i18n/Fiasco/ja_jp.yml
|
68
71
|
- i18n/Fiasco/ko_kr.yml
|
72
|
+
- i18n/FinalFantasyXIV/en_us.yml
|
73
|
+
- i18n/FinalFantasyXIV/ja_jp.yml
|
69
74
|
- i18n/FutariSousa/ja_jp.yml
|
70
75
|
- i18n/FutariSousa/ko_kr.yml
|
71
76
|
- i18n/Insane/ja_jp.yml
|
@@ -74,6 +79,7 @@ files:
|
|
74
79
|
- i18n/Kamigakari/ko_kr.yml
|
75
80
|
- i18n/KillDeathBusiness/ja_jp.yml
|
76
81
|
- i18n/KillDeathBusiness/ko_kr.yml
|
82
|
+
- i18n/KizunaBullet/ja_jp.yml
|
77
83
|
- i18n/LogHorizon/ja_jp.yml
|
78
84
|
- i18n/LogHorizon/ko_kr.yml
|
79
85
|
- i18n/MagicaLogia/ja_jp.yml
|
@@ -84,6 +90,8 @@ files:
|
|
84
90
|
- i18n/Nechronica/ja_jp.yml
|
85
91
|
- i18n/Nechronica/ko_kr.yml
|
86
92
|
- i18n/NinjaSlayer2/ja_jp.yml
|
93
|
+
- i18n/SkynautsBouken/ja_jp.yml
|
94
|
+
- i18n/SkynautsBouken/ko_kr.yml
|
87
95
|
- i18n/StellarKnights/ja_jp.yml
|
88
96
|
- i18n/StellarKnights/ko_kr.yml
|
89
97
|
- i18n/StratoShout/ja_jp.yml
|
@@ -94,6 +102,10 @@ files:
|
|
94
102
|
- i18n/SwordWorld2_0/zh_hans.yml
|
95
103
|
- i18n/SwordWorld2_5/ja_jp.yml
|
96
104
|
- i18n/SwordWorld2_5/zh_hans.yml
|
105
|
+
- i18n/TensaiGunshiNiNaro/ja_jp.yml
|
106
|
+
- i18n/UnsungDuet/ja_jp.yml
|
107
|
+
- i18n/UnsungDuet/ko_kr.yml
|
108
|
+
- i18n/en_us.yml
|
97
109
|
- i18n/ja_jp.yml
|
98
110
|
- i18n/ko_kr.yml
|
99
111
|
- i18n/zh_hans.yml
|
@@ -154,7 +166,9 @@ files:
|
|
154
166
|
- lib/bcdice/game_system.rb
|
155
167
|
- lib/bcdice/game_system/AFF2e.rb
|
156
168
|
- lib/bcdice/game_system/AceKillerGene.rb
|
169
|
+
- lib/bcdice/game_system/Agnostos.rb
|
157
170
|
- lib/bcdice/game_system/Ainecadette.rb
|
171
|
+
- lib/bcdice/game_system/Aionia.rb
|
158
172
|
- lib/bcdice/game_system/Airgetlamh.rb
|
159
173
|
- lib/bcdice/game_system/AlchemiaStruggle.rb
|
160
174
|
- lib/bcdice/game_system/Alsetto.rb
|
@@ -167,6 +181,7 @@ files:
|
|
167
181
|
- lib/bcdice/game_system/AnimaAnimus.rb
|
168
182
|
- lib/bcdice/game_system/Aoharubaan.rb
|
169
183
|
- lib/bcdice/game_system/Arianrhod.rb
|
184
|
+
- lib/bcdice/game_system/Arianrhod_Korean.rb
|
170
185
|
- lib/bcdice/game_system/ArknightsFan.rb
|
171
186
|
- lib/bcdice/game_system/ArsMagica.rb
|
172
187
|
- lib/bcdice/game_system/AssaultEngine.rb
|
@@ -181,6 +196,8 @@ files:
|
|
181
196
|
- lib/bcdice/game_system/BeginningIdol.rb
|
182
197
|
- lib/bcdice/game_system/BeginningIdol2022.rb
|
183
198
|
- lib/bcdice/game_system/BeginningIdol_Korean.rb
|
199
|
+
- lib/bcdice/game_system/BlackJacket.rb
|
200
|
+
- lib/bcdice/game_system/BlackJacket_Korean.rb
|
184
201
|
- lib/bcdice/game_system/BladeOfArcana.rb
|
185
202
|
- lib/bcdice/game_system/BlindMythos.rb
|
186
203
|
- lib/bcdice/game_system/BloodCrusade.rb
|
@@ -189,6 +206,7 @@ files:
|
|
189
206
|
- lib/bcdice/game_system/CardRanker.rb
|
190
207
|
- lib/bcdice/game_system/CastleInGray.rb
|
191
208
|
- lib/bcdice/game_system/ChaosFlare.rb
|
209
|
+
- lib/bcdice/game_system/CharonSanctions.rb
|
192
210
|
- lib/bcdice/game_system/Chill.rb
|
193
211
|
- lib/bcdice/game_system/Chill3.rb
|
194
212
|
- lib/bcdice/game_system/CodeLayerd.rb
|
@@ -199,12 +217,16 @@ files:
|
|
199
217
|
- lib/bcdice/game_system/Cthulhu.rb
|
200
218
|
- lib/bcdice/game_system/Cthulhu7th.rb
|
201
219
|
- lib/bcdice/game_system/Cthulhu7th_ChineseTraditional.rb
|
220
|
+
- lib/bcdice/game_system/Cthulhu7th_ChineseTraditional/full_auto.rb
|
221
|
+
- lib/bcdice/game_system/Cthulhu7th_ChineseTraditional/rollable.rb
|
202
222
|
- lib/bcdice/game_system/Cthulhu7th_Korean.rb
|
203
223
|
- lib/bcdice/game_system/CthulhuTech.rb
|
204
224
|
- lib/bcdice/game_system/Cthulhu_ChineseTraditional.rb
|
225
|
+
- lib/bcdice/game_system/Cthulhu_English.rb
|
205
226
|
- lib/bcdice/game_system/Cthulhu_Korean.rb
|
206
227
|
- lib/bcdice/game_system/Cthulhu_SimplifiedChinese.rb
|
207
228
|
- lib/bcdice/game_system/CyberpunkRed.rb
|
229
|
+
- lib/bcdice/game_system/CyberpunkRed_Korean.rb
|
208
230
|
- lib/bcdice/game_system/DarkBlaze.rb
|
209
231
|
- lib/bcdice/game_system/DarkDaysDrive.rb
|
210
232
|
- lib/bcdice/game_system/DarkSouls.rb
|
@@ -216,6 +238,7 @@ files:
|
|
216
238
|
- lib/bcdice/game_system/DetatokoSaga_Korean.rb
|
217
239
|
- lib/bcdice/game_system/DiceBot.rb
|
218
240
|
- lib/bcdice/game_system/DiceOfTheDead.rb
|
241
|
+
- lib/bcdice/game_system/DivineCharger.rb
|
219
242
|
- lib/bcdice/game_system/DoubleCross.rb
|
220
243
|
- lib/bcdice/game_system/DoubleCross_Korean.rb
|
221
244
|
- lib/bcdice/game_system/Dracurouge.rb
|
@@ -236,11 +259,14 @@ files:
|
|
236
259
|
- lib/bcdice/game_system/Fiasco.rb
|
237
260
|
- lib/bcdice/game_system/Fiasco_Korean.rb
|
238
261
|
- lib/bcdice/game_system/FilledWith.rb
|
262
|
+
- lib/bcdice/game_system/FinalFantasyXIV.rb
|
263
|
+
- lib/bcdice/game_system/FinalFantasyXIV_English.rb
|
239
264
|
- lib/bcdice/game_system/FullFace.rb
|
240
265
|
- lib/bcdice/game_system/FullMetalPanic.rb
|
241
266
|
- lib/bcdice/game_system/FutariSousa.rb
|
242
267
|
- lib/bcdice/game_system/FutariSousa_Korean.rb
|
243
268
|
- lib/bcdice/game_system/GURPS.rb
|
269
|
+
- lib/bcdice/game_system/Garactier.rb
|
244
270
|
- lib/bcdice/game_system/Garako.rb
|
245
271
|
- lib/bcdice/game_system/GardenOrder.rb
|
246
272
|
- lib/bcdice/game_system/GehennaAn.rb
|
@@ -268,6 +294,7 @@ files:
|
|
268
294
|
- lib/bcdice/game_system/InfiniteFantasia.rb
|
269
295
|
- lib/bcdice/game_system/Insane.rb
|
270
296
|
- lib/bcdice/game_system/Insane_Korean.rb
|
297
|
+
- lib/bcdice/game_system/InvisibleLiar.rb
|
271
298
|
- lib/bcdice/game_system/Irisbane.rb
|
272
299
|
- lib/bcdice/game_system/IthaWenUa.rb
|
273
300
|
- lib/bcdice/game_system/JamesBond.rb
|
@@ -281,6 +308,8 @@ files:
|
|
281
308
|
- lib/bcdice/game_system/KemonoNoMori.rb
|
282
309
|
- lib/bcdice/game_system/KillDeathBusiness.rb
|
283
310
|
- lib/bcdice/game_system/KillDeathBusiness_Korean.rb
|
311
|
+
- lib/bcdice/game_system/KimitoYell.rb
|
312
|
+
- lib/bcdice/game_system/KizunaBullet.rb
|
284
313
|
- lib/bcdice/game_system/KurayamiCrying.rb
|
285
314
|
- lib/bcdice/game_system/Kutulu.rb
|
286
315
|
- lib/bcdice/game_system/KyokoShinshoku.rb
|
@@ -293,6 +322,8 @@ files:
|
|
293
322
|
- lib/bcdice/game_system/MagicaLogia.rb
|
294
323
|
- lib/bcdice/game_system/MagicaLogia_Korean.rb
|
295
324
|
- lib/bcdice/game_system/MagicaLogia_SimplifiedChinese.rb
|
325
|
+
- lib/bcdice/game_system/Magius.rb
|
326
|
+
- lib/bcdice/game_system/Magius_3rdNewTokyoCity.rb
|
296
327
|
- lib/bcdice/game_system/MamonoScramble.rb
|
297
328
|
- lib/bcdice/game_system/MeikyuDays.rb
|
298
329
|
- lib/bcdice/game_system/MeikyuKingdom.rb
|
@@ -306,6 +337,7 @@ files:
|
|
306
337
|
- lib/bcdice/game_system/NSSQ.rb
|
307
338
|
- lib/bcdice/game_system/Nechronica.rb
|
308
339
|
- lib/bcdice/game_system/Nechronica_Korean.rb
|
340
|
+
- lib/bcdice/game_system/NervWhitePaper.rb
|
309
341
|
- lib/bcdice/game_system/NeverCloud.rb
|
310
342
|
- lib/bcdice/game_system/NightWizard.rb
|
311
343
|
- lib/bcdice/game_system/NightWizard3rd.rb
|
@@ -335,6 +367,7 @@ files:
|
|
335
367
|
- lib/bcdice/game_system/RecordOfLodossWar.rb
|
336
368
|
- lib/bcdice/game_system/RecordOfSteam.rb
|
337
369
|
- lib/bcdice/game_system/Revulture.rb
|
370
|
+
- lib/bcdice/game_system/RogueLikeHalf.rb
|
338
371
|
- lib/bcdice/game_system/RokumonSekai2.rb
|
339
372
|
- lib/bcdice/game_system/RoleMaster.rb
|
340
373
|
- lib/bcdice/game_system/RuinBreakers.rb
|
@@ -359,10 +392,12 @@ files:
|
|
359
392
|
- lib/bcdice/game_system/ShinobiGami.rb
|
360
393
|
- lib/bcdice/game_system/Shiranui.rb
|
361
394
|
- lib/bcdice/game_system/ShoujoTenrankai.rb
|
395
|
+
- lib/bcdice/game_system/ShuumatsuBargainWars.rb
|
362
396
|
- lib/bcdice/game_system/ShuumatsuKikou.rb
|
363
397
|
- lib/bcdice/game_system/Siren.rb
|
364
398
|
- lib/bcdice/game_system/Skynauts.rb
|
365
399
|
- lib/bcdice/game_system/SkynautsBouken.rb
|
400
|
+
- lib/bcdice/game_system/SkynautsBouken_Korean.rb
|
366
401
|
- lib/bcdice/game_system/StarryDolls.rb
|
367
402
|
- lib/bcdice/game_system/SteamPunkers.rb
|
368
403
|
- lib/bcdice/game_system/StellarKnights.rb
|
@@ -380,6 +415,10 @@ files:
|
|
380
415
|
- lib/bcdice/game_system/SwordWorld_SimplifiedChinese.rb
|
381
416
|
- lib/bcdice/game_system/TalesFromTheLoop.rb
|
382
417
|
- lib/bcdice/game_system/TenkaRyouran.rb
|
418
|
+
- lib/bcdice/game_system/TensaiGunshiNiNaro.rb
|
419
|
+
- lib/bcdice/game_system/TheIndieHack.rb
|
420
|
+
- lib/bcdice/game_system/TheOneRing2nd.rb
|
421
|
+
- lib/bcdice/game_system/TheUnofficialHollowKnightRPG.rb
|
383
422
|
- lib/bcdice/game_system/TherapieSein.rb
|
384
423
|
- lib/bcdice/game_system/TokumeiTenkousei.rb
|
385
424
|
- lib/bcdice/game_system/TokyoGhostResearch.rb
|
@@ -388,10 +427,12 @@ files:
|
|
388
427
|
- lib/bcdice/game_system/Torg1_5.rb
|
389
428
|
- lib/bcdice/game_system/TorgEternity.rb
|
390
429
|
- lib/bcdice/game_system/ToshiakiHolyGrailWar.rb
|
430
|
+
- lib/bcdice/game_system/TrailOfCthulhu.rb
|
391
431
|
- lib/bcdice/game_system/TrinitySeven.rb
|
392
432
|
- lib/bcdice/game_system/TunnelsAndTrolls.rb
|
393
433
|
- lib/bcdice/game_system/TwilightGunsmoke.rb
|
394
434
|
- lib/bcdice/game_system/UnsungDuet.rb
|
435
|
+
- lib/bcdice/game_system/UnsungDuet_Korean.rb
|
395
436
|
- lib/bcdice/game_system/Utakaze.rb
|
396
437
|
- lib/bcdice/game_system/VampireTheMasquerade5th.rb
|
397
438
|
- lib/bcdice/game_system/Ventangle.rb
|
@@ -403,11 +444,15 @@ files:
|
|
403
444
|
- lib/bcdice/game_system/Warhammer4.rb
|
404
445
|
- lib/bcdice/game_system/WerewolfTheApocalypse5th.rb
|
405
446
|
- lib/bcdice/game_system/WitchQuest.rb
|
447
|
+
- lib/bcdice/game_system/WoW.rb
|
406
448
|
- lib/bcdice/game_system/WorldOfDarkness.rb
|
407
449
|
- lib/bcdice/game_system/WorldsEndFrontline.rb
|
450
|
+
- lib/bcdice/game_system/YankeeMustDie.rb
|
408
451
|
- lib/bcdice/game_system/YankeeYogSothoth.rb
|
409
452
|
- lib/bcdice/game_system/YearZeroEngine.rb
|
410
453
|
- lib/bcdice/game_system/Yggdrasill.rb
|
454
|
+
- lib/bcdice/game_system/Yotabana.rb
|
455
|
+
- lib/bcdice/game_system/YuMyoKishi.rb
|
411
456
|
- lib/bcdice/game_system/ZettaiReido.rb
|
412
457
|
- lib/bcdice/game_system/ZombiLine.rb
|
413
458
|
- lib/bcdice/game_system/beginning_idol/accessories_table.rb
|
@@ -431,6 +476,7 @@ files:
|
|
431
476
|
- lib/bcdice/game_system/filled_with/event_tables.rb
|
432
477
|
- lib/bcdice/game_system/filled_with/lot_tables.rb
|
433
478
|
- lib/bcdice/game_system/filled_with/tresure_tables.rb
|
479
|
+
- lib/bcdice/game_system/kizuna_bullet/tables.rb
|
434
480
|
- lib/bcdice/game_system/meikyu_kingdom/item_table.rb
|
435
481
|
- lib/bcdice/game_system/meikyu_kingdom/kingdom_name_table.rb
|
436
482
|
- lib/bcdice/game_system/meikyu_kingdom/landscape_table.rb
|
@@ -469,7 +515,6 @@ metadata:
|
|
469
515
|
homepage_uri: https://bcdice.org
|
470
516
|
source_code_uri: https://github.com/bcdice/BCDice
|
471
517
|
changelog_uri: https://github.com/bcdice/BCDice/blob/master/CHANGELOG.md
|
472
|
-
post_install_message:
|
473
518
|
rdoc_options: []
|
474
519
|
require_paths:
|
475
520
|
- lib
|
@@ -484,8 +529,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
484
529
|
- !ruby/object:Gem::Version
|
485
530
|
version: '0'
|
486
531
|
requirements: []
|
487
|
-
rubygems_version: 3.
|
488
|
-
signing_key:
|
532
|
+
rubygems_version: 3.6.7
|
489
533
|
specification_version: 4
|
490
534
|
summary: BCDice is a rolling dice engine for TRPG
|
491
535
|
test_files: []
|