Module: Restiny::DamageType
- Defined in:
- lib/restiny/constants.rb
Overview
Definitions for the various damage types in the game.
Constant Summary collapse
- KINETIC =
1- ARC =
2- SOLAR =
3- VOID =
4- RAID =
5- STASIS =
6- STRAND =
7
Class Method Summary collapse
Class Method Details
.all ⇒ Object
146 147 148 149 150 151 152 153 154 155 156 |
# File 'lib/restiny/constants.rb', line 146 def self.all { KINETIC => 'Kinetic', ARC => 'Arc', SOLAR => 'Solar', VOID => 'Void', RAID => 'Raid', STASIS => 'Stasis', STRAND => 'Strand' } end |