Class: BCDice::GameSystem::FinalFantasyXIV

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

Direct Known Subclasses

FinalFantasyXIV_English

Constant Summary collapse

ID =

ゲームシステムの識別子

"FinalFantasyXIV"
NAME =

ゲームシステム名

"FINAL FANTSY XIV TTRPG"
SORT_KEY =

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

"ふあいなるふあんたしい14TTRPG"
HELP_MESSAGE =
"\u30FB\u30A2\u30D3\u30EA\u30C6\u30A3\u5224\u5B9A nAB+m>=x\n  d20\u306E\u30A2\u30D3\u30EA\u30C6\u30A3\u5224\u5B9A\u3092\u884C\u3046\u3002\u30C0\u30A4\u30B9\u6570\u304C\u6307\u5B9A\u3055\u308C\u305F\u5834\u5408\u3001\u5927\u304D\u3044\u51FA\u76EE1\u500B\u3092\u63A1\u7528\u3059\u308B\u3002\n  n: \u30C0\u30A4\u30B9\u6570\uFF08\u7701\u7565\u6642 1\uFF09\n  m: \u4FEE\u6B63\u5024\uFF08\u7701\u7565\u53EF\uFF09\n  x: \u76EE\u6A19\u5024\uFF08\u7701\u7565\u53EF\uFF09\n  \u57FA\u672C\u52B9\u679C\u306E\u307F\u3001\u30C0\u30A4\u30EC\u30AF\u30C8\u30D2\u30C3\u30C8\u3001\u30AF\u30EA\u30C6\u30A3\u30AB\u30EB\u3092\u81EA\u52D5\u5224\u5B9A\u3002\n  \u4F8B\uFF09AB, AB+5, AB+5>=14, 2AB+5>=14\n\u30FB\u884C\u70BA\u5224\u5B9A nDC+m>=x\n  \u30A2\u30D3\u30EA\u30C6\u30A3\u5224\u5B9A\u3068\u540C\u69D8\u3002\n  \u5931\u6557\u3001\u6210\u529F\u3092\u81EA\u52D5\u5224\u5B9A\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



30
31
32
# File 'lib/bcdice/game_system/FinalFantasyXIV.rb', line 30

def eval_game_system_specific_command(command)
  return abirity_roll(command) || action_roll(command)
end