bcdice 3.14.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 +59 -0
- data/i18n/Cthulhu/zh_hant.yml +1 -1
- 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/FutariSousa/ja_jp.yml +138 -138
- data/i18n/KillDeathBusiness/ja_jp.yml +198 -0
- data/i18n/MagicaLogia/ko_kr.yml +2 -2
- data/i18n/MonotoneMuseum/ko_kr.yml +227 -0
- data/i18n/SkynautsBouken/ko_kr.yml +114 -0
- data/i18n/StratoShout/ko_kr.yml +102 -102
- data/i18n/zh_hant.yml +5 -0
- data/lib/bcdice/game_system/Aionia.rb +131 -0
- data/lib/bcdice/game_system/Arianrhod_Korean.rb +2 -0
- data/lib/bcdice/game_system/ArknightsFan.rb +245 -87
- data/lib/bcdice/game_system/BlackJacket_Korean.rb +244 -0
- data/lib/bcdice/game_system/CharonSanctions.rb +112 -0
- 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/CyberpunkRed.rb +1 -2
- data/lib/bcdice/game_system/CyberpunkRed_Korean.rb +66 -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/FullFace.rb +25 -3
- data/lib/bcdice/game_system/FutariSousa.rb +17 -5
- 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/KillDeathBusiness.rb +155 -3
- data/lib/bcdice/game_system/KimitoYell.rb +568 -0
- 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_Korean.rb +4 -4
- 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/SkynautsBouken.rb +4 -4
- 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 +4 -0
- data/lib/bcdice/game_system/SwordWorld2_5.rb +3 -2
- data/lib/bcdice/game_system/TensaiGunshiNiNaro.rb +51 -17
- data/lib/bcdice/game_system/TheIndieHack.rb +82 -0
- data/lib/bcdice/game_system/TorgEternity.rb +35 -6
- 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/YuMyoKishi.rb +141 -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 +15 -0
- data/lib/bcdice/version.rb +1 -1
- metadata +22 -6
data/lib/bcdice/game_system.rb
CHANGED
@@ -4,6 +4,7 @@ require "bcdice/game_system/AFF2e"
|
|
4
4
|
require "bcdice/game_system/AceKillerGene"
|
5
5
|
require "bcdice/game_system/Agnostos"
|
6
6
|
require "bcdice/game_system/Ainecadette"
|
7
|
+
require "bcdice/game_system/Aionia"
|
7
8
|
require "bcdice/game_system/Airgetlamh"
|
8
9
|
require "bcdice/game_system/AlchemiaStruggle"
|
9
10
|
require "bcdice/game_system/Alsetto"
|
@@ -32,6 +33,7 @@ require "bcdice/game_system/BeginningIdol"
|
|
32
33
|
require "bcdice/game_system/BeginningIdol_Korean"
|
33
34
|
require "bcdice/game_system/BeginningIdol2022"
|
34
35
|
require "bcdice/game_system/BlackJacket"
|
36
|
+
require "bcdice/game_system/BlackJacket_Korean"
|
35
37
|
require "bcdice/game_system/BladeOfArcana"
|
36
38
|
require "bcdice/game_system/BlindMythos"
|
37
39
|
require "bcdice/game_system/BloodCrusade"
|
@@ -40,6 +42,7 @@ require "bcdice/game_system/Bloodorium"
|
|
40
42
|
require "bcdice/game_system/CardRanker"
|
41
43
|
require "bcdice/game_system/CastleInGray"
|
42
44
|
require "bcdice/game_system/ChaosFlare"
|
45
|
+
require "bcdice/game_system/CharonSanctions"
|
43
46
|
require "bcdice/game_system/Chill"
|
44
47
|
require "bcdice/game_system/Chill3"
|
45
48
|
require "bcdice/game_system/CodeLayerd"
|
@@ -57,6 +60,7 @@ require "bcdice/game_system/Cthulhu_English"
|
|
57
60
|
require "bcdice/game_system/Cthulhu_Korean"
|
58
61
|
require "bcdice/game_system/Cthulhu_SimplifiedChinese"
|
59
62
|
require "bcdice/game_system/CyberpunkRed"
|
63
|
+
require "bcdice/game_system/CyberpunkRed_Korean"
|
60
64
|
require "bcdice/game_system/DarkBlaze"
|
61
65
|
require "bcdice/game_system/DarkDaysDrive"
|
62
66
|
require "bcdice/game_system/DarkSouls"
|
@@ -135,6 +139,7 @@ require "bcdice/game_system/Karukami"
|
|
135
139
|
require "bcdice/game_system/KemonoNoMori"
|
136
140
|
require "bcdice/game_system/KillDeathBusiness"
|
137
141
|
require "bcdice/game_system/KillDeathBusiness_Korean"
|
142
|
+
require "bcdice/game_system/KimitoYell"
|
138
143
|
require "bcdice/game_system/KizunaBullet"
|
139
144
|
require "bcdice/game_system/KurayamiCrying"
|
140
145
|
require "bcdice/game_system/Kutulu"
|
@@ -148,6 +153,8 @@ require "bcdice/game_system/LostRoyal"
|
|
148
153
|
require "bcdice/game_system/MagicaLogia"
|
149
154
|
require "bcdice/game_system/MagicaLogia_Korean"
|
150
155
|
require "bcdice/game_system/MagicaLogia_SimplifiedChinese"
|
156
|
+
require "bcdice/game_system/Magius"
|
157
|
+
require "bcdice/game_system/Magius_3rdNewTokyoCity"
|
151
158
|
require "bcdice/game_system/MamonoScramble"
|
152
159
|
require "bcdice/game_system/MeikyuDays"
|
153
160
|
require "bcdice/game_system/MeikyuKingdom"
|
@@ -159,6 +166,7 @@ require "bcdice/game_system/MonotoneMuseum"
|
|
159
166
|
require "bcdice/game_system/MonotoneMuseum_Korean"
|
160
167
|
require "bcdice/game_system/Nechronica"
|
161
168
|
require "bcdice/game_system/Nechronica_Korean"
|
169
|
+
require "bcdice/game_system/NervWhitePaper"
|
162
170
|
require "bcdice/game_system/NeverCloud"
|
163
171
|
require "bcdice/game_system/NightWizard"
|
164
172
|
require "bcdice/game_system/NightWizard3rd"
|
@@ -190,6 +198,7 @@ require "bcdice/game_system/Raisondetre"
|
|
190
198
|
require "bcdice/game_system/RecordOfLodossWar"
|
191
199
|
require "bcdice/game_system/RecordOfSteam"
|
192
200
|
require "bcdice/game_system/Revulture"
|
201
|
+
require "bcdice/game_system/RogueLikeHalf"
|
193
202
|
require "bcdice/game_system/RokumonSekai2"
|
194
203
|
require "bcdice/game_system/RoleMaster"
|
195
204
|
require "bcdice/game_system/RuinBreakers"
|
@@ -219,6 +228,7 @@ require "bcdice/game_system/ShuumatsuKikou"
|
|
219
228
|
require "bcdice/game_system/Siren"
|
220
229
|
require "bcdice/game_system/Skynauts"
|
221
230
|
require "bcdice/game_system/SkynautsBouken"
|
231
|
+
require "bcdice/game_system/SkynautsBouken_Korean"
|
222
232
|
require "bcdice/game_system/StarryDolls"
|
223
233
|
require "bcdice/game_system/SteamPunkers"
|
224
234
|
require "bcdice/game_system/StellarKnights"
|
@@ -237,6 +247,7 @@ require "bcdice/game_system/SwordWorld2_5_SimplifiedChinese"
|
|
237
247
|
require "bcdice/game_system/TalesFromTheLoop"
|
238
248
|
require "bcdice/game_system/TenkaRyouran"
|
239
249
|
require "bcdice/game_system/TensaiGunshiNiNaro"
|
250
|
+
require "bcdice/game_system/TheIndieHack"
|
240
251
|
require "bcdice/game_system/TheOneRing2nd"
|
241
252
|
require "bcdice/game_system/TherapieSein"
|
242
253
|
require "bcdice/game_system/TheUnofficialHollowKnightRPG"
|
@@ -266,11 +277,15 @@ require "bcdice/game_system/WerewolfTheApocalypse5th"
|
|
266
277
|
require "bcdice/game_system/WitchQuest"
|
267
278
|
require "bcdice/game_system/WorldOfDarkness"
|
268
279
|
require "bcdice/game_system/WorldsEndFrontline"
|
280
|
+
require "bcdice/game_system/YankeeMustDie"
|
269
281
|
require "bcdice/game_system/YankeeYogSothoth"
|
270
282
|
require "bcdice/game_system/YearZeroEngine"
|
271
283
|
require "bcdice/game_system/Yggdrasill"
|
272
284
|
require "bcdice/game_system/Yotabana"
|
285
|
+
require "bcdice/game_system/YuMyoKishi"
|
273
286
|
require "bcdice/game_system/ZettaiReido"
|
274
287
|
require "bcdice/game_system/ZombiLine"
|
275
288
|
require "bcdice/game_system/FinalFantasyXIV"
|
276
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
|
@@ -60,6 +59,7 @@ files:
|
|
60
59
|
- i18n/Cthulhu/zh_hans.yml
|
61
60
|
- i18n/Cthulhu/zh_hant.yml
|
62
61
|
- i18n/CyberpunkRed/ja_jp.yml
|
62
|
+
- i18n/CyberpunkRed/ko_kr.yml
|
63
63
|
- i18n/DetatokoSaga/ja_jp.yml
|
64
64
|
- i18n/DetatokoSaga/ko_kr.yml
|
65
65
|
- i18n/DoubleCross/ja_jp.yml
|
@@ -91,6 +91,7 @@ files:
|
|
91
91
|
- i18n/Nechronica/ko_kr.yml
|
92
92
|
- i18n/NinjaSlayer2/ja_jp.yml
|
93
93
|
- i18n/SkynautsBouken/ja_jp.yml
|
94
|
+
- i18n/SkynautsBouken/ko_kr.yml
|
94
95
|
- i18n/StellarKnights/ja_jp.yml
|
95
96
|
- i18n/StellarKnights/ko_kr.yml
|
96
97
|
- i18n/StratoShout/ja_jp.yml
|
@@ -167,6 +168,7 @@ files:
|
|
167
168
|
- lib/bcdice/game_system/AceKillerGene.rb
|
168
169
|
- lib/bcdice/game_system/Agnostos.rb
|
169
170
|
- lib/bcdice/game_system/Ainecadette.rb
|
171
|
+
- lib/bcdice/game_system/Aionia.rb
|
170
172
|
- lib/bcdice/game_system/Airgetlamh.rb
|
171
173
|
- lib/bcdice/game_system/AlchemiaStruggle.rb
|
172
174
|
- lib/bcdice/game_system/Alsetto.rb
|
@@ -195,6 +197,7 @@ files:
|
|
195
197
|
- lib/bcdice/game_system/BeginningIdol2022.rb
|
196
198
|
- lib/bcdice/game_system/BeginningIdol_Korean.rb
|
197
199
|
- lib/bcdice/game_system/BlackJacket.rb
|
200
|
+
- lib/bcdice/game_system/BlackJacket_Korean.rb
|
198
201
|
- lib/bcdice/game_system/BladeOfArcana.rb
|
199
202
|
- lib/bcdice/game_system/BlindMythos.rb
|
200
203
|
- lib/bcdice/game_system/BloodCrusade.rb
|
@@ -203,6 +206,7 @@ files:
|
|
203
206
|
- lib/bcdice/game_system/CardRanker.rb
|
204
207
|
- lib/bcdice/game_system/CastleInGray.rb
|
205
208
|
- lib/bcdice/game_system/ChaosFlare.rb
|
209
|
+
- lib/bcdice/game_system/CharonSanctions.rb
|
206
210
|
- lib/bcdice/game_system/Chill.rb
|
207
211
|
- lib/bcdice/game_system/Chill3.rb
|
208
212
|
- lib/bcdice/game_system/CodeLayerd.rb
|
@@ -213,6 +217,8 @@ files:
|
|
213
217
|
- lib/bcdice/game_system/Cthulhu.rb
|
214
218
|
- lib/bcdice/game_system/Cthulhu7th.rb
|
215
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
|
216
222
|
- lib/bcdice/game_system/Cthulhu7th_Korean.rb
|
217
223
|
- lib/bcdice/game_system/CthulhuTech.rb
|
218
224
|
- lib/bcdice/game_system/Cthulhu_ChineseTraditional.rb
|
@@ -220,6 +226,7 @@ files:
|
|
220
226
|
- lib/bcdice/game_system/Cthulhu_Korean.rb
|
221
227
|
- lib/bcdice/game_system/Cthulhu_SimplifiedChinese.rb
|
222
228
|
- lib/bcdice/game_system/CyberpunkRed.rb
|
229
|
+
- lib/bcdice/game_system/CyberpunkRed_Korean.rb
|
223
230
|
- lib/bcdice/game_system/DarkBlaze.rb
|
224
231
|
- lib/bcdice/game_system/DarkDaysDrive.rb
|
225
232
|
- lib/bcdice/game_system/DarkSouls.rb
|
@@ -259,6 +266,7 @@ files:
|
|
259
266
|
- lib/bcdice/game_system/FutariSousa.rb
|
260
267
|
- lib/bcdice/game_system/FutariSousa_Korean.rb
|
261
268
|
- lib/bcdice/game_system/GURPS.rb
|
269
|
+
- lib/bcdice/game_system/Garactier.rb
|
262
270
|
- lib/bcdice/game_system/Garako.rb
|
263
271
|
- lib/bcdice/game_system/GardenOrder.rb
|
264
272
|
- lib/bcdice/game_system/GehennaAn.rb
|
@@ -300,6 +308,7 @@ files:
|
|
300
308
|
- lib/bcdice/game_system/KemonoNoMori.rb
|
301
309
|
- lib/bcdice/game_system/KillDeathBusiness.rb
|
302
310
|
- lib/bcdice/game_system/KillDeathBusiness_Korean.rb
|
311
|
+
- lib/bcdice/game_system/KimitoYell.rb
|
303
312
|
- lib/bcdice/game_system/KizunaBullet.rb
|
304
313
|
- lib/bcdice/game_system/KurayamiCrying.rb
|
305
314
|
- lib/bcdice/game_system/Kutulu.rb
|
@@ -313,6 +322,8 @@ files:
|
|
313
322
|
- lib/bcdice/game_system/MagicaLogia.rb
|
314
323
|
- lib/bcdice/game_system/MagicaLogia_Korean.rb
|
315
324
|
- lib/bcdice/game_system/MagicaLogia_SimplifiedChinese.rb
|
325
|
+
- lib/bcdice/game_system/Magius.rb
|
326
|
+
- lib/bcdice/game_system/Magius_3rdNewTokyoCity.rb
|
316
327
|
- lib/bcdice/game_system/MamonoScramble.rb
|
317
328
|
- lib/bcdice/game_system/MeikyuDays.rb
|
318
329
|
- lib/bcdice/game_system/MeikyuKingdom.rb
|
@@ -326,6 +337,7 @@ files:
|
|
326
337
|
- lib/bcdice/game_system/NSSQ.rb
|
327
338
|
- lib/bcdice/game_system/Nechronica.rb
|
328
339
|
- lib/bcdice/game_system/Nechronica_Korean.rb
|
340
|
+
- lib/bcdice/game_system/NervWhitePaper.rb
|
329
341
|
- lib/bcdice/game_system/NeverCloud.rb
|
330
342
|
- lib/bcdice/game_system/NightWizard.rb
|
331
343
|
- lib/bcdice/game_system/NightWizard3rd.rb
|
@@ -355,6 +367,7 @@ files:
|
|
355
367
|
- lib/bcdice/game_system/RecordOfLodossWar.rb
|
356
368
|
- lib/bcdice/game_system/RecordOfSteam.rb
|
357
369
|
- lib/bcdice/game_system/Revulture.rb
|
370
|
+
- lib/bcdice/game_system/RogueLikeHalf.rb
|
358
371
|
- lib/bcdice/game_system/RokumonSekai2.rb
|
359
372
|
- lib/bcdice/game_system/RoleMaster.rb
|
360
373
|
- lib/bcdice/game_system/RuinBreakers.rb
|
@@ -384,6 +397,7 @@ files:
|
|
384
397
|
- lib/bcdice/game_system/Siren.rb
|
385
398
|
- lib/bcdice/game_system/Skynauts.rb
|
386
399
|
- lib/bcdice/game_system/SkynautsBouken.rb
|
400
|
+
- lib/bcdice/game_system/SkynautsBouken_Korean.rb
|
387
401
|
- lib/bcdice/game_system/StarryDolls.rb
|
388
402
|
- lib/bcdice/game_system/SteamPunkers.rb
|
389
403
|
- lib/bcdice/game_system/StellarKnights.rb
|
@@ -402,6 +416,7 @@ files:
|
|
402
416
|
- lib/bcdice/game_system/TalesFromTheLoop.rb
|
403
417
|
- lib/bcdice/game_system/TenkaRyouran.rb
|
404
418
|
- lib/bcdice/game_system/TensaiGunshiNiNaro.rb
|
419
|
+
- lib/bcdice/game_system/TheIndieHack.rb
|
405
420
|
- lib/bcdice/game_system/TheOneRing2nd.rb
|
406
421
|
- lib/bcdice/game_system/TheUnofficialHollowKnightRPG.rb
|
407
422
|
- lib/bcdice/game_system/TherapieSein.rb
|
@@ -429,12 +444,15 @@ files:
|
|
429
444
|
- lib/bcdice/game_system/Warhammer4.rb
|
430
445
|
- lib/bcdice/game_system/WerewolfTheApocalypse5th.rb
|
431
446
|
- lib/bcdice/game_system/WitchQuest.rb
|
447
|
+
- lib/bcdice/game_system/WoW.rb
|
432
448
|
- lib/bcdice/game_system/WorldOfDarkness.rb
|
433
449
|
- lib/bcdice/game_system/WorldsEndFrontline.rb
|
450
|
+
- lib/bcdice/game_system/YankeeMustDie.rb
|
434
451
|
- lib/bcdice/game_system/YankeeYogSothoth.rb
|
435
452
|
- lib/bcdice/game_system/YearZeroEngine.rb
|
436
453
|
- lib/bcdice/game_system/Yggdrasill.rb
|
437
454
|
- lib/bcdice/game_system/Yotabana.rb
|
455
|
+
- lib/bcdice/game_system/YuMyoKishi.rb
|
438
456
|
- lib/bcdice/game_system/ZettaiReido.rb
|
439
457
|
- lib/bcdice/game_system/ZombiLine.rb
|
440
458
|
- lib/bcdice/game_system/beginning_idol/accessories_table.rb
|
@@ -497,7 +515,6 @@ metadata:
|
|
497
515
|
homepage_uri: https://bcdice.org
|
498
516
|
source_code_uri: https://github.com/bcdice/BCDice
|
499
517
|
changelog_uri: https://github.com/bcdice/BCDice/blob/master/CHANGELOG.md
|
500
|
-
post_install_message:
|
501
518
|
rdoc_options: []
|
502
519
|
require_paths:
|
503
520
|
- lib
|
@@ -512,8 +529,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
512
529
|
- !ruby/object:Gem::Version
|
513
530
|
version: '0'
|
514
531
|
requirements: []
|
515
|
-
rubygems_version: 3.
|
516
|
-
signing_key:
|
532
|
+
rubygems_version: 3.6.7
|
517
533
|
specification_version: 4
|
518
534
|
summary: BCDice is a rolling dice engine for TRPG
|
519
535
|
test_files: []
|