init: add workspace files

This commit is contained in:
2026-05-26 16:41:20 +08:00
commit f4f2393f72
1041 changed files with 67405 additions and 0 deletions

11
world/obj/eq/lv0/cloth.js Normal file
View File

@@ -0,0 +1,11 @@
this.inherits(EQUIPMENT);
this.set({
unit: "件",
name: "布衣",
desc: "杨记出产的布衣,结实耐用",
value: 1000,
eq_type: EQUIP_TYPE.CLOTH,
});
this.prop = {
fy: 1
};

12
world/obj/eq/lv0/dao.js Normal file
View File

@@ -0,0 +1,12 @@
this.inherits(EQUIPMENT);
this.set({
unit: "把",
name: "钢刀",
desc: "一把精钢打造的长刀",
value: 2500,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type : WEAPON_TYPE.BLADE
});
this.prop = {
gj:2
};

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "短衣劲装",
desc: "看上去很精干的一件衣服,穿上去利落无比",
unit: "件",
grade: 1,
eq_type: EQUIP_TYPE.CLOTH,
value: 10000,
prop: {
fy: 8,
str: 1
}
});

11
world/obj/eq/lv0/fei.js Normal file
View File

@@ -0,0 +1,11 @@
this.inherits(EQUIPMENT);
this.set({
unit: "把",
name: "飞镖",
desc: "一把精钢打造的暗器飞镖",
value: 2500,
eq_type: EQUIP_TYPE.THROWING,
});
this.prop = {
gj: 3
};

11
world/obj/eq/lv0/huang.js Normal file
View File

@@ -0,0 +1,11 @@
this.inherits(EQUIPMENT);
this.set({
unit: "件",
name: "皇袍",
desc: "这是一黄色的长袍,上面的纹路似一条神龙游弋于天地之间,富丽堂皇之余透露出大气磅礴之势。",
value: 100000000,
eq_type: EQUIP_TYPE.CLOTH
});
this.prop = {
fy: 99
};

View File

@@ -0,0 +1,11 @@
this.inherits(EQUIPMENT);
this.set({
unit: "件",
name: "家丁服",
desc: "崔府家丁的统一制服",
value: 5000,
eq_type: EQUIP_TYPE.CLOTH,
});
this.prop = {
fy: 5
};

View File

@@ -0,0 +1,11 @@
this.inherits(EQUIPMENT);
this.set({
unit: "件",
name: "家丁鞋",
desc: "崔府家丁的统一制服",
value: 3000,
eq_type: EQUIP_TYPE.SHOES,
});
this.prop = {
fy: 3
};

10
world/obj/eq/lv0/jian.js Normal file
View File

@@ -0,0 +1,10 @@
this.inherits(EQUIPMENT);
this.unit = "把";
this.name = "铁剑";
this.desc = "一把生铁打造的剑";
this.value = 2000;
this.eq_type = EQUIP_TYPE.WEAPON;
this.weapon_type = WEAPON_TYPE.SWORD;
this.prop = {
gj: 1
};

8
world/obj/eq/lv0/jin.js Normal file
View File

@@ -0,0 +1,8 @@
this.inherits(EQUIPMENT);
this.set({
unit: "件",
name: "英雄巾",
desc: "行走江湖男士标配装备,虽然没什么实际作用",
value: 1500,
eq_type: EQUIP_TYPE.HEAD,
});

10
world/obj/eq/lv0/mugun.js Normal file
View File

@@ -0,0 +1,10 @@
this.inherits(EQUIPMENT);
this.unit = "根";
this.name = "木棍";
this.desc = "一把木头削成的棍子,看上去唬人,但没什么杀伤力";
this.value = 1000;
this.eq_type = EQUIP_TYPE.WEAPON;
this.weapon_type = WEAPON_TYPE.CLUB;
this.prop = {
gj: 1
};

View File

@@ -0,0 +1,12 @@
this.inherits(EQUIPMENT);
this.set({
unit: "个",
name: "鸟窝",
desc: "一个不死木脱落的树皮风干后的剩下的坚丝制成的鸟窝,竟然可以穿到身上,只是有些漏风",
value: 1000,
eq_type: EQUIP_TYPE.CLOTH,
});
this.prop = {
fy: 550,
desc:"这件衣服的材料非常轻盈,却韧性十足,坚逾精钢"
};

11
world/obj/eq/lv0/ring.js Normal file
View File

@@ -0,0 +1,11 @@
this.inherits(EQUIPMENT);
this.set({
unit: "枚",
name: "铁戒指",
desc: "一枚生铁打造的戒指,带上挺好看的",
value: 1000,
eq_type: EQUIP_TYPE.RING,
});
this.prop = {
gj: 1
};

11
world/obj/eq/lv0/shoes.js Normal file
View File

@@ -0,0 +1,11 @@
this.inherits(EQUIPMENT);
this.set({
unit: "双",
name: "布鞋",
desc: "寻常的布鞋,结实耐磨",
value: 1000,
eq_type: EQUIP_TYPE.SHOES,
});
this.prop = {
fy: 1
};

View File

@@ -0,0 +1,12 @@
this.inherits(EQUIPMENT);
this.set({
unit: "根",
name: "铁棍",
desc: "一根精铁打造的棍子",
value: 2500,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.CLUB
});
this.prop = {
gj: 2
};

View File

@@ -0,0 +1,12 @@
this.inherits(EQUIPMENT);
this.set({
unit: "根",
name: "铁杖",
desc: "这是一根浑铁杖,似乎威力不大。",
value: 2500,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.STAFF
});
this.prop = {
gj: 2
};

14
world/obj/eq/lv0/whip.js Normal file
View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
name: "长鞭",
desc: "这是一柄普通的长鞭",
unit: "柄",
eq_msg: "$N「唰」的一声抖出一柄$n握在手中。",
uneq_msg: "$N将手中的$n卷回腰间。",
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.WHIP,
value: 1000,
prop: {
gj: 3
}
});

8
world/obj/eq/lv0/zan.js Normal file
View File

@@ -0,0 +1,8 @@
this.inherits(EQUIPMENT);
this.set({
unit: "支",
name: "簪子",
desc: "一支木制的簪子,没什么钱钱的少女侠客最爱,当然道士也可以用",
value: 1500,
eq_type: EQUIP_TYPE.HEAD,
});

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
unit: "副",
name: "崔莺莺的手镯",
desc: "一副翡翠做的手镯,可能是崔莺莺的情郎送给她的定情信物",
value: 10000,
eq_type: EQUIP_TYPE.WRIST,
grade: 2
});
this.prop = {
gjsd: 200,
int: 10,
per:2
};

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
name: "黑虎单刀",
desc: "一把短柄的砍刀,看上去锋利异常",
unit: "把",
grade: 1,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.BLADE,
value: 20000,
prop: {
gj: 20,
str: 3
}
});

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
name: "拂尘",
desc: "这是一柄拂尘,整体素白",
unit: "柄",
grade: 1,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.WHIP,
value: 10000,
prop: {
gj: 8,
mz: 2
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
unit: "枚",
name: "崔员外的戒指",
desc: "一枚金子打造的戒指,有点粗",
value: 10000,
eq_type: EQUIP_TYPE.RING,
grade: 1
});
this.prop = {
gj: 2,
mz: 2
};

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "官服",
desc: "一件朝廷命官穿着的官服,上面用金丝线绣着一些花纹。",
unit: "件",
grade: 1,
eq_type: EQUIP_TYPE.CLOTH,
value: 10000,
prop: {
fy: 15,
max_hp: 20
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "金蛇锥",
desc: "金蛇郎君的独门暗器,形状奇特",
unit: "个",
grade: 1,
eq_type: EQUIP_TYPE.THROWING,
value: 20000,
prop: {
gj: 8,
mz:5
}
});

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
unit: "把",
name: "军刀",
desc: "一把精钢打造的长刀",
value: 12500,
grade:1,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type : WEAPON_TYPE.BLADE
});
this.prop = {
gj:10,
str:2
};

13
world/obj/eq/lv1/junfu.js Normal file
View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "军服",
desc: "官兵穿的衣服,虽然简陋但是实用",
unit: "件",
grade: 1,
eq_type: EQUIP_TYPE.CLOTH,
value: 10000,
prop: {
fy: 10,
max_hp: 10
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "流氓衣",
desc: "这是一件劲装,看上去叼叼的,虽然有些非主流",
unit: "件",
grade: 1,
eq_type: EQUIP_TYPE.CLOTH,
value: 10000,
prop: {
fy: 8,
max_hp: 10
}
});

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
unit: "根",
name: "流氓闷棍",
desc: "这是城外流氓打架斗殴的标配",
value: 2500,
grade: 1,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.CLUB
});
this.prop = {
gj: 10,
zj: 7
};

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "流氓巾",
desc: "这是一条黑色的带子,随意束住头发,看上去有几分潇洒",
unit: "件",
grade: 1,
eq_type: EQUIP_TYPE.HEAD,
value: 10000,
prop: {
fy:2,
max_hp:10
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "流氓短剑",
desc: "这是城外流氓们配备的防身武器,一把短剑,可以当匕首用",
unit: "把",
grade: 1,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.SWORD,
prop: {
gj: 10,
dex: 2
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "流氓鞋",
desc: "这是一件褐色的皮靴,看上去叼叼的,虽然有些非主流",
unit: "件",
grade: 1,
eq_type: EQUIP_TYPE.SHOES,
value: 10000,
prop: {
fy: 5,
dex: 1
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "流氓护腕",
desc: "这是一条黑色的不知道什么动物的皮制成的护腕,已经被磨的铮亮",
unit: "件",
grade: 1,
eq_type: EQUIP_TYPE.WRIST,
value: 10000,
prop: {
dex: 1,
gjsd: 100
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "员外披肩",
desc: "这是扬州城最近有钱人流行穿的款式,上好的杭州白编绫,用金丝秀满了钱币",
unit: "件",
grade: 1,
eq_type: EQUIP_TYPE.CAPE,
value: 20000,
prop: {
fy: 5,
max_hp:30
}
});

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
name: "千斤拳",
desc: "据说有千斤重,拎上去确实有几分重量,形状奇特,边缘高低不平的裂齿",
unit: "双",
grade: 1,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.NONE,
value: 20000,
prop: {
gj: 15,
str: 3
}
});

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
unit: "根",
name: "齐眉棍",
desc: "此棍竖直与人眉齐高,是军中常用棍",
value: 2500,
grade: 1,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.CLUB
});
this.prop = {
gj: 12,
str: 4
};

View File

@@ -0,0 +1,11 @@
this.inherits(EQUIPMENT);
this.set({
name: "青木令",
desc: "天地会青木堂的堂主令牌",
unit: "块",
grade: 1,
eq_type: EQUIP_TYPE.JEWELS,
prop: {
limit_mp: 100
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "武当道袍",
desc:"这是武当派正式弟子的标准装束。",
unit: "件",
grade: 1,
eq_type: EQUIP_TYPE.CLOTH,
value: 10000,
prop: {
fy: 10,
con:2
}
});

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
name: "武当长剑",
desc: "武当正式弟子的配剑,剑身长而窄,灵动飘逸",
unit: "把",
grade: 1,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.SWORD,
value: 20000,
prop: {
gj: 15,
int: 3
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
unit: "条",
name: "韦春芳的项链",
desc: "估计是哪个恩客送给韦春芳的",
value: 10000,
eq_type: EQUIP_TYPE.NECKLACE,
grade: 1
});
this.prop = {
con: 3,
per: 3
};

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "侠客衫",
desc: "江湖中很流行的侠客侠女套装,做工精美,虽不华丽但也光鲜",
unit: "件",
grade: 1,
eq_type: EQUIP_TYPE.CLOTH,
value: 100000,
prop: {
fy: 10,
con: 2
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "侠客冠",
desc: "江湖中很流行的侠客侠女套装,做工精美,这是一顶冠带",
unit: "顶",
grade: 1,
eq_type: EQUIP_TYPE.HEAD,
value: 100000,
prop: {
fy: 6,
int: 2
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "侠客靴",
desc: "江湖中很流行的侠客侠女套装,这是其中一双靴子,可以看出做工很讲究,好看又实用。",
unit: "双",
grade: 1,
eq_type: EQUIP_TYPE.SHOES,
value: 100000,
prop: {
fy: 5,
dex: 2
}
});

15
world/obj/eq/lv2/anqi.js Normal file
View File

@@ -0,0 +1,15 @@
this.inherits(EQUIPMENT);
this.set({
name: "大冬瓜",
desc: "这是一种暗器,丢出去可以砸人。",
unit: "个",
grade: 2,
eq_type: EQUIP_TYPE.THROWING,
value: 20000,
hole_count: 1,
prop: {
gj: 18,
gjsd: -1000,
add_sh_per:5
}
});

View File

@@ -0,0 +1,16 @@
this.inherits(EQUIPMENT);
this.set({
name: "鳌拜匕首",
desc: "这是鳌拜收藏的一把匕首,剑身如墨,无半点光泽。",
unit: "柄",
grade: 2,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.SWORD,
value: 20000,
hole_count:1,
prop: {
gj: 30,
dex:5,
add_sh_per:2
}
});

View File

@@ -0,0 +1,15 @@
this.inherits(EQUIPMENT);
this.set({
name: "金丝宝甲",
desc: "这是一件金丝做成的甲衣,据说可以刀枪不入",
unit: "件",
grade: 2,
eq_type: EQUIP_TYPE.CLOTH,
value: 100000,
hole_count:1,
prop: {
fy: 25,
max_hp: 100,
diff_sh:50
}
});

12
world/obj/eq/lv2/gun.js Normal file
View File

@@ -0,0 +1,12 @@
this.inherits(EQUIPMENT);
this.unit = "根";
this.name = "钓棍";
this.desc = "一根使用沉水木制作的棍子,既可以用来战斗也可以用来钓鱼";
this.value = 1000;
this.grade = 2;
this.eq_type = EQUIP_TYPE.WEAPON;
this.weapon_type = WEAPON_TYPE.CLUB;
this.prop = {
gj: 45,
dex: 10
};

View File

@@ -0,0 +1,18 @@
this.inherits(EQUIPMENT);
this.set({
name: "黑龙鞭",
desc: "这是一柄墨黑长鞭,坚韧无比。是史松的成名武器",
unit: "柄",
eq_msg: "$N「唰」的一声抖出一柄$n握在手中。",
uneq_msg:"$N将手中的$n卷回腰间。",
grade: 2,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.WHIP,
value: 100000,
hole_count: 1,
prop: {
gj: 30,
mz: 13,
busy:500
}
});

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
unit: "枚",
name: "琴中剑",
desc: "衡山掌门莫大的琴中剑,护身用的",
value: 10000,
eq_type: EQUIP_TYPE.THROWING,
grade: 2,
hole_count: 1
});
this.prop = {
gj: 40,
fy:40
};

View File

@@ -0,0 +1,15 @@
this.inherits(EQUIPMENT);
this.set({
name: "将军剑",
desc: "扬州城守备自己定做的一把长剑,剑鞘粗犷,剑身却很精致,看来是花了不少功夫。",
unit: "把",
grade: 2,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.SWORD,
value: 20000,
hole_count:1,
prop: {
gj: 20,
str: 3
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "温仪的香囊",
desc: "金蛇郎君夏雪宜送给温仪的定情信物",
unit: "个",
grade: 2,
eq_type: EQUIP_TYPE.JEWELS,
value: 30000,
prop: {
ds:44,
releasetime:1000,
}
});

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
name: "金蛇披风",
desc: "一件暗金色的披风,",
unit: "件",
grade: 2,
eq_type: EQUIP_TYPE.CAPE,
value: 20000,
hole_count:1,
prop: {
fy: 35,
max_hp: 300
}
});

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
unit: "枚",
name: "金蛇戒",
desc: "一个暗金色戒指,一条小蛇蜿蜒而上,择人而嗜",
value: 10000,
eq_type: EQUIP_TYPE.RING,
grade: 2,
hole_count:1
});
this.prop = {
gj: 12,
bj_per: 2
};

View File

@@ -0,0 +1,28 @@
this.inherits(EQUIPMENT);
this.set({
name: "龙纹服",
desc: "以黑龙皮鞣制而成的紧身劲装,表面覆盖着细密的黑色鳞片,阳光下泛着暗紫色光泽。",
unit: "件",
grade: 2,
eq_type: EQUIP_TYPE.CLOTH,
hole_count: 1,
prop: {
fy: 30,
int: 10,
lianxi_per: 8
}
});
this.group_name = "lm2";
this.group_prop = function (count) {
if (count == 3) {
return {
int: 10
};
} else if (count == 5) {
return {
lianxi_per: 15,
dazuo_per: 15
};
}
}

View File

@@ -0,0 +1,28 @@
this.inherits(EQUIPMENT);
this.set({
name: "龙纹剑",
desc: "黑色不明材质打造,通体龙纹鳞甲",
unit: "把",
grade: 3,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.SWORD,
hole_count: 2,
prop: {
gj: 80,
int: 10,
add_sh_per: 2
}
});
this.group_name = "lm2";
this.group_prop = function (count) {
if (count == 3) {
return {
int: 10
};
} else if (count == 5) {
return {
lianxi_per: 15,
dazuo_per: 15
};
}
}

View File

@@ -0,0 +1,26 @@
this.inherits(EQUIPMENT);
this.set({
name: "龙纹玉佩",
desc: "墨玉质地,表面刻着盘旋的五爪金龙,龙鳞纹路清晰可辨。",
unit: "块",
grade: 2,
eq_type: EQUIP_TYPE.JEWELS,
hole_count: 1,
prop: {
study_per: 10,
int: 12
}
});
this.group_name = "lm2";
this.group_prop = function (count) {
if (count == 3) {
return {
int: 10
};
} else if (count == 5) {
return {
lianxi_per: 15,
dazuo_per: 15
};
}
}

View File

@@ -0,0 +1,27 @@
this.inherits(EQUIPMENT);
this.set({
name: "龙纹披风",
desc: "以黑龙皮膜制成,边缘缀着七枚龙鳞甲片,展开时如黑龙展翅。",
unit: "件",
grade: 2,
eq_type: EQUIP_TYPE.CAPE,
value: 20000,
hole_count: 1,
prop: {
limit_mp: 500,
dazuo_per: 10
}
});
this.group_name = "lm2";
this.group_prop = function (count) {
if (count == 3) {
return {
int: 10
};
} else if (count == 5) {
return {
lianxi_per: 15,
dazuo_per: 15
};
}
}

View File

@@ -0,0 +1,26 @@
this.inherits(EQUIPMENT);
this.set({
name: "龙纹靴",
desc: "鞋面用黑龙筋编织出防滑纹路",
unit: "件",
grade: 2,
eq_type: EQUIP_TYPE.SHOES,
hole_count: 1,
prop: {
fy: 21,
int: 10
}
});
this.group_name = "lm2";
this.group_prop = function (count) {
if (count == 3) {
return {
int: 10
};
} else if (count == 5) {
return {
lianxi_per: 15,
dazuo_per: 15
};
}
}

View File

@@ -0,0 +1,27 @@
this.inherits(EQUIPMENT);
this.set({
name: "龙纹冠",
desc: "用黑龙额骨打磨成型的头饰",
unit: "顶",
grade: 2,
eq_type: EQUIP_TYPE.HEAD,
hole_count: 1,
prop: {
fy: 20,
int: 10,
dazuo_per: 8
}
});
this.group_name = "lm2";
this.group_prop = function (count) {
if (count == 3) {
return {
int: 10
};
} else if (count == 5) {
return {
lianxi_per: 15,
dazuo_per: 15
};
}
}

View File

@@ -0,0 +1,15 @@
this.inherits(EQUIPMENT);
this.set({
name: "神龙袍",
desc: "神龙教管理层的标准制服",
unit: "件",
grade: 2,
eq_type: EQUIP_TYPE.CLOTH,
value: 30000,
hole_count:1,
prop: {
fy: 50,
max_hp: 250,
con:10
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "神龙令",
desc: "神龙教的令牌,持有者如教主亲临",
unit: "块",
grade: 2,
eq_type: EQUIP_TYPE.JEWELS,
value: 30000,
prop: {
int: 10,
expend_mp_per:10
}
});

View File

@@ -0,0 +1,15 @@
this.inherits(EQUIPMENT);
this.set({
name: "神龙靴",
desc: "神龙教管理层的制服靴子",
unit: "件",
grade: 2,
eq_type: EQUIP_TYPE.SHOES,
value: 30000,
hole_count:1,
prop: {
fy: 25,
max_hp:180,
dex: 6
}
});

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
name: "神龙护腕",
desc: "神龙教管理层的制服护腕",
unit: "件",
grade: 2,
eq_type: EQUIP_TYPE.WRIST,
value: 30000,
hole_count:1,
prop: {
fy: 18,
str:5
}
});

View File

@@ -0,0 +1,15 @@
this.inherits(EQUIPMENT);
this.set({
name: "神龙冠",
desc: "神龙教管理层的制服帽子",
unit: "件",
grade: 2,
eq_type: EQUIP_TYPE.HEAD,
value: 30000,
hole_count:1,
prop: {
fy: 30,
max_hp: 200,
con:5
}
});

View File

@@ -0,0 +1,13 @@
this.inherits(EQUIPMENT);
this.set({
name: "神龙腰带",
desc: "神龙教管理层的制服腰带",
unit: "条",
grade: 2,
eq_type: EQUIP_TYPE.WAIST,
hole_count:1,
prop: {
fy: 18,
dazuo_per:10
}
});

View File

@@ -0,0 +1,17 @@
this.inherits(EQUIPMENT);
this.set({
name: "神龙杖",
desc: "这是神龙教教主的专用宝杖,由黄金打造,头部一个大大的龙头",
unit: "把",
grade: 2,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.STAFF,
value: 100000,
hole_count:1,
prop: {
gj: 50,
str: 12,
zj:20,
gjsd:-200
}
});

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
name: "金鋘钩",
desc: "何铁手的假手,形似钩状,如纤纤女手",
unit: "副",
grade: 2,
eq_type: EQUIP_TYPE.WRIST,
value: 30000,
hole_count: 2,
prop: {
gj: 20,
zj: 20
}
});

View File

@@ -0,0 +1,14 @@
this.inherits(EQUIPMENT);
this.set({
name: "疤面面具",
desc: "何红药的疤面面具,狰狞恐怖",
unit: "件",
grade:2,
eq_type: EQUIP_TYPE.HEAD,
value: 30000,
hole_count: 2,
prop: {
per: -20,
add_sh_per: 8
}
});

View File

@@ -0,0 +1,16 @@
this.inherits(EQUIPMENT);
this.set({
name: "云龙剑",
desc: "这是天地会总舵主陈近南的佩剑",
unit: "柄",
grade: 2,
eq_type: EQUIP_TYPE.WEAPON,
weapon_type: WEAPON_TYPE.SWORD,
value: 20000,
hole_count:1,
prop: {
gj: 30,
str:5,
mz:10
}
});

View File

@@ -0,0 +1,8 @@
this.inherits(EQUIPMENT);
this.set({
unit: "件",
name: "粗布衣",
desc: "新手衣服,不值钱",
value: 0,
eq_type: EQUIP_TYPE.CLOTH,
});

View File

@@ -0,0 +1,8 @@
this.inherits(EQUIPMENT);
this.set({
unit: "件",
name: "粉红绸衫",
desc: "写作绸衫,实际上还是粗布衣",
value: 0,
eq_type: EQUIP_TYPE.CLOTH,
});