Coding Help plz help me

omin1245

Newcomer
I'm posting this request for help. I've created a new animal, and I want it to be born from an egg. How can I make that happen?

What else should I add to the content below to make this animal be born from an egg?


{
"Format": "1.0",
"Categories": [
{
"Action": "Create",
"Category": "purple chicken",
"Types": [
{
"Type": "purple chicken",
"DeluxeProduceLuck": 1,
"Data": "1/3/176/174/cluck/8/32/48/32/8/32/48/32/0/false/Coop/16/16/16/16/8/5/null/641/800/Turkey/Coop",
"Sprites": {
"Adult": "assets/purple chicken.png",
"Baby": "assets/Babypurple chicken.png" }
}
],
"Buildings": [
"Coop",
"Big Coop",
"Deluxe Coop"
],
"AnimalShop": {
"Name": "purple chicken",
"Description": "A unique and rare purple chicken bred through crossbreeding.",
"Price": 5000,
"Icon": "assets/purple chicken_animalshop.png",
"Exclude": [ "Void Chicken"
]
},
"ForceRemoveFromShop": false,
"ForceOverrideTypes": true,
"ForceOverrideBuildings": true,
"ForceOverrideExclude": true,
"Breeding": [
{
"Parents": [
"White Chicken",
"Brown Chicken"
],
"Child": "purple chicken",
"Chance": 1
}
]
}
]
}
 
Top