舰R百科是靠无数自愿编辑者持续地建设更新完善的。编辑非常简单,请勇于更新页面!
编辑入门 | 资助百科 | 留言讨论页 | 微博@舰R百科 | 百科编辑讨论Q群:366818861

模块:数据库/家具

来自舰R百科
跳转到导航 跳转到搜索

可在模块:数据库/家具/doc创建此模块的帮助文档

local furns = { }

----------------------------------------------------------------------------------------------------

furns['1'] = {
    id=1, title='宿舍用床', star=4, width=13, height=7, type='床',
    case='无', collection='简朴的提督;',
    desc='据说是大学宿舍经常使用的床铺,为了防止掉落还在床边制作了栏杆。不过怎么看似乎都是上铺的设计,难道说……'
    }

furns['2'] = {
    id=2, title='军用沙发', star=3, width=6, height=7, type='沙发',
    case='初始套装', collection='简朴的提督;',
    desc='本产品由陆军友情馈赠,纯绿色沙发,棱角分明,坐上去会觉得有点硬,有助于矫正坐姿。'
    }

furns['3'] = {
    id=3, title='白色靠椅', star=3, width=4, height=6, type='桌椅',
    case='初始套装', collection='简朴的提督;',
    desc='海军后勤部独立生产制作的靠椅,白色的布感觉很容易弄脏的样子……'
    }

furns['4'] = {
    id=4, title='榆木圆桌(灰色)', star=3, width=8, height=6, type='桌椅',
    case='无', collection='简朴的提督;',
    desc='北方产的榆木木性坚韧,纹理通达清晰,可以说是木制家具中的极品。'
    }

furns['5'] = {
    id=5, title='手工编织地毯', star=3, width=19, height=20, type='地毯',
    case='初始套装', collection='',
    desc='由C国提供的手工编织地毯,据说该手艺在C国已经流传了近千年。'
    }

furns['6'] = {
    id=6, title='跨越', star=5, width=7, height=26, type='挂饰',
    case='初始套装', collection='英雄X;',
    desc='由海军收藏的世界名画之一,颇具观赏性。'
    }

furns['7'] = {
    id=7, title='简约式吊灯', star=3, width=2, height=4, type='灯具',
    case='无', collection='',
    desc='很普通的黑色吊灯,在港区随处可见。'
    }

furns['8'] = {
    id=8, title='水晶吊灯', star=4, width=2, height=4, type='灯具',
    case='无', collection='',
    desc='精挑细选的吊灯,是很华丽的装饰品,造型上颇有时尚感。'
    }

furns['9'] = {
    id=9, title='冲浪板', star=5, width=8, height=3, type='装饰',
    case='无', collection='海洋之心;荷枪实弹;',
    desc='冲浪用的,不过似乎大家都不太会用得到这个东西……'
    }

furns['10'] = {
    id=10, title='黑檀木刀托', star=4, width=9, height=6, type='装饰',
    case='和风居室套装', collection='历史的痕迹;荷枪实弹;',
    desc='某对轻巡姐妹用来摆放佩刀的刀托,附近贴着写有“请不要乱动”的字条。'
    }

furns['11'] = {
    id=11, title='铺好的被褥', star=4, width=13, height=16, type='床',
    case='和风居室套装', collection='简朴的提督;',
    desc='简约或许是最好的选择,给人一种想要躺上去的冲动。'
    }

furns['12'] = {
    id=12, title='组合书柜', star=4, width=9, height=8, type='装饰',
    case='和风居室套装', collection='',
    desc='似乎混入了奇怪的东西……'
    }

furns['13'] = {
    id=13, title='居室门', star=3, width=13, height=50, type='门窗',
    case='和风居室套装', collection='',
    desc='请在十秒内想出打开它的方法。'
    }

furns['14'] = {
    id=14, title='音乐台座', star=3, width=8, height=6, type='桌椅',
    case='和风居室套装', collection='',
    desc='专门用来放置音乐盒的台座,请不要摆放花瓶等观赏类物件。“会影响音质的。”“真的假的……”'
    }

furns['15'] = {
    id=15, title='拉绳吊灯', star=4, width=12, height=4, type='灯具',
    case='和风居室套装', collection='',
    desc='轻轻拉下拉绳就可以沐浴在暖黄色的灯光中。'
    }

furns['16'] = {
    id=16, title='粉色格子地毯', star=3, width=7, height=10, type='地毯',
    case='和风居室套装', collection='',
    desc='摆放着小猪模样的香炉和蚊香,打开院子门的时候请务必配套使用。'
    }

furns['17'] = {
    id=17, title='女湯', star=4, width=14, height=45, type='门窗',
    case='和风居室套装', collection='',
    desc='在室内增设了温泉,是个放松身心的好地方。泡完澡再来一瓶牛奶~真是幸福到了极点~'
    }

furns['18'] = {
    id=18, title='书法挂轴', star=5, width=5, height=29, type='挂饰',
    case='和风居室套装', collection='',
    desc='写有“油弹钢铝”的挂轴,没有落款。'
    }

furns['19'] = {
    id=19, title='不倒翁被炉', star=3, width=12, height=14, type='桌椅',
    case='和风居室套装', collection='休闲时光;',
    desc='大受欢迎的被炉,被称为“废人制造机”。'
    }

furns['20'] = {
    id=20, title='扭蛋机', star=4, width=5, height=5, type='装饰',
    case='和风居室套装', collection='现代化港区;财团X的阴谋;',
    desc='某神秘企业送来的扭蛋机,背后贴着写有“为了守护大家的笑容”的字条。'
    }

furns['21'] = {
    id=21, title='红色坐垫', star=5, width=6, height=9, type='装饰',
    case='和风居室套装', collection='',
    desc='很精致的红色坐垫,就算是跪坐在上面很久也不会感到不适。深受舰娘们喜爱。'
    }

furns['22'] = {
    id=22, title='旧式电风扇', star=4, width=4, height=5, type='装饰',
    case='和风居室套装', collection='',
    desc='充斥着古朴气息的电风扇,不知道是从哪个跳蚤市场淘来的古董。'
    }

furns['23'] = {
    id=23, title='薛定谔的书', star=3, width=4, height=6, type='装饰',
    case='和风居室套装', collection='热爱学习;',
    desc='究竟是什么类型的书呢?'
    }

furns['24'] = {
    id=24, title='灰黑色毛质地毯', star=5, width=22, height=26, type='地毯',
    case='海洋之心套装', collection='',
    desc='看着就感觉很暖和,毛质的地毯最适合在上面打滚。'
    }

furns['25'] = {
    id=25, title='冰川时代', star=5, width=23, height=25, type='地毯',
    case='海洋之心套装', collection='',
    desc='不规则的白色分布在海蓝底色上,让人感觉到别样的美感。'
    }

furns['26'] = {
    id=26, title='黑色菱花窗格', star=5, width=11, height=50, type='门窗',
    case='爵士俱乐部套装', collection='',
    desc='中式菱花窗格,却用了颇具现代气息的黑色,别有一番滋味。'
    }

furns['27'] = {
    id=27, title='欧式蜡烛吊灯', star=5, width=3, height=4, type='灯具',
    case='爵士俱乐部套装', collection='豪华港区;',
    desc='欧式吊灯,模仿了欧式古代蜡烛吊灯,唯一的不同是将蜡烛替代成了模样相近的灯泡。'
    }

furns['28'] = {
    id=28, title='迎宾台', star=3, width=3, height=3, type='装饰',
    case='爵士俱乐部套装', collection='',
    desc='在饭店、酒吧等场所门口可见的迎宾台,似乎大家都很喜欢在这里体验一下迎宾的感觉。'
    }

furns['29'] = {
    id=29, title='酒吧卡座', star=4, width=16, height=10, type='桌椅',
    case='爵士俱乐部套装', collection='休闲时光;',
    desc='酒吧的卡座,一般供团体一起,不过似乎由于卡座设计的太近,经常会发生嫌对方吵而引发的斗殴事件。'
    }

furns['30'] = {
    id=30, title='简易舞台', star=5, width=12, height=30, type='装饰',
    case='爵士俱乐部套装', collection='',
    desc='很常见的酒吧舞台,无论是灯光还是舞台本身都比较朴素,但是能满足基本的表演需求。'
    }

furns['31'] = {
    id=31, title='金色旋梯', star=4, width=20, height=6, type='装饰',
    case='爵士俱乐部套装', collection='',
    desc='也不知道是谁规定的,酒吧之类的地方就是需要这样的旋梯。'
    }

furns['32'] = {
    id=32, title='黑色真皮椅', star=5, width=4, height=5, type='桌椅',
    case='爵士俱乐部套装', collection='',
    desc='据说是真皮…防水性能很好。'
    }

furns['33'] = {
    id=33, title='樱花团扇', star=4, width=4, height=5, type='装饰',
    case='和风居室套装', collection='',
    desc='从祭典上买来的团扇,仿佛洋溢着春的气息。'
    }

furns['34'] = {
    id=34, title='黑色玻璃圆桌', star=4, width=7, height=5, type='桌椅',
    case='爵士俱乐部套装', collection='',
    desc='现代风格的玻璃圆桌,一般是当酒吧散台来用。'
    }

furns['35'] = {
    id=35, title='纯白色卡座', star=3, width=14, height=9, type='桌椅',
    case='爵士俱乐部套装', collection='',
    desc='缺少了条纹的纯白色卡座,适合比较安静的人聚会使用'
    }

furns['36'] = {
    id=36, title='海天之间', star=5, width=30, height=22, type='地毯',
    case='简约现代风套装', collection='',
    desc='蓝白色调,象征着海洋与天空。'
    }

furns['37'] = {
    id=37, title='卡其色布丁地毯', star=5, width=19, height=12, type='地毯',
    case='喵喵咖啡店套装', collection='',
    desc='裁剪风格与其表面的花纹如同布丁一般诱人~可不要尝试去咬一口哦~'
    }

furns['38'] = {
    id=38, title='红色地毯', star=5, width=45, height=19, type='地毯',
    case='爵士俱乐部套装', collection='',
    desc='很喜庆颜色的地毯,在很多公共场合都会有用到。'
    }

furns['39'] = {
    id=39, title='红木茶几套', star=4, width=5, height=18, type='装饰',
    case='中式古典家居套装', collection='休闲时光;历史的痕迹;',
    desc='一整套的红木茶几,还送了一整套茶具。'
    }

furns['40'] = {
    id=40, title='中式木制窗框', star=3, width=9, height=22, type='门窗',
    case='中式古典家居套装', collection='',
    desc='中国传统窗框,还贴了一些绿色的窗纸,象征着生机与活力。'
    }

furns['41'] = {
    id=41, title='楠木床榻', star=5, width=21, height=11, type='床',
    case='中式古典家居套装', collection='',
    desc='冬天不凉,夏天不热,不伤身体,乃是质地较硬木材中的上品。'
    }

furns['42'] = {
    id=42, title='红木六脚圆凳', star=5, width=3, height=4, type='桌椅',
    case='中式古典家居套装', collection='',
    desc='红木打造,匠心独运。'
    }

furns['43'] = {
    id=43, title='老电话机', star=4, width=4, height=15, type='挂饰',
    case='中式古典家居套装', collection='历史的痕迹;',
    desc='音质很差,而且还经常出故障,不过是作为收藏品还依旧保留在港口。在某次突发奇想的拍卖所得。'
    }

furns['44'] = {
    id=44, title='紫砂茶具', star=3, width=4, height=5, type='装饰',
    case='中式古典家居套装', collection='',
    desc='来自于古镇的紫砂茶具,是某位大人物送来的慰问品。'
    }

furns['45'] = {
    id=45, title='红木茶几', star=3, width=4, height=4, type='装饰',
    case='中式古典家居套装', collection='',
    desc='高脚红木茶几,也可以用来放盆栽。'
    }

furns['46'] = {
    id=46, title='装饰华丽的门', star=4, width=11, height=45, type='门窗',
    case='中式古典家居套装', collection='',
    desc='民国时期常见的门,看起来挺好看的。'
    }

furns['47'] = {
    id=47, title='满天星', star=3, width=3, height=3, type='装饰',
    case='中式古典家居套装', collection='',
    desc='甘愿做配角,只愿在你身边。'
    }

furns['48'] = {
    id=48, title='中式木制靠椅', star=4, width=5, height=6, type='桌椅',
    case='中式古典家居套装', collection='',
    desc='使用檀香紫檀制作,质量上乘,仔细闻一下还能感受到芳香……'
    }

furns['49'] = {
    id=49, title='芦荟', star=3, width=3, height=3, type='装饰',
    case='中式古典家居套装', collection='',
    desc='家庭常用摆放植物,美容效果极佳。'
    }

furns['50'] = {
    id=50, title='老榆木圆桌', star=6, width=10, height=8, type='桌椅',
    case='中式古典家居套装', collection='',
    desc='榆木打造的桌身,桌面由大理石填补,美观、大方。'
    }

furns['51'] = {
    id=51, title='中式仿羊皮吊灯', star=6, width=2, height=4, type='灯具',
    case='中式古典家居套装', collection='',
    desc='光线温和,色调温馨,居家首选。'
    }

furns['52'] = {
    id=52, title='金色吊灯', star=3, width=2, height=4, type='灯具',
    case='tap娱乐室套装', collection='',
    desc='黄金色的吊灯,小巧玲珑,在各类居家装饰中都有广泛的应用。'
    }

furns['53'] = {
    id=53, title='蓝色条纹休闲椅', star=5, width=6, height=7, type='桌椅',
    case='tap娱乐室套装', collection='',
    desc='坐上去,就感觉自己已经变成了一个废人。'
    }

furns['54'] = {
    id=54, title='黄色条纹休闲椅', star=5, width=6, height=7, type='桌椅',
    case='tap娱乐室套装', collection='',
    desc='金色品质,坐上去感觉自己就是新世界的神。'
    }

furns['55'] = {
    id=55, title='决斗桌', star=4, width=7, height=5, type='桌椅',
    case='tap娱乐室套装', collection='',
    desc='普林斯顿的最爱。据说可以为大家带来笑容……'
    }

furns['56'] = {
    id=56, title='战棋世界', star=4, width=7, height=5, type='桌椅',
    case='tap娱乐室套装', collection='',
    desc='某公司出品的最新战棋游戏,俾斯麦和胡德经常在这里一决胜负。'
    }

furns['57'] = {
    id=57, title='红色galo抱枕', star=5, width=10, height=6, type='玩具',
    case='无', collection='',
    desc='可爱的抱枕,据说昆西很喜欢它。'
    }

furns['58'] = {
    id=58, title='神秘物件—X', star=4, width=12, height=14, type='玩具',
    case='无', collection='英雄X;港区的奇妙历险;历史的痕迹;荷枪实弹;',
    desc='似乎是不祥的征兆,不知道谁拿来的,也不知道用来做什么。'
    }

furns['59'] = {
    id=59, title='冷藏柜', star=4, width=8, height=6, type='装饰',
    case='无', collection='现代化港区;',
    desc='用来放置冷饮和冰淇淋之类的东西,夏天的时候一天要补给三次。'
    }

furns['60'] = {
    id=60, title='电视游戏机', star=6, width=7, height=10, type='玩具',
    case='无', collection='休闲时光;现代化港区;',
    desc='提尔比茨的游戏机之一,可以两人一起玩。'
    }

furns['61'] = {
    id=61, title='健身器材', star=5, width=8, height=9, type='玩具',
    case='无', collection='休闲时光;',
    desc='用来锻炼身体的,不过似乎没人用……'
    }

furns['62'] = {
    id=62, title='圆形全身镜', star=4, width=5, height=4, type='玩具',
    case='无', collection='',
    desc='可以直接照出全身的镜子,很方便。'
    }

furns['63'] = {
    id=63, title='黑灰色垃圾桶', star=3, width=3, height=4, type='装饰',
    case='无', collection='',
    desc='不要乱丢垃圾哦!'
    }

furns['64'] = {
    id=64, title='红色垃圾桶', star=3, width=3, height=4, type='装饰',
    case='无', collection='',
    desc='不要乱丢垃圾哦!'
    }

furns['65'] = {
    id=65, title='落地白炽灯', star=4, width=6, height=4, type='灯具',
    case='无', collection='',
    desc='亮度很高,但是时间长了对眼睛不太好。'
    }

furns['66'] = {
    id=66, title='松树盆景', star=4, width=4, height=5, type='装饰',
    case='初始套装', collection='',
    desc='室内装饰品,代表着长寿。'
    }

furns['67'] = {
    id=67, title='折叠沙发', star=4, width=16, height=6, type='沙发',
    case='无', collection='',
    desc='必要的时候可以当成床在上面睡觉,买的时候还送了几个小枕头。'
    }

furns['68'] = {
    id=68, title='真皮沙发', star=5, width=18, height=8, type='沙发',
    case='无', collection='',
    desc='绝对真皮打造,尽显主人气度。'
    }

furns['69'] = {
    id=69, title='破旧的铁柜', star=3, width=5, height=6, type='装饰',
    case='无', collection='旧货回收员;',
    desc='这种造型过时且有些旧的铁柜到底是从哪里买来的……'
    }

furns['70'] = {
    id=70, title='迷你轨道赛艇', star=6, width=15, height=12, type='玩具',
    case='无', collection='',
    desc='以赛艇为原型的竞速玩具,似乎是大家小时候都喜欢的东西。'
    }

furns['71'] = {
    id=71, title='灰色布质沙发', star=3, width=6, height=7, type='沙发',
    case='无', collection='简朴的提督;',
    desc='造型朴素,有些硬,不过很结实耐用。'
    }

furns['72'] = {
    id=72, title='旧纸箱', star=3, width=8, height=8, type='玩具',
    case='初始套装', collection='旧货回收员;',
    desc='一些旧衣物都堆在里面,仔细找找说不定…会被当做变态。'
    }

furns['73'] = {
    id=73, title='榆木圆桌(黄色)', star=3, width=8, height=6, type='桌椅',
    case='无', collection='',
    desc='北方产的榆木木性坚韧,纹理通达清晰,可以说是木制家具中的极品。'
    }

furns['74'] = {
    id=74, title='galo金雕像', star=5, width=3, height=3, type='装饰',
    case='无', collection='豪华港区;荷枪实弹;财团X的阴谋;',
    desc='为了纪念galo而制作的金雕像。等等,为什么要纪念galo来着?'
    }

furns['75'] = {
    id=75, title='欧式铁艺床', star=5, width=13, height=7, type='床',
    case='无', collection='',
    desc='圆润造型的复古铁艺床,使用了极具古典范的配色,十分美丽。'
    }

furns['76'] = {
    id=76, title='盆栽', star=3, width=3, height=3, type='装饰',
    case='无', collection='',
    desc='常见的盆栽植物,需要经常修剪才能保持美观。'
    }

furns['77'] = {
    id=77, title='留声机', star=4, width=5, height=4, type='装饰',
    case='无', collection='休闲时光;永无止境的五月;',
    desc='只有富贵人家才有的留声机,也可以算得上身份的象征。'
    }

furns['78'] = {
    id=78, title='木箱', star=3, width=9, height=6, type='装饰',
    case='无', collection='旧货回收员;',
    desc='三个木箱,储备一些物资的时候可以用,但是要当心受潮。'
    }

furns['79'] = {
    id=79, title='三角酒架', star=3, width=3, height=5, type='玩具',
    case='无', collection='休闲时光;',
    desc='长期放置着各类酒水,里面的冰块似乎不会融化,无论何时都让酒水保持着冰镇后那股特别的口感。'
    }

furns['80'] = {
    id=80, title='炮弹模型', star=4, width=9, height=11, type='装饰',
    case='无', collection='荷枪实弹;财团X的阴谋;',
    desc='三式弹和九一式穿甲弹的1:1模型,并不是真货,请不要当做备用弹药拿走。'
    }

furns['81'] = {
    id=81, title='非洲茉莉盆栽', star=3, width=2, height=2, type='装饰',
    case='无', collection='',
    desc='叶片对生的小乔木。冬夏开花时那种若有若无的淡淡幽香简直让人陶醉。可不要忘记给它浇水哦~'
    }

furns['82'] = {
    id=82, title='诺夫哥罗德决斗盘', star=6, width=12, height=15, type='玩具',
    case='无', collection='',
    desc='限量版的诺夫哥罗德决斗盘,附赠了以诺夫哥罗德形象设计的战斗陀螺。现在就来感受战斗陀螺带来的乐趣吧!'
    }

furns['83'] = {
    id=83, title='黄梨木椅子', star=5, width=5, height=7, type='桌椅',
    case='无', collection='',
    desc='据说是用名贵木材制作的椅子,单从外表上并看不出名贵在哪里,坐久了还会腰疼。'
    }

furns['84'] = {
    id=84, title='鱼雷雕像', star=5, width=5, height=3, type='装饰',
    case='无', collection='豪华港区;荷枪实弹;财团X的阴谋;',
    desc='某鱼雷的缩放模型。仅仅只是涂成金色而已,请不要动歪脑筋。'
    }

furns['85'] = {
    id=85, title='普通的办公桌', star=4, width=11, height=8, type='桌椅',
    case='无', collection='',
    desc='极其常见的办公桌,上面放置了一块红布。空无一物的桌面只是暂时的,不要趴在上面睡觉。'
    }

furns['86'] = {
    id=86, title='迷宫地毯', star=5, width=19, height=23, type='地毯',
    case='无', collection='',
    desc='绘有迷宫图案的地毯。即使解开迷宫也不会有人为你喝彩,请不要趴在门口挡住别人的路。'
    }

furns['87'] = {
    id=87, title='波浪地毯', star=4, width=19, height=23, type='地毯',
    case='无', collection='',
    desc='绘有两色波浪图案的地毯。没有值得引人注意的地方,仅仅只是个地毯而已。'
    }

furns['88'] = {
    id=88, title='印象地毯', star=5, width=22, height=27, type='地毯',
    case='无', collection='豪华港区;',
    desc='绘有复杂纹饰的地毯。据说是手工缝制的,不禁让人感叹制作者的手艺。'
    }

furns['89'] = {
    id=89, title='日光灯', star=4, width=14, height=4, type='灯具',
    case='无', collection='',
    desc='非常常见的日光灯,在便利店就能买到。'
    }

furns['90'] = {
    id=90, title='吸顶吊灯', star=3, width=3, height=4, type='灯具',
    case='无', collection='',
    desc='给人一种随时都会掉下来的感觉,坐在下面有些提心吊胆。'
    }

furns['91'] = {
    id=91, title='欧式吊灯', star=5, width=2, height=4, type='灯具',
    case='无', collection='豪华港区;',
    desc='“奢华的设计与用材,全心全意的为您服务。”“就因为这个广告语你就直接买下了?!”'
    }

furns['92'] = {
    id=92, title='储物柜', star=3, width=5, height=5, type='装饰',
    case='无', collection='港区的奇妙历险;',
    desc='可以放置不少物品,既安全又方便。必要的时候甚至可以当做藏身处。'
    }

furns['93'] = {
    id=93, title='健身架', star=4, width=12, height=6, type='玩具',
    case='无', collection='热爱学习;',
    desc='洋溢着青春的气息,不禁让人想要挥洒汗水,投入其中。'
    }

furns['94'] = {
    id=94, title='坚固的铁门', star=4, width=9, height=34, type='门窗',
    case='无', collection='港区的奇妙历险;财团X的阴谋;',
    desc='关押着迷之生物的大门,为了彰显其危险性还在门上绘制了该生物的图案。未经允许,请不要靠近。'
    }

furns['95'] = {
    id=95, title='黄铜色木门', star=3, width=9, height=34, type='门窗',
    case='初始套装', collection='',
    desc='刷成黄铜色的木门,带着谜一般的芬香。据说可以驱赶蚊虫。'
    }

furns['96'] = {
    id=96, title='银灰色木门', star=3, width=9, height=34, type='门窗',
    case='无', collection='',
    desc='刷成银灰色的木门,带着谜一般的芬香。据说可以驱赶某些驱逐舰。'
    }

furns['97'] = {
    id=97, title='暖气片', star=5, width=9, height=3, type='装饰',
    case='无', collection='',
    desc='能有效的给室内带来温暖,但也会变得干燥,需要注意加湿。'
    }

furns['98'] = {
    id=98, title='木制栅栏', star=4, width=9, height=4, type='装饰',
    case='无', collection='',
    desc='木制的栅栏,能够起到一定的防盗作用。但对于某个驱逐舰来说,只能阻拦她不到3秒。'
    }

furns['99'] = {
    id=99, title='奢华的拱形门', star=5, width=12, height=37, type='门窗',
    case='无', collection='豪华港区;',
    desc='做工一流的拱形门,给人一种打开门后会跑出奇怪的标题LOGO的错觉。'
    }

furns['100'] = {
    id=100, title='周末时光', star=3, width=4, height=8, type='挂饰',
    case='海洋之心套装', collection='',
    desc='一个闲暇的周末,司令官本来想偷偷抓拍一张,却被萨拉托加发现,还摆了一个pose……'
    }

furns['101'] = {
    id=101, title='柯尼斯堡三姐妹(部分)', star=5, width=5, height=14, type='挂饰',
    case='海洋之心套装', collection='',
    desc='明明当时是柯尼斯堡三姐妹一起站着,长官却只拍了一张科隆的特写。'
    }

furns['102'] = {
    id=102, title='战斗记录', star=5, width=3, height=7, type='挂饰',
    case='海洋之心套装', collection='',
    desc='很多提督都喜欢做的一件事情,在战斗的时候拍照……'
    }

furns['103'] = {
    id=103, title='苏赫巴托尔大人', star=3, width=4, height=11, type='挂饰',
    case='海洋之心套装', collection='',
    desc='苏赫巴托尔大人要求将军拍的照片,彰显了蒙古海军的可爱与帅气。'
    }

furns['104'] = {
    id=104, title='冬日暖阳', star=3, width=3, height=8, type='挂饰',
    case='海洋之心套装', collection='',
    desc='冬天的港区,格外的美丽……'
    }

furns['105'] = {
    id=105, title='永远的守护者', star=4, width=4, height=11, type='挂饰',
    case='海洋之心套装', collection='',
    desc='我们要守护这片海洋,直到永远……'
    }

furns['106'] = {
    id=106, title='要塞姬特写', star=5, width=4, height=8, type='挂饰',
    case='海洋之心套装', collection='',
    desc='据说的帕斯塔战役时某个在一旁观战的提督拍的……'
    }

furns['107'] = {
    id=107, title='抽风机', star=3, width=5, height=14, type='挂饰',
    case='无', collection='',
    desc='快速更换室内空气,风力强劲,请不要尝试靠近风叶。'
    }

furns['108'] = {
    id=108, title='田园窗户(黑)', star=3, width=5, height=41, type='挂饰',
    case='无', collection='',
    desc='窗外是一望无际的草原与蓝天,只是单纯的看着这风景,内心就不由得变得平静下来。'
    }

furns['109'] = {
    id=109, title='田园窗户(白)', star=3, width=5, height=41, type='挂饰',
    case='无', collection='',
    desc='窗外是一望无际的草原与蓝天,只是单纯的看着这风景,内心就不由得变得平静下来。'
    }

furns['110'] = {
    id=110, title='满溢海之气息的窗户', star=4, width=9, height=42, type='挂饰',
    case='无', collection='',
    desc='“面朝大海,春——”“真想把你的嘴给缝上。”“……对不起,我错了。”'
    }

furns['111'] = {
    id=111, title='欧式木钟', star=5, width=6, height=25, type='挂饰',
    case='无', collection='豪华港区;永无止境的五月;',
    desc='富含古典韵味的木钟,要是报时的时候能弹出小鸟来就更好了。'
    }

furns['112'] = {
    id=112, title='壁挂电视', star=5, width=15, height=29, type='装饰',
    case='无', collection='休闲时光;现代化港区;',
    desc='卧室首选,提尔比茨全力推荐。'
    }

furns['113'] = {
    id=113, title='飞镖盘', star=3, width=6, height=22, type='挂饰',
    case='无', collection='休闲时光;',
    desc='无聊的时候可以射着玩,但是却总是被一群人拿着大炮打来来去。'
    }

furns['114'] = {
    id=114, title='奇怪的挂画', star=4, width=10, height=31, type='挂饰',
    case='无', collection='英雄X;',
    desc='一张有些破了的挂画,上面是一个神秘的人,据说来自于新……'
    }

furns['115'] = {
    id=115, title='挂式小便斗', star=5, width=7, height=21, type='玩具',
    case='无', collection='港区的奇妙历险;',
    desc='??????'
    }

furns['116'] = {
    id=116, title='排风口', star=3, width=5, height=13, type='挂饰',
    case='无', collection='港区的奇妙历险;',
    desc='排气用,效果还不错。'
    }

furns['117'] = {
    id=117, title='挂历', star=3, width=5, height=14, type='挂饰',
    case='初始套装', collection='热爱学习;',
    desc='很普通的挂历,存在感不强。'
    }

furns['118'] = {
    id=118, title='木制壁挂书架', star=4, width=14, height=11, type='挂饰',
    case='无', collection='热爱学习;',
    desc='用来放小人和书的书架,能够节约室内空间。'
    }

furns['119'] = {
    id=119, title='通风口', star=3, width=5, height=4, type='挂饰',
    case='无', collection='',
    desc='不起眼的通风口,但是却有着很大的作用。'
    }

furns['120'] = {
    id=120, title='黑白相片', star=5, width=10, height=17, type='挂饰',
    case='无', collection='英雄X;历史的痕迹;',
    desc='记录着这个港区过去历史的照片,每次看都会让人感慨万千。'
    }

furns['121'] = {
    id=121, title='壁挂式钟表(夜用型)', star=4, width=4, height=12, type='挂饰',
    case='无', collection='永无止境的五月;',
    desc='很普通的钟表,提醒着大家时间在流逝。'
    }

furns['122'] = {
    id=122, title='壁挂式钟表(日用型)', star=4, width=4, height=12, type='挂饰',
    case='无', collection='永无止境的五月;',
    desc='很普通的钟表,提醒着大家时间在流逝。'
    }

furns['123'] = {
    id=123, title='西洋金色窗饰', star=3, width=3, height=22, type='挂饰',
    case='无', collection='',
    desc='童话里经常看到的窗饰,受到港区内舰娘们的喜爱。'
    }

furns['124'] = {
    id=124, title='壁灯', star=3, width=2, height=12, type='灯具',
    case='无', collection='',
    desc='散发着昏暗的灯光,经常见于一般西方城堡中。'
    }

furns['125'] = {
    id=125, title='埃塞克斯的微笑', star=5, width=4, height=9, type='挂饰',
    case='海洋之心套装', collection='',
    desc='埃塞克斯加入港区时拍摄的,脸上漏出了难得的笑容'
    }

furns['126'] = {
    id=126, title='海之守卫', star=4, width=11, height=7, type='挂饰',
    case='海洋之心套装', collection='',
    desc='有那么一群人,将一生都用来守卫这片蓝色的海洋……'
    }

furns['127'] = {
    id=127, title='西洋金色窗饰(宽版)', star=4, width=7, height=24, type='挂饰',
    case='无', collection='豪华港区;',
    desc='童话里经常看到的窗饰,受到港区内舰娘们的喜爱。'
    }

furns['128'] = {
    id=128, title='大贝斯-复仇号', star=6, width=5, height=5, type='装饰',
    case='无', collection='',
    desc='大贝斯-复仇号'
    }

furns['129'] = {
    id=129, title='爵士号-拉米利斯号', star=6, width=5, height=5, type='装饰',
    case='无', collection='',
    desc='爵士号-拉米利斯号'
    }

furns['130'] = {
    id=130, title='萨克斯-君权号', star=6, width=5, height=5, type='装饰',
    case='无', collection='',
    desc='萨克斯-君权号'
    }

furns['131'] = {
    id=131, title='鼓手-决心号', star=6, width=5, height=5, type='装饰',
    case='无', collection='',
    desc='鼓手-决心号'
    }

furns['132'] = {
    id=132, title='深渊的凝视', star=6, width=6, height=5, type='玩具',
    case='无', collection='',
    desc='一只从深海捞出的小鱼,不知怎么的就开始变异了,据说吃了以后你也会变异。'
    }

furns['133'] = {
    id=133, title='地中海风格船舵方向盘', star=4, width=7, height=18, type='挂饰',
    case='海洋之心套装', collection='海洋之心;历史的痕迹;',
    desc='地中海战争胜利的荣耀属于皇家海军!——来自不愿意透露姓名的胡德小姐。'
    }

furns['134'] = {
    id=134, title='云海彼端', star=5, width=4, height=4, type='灯具',
    case='海洋之心套装', collection='海洋之心;豪华港区;',
    desc='据说是很珍贵的吊灯,因其蓝白的淡雅色调深受皇家海军喜爱,但是一般人可没资格使用。'
    }

furns['135'] = {
    id=135, title='云海翻涌', star=3, width=3, height=11, type='灯具',
    case='海洋之心套装', collection='',
    desc='云海彼端的简化版,适合在卧室、书房使用。'
    }

furns['136'] = {
    id=136, title='破旧的橱柜', star=4, width=5, height=10, type='装饰',
    case='海洋之心套装', collection='旧货回收员;',
    desc='这个橱柜据说是装杂物的,可是打开后能看到有紫色的带着补丁的衣服,很干净,明显刚刚洗过。'
    }

furns['137'] = {
    id=137, title='吊兰', star=4, width=5, height=3, type='装饰',
    case='海洋之心套装', collection='',
    desc='虽说是吊兰,但是为了防止吊起来后被肇和用来搞恶作剧,因此改成放在高脚凳上。'
    }

furns['138'] = {
    id=138, title='平安树', star=4, width=5, height=4, type='装饰',
    case='海洋之心套装', collection='',
    desc='据说这个植物背后有着一个很美丽的传说……'
    }

furns['139'] = {
    id=139, title='欧式地中海落地灯', star=4, width=4, height=4, type='灯具',
    case='海洋之心套装', collection='海洋之心;',
    desc='地中海风格的基础上加入了星星作为点缀,是萤火虫最喜欢的家具。'
    }

furns['140'] = {
    id=140, title='蓝色水晶台灯(异色版)', star=4, width=4, height=4, type='灯具',
    case='海洋之心套装', collection='简朴的提督;',
    desc='起源于美国田园乡村风格的水晶灯,在欧洲也很流行,同时,为了讨孩子们喜欢,加入了异色版。'
    }

furns['141'] = {
    id=141, title='简易蓝白沙发床', star=5, width=12, height=8, type='床',
    case='海洋之心套装', collection='',
    desc='困了就在这里休息一下吧。'
    }

furns['142'] = {
    id=142, title='白色欧式木茶几', star=4, width=10, height=6, type='装饰',
    case='海洋之心套装', collection='',
    desc='胡德的私人家具,经常会在温暖的午后邀请大家来这里喝茶。(使用须知:俾斯麦不得靠近)'
    }

furns['143'] = {
    id=143, title='放着抱枕的豪华沙发', star=5, width=5, height=5, type='桌椅',
    case='海洋之心套装', collection='海洋之心;豪华港区;',
    desc='萨拉托加小姐取得了第二届舰萌大赛冠军后,人气高涨,连主题抱枕都有了,虽然不知道是谁买的抱枕,但是自从有了这个抱枕,普林斯顿就很喜欢来这里休息。'
    }

furns['144'] = {
    id=144, title='放着抱枕的豪华沙发(二号)', star=5, width=5, height=5, type='桌椅',
    case='海洋之心套装', collection='',
    desc='海洋之心牌豪华沙发,还抽到了一个船舵抱枕,可是没多久上面就多了一个关岛的抱枕……'
    }

furns['145'] = {
    id=145, title='简易三人式条纹沙发', star=4, width=8, height=12, type='沙发',
    case='海洋之心套装', collection='海洋之心;',
    desc='简单朴素的沙发款式,不过质量很好,经久耐用。'
    }

furns['146'] = {
    id=146, title='简易单人床铺', star=5, width=13, height=7, type='床',
    case='海洋之心套装', collection='简朴的提督;',
    desc='港区宿舍最常见的一种单人床款式。'
    }

furns['147'] = {
    id=147, title='欧式简约风窗框(白色)', star=6, width=17, height=58, type='门窗',
    case='海洋之心套装', collection='海洋之心;豪华港区;',
    desc='打开窗户,海风的气息扑面而来,就算只是看看窗外的景色都会心情愉悦。'
    }

furns['148'] = {
    id=148, title='蓝色栅栏', star=3, width=21, height=3, type='装饰',
    case='海洋之心套装', collection='海洋之心;',
    desc='很常见的栅栏,至于为什么是蓝色,当然是因为蓝色是智慧的象征。'
    }

furns['149'] = {
    id=149, title='书架(提尔比茨用)', star=5, width=11, height=4, type='装饰',
    case='tap娱乐室套装', collection='',
    desc='本身买来是为了放书,结果成了提尔比茨摆游戏的地方。'
    }

furns['150'] = {
    id=150, title='简易吊灯', star=3, width=2, height=4, type='灯具',
    case='简约现代风套装', collection='',
    desc='很常见的吊灯,灯光明亮而不晃眼。'
    }

furns['151'] = {
    id=151, title='黑色实木茶几', star=4, width=13, height=10, type='桌椅',
    case='简约现代风套装', collection='简朴的提督;',
    desc='俾斯麦买回来的桌子,喜欢这种颜色的都说明已经是个vhjnmgcdf……'
    }

furns['152'] = {
    id=152, title='黑灰色实木椅子', star=3, width=4, height=5, type='桌椅',
    case='简约现代风套装', collection='简朴的提督;',
    desc='黑色象征着庄严稳重,这是军人的基本要求。——俾斯麦'
    }

furns['153'] = {
    id=153, title='黑灰色实木椅子', star=3, width=5, height=6, type='桌椅',
    case='简约现代风套装', collection='',
    desc='俾斯麦为德国舰娘们统一订购的椅子。'
    }

furns['154'] = {
    id=154, title='黑色绒布沙发', star=4, width=7, height=8, type='沙发',
    case='简约现代风套装', collection='',
    desc='很普通的沙发,但坐上去意外地很舒服。想要摆脱沙发的封印似乎没有那么简单……'
    }

furns['155'] = {
    id=155, title='蓝白条纹沙发', star=4, width=7, height=8, type='沙发',
    case='简约现代风套装', collection='',
    desc='设计上有些前卫的沙发,据称其设计灵感是参考了——'
    }

furns['156'] = {
    id=156, title='钢化玻璃茶几', star=5, width=11, height=8, type='装饰',
    case='简约现代风套装', collection='',
    desc='虽然承重力相当不错,但请注意礼仪,这既不是凳子也不是脚垫。'
    }

furns['157'] = {
    id=157, title='收纳柜', star=4, width=5, height=6, type='装饰',
    case='简约现代风套装', collection='热爱学习;',
    desc='简易设计的收纳柜,上面放着一本“令xxx兴奋不已的美少女绘法”。'
    }

furns['158'] = {
    id=158, title='高档组合沙发', star=5, width=17, height=11, type='沙发',
    case='简约现代风套装', collection='',
    desc='柔软度适中,躺着看电视果然很舒服啊……'
    }

furns['159'] = {
    id=159, title='立式台灯', star=3, width=3, height=4, type='灯具',
    case='简约现代风套装', collection='',
    desc='似乎是拿过奖的设计作品,在上市的第一时间就买回来了。'
    }

furns['160'] = {
    id=160, title='观叶植物(红)', star=4, width=3, height=3, type='装饰',
    case='简约现代风套装', collection='',
    desc='停车坐爱枫林晚,霜叶红于二月花。'
    }

furns['161'] = {
    id=161, title='观叶植物(绿)', star=4, width=3, height=3, type='装饰',
    case='简约现代风套装', collection='',
    desc='含机绿锦翻新叶,满匣青铜莹古花。'
    }

furns['162'] = {
    id=162, title='天文望远镜', star=5, width=5, height=6, type='玩具',
    case='简约现代风套装', collection='休闲时光;热爱学习;现代化港区;',
    desc='“吶,夏季大■角,提督您看见了吗?”“…会被版权的啦。”'
    }

furns['163'] = {
    id=163, title='壁挂式空调', star=4, width=11, height=10, type='挂饰',
    case='简约现代风套装', collection='现代化港区;',
    desc='打开的话,好像就能一直发动“北方的孤独”……'
    }

furns['164'] = {
    id=164, title='百叶窗', star=3, width=4, height=11, type='挂饰',
    case='简约现代风套装', collection='现代化港区;',
    desc='通风遮阳首选,注意不要让驱逐舰拉着玩。'
    }

furns['165'] = {
    id=165, title='白色窗帘', star=4, width=7, height=46, type='挂饰',
    case='简约现代风套装', collection='',
    desc='轻柔洁白的窗帘,随着微风飘动的样子很美。'
    }

furns['166'] = {
    id=166, title='黑色窗帘', star=4, width=7, height=46, type='挂饰',
    case='简约现代风套装', collection='',
    desc='遮光性相当好,拉上了的话有种夜晚已经到来了的感觉。'
    }

furns['167'] = {
    id=167, title='西饼展示柜', star=6, width=19, height=11, type='装饰',
    case='喵喵咖啡店套装', collection='',
    desc='用来放置本店招牌西饼的展示柜。即使搁着玻璃,也能闻到那股沁人心脾的香味。在菜单的另一侧躺着可爱的虎纹猫。“是店长大人喵~”说话了?!'
    }

furns['168'] = {
    id=168, title='放置着果酱的壁挂', star=3, width=9, height=11, type='挂饰',
    case='喵喵咖啡店套装', collection='',
    desc='瓶子里放置着做好的各式果酱,搭配吐司面包风味更佳。'
    }

furns['169'] = {
    id=169, title='放置着杂物的壁挂', star=3, width=9, height=11, type='挂饰',
    case='喵喵咖啡店套装', collection='',
    desc='整齐的摆放着一些小杂物,瓶子里意外的放了几个马卡龙。'
    }

furns['170'] = {
    id=170, title='下午茶餐桌(A型)', star=4, width=10, height=9, type='桌椅',
    case='喵喵咖啡店套装', collection='',
    desc='红茶配上黑森林蛋糕也是一种别致的享受~'
    }

furns['171'] = {
    id=171, title='下午茶餐桌(B型)', star=4, width=10, height=9, type='桌椅',
    case='喵喵咖啡店套装', collection='',
    desc='“芝士蛋糕~我最喜欢~”“小心又长胖哦?”“呜呜呜…要你管啦!”'
    }

furns['172'] = {
    id=172, title='喵喵木椅', star=5, width=5, height=6, type='桌椅',
    case='喵喵咖啡店套装', collection='',
    desc='一旦坐下去就不想起来!喵~'
    }

furns['173'] = {
    id=173, title='女仆制服(备用)', star=6, width=7, height=4, type='玩具',
    case='喵喵咖啡店套装', collection='休闲时光;',
    desc='其实只是衣架,请不要随意乱动,更不要擅自试穿。'
    }

furns['174'] = {
    id=174, title='甜品壁画', star=3, width=9, height=10, type='挂饰',
    case='喵喵咖啡店套装', collection='',
    desc='绘制着甜品的壁画,用以激发人们的购买欲。(咦?)'
    }

furns['175'] = {
    id=175, title='咖啡宣传画', star=3, width=5, height=16, type='挂饰',
    case='喵喵咖啡店套装', collection='',
    desc='某款咖啡的宣传画,正在好评发售中——'
    }

furns['176'] = {
    id=176, title='喵喵咖啡厅(大门)', star=5, width=17, height=52, type='门窗',
    case='喵喵咖啡店套装', collection='',
    desc='喵喵咖啡厅~欢迎各位的到来~请好好享受悠闲的下午茶时间吧——'
    }

furns['177'] = {
    id=177, title='喵喵咖啡厅(窗台A)', star=4, width=9, height=32, type='门窗',
    case='喵喵咖啡店套装', collection='',
    desc='一眼望去,海平面仿佛近在眼前。随风飘扬的绿叶似乎也在为这幅景色而陶醉。'
    }

furns['178'] = {
    id=178, title='喵喵咖啡厅(窗台B)', star=4, width=9, height=32, type='门窗',
    case='喵喵咖啡店套装', collection='',
    desc='“真想打开窗户……”“客人,想要吹海风可以去外面哦~”“…好的,我知道了。”'
    }

furns['179'] = {
    id=179, title='可爱的圆表', star=3, width=4, height=11, type='挂饰',
    case='tap娱乐室套装', collection='',
    desc='没有任何存在感的表,一旦大家玩起了游戏,没人会在意时间的……'
    }

furns['180'] = {
    id=180, title='52寸挂屏电视', star=6, width=15, height=22, type='挂饰',
    case='tap娱乐室套装', collection='',
    desc='支持4K,无漏光,长期玩耍不伤眼。'
    }

furns['181'] = {
    id=181, title='家用主机PR5', star=5, width=11, height=4, type='玩具',
    case='tap娱乐室套装', collection='',
    desc='港区购买的新款家用主机,支持海量游戏。'
    }

furns['182'] = {
    id=182, title='YBOY家用主机', star=5, width=11, height=4, type='玩具',
    case='tap娱乐室套装', collection='',
    desc='本来是用来放YBOY主机的,但是主机似乎被提尔比茨扔了……'
    }

furns['183'] = {
    id=183, title='新版家用主机NX', star=5, width=11, height=4, type='玩具',
    case='tap娱乐室套装', collection='',
    desc='某公司出产的新版家用主机,虽然游戏少,但是提尔比茨很喜欢玩。'
    }

furns['184'] = {
    id=184, title='蓝色方型窗户', star=4, width=7, height=22, type='门窗',
    case='tap娱乐室套装', collection='',
    desc='每天下午进入房间,一抬头,外面的天就黑了……'
    }

furns['185'] = {
    id=185, title='白色方型门', star=3, width=12, height=34, type='门窗',
    case='tap娱乐室套装', collection='',
    desc='简单朴素风格的门,从外面看根本看不出来是游戏厅。'
    }

furns['186'] = {
    id=186, title='垃圾桶(塞满)', star=3, width=2, height=2, type='装饰',
    case='tap娱乐室套装', collection='',
    desc='塞了一个奇怪主机的垃圾桶。'
    }

furns['187'] = {
    id=187, title='蓝色置物架(满)', star=3, width=7, height=8, type='挂饰',
    case='tap娱乐室套装', collection='',
    desc='这里放了一些大家都很喜欢的游戏~'
    }

furns['188'] = {
    id=188, title='棋盘地毯', star=5, width=34, height=19, type='地毯',
    case='tap娱乐室套装', collection='',
    desc='仿佛棋盘一样的地毯,可以在上面玩跳房子。'
    }

furns['1001'] = {
    id=1001, title='米黄色障子门墙纸', star=4, width=64, height=68, type='墙壁',
    case='和风居室套装', collection='',
    desc='由某人独特的趣味所制作的墙纸。迷惑性极强,受害者人数稳定上升中。'
    }

furns['1002'] = {
    id=1002, title='凤纹墙纸', star=4, width=64, height=68, type='墙壁',
    case='爵士俱乐部套装', collection='',
    desc='盯久了一定会眼花,请随意挑战你的忍耐极限。'
    }

furns['1003'] = {
    id=1003, title='中式印花墙纸', star=4, width=64, height=68, type='墙壁',
    case='中式古典家居套装', collection='',
    desc='这些花纹隐藏着宝藏的秘密。——苏赫巴托尔。'
    }

furns['1004'] = {
    id=1004, title='甲板色墙纸', star=3, width=64, height=68, type='墙壁',
    case='无', collection='',
    desc='粉刷成某战列舰甲板色的墙纸,深受她的好评。'
    }

furns['1005'] = {
    id=1005, title='残破的绿色墙纸', star=3, width=64, height=68, type='墙壁',
    case='无', collection='旧货回收员;',
    desc='颇具历史感的绿色墙纸,有些地方甚至露出了后面的墙面。'
    }

furns['1006'] = {
    id=1006, title='欧式风情墙纸', star=4, width=64, height=68, type='墙壁',
    case='无', collection='',
    desc='具有欧式(?)特有审美的墙纸,让人觉得那浮雕仿佛是真的一般。'
    }

furns['1007'] = {
    id=1007, title='木墙1', star=3, width=64, height=68, type='墙壁',
    case='无', collection='',
    desc='0'
    }

furns['1008'] = {
    id=1008, title='红色木质墙纸', star=3, width=64, height=68, type='墙壁',
    case='无', collection='',
    desc='仅仅是看着就觉得浑身火热,大概是暖气开太高的缘故吧?'
    }

furns['1009'] = {
    id=1009, title='红色纹饰墙纸', star=4, width=64, height=68, type='墙壁',
    case='无', collection='',
    desc='“墙纸上的纹饰仿佛带有催眠的特效,盯着看就会眼睛干涩……”“你为什么不眨眼?”'
    }

furns['1010'] = {
    id=1010, title='苋红色格子墙纸', star=4, width=64, height=68, type='墙壁',
    case='无', collection='',
    desc='有些微妙的颜色,不知道该如何评价。总之,需要考虑一下搭配。'
    }

furns['1011'] = {
    id=1011, title='白砖墙纸', star=5, width=64, height=68, type='墙壁',
    case='海洋之心套装', collection='',
    desc='远远看去就跟真的砖墙一样。“那个…墙纸还没有贴上去哦?”“……”'
    }

furns['1012'] = {
    id=1012, title='能看到海的露台', star=5, width=64, height=68, type='墙壁',
    case='简约现代风套装', collection='',
    desc='能将大海尽收眼底的露台,是聚会的好地点。不过要小心椰子掉下来砸到头~'
    }

furns['1013'] = {
    id=1013, title='喵喵墙纸', star=5, width=64, height=68, type='墙壁',
    case='喵喵咖啡店套装', collection='',
    desc='简约的条纹设计辅以喵爪,可爱度好评上升中。'
    }

furns['1014'] = {
    id=1014, title='游戏室专用墙纸', star=5, width=64, height=68, type='墙壁',
    case='tap娱乐室套装', collection='',
    desc='很适合游戏室使用的墙纸,从纹路到颜色都能舒缓人的心情'
    }

furns['2001'] = {
    id=2001, title='榻榻米', star=4, width=64, height=30, type='地板',
    case='和风居室套装', collection='',
    desc='“躺在上面就什么也不想做了——Zzz……”“这么快就睡着了?!”'
    }

furns['2002'] = {
    id=2002, title='浅色地板', star=4, width=64, height=30, type='地板',
    case='爵士俱乐部套装', collection='',
    desc='浅颜色的地板,虽然很明亮,但不是很耐脏。'
    }

furns['2003'] = {
    id=2003, title='洋气地板', star=4, width=64, height=30, type='地板',
    case='中式古典家居套装', collection='',
    desc='区别于中国传统地板,很滑,很亮。'
    }

furns['2004'] = {
    id=2004, title='实木地板', star=4, width=64, height=30, type='地板',
    case='无', collection='',
    desc='纯实木打造,结实,耐用。'
    }

furns['2005'] = {
    id=2005, title='有些旧的玻化砖地板', star=3, width=64, height=30, type='地板',
    case='无', collection='',
    desc='据说是在二手市场淘来的,虽然有些破旧,不过尚且能用。'
    }

furns['2006'] = {
    id=2006, title='暗褐色砖地板', star=3, width=64, height=30, type='地板',
    case='无', collection='',
    desc='不知为何染上了这难以言喻的颜色…想要立刻清理干净。'
    }

furns['2007'] = {
    id=2007, title='白色抛光砖地板', star=3, width=64, height=30, type='地板',
    case='无', collection='旧货回收员;',
    desc='因为白色的关系,所以不是很耐用呀……'
    }

furns['2008'] = {
    id=2008, title='实木复合地板', star=5, width=64, height=30, type='地板',
    case='无', collection='',
    desc='三层实木地板,耐热性强。'
    }

furns['2009'] = {
    id=2009, title='海洋之心地板', star=5, width=64, height=30, type='地板',
    case='海洋之心套装', collection='',
    desc='蕴藏着大海的秘密。只是宣传语而已,不要相信。'
    }

furns['2010'] = {
    id=2010, title='海军灰复合地板', star=5, width=64, height=30, type='地板',
    case='简约现代风套装', collection='',
    desc='涂成海军灰色的木地板,有些死气沉沉的感觉。'
    }

furns['2011'] = {
    id=2011, title='刚上完蜡的实木复合地板', star=5, width=64, height=30, type='地板',
    case='喵喵咖啡店套装', collection='',
    desc='刚上完蜡,看起来非常的新,也非常的滑。'
    }

furns['2012'] = {
    id=2012, title='黑色地板', star=4, width=64, height=30, type='地板',
    case='tap娱乐室套装', collection='',
    desc='很普通的黑色地板,较少出现于卧室,多用于公共场所。'
    }

furns['3001'] = {
    id=3001, title='钢化玻璃天花板', star=3, width=64, height=4, type='天花板',
    case='无', collection='',
    desc='非常坚固,隔音性强。'
    }

furns['3002'] = {
    id=3002, title='浅褐色天花板', star=3, width=64, height=4, type='天花板',
    case='无', collection='',
    desc='是能让人静下心来的色彩,悠哉的享受在房间里的时光吧。'
    }

furns['3003'] = {
    id=3003, title='蓝色天花板', star=3, width=64, height=4, type='天花板',
    case='无', collection='',
    desc='蓝色的天花板,能使房间变得明亮。'
    }

furns['3004'] = {
    id=3004, title='曜石黑天花板', star=3, width=64, height=4, type='天花板',
    case='无', collection='',
    desc='具备钢铁一样的色泽亮度,给人一种很坚硬的感觉,其实只不过是一层漆啦……'
    }

furns['3005'] = {
    id=3005, title='米黄色天花板', star=3, width=64, height=4, type='天花板',
    case='无', collection='',
    desc='仿佛透着奶油般的清香,让人浮想联翩。'
    }


----------------------------------------------------------------------------------------------------

return { furns=furns }