give @p minecraft:piglin_brute_spawn_egg[
    minecraft:custom_name={
        text:"Grand Brute Spawn Egg",
        italic:false
    },
    minecraft:entity_data={
        id:"minecraft:piglin_brute",
        CustomName:{
            text:"",
            italic:false
        },
        CustomNameVisible:false,
        Health:50,
        attributes:[
            {id:"minecraft:attack_damage", base:10},
            {id:"minecraft:max_health", base:50},
            {id:"minecraft:movement_speed", base:0.3}
        ],
        equipment:{
            mainhand:{
                id:"minecraft:golden_axe"
            },
            offhand:{
                id:"minecraft:shield",
                components:{
                    "minecraft:banner_patterns":[
                        {color:"yellow", pattern:"minecraft:stripe_center"},
                        {color:"black", pattern:"minecraft:flower"},
                        {color:"yellow", pattern:"minecraft:stripe_middle"},
                        {color:"black", pattern:"minecraft:straight_cross"},
                        {color:"yellow", pattern:"minecraft:curly_border"},
                        {color:"black", pattern:"minecraft:border"}
                    ],
                    "minecraft:base_color":"black"
                }
            },
            chest:{
                id:"minecraft:netherite_chestplate",
                components:{
                    "minecraft:trim":{
                        material:"minecraft:gold",
                        pattern:"minecraft:ward"
                    }
                }
            }
        },
        drop_chances:{
            mainhand:0,
            offhand:0,
            chest:0
        },
        DeathLootTable:"an:entities/grand_bastion/axeman",
        CanPickUpLoot:true,
        PersistenceRequired:true,
        IsImmuneToZombification:true
    }
]