Any simple edit of egg spawns will cause crashes.
{
"/Game/Pal/Blueprint/MapObject/Spawner/bp_palmapobjectspawner_palegg_grass_grade_01.bp_palmapobjectspawner_palegg_grass_grade_01_C": {
"SpawnPalEggLotteryDataArray": [
{
"PalEggData": {
"PalMonsterId": {
"Key": "SheepBall"
}
},
"Weight": 10.0
}
]
}
}
I can do the same mod with a pak file edit (UAssetAPI edit) and it works fine, so I can confirm this issue is specific to PalSchema.
Any simple edit of egg spawns will cause crashes.
{ "/Game/Pal/Blueprint/MapObject/Spawner/bp_palmapobjectspawner_palegg_grass_grade_01.bp_palmapobjectspawner_palegg_grass_grade_01_C": { "SpawnPalEggLotteryDataArray": [ { "PalEggData": { "PalMonsterId": { "Key": "SheepBall" } }, "Weight": 10.0 } ] } }I can do the same mod with a pak file edit (UAssetAPI edit) and it works fine, so I can confirm this issue is specific to PalSchema.