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,5 @@
this.inherits(ROOM);
this.name = "擂台"
this.desc = "这是一个方圆数十丈的大广场,一个用白玉汉石砌成数丈高的擂台耸立在广场中央,从上面不时传来吆喝声和惨叫声,擂台的四个边角竖着四根十多丈高的旗杆,分别用金线绣着武林霸主四个大字,广场的正北方用同样的石料砌了一个小台。台上竖着一根大旗杆,一张大旗迎风招展。";
this.exits = { "north": "yz/xidajie1" };
this.no_fight = true;