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



65
66
67
# File 'lib/bcdice/game_system/NinjaSlayer.rb', line 65

def difficulty
  @difficulty
end

#numObject

Returns the value of attribute num



65
66
67
# File 'lib/bcdice/game_system/NinjaSlayer.rb', line 65

def num
  @num
end

#targetValueObject

Returns the value of attribute targetValue



65
66
67
# File 'lib/bcdice/game_system/NinjaSlayer.rb', line 65

def targetValue
  @targetValue
end