for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# Todos los hechizos de tipo elemental
class Elemental < Magia
def nivel
(id / 24).to_i + 1
end
def elemento
%w(fuego aire tierra agua)[id / 6 % 4]