Module: Restiny::BreakerType

Defined in:
lib/restiny/constants.rb

Overview

Definitions for the Champion breaker types used in the game.

Constant Summary collapse

SHIELD_PIERCING =
1
DISRUPTION =
2
STAGGER =
3

Class Method Summary collapse

Class Method Details

.allObject



112
113
114
115
116
117
118
# File 'lib/restiny/constants.rb', line 112

def self.all
  {
    SHIELD_PIERCING => 'Shield-Piercing',
    DISRUPTION => 'Disruption',
    STAGGER => 'Stagger'
  }
end