Selaa lähdekoodia

fixes #1357

tags/v0.4.3^2
Big Bad Waffle 4 vuotta sitten
vanhempi
commit
6b6ca997f1
2 muutettua tiedostoa jossa 30 lisäystä ja 2 poistoa
  1. +13
    -1
      src/server/config/maps/fjolarok/zone.js
  2. +17
    -1
      src/server/config/maps/sewer/zone.js

+ 13
- 1
src/server/config/maps/fjolarok/zone.js Näytä tiedosto

@@ -675,7 +675,19 @@ module.exports = {
}
},
rare: {
name: 'Fleshripper'
name: 'Fleshripper',
drops: {
rolls: 1,
noRandom: true,
alsoRandom: true,
blueprints: [{
chance: 80,
name: 'Eagle Feather',
material: true,
sprite: [0, 0],
spritesheet: 'images/questItems.png'
}]
}
}
},
hermit: {


+ 17
- 1
src/server/config/maps/sewer/zone.js Näytä tiedosto

@@ -5,6 +5,9 @@ const balance = {
giantRat: {
clawChance: 5
},
enragedRat: {
clawChance: 80
},
stinktooth: {
runestoneChance: 10,
recipeChance: 3,
@@ -63,7 +66,20 @@ module.exports = {

rare: {
name: 'Enraged Rat',
cell: 24
cell: 24,

drops: {
rolls: 1,
noRandom: true,
alsoRandom: true,
blueprints: [{
chance: balance.enragedRat.clawChance,
name: 'Rat Claw',
material: true,
sprite: [3, 0],
spritesheet: 'images/materials.png'
}]
}
}
},



Ladataan…
Peruuta
Tallenna