Class: BCDice::GameSystem::SRS::SRSRollNode
- Inherits:
-
Struct
- Object
- Struct
- BCDice::GameSystem::SRS::SRSRollNode
- Defined in:
- lib/bcdice/game_system/SRS.rb
Overview
成功判定コマンドのノード
Instance Attribute Summary collapse
-
#critical_value ⇒ Object
Returns the value of attribute critical_value.
-
#fumble_value ⇒ Object
Returns the value of attribute fumble_value.
-
#modifier ⇒ Object
Returns the value of attribute modifier.
-
#target_value ⇒ Object
Returns the value of attribute target_value.
Instance Method Summary collapse
-
#to_s ⇒ String
成功判定の文字列表記を返す.
Instance Attribute Details
#critical_value ⇒ Object
Returns the value of attribute critical_value
175 176 177 |
# File 'lib/bcdice/game_system/SRS.rb', line 175 def critical_value @critical_value end |
#fumble_value ⇒ Object
Returns the value of attribute fumble_value
175 176 177 |
# File 'lib/bcdice/game_system/SRS.rb', line 175 def fumble_value @fumble_value end |
#modifier ⇒ Object
Returns the value of attribute modifier
175 176 177 |
# File 'lib/bcdice/game_system/SRS.rb', line 175 def modifier @modifier end |
#target_value ⇒ Object
Returns the value of attribute target_value
175 176 177 |
# File 'lib/bcdice/game_system/SRS.rb', line 175 def target_value @target_value end |