| 
 | 
 
 楼主 |
发表于 2019-3-17 22:06:04
|
显示全部楼层
 
 
 
Room { 
        id = "shaolin/sengshe3", 
        name = "僧舍", 
        no_fight = true, 
        ways = { 
                ["north"] = "shaolin/sengshe1", 
        }, 
        room_relative="僧舍|僧舍僧舍", 
} 
Room { 
        id = "shaolin/sengshe4", 
        name = "僧舍", 
        ways = { 
                ["south"] = "shaolin/sengshe6", 
                ["north"] = "shaolin/sengshe5", 
                ["east"] = "shaolin/celang1", 
        }, 
        objs = { 
          ["慧虚尊者"] = "huixu zunzhe", 
           }, 
        room_relative="僧舍|僧舍-----侧廊|僧舍僧舍", 
} 
Room { 
        id = "shaolin/sengshe5", 
        name = "僧舍", 
        no_fight = true, 
        ways = { 
                ["south"] = "shaolin/sengshe4", 
        }, 
        room_relative="僧舍|僧舍僧舍", 
} 
Room { 
        id = "shaolin/sengshe6", 
        name = "僧舍", 
        no_fight = true, 
        ways = { 
                ["north"] = "shaolin/sengshe4", 
        }, 
        room_relative="僧舍|僧舍僧舍", 
} 
 
已修改 |   
 
评分
- 
1
查看全部评分 
 
- 
 
 
 
 
 |