bcdice 3.15.0 → 3.16.1

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.
@@ -83,10 +83,12 @@ require "bcdice/game_system/EarthDawn"
83
83
  require "bcdice/game_system/EarthDawn3"
84
84
  require "bcdice/game_system/EarthDawn4"
85
85
  require "bcdice/game_system/EclipsePhase"
86
+ require "bcdice/game_system/EdgeFlippers"
86
87
  require "bcdice/game_system/Elric"
87
88
  require "bcdice/game_system/Elysion"
88
89
  require "bcdice/game_system/EmbryoMachine"
89
90
  require "bcdice/game_system/Emoklore"
91
+ require "bcdice/game_system/Emoklore_Korean"
90
92
  require "bcdice/game_system/EndBreaker"
91
93
  require "bcdice/game_system/EtrianOdysseySRS"
92
94
  require "bcdice/game_system/FateCoreSystem"
@@ -131,6 +133,7 @@ require "bcdice/game_system/IthaWenUa"
131
133
  require "bcdice/game_system/JamesBond"
132
134
  require "bcdice/game_system/JekyllAndHyde"
133
135
  require "bcdice/game_system/JuinKansen"
136
+ require "bcdice/game_system/JuinKansen_Korean"
134
137
  require "bcdice/game_system/Kamigakari"
135
138
  require "bcdice/game_system/Kamigakari_Korean"
136
139
  require "bcdice/game_system/KamitsubakiCityUnderConstructionNarrative"
@@ -198,6 +201,7 @@ require "bcdice/game_system/Raisondetre"
198
201
  require "bcdice/game_system/RecordOfLodossWar"
199
202
  require "bcdice/game_system/RecordOfSteam"
200
203
  require "bcdice/game_system/Revulture"
204
+ require "bcdice/game_system/Revulture_Korean"
201
205
  require "bcdice/game_system/RogueLikeHalf"
202
206
  require "bcdice/game_system/RokumonSekai2"
203
207
  require "bcdice/game_system/RoleMaster"
@@ -267,6 +271,7 @@ require "bcdice/game_system/UnsungDuet_Korean"
267
271
  require "bcdice/game_system/Utakaze"
268
272
  require "bcdice/game_system/VampireTheMasquerade5th"
269
273
  require "bcdice/game_system/Ventangle"
274
+ require "bcdice/game_system/Ventangle_Korean"
270
275
  require "bcdice/game_system/Villaciel"
271
276
  require "bcdice/game_system/VisionConnect"
272
277
  require "bcdice/game_system/WARPS"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BCDice
4
- VERSION = "3.15.0"
4
+ VERSION = "3.16.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bcdice
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.15.0
4
+ version: 3.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - SAKATA Sinji
@@ -67,6 +67,7 @@ files:
67
67
  - i18n/Dracurouge/ja_jp.yml
68
68
  - i18n/Dracurouge/ko_kr.yml
69
69
  - i18n/Emoklore/ja_jp.yml
70
+ - i18n/Emoklore/ko_kr.yml
70
71
  - i18n/Fiasco/ja_jp.yml
71
72
  - i18n/Fiasco/ko_kr.yml
72
73
  - i18n/FinalFantasyXIV/en_us.yml
@@ -249,10 +250,12 @@ files:
249
250
  - lib/bcdice/game_system/EarthDawn3.rb
250
251
  - lib/bcdice/game_system/EarthDawn4.rb
251
252
  - lib/bcdice/game_system/EclipsePhase.rb
253
+ - lib/bcdice/game_system/EdgeFlippers.rb
252
254
  - lib/bcdice/game_system/Elric.rb
253
255
  - lib/bcdice/game_system/Elysion.rb
254
256
  - lib/bcdice/game_system/EmbryoMachine.rb
255
257
  - lib/bcdice/game_system/Emoklore.rb
258
+ - lib/bcdice/game_system/Emoklore_Korean.rb
256
259
  - lib/bcdice/game_system/EndBreaker.rb
257
260
  - lib/bcdice/game_system/EtrianOdysseySRS.rb
258
261
  - lib/bcdice/game_system/FateCoreSystem.rb
@@ -300,6 +303,7 @@ files:
300
303
  - lib/bcdice/game_system/JamesBond.rb
301
304
  - lib/bcdice/game_system/JekyllAndHyde.rb
302
305
  - lib/bcdice/game_system/JuinKansen.rb
306
+ - lib/bcdice/game_system/JuinKansen_Korean.rb
303
307
  - lib/bcdice/game_system/Kamigakari.rb
304
308
  - lib/bcdice/game_system/Kamigakari_Korean.rb
305
309
  - lib/bcdice/game_system/KamitsubakiCityUnderConstructionNarrative.rb
@@ -367,6 +371,7 @@ files:
367
371
  - lib/bcdice/game_system/RecordOfLodossWar.rb
368
372
  - lib/bcdice/game_system/RecordOfSteam.rb
369
373
  - lib/bcdice/game_system/Revulture.rb
374
+ - lib/bcdice/game_system/Revulture_Korean.rb
370
375
  - lib/bcdice/game_system/RogueLikeHalf.rb
371
376
  - lib/bcdice/game_system/RokumonSekai2.rb
372
377
  - lib/bcdice/game_system/RoleMaster.rb
@@ -436,6 +441,7 @@ files:
436
441
  - lib/bcdice/game_system/Utakaze.rb
437
442
  - lib/bcdice/game_system/VampireTheMasquerade5th.rb
438
443
  - lib/bcdice/game_system/Ventangle.rb
444
+ - lib/bcdice/game_system/Ventangle_Korean.rb
439
445
  - lib/bcdice/game_system/Villaciel.rb
440
446
  - lib/bcdice/game_system/VisionConnect.rb
441
447
  - lib/bcdice/game_system/WARPS.rb
@@ -484,10 +490,13 @@ files:
484
490
  - lib/bcdice/game_system/meikyu_kingdom/placename_table.rb
485
491
  - lib/bcdice/game_system/meikyu_kingdom/tables.rb
486
492
  - lib/bcdice/game_system/meikyu_kingdom/word_table.rb
493
+ - lib/bcdice/game_system/meikyu_kingdom_basic/atoz_table.rb
487
494
  - lib/bcdice/game_system/meikyu_kingdom_basic/item_table.rb
488
495
  - lib/bcdice/game_system/meikyu_kingdom_basic/kingdom_table.rb
489
496
  - lib/bcdice/game_system/meikyu_kingdom_basic/name_table.rb
497
+ - lib/bcdice/game_system/meikyu_kingdom_basic/randr236_table.rb
490
498
  - lib/bcdice/game_system/meikyu_kingdom_basic/table.rb
499
+ - lib/bcdice/game_system/meikyu_kingdom_basic/tk_table.rb
491
500
  - lib/bcdice/game_system/meikyu_kingdom_basic/word_table.rb
492
501
  - lib/bcdice/game_system/one_way_heroics/dungeon_table.rb
493
502
  - lib/bcdice/game_system/one_way_heroics/random_event_table.rb