Class: BCDice::GameSystem::SwordWorld_SimplifiedChinese
- Inherits:
-
SwordWorld
- Object
- Base
- SwordWorld
- BCDice::GameSystem::SwordWorld_SimplifiedChinese
- Defined in:
- lib/bcdice/game_system/SwordWorld_SimplifiedChinese.rb
Constant Summary collapse
- ID =
ゲームシステムの識別子
'SwordWorld:SimplifiedChinese'
- NAME =
ゲームシステム名
'剑世界'
- SORT_KEY =
ゲームシステム名の読みがな
'国際化:Simplified Chinese:剑世界'
- HELP_MESSAGE =
ダイスボットの使い方
"・SW 威力表 (Kx[c]+m$f) (x:威力值, c:暴击值, m:加值, f:骰子出目修正)\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
-
#initialize(command) ⇒ SwordWorld_SimplifiedChinese
constructor
A new instance of SwordWorld_SimplifiedChinese.
Methods inherited from SwordWorld
#eval_game_system_specific_command, #result_2d6
Methods inherited from Base
#change_text, #check_result, command_pattern, #enable_debug, #enabled_d9?, eval, #eval, #grich_text, prefixes_pattern, register_prefix, register_prefix_from_super_class, #sort_add_dice?, #sort_barabara_dice?
Methods included from Translate
Constructor Details
#initialize(command) ⇒ SwordWorld_SimplifiedChinese
Returns a new instance of SwordWorld_SimplifiedChinese.
22 23 24 25 26 |
# File 'lib/bcdice/game_system/SwordWorld_SimplifiedChinese.rb', line 22 def initialize(command) super(command) @locale = :zh_hans end |