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

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
}
});