Class: BCDice::GameSystem::ToshiakiHolyGrailWar

Inherits:
Base
  • Object
show all
Defined in:
lib/bcdice/game_system/ToshiakiHolyGrailWar.rb

Constant Summary collapse

ID =

ゲームシステムの識別子

'ToshiakiHolyGrailWar'
NAME =

ゲームシステム名

'としあきの聖杯戦争TRPG'
SORT_KEY =

ゲームシステム名の読みがな

'としあきのせいはいせんそうTRPG'
HELP_MESSAGE =

ダイスボットの使い方

"\u25A0 \u5224\u5B9A (Fx+y-z@a>=t)\n  \u88DC\u6B63\u5024\u30DA\u30CA\u30EB\u30C6\u30A3\u3092\u81EA\u52D5\u8A08\u7B97\u3057\u3066\u30C0\u30A4\u30B9\u306E\u9762\u6570\u3092\u6C7A\u5B9A\u3057\u30C0\u30A4\u30B9\u30ED\u30FC\u30EB\u3092\u5B9F\u884C\u3057\u307E\u3059\u3002\n  \u30C0\u30A4\u30B9\u9762\u6570\u306F2\u4EE5\u4E0A\u300110\u4EE5\u4E0B\u306E\u7BC4\u56F2\u306B\u5236\u9650\u3055\u308C\u307E\u3059\u3002\n  x: \u30B9\u30C6\u30FC\u30BF\u30B9\n  y: \u88DC\u6B63\u5024 (\u4EFB\u610F)\n  z: \u30DE\u30A4\u30CA\u30B9\u88DC\u6B63\u5024 (\u4EFB\u610F)\n  a: \u30C0\u30A4\u30B9\u9762\u6570\u306E\u5897\u91CF (\u4EFB\u610F)\n  t: \u76EE\u6A19\u5024 (\u4EFB\u610F)\n  \u4F8B)\n    F8+11, F8+11-5, F8+11-5@1, F8+11+9-3-2@-1, F8+11-5>=50, F8\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

#translate

Constructor Details

This class inherits a constructor from BCDice::Base

Instance Method Details

#eval_game_system_specific_command(command) ⇒ Object



28
29
30
# File 'lib/bcdice/game_system/ToshiakiHolyGrailWar.rb', line 28

def eval_game_system_specific_command(command)
  roll_f(command)
end