Explorar el Código

it's no longer possible to attack the akarei in the crystal cave

tags/v0.1.10^2
big bad waffle hace 6 años
padre
commit
7a690be59a
Se han modificado 3 ficheros con 7 adiciones y 2 borrados
  1. +1
    -1
      src/client/index.html
  2. +1
    -1
      src/server/components/equipment.js
  3. +5
    -0
      src/server/config/maps/cave/zone.js

+ 1
- 1
src/client/index.html Ver fichero

@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>isleward</title>
<title>dev</title>
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
<script src="js/system/addons.js"></script>
<script src="plugins/require.js" data-main="js/app"></script>


+ 1
- 1
src/server/components/equipment.js Ver fichero

@@ -61,7 +61,7 @@ define([
itemId = itemId.itemId;
}

var level = this.obj.stats.originalValues || this.obj.stats.values;
var level = (this.obj.stats.originalValues || this.obj.stats.values).level;

var item = this.obj.inventory.findItem(itemId);
if (!item)


+ 5
- 0
src/server/config/maps/cave/zone.js Ver fichero

@@ -269,16 +269,19 @@ module.exports = {
'akarei scout': {
level: 20,
faction: 'akarei',
attackable: false,
deathRep: -3
},
'biorn': {
level: 22,
attackable: false,
walkDistance: 0,
faction: 'akarei',
deathRep: -3
},
'veleif': {
level: 22,
attackable: false,
walkDistance: 0,
faction: 'akarei',
deathRep: -3
@@ -286,11 +289,13 @@ module.exports = {

'akarei artificer': {
level: 24,
attackable: false,
faction: 'akarei',
deathRep: -6
},
'thaumaturge yala': {
level: 30,
attackable: false,
walkDistance: 0,
faction: 'akarei',



Cargando…
Cancelar
Guardar