main.floors.chushi=
{
    "floorId": "chushi",
    "title": "开场剧情",
    "name": "1",
    "width": 13,
    "height": 13,
    "canFlyTo": true,
    "canFlyFrom": true,
    "canUseQuickShop": true,
    "images": [],
    "ratio": 1,
    "defaultGround": "T400",
    "firstArrive": [
        {
            "type": "insert",
            "name": "chapter0"
        },
        {
            "type": "choices",
            "text": "要进行教程内容吗",
            "choices": [
                {
                    "text": "确定",
                    "action": [
                        {
                            "type": "changeFloor",
                            "floorId": "jiaocheng01",
                            "loc": [
                                6,
                                12
                            ]
                        }
                    ]
                },
                {
                    "text": "取消",
                    "action": [
                        {
                            "type": "changeFloor",
                            "floorId": "guangchang",
                            "loc": [
                                6,
                                10
                            ]
                        }
                    ]
                },
                {
                    "text": "一区测试",
                    "action": [
                        {
                            "type": "changeFloor",
                            "floorId": "yiqu1",
                            "loc": [
                                0,
                                7
                            ]
                        },
                        {
                            "type": "setValue",
                            "name": "status:atk",
                            "value": "16"
                        },
                        {
                            "type": "setValue",
                            "name": "status:def",
                            "value": "16"
                        },
                        {
                            "type": "setValue",
                            "name": "status:spell",
                            "value": "0"
                        },
                        {
                            "type": "setValue",
                            "name": "status:speed",
                            "value": "20"
                        },
                        {
                            "type": "setValue",
                            "name": "status:hp",
                            "value": "1000"
                        }
                    ]
                }
            ]
        }
    ],
    "eachArrive": [],
    "parallelDo": "",
    "events": {},
    "changeFloor": {},
    "beforeBattle": {},
    "afterBattle": {},
    "afterGetItem": {},
    "afterOpenDoor": {},
    "autoEvent": {},
    "cannotMove": {},
    "cannotMoveIn": {},
    "map": [
    [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0],
    [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0],
    [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0],
    [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0],
    [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0],
    [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0],
    [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0],
    [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0],
    [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0],
    [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0],
    [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0],
    [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0],
    [  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0]
],
    "areas": "开场剧情",
    "bgmap": [

],
    "fgmap": [

],
    "bg2map": [

],
    "fg2map": [

]
}