Class: BCDice::GameSystem::NinjaSlayer::EV
- Inherits:
-
Struct
- Object
- Struct
- BCDice::GameSystem::NinjaSlayer::EV
- Defined in:
- lib/bcdice/game_system/NinjaSlayer.rb
Overview
回避判定のノード
Instance Attribute Summary collapse
-
#difficulty ⇒ Object
Returns the value of attribute difficulty.
-
#num ⇒ Object
Returns the value of attribute num.
-
#targetValue ⇒ Object
Returns the value of attribute targetValue.
Instance Attribute Details
#difficulty ⇒ Object
Returns the value of attribute difficulty
67 68 69 |
# File 'lib/bcdice/game_system/NinjaSlayer.rb', line 67 def difficulty @difficulty end |
#num ⇒ Object
Returns the value of attribute num
67 68 69 |
# File 'lib/bcdice/game_system/NinjaSlayer.rb', line 67 def num @num end |
#targetValue ⇒ Object
Returns the value of attribute targetValue
67 68 69 |
# File 'lib/bcdice/game_system/NinjaSlayer.rb', line 67 def targetValue @targetValue end |