Class: BCDice::GameSystem::Ainecadette

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

Constant Summary collapse

ID =

ゲームシステムの識別子

"Ainecadette"
NAME =

ゲームシステム名

"エネカデット"
SORT_KEY =

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

"えねかてつと"
HELP_MESSAGE =

ダイスボットの使い方

"\u25A0 \u5224\u5B9A\n- \u5148\u8F29 (AI) 10\u9762\u30C0\u30A4\u30B9\u30922\u3064\u632F\u3063\u3066\u5224\u5B9A\u3057\u307E\u3059\u3002\u300E\u6709\u5229\u300F\u306A\u3089\u30103AI\u3011\u3001\u300E\u4E0D\u5229\u300F\u306A\u3089\u30101AI\u3011\u3092\u4F7F\u3044\u307E\u3059\u3002\n- \u5F8C\u8F29 (CA) 6\u9762\u30C0\u30A4\u30B9\u30922\u3064\u632F\u3063\u3066\u5224\u5B9A\u3057\u307E\u3059\u3002\u300E\u6709\u5229\u300F\u306A\u3089\u30103CA\u3011\u3001\u300E\u4E0D\u5229\u300F\u306A\u3089\u30101CA\u3011\u3092\u4F7F\u3044\u307E\u3059\u3002\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



24
25
26
# File 'lib/bcdice/game_system/Ainecadette.rb', line 24

def eval_game_system_specific_command(command)
  roll_action(command)
end