{
    "Array": [
        {
            "index": 0,
            "roomType": 0,
            "grade": -1,
            "planning": 20,
            "performance": 15,
            "editing": 18,
            "filming": 15,
            "trendSense": 22,
            "hiringCost": 100,
            "levelUpCost": 100,
            "textCode": 200000
        },
        {
            "index": 100,
            "roomType": 1,
            "grade": 0,
            "planning": 30,
            "performance": 25,
            "editing": 28,
            "filming": 25,
            "trendSense": 32,
            "hiringCost": 1000,
            "levelUpCost": 1000,
            "textCode": 200001
        },
        {
            "index": 200,
            "roomType": 2,
            "grade": 1,
            "planning": 40,
            "performance": 38,
            "editing": 42,
            "filming": 35,
            "trendSense": 40,
            "hiringCost": 10000,
            "levelUpCost": 10000,
            "textCode": 200002
        },
        {
            "index": 300,
            "roomType": 3,
            "grade": 2,
            "planning": 50,
            "performance": 48,
            "editing": 50,
            "filming": 45,
            "trendSense": 52,
            "hiringCost": 50000,
            "levelUpCost": 100000,
            "textCode": 200003
        },
        {
            "index": 400,
            "roomType": 4,
            "grade": 3,
            "planning": 60,
            "performance": 55,
            "editing": 58,
            "filming": 55,
            "trendSense": 60,
            "hiringCost": 100000,
            "levelUpCost": 500000,
            "textCode": 200004
        },
        {
            "index": 500,
            "roomType": 5,
            "grade": 4,
            "planning": 70,
            "performance": 68,
            "editing": 70,
            "filming": 65,
            "trendSense": 72,
            "hiringCost": 500000,
            "levelUpCost": 2000000,
            "textCode": 200005
        },
        {
            "index": 600,
            "roomType": 6,
            "grade": 5,
            "planning": 85,
            "performance": 80,
            "editing": 85,
            "filming": 80,
            "trendSense": 88,
            "hiringCost": 1000000,
            "levelUpCost": -1,
            "textCode": 200006
        }
    ]
}