diff options
| author | Fuwn <[email protected]> | 2025-12-01 18:25:51 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-01 18:25:51 -0800 |
| commit | de7fcd13862e2039b9e39ace1e10fcc9dc43c64e (patch) | |
| tree | 163df06394642ad362117484d2a3ea8e5754be3f /database.json | |
| parent | Add files via upload (diff) | |
| download | rysk-de7fcd13862e2039b9e39ace1e10fcc9dc43c64e.tar.xz rysk-de7fcd13862e2039b9e39ace1e10fcc9dc43c64e.zip | |
Add files via upload
Diffstat (limited to 'database.json')
| -rw-r--r-- | database.json | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/database.json b/database.json new file mode 100644 index 0000000..a417f02 --- /dev/null +++ b/database.json @@ -0,0 +1,77 @@ +{
+ "entries": {
+ "midfaceRatio": {
+ "idealLower": 1,
+ "idealUpper": 1.05,
+ "deviation": 0.05,
+ "deviatingLow": "elongated midface",
+ "deviatingHigh": "compact midface"
+ },
+ "facialWidthToHeightRatio": {
+ "idealLower": 2,
+ "deviation": 0.1,
+ "deviatingLow": "narrow"
+ },
+ "chinToPhiltrumRatio": {
+ "idealLower": 2,
+ "idealUpper": 2.25,
+ "deviation": 0.1,
+ "deviatingLow": "long philtrum",
+ "deviatingHigh": "short philtrum"
+ },
+ "canthalTilt": {
+ "idealLower": 4.0,
+ "deviation": 1.0,
+ "deviatingLow": "downward eyes"
+ },
+ "mouthToNoseRatio": {
+ "idealLower": 1.5,
+ "idealUpper": 1.62,
+ "deviation": 0.1,
+ "deviatingLow": "narrow mouth",
+ "deviatingHigh": "wide mouth"
+ },
+ "bigonialWidth": {
+ "idealLower": 1.1,
+ "idealUpper": 1.15,
+ "deviation": 0.05,
+ "deviatingLow": "wide jaw",
+ "deviatingHigh": "narrow jaw"
+ },
+ "lipRatio": {
+ "idealLower": 1.55,
+ "idealUpper": 1.65,
+ "deviation": 0.05,
+ "deviatingLow": "uneven lips",
+ "deviatingHigh": "uneven lips"
+ },
+ "eyeSeparationRatio": {
+ "idealLower": 0.45,
+ "idealUpper": 0.49,
+ "deviation": 0.02,
+ "deviatingLow": "close together eyes",
+ "deviatingHigh": "wide apart eyes"
+ },
+ "eyeToMouthAngle": {
+ "idealLower": 45.0,
+ "idealUpper": 49.0,
+ "deviation": 5.0,
+ "deviatingLow": "steep",
+ "deviatingHigh": "shallow"
+ },
+ "lowerThirdHeight": {
+ "idealLower": 1.25,
+ "deviation": 0.1,
+ "deviatingLow": "short lower third"
+ },
+ "palpebralFissureLength": {
+ "idealLower": 3.5,
+ "deviation": 0.1,
+ "deviatingLow": "exposed eyes"
+ },
+ "eyeColor": {
+ "idealColors": ["blue", "green", "brown", "hazel"],
+ "deviation": "not A10"
+ }
+ }
+}
\ No newline at end of file |