-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew feature or requestNew feature or request
Description
Create Dating functionality:
Takes two pokemon ID's as an argument and calculates the success of the date:
V1: 50% chance of success/failure
V2: randomValue*(1+fitness)(1+attractiveness)(1+fertility) > threshold
=> needs to be normalized
=> If attractive types match then its always a successful match
V3: Sum of values (fitness, attractiveness, fertility)-randomFactor > 2 then its a success
See also https://github.com/PokeMate/backend/wiki/Endpoints#create-date
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request