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

7
world/map/yz/wuguan.js Normal file
View File

@@ -0,0 +1,7 @@
this.inherits(ROOM);
this.name = "扬州武馆"
this.desc = "这里是扬州武馆,附近的少年想要学些基本的拳脚功夫就来这里报名,只收钱不看资质。大门上方一个大大的匾额,上书:武通天下";
this.exits = { "east": "yz/nandajie2", };
this.no_fight = true;
this.set_npc("pub/jiaoxi");
this.set_npc("pub/mpguanli#NONE");