浏览代码

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

tags/v0.1.10^2
big bad waffle 6 年前
父节点
当前提交
7a690be59a
共有 3 个文件被更改,包括 7 次插入2 次删除
  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 查看文件

@@ -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 查看文件

@@ -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 查看文件

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



正在加载...
取消
保存