init: add workspace files
This commit is contained in:
9
world/map/bj/ao/anshi.js
Normal file
9
world/map/bj/ao/anshi.js
Normal 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"]
|
||||
}
|
||||
]);
|
||||
Reference in New Issue
Block a user