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

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