Automatically destroy the set items. Target location: player backpack, workbench, domesticated or wild dinosaur backpack, light column, ark, dinosaur death backpack, safe, etc.
The Destroy of dinosaurs includes the domestication.
{
"Destroylist": { //List of items, destroy regardless of all conditions
"悬浮艇物品": {
"Blueprint": "Blueprint'/Game/Genesis2/Dinos/TekHoverSail/PrimalItem_Spawner_HoverSail_Main.PrimalItem_Spawner_HoverSail_Main'"
}
},
"DestroyDinolist": { //List of Dinos, destroy regardless of all conditions
"悬浮艇恐龙": {
"Blueprint": "Blueprint'/Game/Genesis2/Dinos/TekHoverSail/TekHoverSail_Character_BP.TekHoverSail_Character_BP'"
}
},
"DestroyDinoLevel": { //The specified dinosaur list exceeds the specified level destruction list
"Blueprint'/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP.Ankylo_Character_BP'": {
"Name": "甲龙",
"ExceedSestructionLevel": 1000 //Customized destruction value if the level exceeds 1000
},
"Blueprint'/Game/Fjordur/Dinos/Fjordhawk/Fjordhawk_Character_BP.Fjordhawk_Character_BP'": {
"Name": "侠鹰",
"ExceedSestructionLevel": 500 //Customized destruction value if the level exceeds 500
}
}
}
The Destroy of dinosaurs includes the domestication.
{
"Destroylist": { //List of items, destroy regardless of all conditions
"悬浮艇物品": {
"Blueprint": "Blueprint'/Game/Genesis2/Dinos/TekHoverSail/PrimalItem_Spawner_HoverSail_Main.PrimalItem_Spawner_HoverSail_Main'"
}
},
"DestroyDinolist": { //List of Dinos, destroy regardless of all conditions
"悬浮艇恐龙": {
"Blueprint": "Blueprint'/Game/Genesis2/Dinos/TekHoverSail/TekHoverSail_Character_BP.TekHoverSail_Character_BP'"
}
},
"DestroyDinoLevel": { //The specified dinosaur list exceeds the specified level destruction list
"Blueprint'/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP.Ankylo_Character_BP'": {
"Name": "甲龙",
"ExceedSestructionLevel": 1000 //Customized destruction value if the level exceeds 1000
},
"Blueprint'/Game/Fjordur/Dinos/Fjordhawk/Fjordhawk_Character_BP.Fjordhawk_Character_BP'": {
"Name": "侠鹰",
"ExceedSestructionLevel": 500 //Customized destruction value if the level exceeds 500
}
}
}