Explorar el Código

fixed #1339 and fixed whirlwind and ambush descriptions when crafting

tags/v0.4.3^2
Shaun Kichenbrand hace 4 años
padre
commit
62ab75b553
Se han modificado 2 ficheros con 34 adiciones y 19 borrados
  1. +32
    -17
      src/client/ui/templates/workbench/styles.less
  2. +2
    -2
      src/server/config/recipes/etching.js

+ 32
- 17
src/client/ui/templates/workbench/styles.less Ver fichero

@@ -18,6 +18,7 @@
padding-top: 8px;
margin: auto;
}

}

.bottom {
@@ -29,8 +30,9 @@
color: @blueB;
margin-bottom: 10px;
}
.left, .right {

.left,
.right {
float: left;
height: 100%;
padding: 10px;
@@ -55,8 +57,11 @@
&:hover {
background-color: @blackB;
}

}

}

}

.right {
@@ -73,6 +78,7 @@
color: @orange;
padding-bottom: 10px;
}

}

.materialList {
@@ -80,12 +86,12 @@
visibility: hidden;

.material {


&.need {
color: @redB;
}

}

}

.buttons {
@@ -93,23 +99,32 @@

> .btn {
height: 35px;
width: 100px;
color: @white;
text-align: center;
padding-top: 10px;
background-color: @blackB;
cursor: pointer;
float: left;
&:last-child {
width: 100px;
color: @white;
text-align: center;
padding-top: 10px;
background-color: @blackB;
cursor: pointer;
float: left;
&:last-child {
float: right;
}
}

&:hover {
background-color: @blackA;
}

&:hover {
background-color: @blackA;
}
}

}

}

}

}

.mobile .uiWorkbench {
z-index: 2;
}

+ 2
- 2
src/server/config/recipes/etching.js Ver fichero

@@ -2,7 +2,7 @@ module.exports = [{
id: 'runeWhirlwind',
name: 'Rune of Whirlwind',
default: false,
description: 'Wiggle-wiggly woo-woo.',
description: 'You furiously spin in a circle, striking all foes around you.',
item: {
name: 'Rune of Whirlwind',
generate: true,
@@ -20,7 +20,7 @@ module.exports = [{
id: 'runeAmbush',
name: 'Rune of Ambush',
default: false,
description: 'Wiggle-wiggly woo-woo.',
description: 'Step into the shadows and reappear behind your target before delivering a concussing blow.',
item: {
name: 'Rune of Ambush',
generate: true,


Cargando…
Cancelar
Guardar