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

19
world/npc/pub/baodi.js Normal file
View File

@@ -0,0 +1,19 @@
this.inherits(NPC);
this.set({
name: "易直非",
desc: "一个神秘的商人,可以帮你兑换你一直想要却得不到的道具",
title: "神秘商人",
gender: 1,
age: 25,
per: this.random(20) + 10,
mp: 400,
max_mp: 400,
hp: 400,
max_hp: 400
});
this.add_action("ask3", "兑换", function (me) {
});