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

9
world/map/bj/ao/anshi.js Normal file
View File

@@ -0,0 +1,9 @@
this.inherits(ROOM);
this.name = "暗室"
this.desc = "这里是鳌拜藏宝的地方,各种珠宝玉器,珍奇异宝,名贵书籍,应有尽有,有几样尤其显眼。";
this.exits = { "south": "bj/ao/shufang" };
this.items = OBJ.create_by_odds([
{
obj: ["sp/bj/jing#1", "sp/bj/jing#2", "sp/bj/jing#3", "sp/bj/jing#4"]
}
]);