Parcourir la source

buffed runecrafter's toil quality a bit

tags/v0.6^2
Shaun il y a 4 ans
Parent
révision
26197f6be6
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      src/server/mods/feature-cards/recipes/recipes.js

+ 3
- 3
src/server/mods/feature-cards/recipes/recipes.js Voir le fichier

@@ -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',


Chargement…
Annuler
Enregistrer