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

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:"这件衣服的材料非常轻盈,却韧性十足,坚逾精钢"
};