Class: BCDice::GameSystem::Nuekagami
- Defined in:
- lib/bcdice/game_system/Nuekagami.rb
Direct Known Subclasses
Constant Summary collapse
- ID =
ゲームシステムの識別子
'Nuekagami'- NAME =
ゲームシステム名
'鵺鏡'- SORT_KEY =
ゲームシステム名の読みがな
'ぬえかかみ'- HELP_MESSAGE =
ダイスボットの使い方
"\u30FB\u55AA\u5931\u8868\uFF08xL\uFF09\n\u3000BL\uFF1A\u8840\u8108\u3001LL\uFF1A\u751F\u69D8\u3001SL\uFF1A\u9B42\u9B44\u3001FL\uFF1A\u56E0\u7E01\n\u30FBLR\uFF1A\u55AA\u5931\u53D6\u623B\u8868\n\u30FB\u9580\u901A\u904E\u63CF\u5199\u8868\uFF08xG\uFF09\n\u3000HG\uFF1A\u5730\u7344\u9580\u3001RG\uFF1A\u7F85\u751F\u9580\u3001VG\uFF1A\u6731\u96C0\u9580\u3001OG\uFF1A\u5FDC\u5929\u9580\n"- TABLES =
translate_tables(:ja_jp)
Instance Attribute Summary
Attributes inherited from Base
#d66_sort_type, #default_cmp_op, #default_target_number, #randomizer, #reroll_dice_reroll_threshold, #round_type, #sides_implicit_d, #upper_dice_reroll_threshold
Instance Method Summary collapse
Methods inherited from Base
#change_text, #check_result, command_pattern, #enable_debug, #enabled_d9?, #eval, eval, #grich_text, #initialize, prefixes_pattern, register_prefix, register_prefix_from_super_class, #sort_add_dice?, #sort_barabara_dice?
Methods included from Translate
Constructor Details
This class inherits a constructor from BCDice::Base
Instance Method Details
#eval_game_system_specific_command(command) ⇒ Object
24 25 26 |
# File 'lib/bcdice/game_system/Nuekagami.rb', line 24 def eval_game_system_specific_command(command) roll_tables(command, TABLES) end |