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/st/xuanjing.js Normal file
View File

@@ -0,0 +1,11 @@
this.inherits(OBJ);
this.set({
name: "玄晶",
desc: "高级装备分解出来的蕴含装备附加的神秘力量的晶体,可以用来精炼装备。",
unit: "块",
value: 1000,
combined: true,
transable: true,
grade: 1
});
this.otype = 2;