for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# Armaduras adicionales a la principal
class Proteccion < Item
def name
proteccion(id)['name']
end
def defensa
proteccion(id)['defensa']
def fits
proteccion(id)['fits']
def categoria
proteccion(id)['categoria']
def precio
proteccion(id)['precio']