for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# Todos los hechizos de tipo arena
class Arena < Magia
def nivel
((id / 6) + 1).to_i
end
def elemento
'arena'