Issues caused by incorrect ritual coordinate configuration leading to overlapping ritual icons on the table or failure to generate

Issues caused by the number of ritual slots leading to failed ritual generation

"id": 5006531,
        "name": "The Taste of Revenge",
        "text": "What kind of story is recorded in this book, which was placed outside your bedroom door by an unknown person?",       
        "tips": "",
        "mapping_id":8001005, //delete this parameter if increase slot count
        "once_new":1,
        "round_number": 1,

Issues with have condition misuse, leading to failure in generating rituals or backstage actions due to missing corresponding cards

Issues with ritual generation failure via event

-------------------Example---------------------------------
{
        "id": 5300002,
        "text": "Seeking Temple Aid",  
        "is_replay": 0, 
        "auto_start": false, 
        "start_trigger": true,
        "on":{
            "round_begin_ba": 1 //start of each round
        },
        "condition":{
            "table_have.2000021":1  //have idle priest on the table
        },
        "settlement": [    //effect
            {
                "tips_resource":"", 
                "tips_text":"",
                "action":{
                    "rite":5000508
                }
            }

        ]
    }

A card in hand meets the slot condition but cannot be placed into a ritual slot.

The ritual requires adsorbing a specific card, but the corresponding card doesn't exist, causing the ritual to fail.