bcdice 3.10.0 → 3.12.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 +40 -0
- data/i18n/FutariSousa/ko_kr.yml +1625 -529
- data/i18n/Insane/ko_kr.yml +393 -258
- data/i18n/NinjaSlayer2/ja_jp.yml +34 -0
- data/lib/bcdice/game_system/DemonSpike.rb +89 -0
- data/lib/bcdice/game_system/Emoklore.rb +4 -6
- data/lib/bcdice/game_system/FutariSousa_Korean.rb +44 -19
- data/lib/bcdice/game_system/GundamSentinel.rb +377 -0
- data/lib/bcdice/game_system/HunterTheReckoning5th.rb +10 -3
- data/lib/bcdice/game_system/Insane_Korean.rb +11 -11
- data/lib/bcdice/game_system/KamitsubakiCityUnderConstructionNarrative.rb +251 -0
- data/lib/bcdice/game_system/MamonoScramble.rb +98 -0
- data/lib/bcdice/game_system/NinjaSlayer.rb +3 -1
- data/lib/bcdice/game_system/NinjaSlayer2.rb +299 -0
- data/lib/bcdice/game_system/RuneQuestRoleplayingInGlorantha.rb +170 -0
- data/lib/bcdice/game_system/SajinsenkiAGuS.rb +5 -1
- data/lib/bcdice/game_system/SajinsenkiAGuS2E.rb +285 -0
- data/lib/bcdice/game_system/SkynautsBouken.rb +1 -1
- data/lib/bcdice/game_system/SwordWorld.rb +16 -0
- data/lib/bcdice/game_system/SwordWorld2_5.rb +8 -1
- data/lib/bcdice/game_system/VampireTheMasquerade5th.rb +10 -4
- data/lib/bcdice/game_system/WerewolfTheApocalypse5th.rb +173 -0
- data/lib/bcdice/game_system/ZombiLine.rb +115 -0
- data/lib/bcdice/game_system/sword_world/rating_options.rb +3 -0
- data/lib/bcdice/game_system/sword_world/rating_parsed.rb +9 -0
- data/lib/bcdice/game_system/sword_world/rating_parser.rb +173 -128
- data/lib/bcdice/game_system/sword_world/transcendent_test.rb +1 -1
- data/lib/bcdice/game_system.rb +9 -0
- data/lib/bcdice/version.rb +1 -1
- metadata +13 -3
@@ -39,7 +39,7 @@ module BCDice
|
|
39
39
|
fumble = first_value_group == [1, 1]
|
40
40
|
critical = first_value_group == [6, 6]
|
41
41
|
|
42
|
-
|
42
|
+
unless fumble
|
43
43
|
while sum_of_dice(value_groups.last) >= @critical_value
|
44
44
|
value_groups.push(randomizer.roll_barabara(2, 6))
|
45
45
|
end
|
data/lib/bcdice/game_system.rb
CHANGED
@@ -56,6 +56,7 @@ require "bcdice/game_system/DarkDaysDrive"
|
|
56
56
|
require "bcdice/game_system/DarkSouls"
|
57
57
|
require "bcdice/game_system/DeadlineHeroes"
|
58
58
|
require "bcdice/game_system/DemonParasite"
|
59
|
+
require "bcdice/game_system/DemonSpike"
|
59
60
|
require "bcdice/game_system/DesperateRun"
|
60
61
|
require "bcdice/game_system/DetatokoSaga"
|
61
62
|
require "bcdice/game_system/DetatokoSaga_Korean"
|
@@ -93,6 +94,7 @@ require "bcdice/game_system/GoblinSlayer"
|
|
93
94
|
require "bcdice/game_system/GoldenSkyStories"
|
94
95
|
require "bcdice/game_system/Gorilla"
|
95
96
|
require "bcdice/game_system/GranCrest"
|
97
|
+
require "bcdice/game_system/GundamSentinel"
|
96
98
|
require "bcdice/game_system/Gundog"
|
97
99
|
require "bcdice/game_system/GundogRevised"
|
98
100
|
require "bcdice/game_system/GundogZero"
|
@@ -118,6 +120,7 @@ require "bcdice/game_system/JekyllAndHyde"
|
|
118
120
|
require "bcdice/game_system/JuinKansen"
|
119
121
|
require "bcdice/game_system/Kamigakari"
|
120
122
|
require "bcdice/game_system/Kamigakari_Korean"
|
123
|
+
require "bcdice/game_system/KamitsubakiCityUnderConstructionNarrative"
|
121
124
|
require "bcdice/game_system/KanColle"
|
122
125
|
require "bcdice/game_system/Karukami"
|
123
126
|
require "bcdice/game_system/KemonoNoMori"
|
@@ -133,6 +136,7 @@ require "bcdice/game_system/LostRoyal"
|
|
133
136
|
require "bcdice/game_system/MagicaLogia"
|
134
137
|
require "bcdice/game_system/MagicaLogia_Korean"
|
135
138
|
require "bcdice/game_system/MagicaLogia_SimplifiedChinese"
|
139
|
+
require "bcdice/game_system/MamonoScramble"
|
136
140
|
require "bcdice/game_system/MeikyuDays"
|
137
141
|
require "bcdice/game_system/MeikyuKingdom"
|
138
142
|
require "bcdice/game_system/MeikyuKingdomBasic"
|
@@ -148,6 +152,7 @@ require "bcdice/game_system/NightWizard"
|
|
148
152
|
require "bcdice/game_system/NightWizard3rd"
|
149
153
|
require "bcdice/game_system/NightmareHunterDeep"
|
150
154
|
require "bcdice/game_system/NinjaSlayer"
|
155
|
+
require "bcdice/game_system/NinjaSlayer2"
|
151
156
|
require "bcdice/game_system/NjslyrBattle"
|
152
157
|
require "bcdice/game_system/NobunagasBlackCastle"
|
153
158
|
require "bcdice/game_system/NSSQ"
|
@@ -175,9 +180,11 @@ require "bcdice/game_system/RokumonSekai2"
|
|
175
180
|
require "bcdice/game_system/RoleMaster"
|
176
181
|
require "bcdice/game_system/RuinBreakers"
|
177
182
|
require "bcdice/game_system/RuneQuest"
|
183
|
+
require "bcdice/game_system/RuneQuestRoleplayingInGlorantha"
|
178
184
|
require "bcdice/game_system/RyuTuber"
|
179
185
|
require "bcdice/game_system/Ryutama"
|
180
186
|
require "bcdice/game_system/SajinsenkiAGuS"
|
187
|
+
require "bcdice/game_system/SajinsenkiAGuS2E"
|
181
188
|
require "bcdice/game_system/SRS"
|
182
189
|
require "bcdice/game_system/SamsaraBallad"
|
183
190
|
require "bcdice/game_system/Satasupe"
|
@@ -234,6 +241,7 @@ require "bcdice/game_system/WARPS"
|
|
234
241
|
require "bcdice/game_system/WaresBlade"
|
235
242
|
require "bcdice/game_system/Warhammer"
|
236
243
|
require "bcdice/game_system/Warhammer4"
|
244
|
+
require "bcdice/game_system/WerewolfTheApocalypse5th"
|
237
245
|
require "bcdice/game_system/WitchQuest"
|
238
246
|
require "bcdice/game_system/WorldOfDarkness"
|
239
247
|
require "bcdice/game_system/WorldsEndFrontline"
|
@@ -241,3 +249,4 @@ require "bcdice/game_system/YankeeYogSothoth"
|
|
241
249
|
require "bcdice/game_system/YearZeroEngine"
|
242
250
|
require "bcdice/game_system/Yggdrasill"
|
243
251
|
require "bcdice/game_system/ZettaiReido"
|
252
|
+
require "bcdice/game_system/ZombiLine"
|
data/lib/bcdice/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bcdice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- SAKATA Sinji
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -69,6 +69,7 @@ files:
|
|
69
69
|
- i18n/MonotoneMuseum/ko_kr.yml
|
70
70
|
- i18n/Nechronica/ja_jp.yml
|
71
71
|
- i18n/Nechronica/ko_kr.yml
|
72
|
+
- i18n/NinjaSlayer2/ja_jp.yml
|
72
73
|
- i18n/StellarKnights/ja_jp.yml
|
73
74
|
- i18n/StellarKnights/ko_kr.yml
|
74
75
|
- i18n/StratoShout/ja_jp.yml
|
@@ -193,6 +194,7 @@ files:
|
|
193
194
|
- lib/bcdice/game_system/DarkSouls.rb
|
194
195
|
- lib/bcdice/game_system/DeadlineHeroes.rb
|
195
196
|
- lib/bcdice/game_system/DemonParasite.rb
|
197
|
+
- lib/bcdice/game_system/DemonSpike.rb
|
196
198
|
- lib/bcdice/game_system/DesperateRun.rb
|
197
199
|
- lib/bcdice/game_system/DetatokoSaga.rb
|
198
200
|
- lib/bcdice/game_system/DetatokoSaga_Korean.rb
|
@@ -231,6 +233,7 @@ files:
|
|
231
233
|
- lib/bcdice/game_system/GoldenSkyStories.rb
|
232
234
|
- lib/bcdice/game_system/Gorilla.rb
|
233
235
|
- lib/bcdice/game_system/GranCrest.rb
|
236
|
+
- lib/bcdice/game_system/GundamSentinel.rb
|
234
237
|
- lib/bcdice/game_system/Gundog.rb
|
235
238
|
- lib/bcdice/game_system/GundogRevised.rb
|
236
239
|
- lib/bcdice/game_system/GundogZero.rb
|
@@ -255,6 +258,7 @@ files:
|
|
255
258
|
- lib/bcdice/game_system/JuinKansen.rb
|
256
259
|
- lib/bcdice/game_system/Kamigakari.rb
|
257
260
|
- lib/bcdice/game_system/Kamigakari_Korean.rb
|
261
|
+
- lib/bcdice/game_system/KamitsubakiCityUnderConstructionNarrative.rb
|
258
262
|
- lib/bcdice/game_system/KanColle.rb
|
259
263
|
- lib/bcdice/game_system/Karukami.rb
|
260
264
|
- lib/bcdice/game_system/KemonoNoMori.rb
|
@@ -270,6 +274,7 @@ files:
|
|
270
274
|
- lib/bcdice/game_system/MagicaLogia.rb
|
271
275
|
- lib/bcdice/game_system/MagicaLogia_Korean.rb
|
272
276
|
- lib/bcdice/game_system/MagicaLogia_SimplifiedChinese.rb
|
277
|
+
- lib/bcdice/game_system/MamonoScramble.rb
|
273
278
|
- lib/bcdice/game_system/MeikyuDays.rb
|
274
279
|
- lib/bcdice/game_system/MeikyuKingdom.rb
|
275
280
|
- lib/bcdice/game_system/MeikyuKingdomBasic.rb
|
@@ -286,6 +291,7 @@ files:
|
|
286
291
|
- lib/bcdice/game_system/NightWizard3rd.rb
|
287
292
|
- lib/bcdice/game_system/NightmareHunterDeep.rb
|
288
293
|
- lib/bcdice/game_system/NinjaSlayer.rb
|
294
|
+
- lib/bcdice/game_system/NinjaSlayer2.rb
|
289
295
|
- lib/bcdice/game_system/NjslyrBattle.rb
|
290
296
|
- lib/bcdice/game_system/NobunagasBlackCastle.rb
|
291
297
|
- lib/bcdice/game_system/Nuekagami.rb
|
@@ -312,10 +318,12 @@ files:
|
|
312
318
|
- lib/bcdice/game_system/RoleMaster.rb
|
313
319
|
- lib/bcdice/game_system/RuinBreakers.rb
|
314
320
|
- lib/bcdice/game_system/RuneQuest.rb
|
321
|
+
- lib/bcdice/game_system/RuneQuestRoleplayingInGlorantha.rb
|
315
322
|
- lib/bcdice/game_system/RyuTuber.rb
|
316
323
|
- lib/bcdice/game_system/Ryutama.rb
|
317
324
|
- lib/bcdice/game_system/SRS.rb
|
318
325
|
- lib/bcdice/game_system/SajinsenkiAGuS.rb
|
326
|
+
- lib/bcdice/game_system/SajinsenkiAGuS2E.rb
|
319
327
|
- lib/bcdice/game_system/SamsaraBallad.rb
|
320
328
|
- lib/bcdice/game_system/Satasupe.rb
|
321
329
|
- lib/bcdice/game_system/ScreamHighSchool.rb
|
@@ -371,6 +379,7 @@ files:
|
|
371
379
|
- lib/bcdice/game_system/WaresBlade.rb
|
372
380
|
- lib/bcdice/game_system/Warhammer.rb
|
373
381
|
- lib/bcdice/game_system/Warhammer4.rb
|
382
|
+
- lib/bcdice/game_system/WerewolfTheApocalypse5th.rb
|
374
383
|
- lib/bcdice/game_system/WitchQuest.rb
|
375
384
|
- lib/bcdice/game_system/WorldOfDarkness.rb
|
376
385
|
- lib/bcdice/game_system/WorldsEndFrontline.rb
|
@@ -378,6 +387,7 @@ files:
|
|
378
387
|
- lib/bcdice/game_system/YearZeroEngine.rb
|
379
388
|
- lib/bcdice/game_system/Yggdrasill.rb
|
380
389
|
- lib/bcdice/game_system/ZettaiReido.rb
|
390
|
+
- lib/bcdice/game_system/ZombiLine.rb
|
381
391
|
- lib/bcdice/game_system/beginning_idol/accessories_table.rb
|
382
392
|
- lib/bcdice/game_system/beginning_idol/bad_status_table.rb
|
383
393
|
- lib/bcdice/game_system/beginning_idol/chain_d66_table.rb
|
@@ -452,7 +462,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
452
462
|
- !ruby/object:Gem::Version
|
453
463
|
version: '0'
|
454
464
|
requirements: []
|
455
|
-
rubygems_version: 3.4.
|
465
|
+
rubygems_version: 3.4.1
|
456
466
|
signing_key:
|
457
467
|
specification_version: 4
|
458
468
|
summary: BCDice is a rolling dice engine for TRPG
|