Sfoglia il codice sorgente

buffed runecrafter's toil quality a bit

tags/v0.6^2
Shaun 4 anni fa
parent
commit
26197f6be6
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      src/server/mods/feature-cards/recipes/recipes.js

+ 3
- 3
src/server/mods/feature-cards/recipes/recipes.js Vedi File

@@ -12,7 +12,7 @@ module.exports = [{
}],
craftAction: rune.bind(null, {
level: 10,
magicFind: 500
magicFind: 900
})
}, {
name: 'Level 15 Rune',
@@ -23,7 +23,7 @@ module.exports = [{
}],
craftAction: rune.bind(null, {
level: 15,
magicFind: 1000
magicFind: 1400
})
}, {
name: 'Level 20 Rune',
@@ -34,7 +34,7 @@ module.exports = [{
}],
craftAction: rune.bind(null, {
level: 20,
magicFind: 1500
magicFind: 1900
})
}, {
name: 'Legendary Level 15 Weapon',


Caricamento…
Annulla
Salva