Просмотр исходного кода

buffed runecrafter's toil quality a bit

tags/v0.6^2
Shaun 4 лет назад
Родитель
Сommit
26197f6be6
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      src/server/mods/feature-cards/recipes/recipes.js

+ 3
- 3
src/server/mods/feature-cards/recipes/recipes.js Просмотреть файл

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


Загрузка…
Отмена
Сохранить