aoxu
4/27/2015 - 11:48 AM

技能配置模板

技能配置模板

    [1] = {
        id = 1, name = "3-A-2",
        levels = {
            [1] = {
                smallMode = {
                    [1] = {
                        trigger = {
                            condition = {""},
                        },
                        target = {
                            target = "",
                        },
                        effect = {
                            effect = {""},
                        },
                        number = {
                        },
                        stop = {
                            condition = {""},
                        },
                    },
                    [2] = {
                        trigger = {
                            condition = {""},
                        },
                        target = {
                            target = "",
                        },
                        effect = {
                            effect = {""},
                        },
                        number = {
                        },
                        stop = {
                            condition = {""},
                        },
                    },
                },
            },
        },
    },