You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a rough dump of what I had in mind for the breeding endpoint - I'm not sure how useful it will be, and any alterations/suggestions are welcome.
{"temtem": idorname?,//Expandable with ?expand query param to include whole temtem object, will be the female"eggTechniques": Technique[],"lumaChance": number,"trait1": Trait[],// List of possible traits based on held items etc"trait2": Trait[],// List of possible traits based on held items etc"stats": {"hp": {// Based on held items and temtems"min": number,"minChance": 20,"max": number,"maxChance": 40,"avg": number,// Average rounded up
"avgChance: 40,
},"sta": {// Based on held items and temtems"min": number,"minChance": 20,"max": number,"maxChance": 40,"avg": number,// Average rounded up
"avgChance: 40,
},,"spd": {// Based on held items and temtems"min": number,"minChance": 20,"max": number,"maxChance": 40,"avg": number,// Average rounded up
"avgChance: 40,
},,"atk": {// Based on held items and temtems"min": number,"minChance": 20,"max": number,"maxChance": 40,"avg": number,// Average rounded up
"avgChance: 40,
},,"def": {// Based on held items and temtems"min": number,"minChance": 20,"max": number,"maxChance": 40,"avg": number,// Average rounded up
"avgChance: 40,
},,"spatk": {// Based on held items and temtems"min": number,"minChance": 20,"max": number,"maxChance": 40,"avg": number,// Average rounded up
"avgChance: 40,
},,"spdef": {// Based on held items and temtems"min": number,"minChance": 20,"max": number,"maxChance": 40,"avg": number,// Average rounded up
"avgChance: 40,
},"total": {// Based on held items and temtems"min": number,"minChance": 20,"max": number,"maxChance": 40,"avg": number,// Average rounded up
"avgChance: 40,
},},}
The text was updated successfully, but these errors were encountered:
This is a rough dump of what I had in mind for the breeding endpoint - I'm not sure how useful it will be, and any alterations/suggestions are welcome.
Endpoint:
/api/breeding
Method:
POST
Request Body:
Response:
The text was updated successfully, but these errors were encountered: