class DotkaM::Skill
Public Class Methods
any()
click to toggle source
# File lib/dotka/skill.rb, line 5 def self.any 0 end
high()
click to toggle source
# File lib/dotka/skill.rb, line 13 def self.high 2 end
normal()
click to toggle source
# File lib/dotka/skill.rb, line 9 def self.normal 1 end
very_high()
click to toggle source
# File lib/dotka/skill.rb, line 17 def self.very_high 3 end