Class: BCDice::GameSystem::NinjaSlayer::EV

Inherits:
Struct
  • Object
show all
Defined in:
lib/bcdice/game_system/NinjaSlayer.rb

Overview

回避判定のノード

Instance Attribute Summary collapse

Instance Attribute Details

#difficultyObject

Returns the value of attribute difficulty

Returns:

  • (Object)

    the current value of difficulty



67
68
69
# File 'lib/bcdice/game_system/NinjaSlayer.rb', line 67

def difficulty
  @difficulty
end

#numObject

Returns the value of attribute num

Returns:

  • (Object)

    the current value of num



67
68
69
# File 'lib/bcdice/game_system/NinjaSlayer.rb', line 67

def num
  @num
end

#targetValueObject

Returns the value of attribute targetValue

Returns:

  • (Object)

    the current value of targetValue



67
68
69
# File 'lib/bcdice/game_system/NinjaSlayer.rb', line 67

def targetValue
  @targetValue
end