{
    "id": "FM_strategy_mobile_game",
    "name": "FM_strategy_mobile_game",
    "features": {
        "128kbps": {
            "name": "128kbps",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "192kbps": {
            "name": "192kbps",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "256kbps": {
            "name": "256kbps",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "2d": {
            "name": "2d",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "3d": {
            "name": "3d",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "40fps": {
            "name": "40fps",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "50fps": {
            "name": "50fps",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "60fps": {
            "name": "60fps",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "bluetooth": {
            "name": "bluetooth",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "connectivity": {
            "name": "connectivity",
            "optional": true,
            "type": "OR",
            "note": ""
        },
        "detail_level": {
            "name": "detail_level",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "edge": {
            "name": "edge",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "framerate": {
            "name": "framerate",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "game_mode": {
            "name": "game_mode",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "global_scoreboard": {
            "name": "global_scoreboard",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "graphics": {
            "name": "graphics",
            "optional": false,
            "type": "FEATURE",
            "note": ""
        },
        "high": {
            "name": "high",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "hspa": {
            "name": "hspa",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "local_multiplayer": {
            "name": "local_multiplayer",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "low": {
            "name": "low",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "lte": {
            "name": "lte",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "medium": {
            "name": "medium",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "multiplayer": {
            "name": "multiplayer",
            "optional": true,
            "type": "XOR",
            "note": ""
        },
        "network": {
            "name": "network",
            "optional": true,
            "type": "XOR",
            "note": ""
        },
        "online_multiplayer": {
            "name": "online_multiplayer",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "quality": {
            "name": "quality",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "real_time": {
            "name": "real_time",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "sound": {
            "name": "sound",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "strategy_mobile_game": {
            "name": "strategy_mobile_game",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "turn_based": {
            "name": "turn_based",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "type": {
            "name": "type",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "vibration": {
            "name": "vibration",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "wifi": {
            "name": "wifi",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        }
    },
    "tree": {
        "id": "strategy_mobile_game",
        "children": [
            {
                "id": "connectivity",
                "children": [
                    {
                        "id": "bluetooth"
                    },
                    {
                        "id": "network",
                        "children": [
                            {
                                "id": "edge"
                            },
                            {
                                "id": "hspa"
                            },
                            {
                                "id": "lte"
                            },
                            {
                                "id": "wifi"
                            }
                        ]
                    }
                ]
            },
            {
                "id": "game_mode",
                "children": [
                    {
                        "id": "real_time"
                    },
                    {
                        "id": "turn_based"
                    }
                ]
            },
            {
                "id": "global_scoreboard"
            },
            {
                "id": "graphics",
                "children": [
                    {
                        "id": "detail_level",
                        "children": [
                            {
                                "id": "high"
                            },
                            {
                                "id": "low"
                            },
                            {
                                "id": "medium"
                            }
                        ]
                    },
                    {
                        "id": "framerate",
                        "children": [
                            {
                                "id": "40fps"
                            },
                            {
                                "id": "50fps"
                            },
                            {
                                "id": "60fps"
                            }
                        ]
                    },
                    {
                        "id": "type",
                        "children": [
                            {
                                "id": "2d"
                            },
                            {
                                "id": "3d"
                            }
                        ]
                    }
                ]
            },
            {
                "id": "multiplayer",
                "children": [
                    {
                        "id": "local_multiplayer"
                    },
                    {
                        "id": "online_multiplayer"
                    }
                ]
            },
            {
                "id": "sound",
                "children": [
                    {
                        "id": "quality",
                        "children": [
                            {
                                "id": "128kbps"
                            },
                            {
                                "id": "192kbps"
                            },
                            {
                                "id": "256kbps"
                            }
                        ]
                    },
                    {
                        "id": "vibration"
                    }
                ]
            }
        ]
    },
    "constraints": {
        "Constraint 0": {
            "type": "ImpliesTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "local_multiplayer"
                    ]
                },
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "wifi"
                    ]
                }
            ]
        },
        "Constraint 1": {
            "type": "ImpliesTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "global_scoreboard"
                    ]
                },
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "network"
                    ]
                }
            ]
        },
        "Constraint 2": {
            "type": "ImpliesTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "online_multiplayer"
                    ]
                },
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "wifi"
                    ]
                }
            ]
        },
        "Constraint 3": {
            "type": "ImpliesTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "multiplayer"
                    ]
                },
                {
                    "type": "NotTerm",
                    "operands": [
                        {
                            "type": "FeatureTerm",
                            "operands": [
                                "wifi"
                            ]
                        }
                    ]
                }
            ]
        }
    }
}