Class: BCDice::GameSystem::FateCoreSystem
- Defined in:
- lib/bcdice/game_system/FateCoreSystem.rb
Constant Summary collapse
- ID =
ゲームシステムの識別子
'FateCoreSystem'- NAME =
ゲームシステム名
'Fate Core System'- SORT_KEY =
ゲームシステム名の読みがな
'ふえいとこあしすてむ'- HELP_MESSAGE =
ダイスボットの使い方
"\u25A0 \u30D5\u30A1\u30C3\u30B8\u30C0\u30A4\u30B9\u306B\u3088\u308B\u5224\u5B9A (xDF+y>=t)\n \u30D5\u30A1\u30C3\u30B8\u30C0\u30A4\u30B9\u3092x\u500B\u30C0\u30A4\u30B9\u30ED\u30FC\u30EB\u3057\u3001\u7D50\u679C\u3092\u5224\u5B9A\u3057\u307E\u3059\u3002\n x: \u30C0\u30A4\u30B9\u6570\n y: \u4FEE\u6B63\u5024\uFF08\u7701\u7565\u53EF\uFF09\n t: \u76EE\u6A19\u5024\u5024\uFF08\u7701\u7565\u53EF\uFF09\n \u4F8B\uFF094DF, 4DF>=3, 4DF+1>=3\n"
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
27 28 29 |
# File 'lib/bcdice/game_system/FateCoreSystem.rb', line 27 def eval_game_system_specific_command(command) roll_df(command) end |