init: add workspace files
This commit is contained in:
14
world/obj/eq/lv0/whip.js
Normal file
14
world/obj/eq/lv0/whip.js
Normal 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
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user