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,4 @@
this.inherits(ROOM);
this.name = "北大街"
this.desc = "你走在一条繁忙的街道上,看着操着南腔北调的人们行色匆匆,许多人都往南边走去,那里有一个热闹的广场。东边是一家生意兴隆的客栈,来自各地的人们进进出出,据说也是情人们的幽会地点。西边是一家钱庄,可以听到叮叮当当的金银声音。";
this.exits={"east":"yz/kedian","south":"yz/guangchang","west":"yz/qianzhuang","north":"yz/beidajie2"};