Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tileMaps / TestGroup1 / battle / Room1 / Room1_preinstall.json
@小李xl 小李xl on 13 Aug 2023 1 KB 创建房间标记, 开发中
[
    {
        "Name": "test1",
        "Weight": 100,
        "Remark": "",
        "WaveList": [
            [
                {
                    "Position": {
                        "X": 0,
                        "Y": 0
                    },
                    "Size": {
                        "X": 0,
                        "Y": 0
                    },
                    "DelayTime": 0,
                    "MarkList": [
                        {
                            "Id": "weapon0006",
                            "Weight": 100,
                            "Attr": {
                                "CurrAmmon": "0",
                                "ResidueAmmo": "0"
                            }
                        },
                        {
                            "Id": "weapon0003",
                            "Weight": 100,
                            "Attr": {
                                "CurrAmmon": "0",
                                "ResidueAmmo": "0"
                            }
                        }
                    ]
                }
            ]
        ]
    }
]