Class: BCDice::GameSystem::Cthulhu_ChineseTraditional
- Defined in:
- lib/bcdice/game_system/Cthulhu_ChineseTraditional.rb
Constant Summary collapse
- ID =
ゲームシステムの識別子
'Cthulhu:ChineseTraditional'- NAME =
ゲームシステム名
'克蘇魯神話'- SORT_KEY =
ゲームシステム名の読みがな
'国際化:Chinese Traditional:克蘇魯神話'- HELP_MESSAGE =
ダイスボットの使い方
"c=\u7206\u64CA\u7387 \uFF0F f=\u5927\u5931\u6557\u503C \uFF0F s=\u7279\u6B8A\n\n1d100<=n c\u30FBf\u30FBs\u5168\u95DC\u9589\uFF08\u53EA\u9032\u884C\u55AE\u7D14\u6578\u503C\u6BD4\u8F03\u5224\u5B9A\uFF09\n\n\u30FBcfs\u4ED8\u8A3B\u5224\u5B9A\u6307\u4EE4\n\nCC 1d100\u64F2\u9AB0 c=1\u3001f=100\nCCB \u540C\u4E0A\u3001c=5\u3001f=96\n\n\u4F8B\uFF1ACC<=80 \uFF08\u4EE5\u6280\u80FD\u503C80\u4F86\u5224\u5B9A\u3002cf\u9069\u7528\u65BC1%\u898F\u5247\uFF09\n\u4F8B\uFF1ACCB<=55 \uFF08\u4EE5\u6280\u80FD\u503C55\u4F86\u5224\u5B9A\u3002cf\u9069\u7528\u65BC5%\u898F\u5247\uFF09\n\n\u30FB\u95DC\u65BC\u7D44\u5408\u9AB0\u7D44\n\nCBR(x,y) c=1\u3001f=100\nCBRB(x,y) c=5\u3001f=96\n\n\u30FB\u95DC\u65BC\u5C0D\u6297\u9AB0\nRES(x-y) c=1\u3001f=100\nRESB(x-y) c=5\u3001f=96\n\n\u203B\u6545\u969C\u7387\u5224\u5B9A\n\n\u30FBCC(x) c=1\u3001f=100\nx=\u6545\u969C\u7387\u3002\u64F2\u51FA\u9AB0\u503Cx\u4EE5\u4E0A\u6642\u3001\u9700\u5728\u5927\u5931\u6557\u767C\u751F\u540C\u6642\u8F38\u51FA\uFF08\u53C3\u7167\u300C\u5927\u5931\u6557\uFF06\u6545\u969C\u300D\uFF09\n\u6C92\u6709\u5927\u5931\u6557\u6642\uFF0C\u7121\u8AD6\u6210\u529F\u6216\u5931\u6557\u53EA\u9700\u53C3\u8003[\u6545\u969C]\u4F86\u8F38\u51FA(\u4E26\u975E\u6210\u529F\u6216\u5931\u6557\u4F86\u8F38\u51FA\uFF0C\u800C\u662F\u8986\u84CB\u4E0A\u53BB\u4E26\u5C0D\u5176\u8F38\u51FA)\n\n\u30FBCCB(x) c=5\u3001f=96\n\u540C\u4E0A\n\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) ⇒ Cthulhu_ChineseTraditional
constructor
A new instance of Cthulhu_ChineseTraditional.
Methods inherited from Cthulhu
#eval_game_system_specific_command
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) ⇒ Cthulhu_ChineseTraditional
Returns a new instance of Cthulhu_ChineseTraditional.
53 54 55 56 57 |
# File 'lib/bcdice/game_system/Cthulhu_ChineseTraditional.rb', line 53 def initialize(command) super(command) @locale = :zh_hant end |