diff --git a/emojireplace.py b/emojireplace.py index bf26b8d6b4..e6f9c938d9 100644 --- a/emojireplace.py +++ b/emojireplace.py @@ -9,7 +9,94 @@ extracted_mutstd_path = "/var/www/mutant/72x72" # Add your custom emojis here # with "mutstd filename": "discord filename". # You'll need to write a patch for `assets/data/emojis.json` too. -custom_emojis = {"101666.png": "emoji_101666.png"} +custom_emojis = {"101666.png": "emoji_101666.png", + "1f4af-200d-1f308.png": "emoji_1f4af_1f308.png", + "10169b-200d-1f308.png": "emoji_10169b_1f308.png", + "1f9d1-200d-2708-fe0f.png": "emoji_1f9d1_2708.png", + "1f9d1-2695.png": "emoji_1f9d_-200_-2695_fe0f.png", + "1f9d1-1f962.png": "emoji_1f9d1_200d_1f962_fe0f.png", + "1f9d1-1f680.png": "emoji_1f9d1_200d_1f680_fe0f.png", + "1f9d1-1f52c.png": "emoji_1f9d1_200d_1f52c_fe0f.png", + "1f9d1-1f527.png": "emoji_1f9d1_200d_1f527_fe0f.png", + "1f9d1-1f4bb.png": "emoji_1f9d1_200d_1f4bb_fe0f.png", + "1f9d1-1f373.png": "emoji_1f9d1_200d_1f373_fe0f.png", + "10169a.png": "emoji_10169a.png", + "26b2.png": "emoji_26b2.png", + "26a8.png": "emoji_26a8.png", + "26a7.png": "emoji_26a7.png", + "26a5.png": "emoji_26a5.png", + "26a4.png": "emoji_26a4.png", + "26a3.png": "emoji_26a3.png", + "26a2.png": "emoji_26a2.png", + "2674.png": "emoji_2674.png", + "2642.png": "emoji_2642.png", + "2640.png": "emoji_2640.png", + "25be.png": "emoji_25be.png", + "1f9e1.png": "emoji_1f9e1.png", + "101685.png": "emoji_101685.png", + "101684.png": "emoji_101684.png", + "101683.png": "emoji_101683.png", + "101682.png": "emoji_101682.png", + "262d.png": "emoji_262d.png", + "1f9fb.png": "emoji_1f9fb.png", + "1f9f1.png": "emoji_1f9f1.png", + "1f9e8.png": "emoji_1f9e8.png", + "1f9b4.png": "emoji_1f9b4.png", + "101696.png": "emoji_101696.png", + "101695.png": "emoji_101695.png", + "101694.png": "emoji_101694.png", + "101693.png": "emoji_101693.png", + "101692.png": "emoji_101692.png", + "10169b.png": "emoji_10169b.png", + "101698.png": "emoji_101698.png", + "101699.png": "emoji_101699.png", + "1f9dd.png": "emoji_1f9dd.png", + "1f99d.png": "emoji_1f99d.png", + "1f99c.png": "emoji_1f99c.png", + "1f99a.png": "emoji_1f99a.png", + "101666.png": "emoji_101666.png", + "1f9d0.png": "emoji_1f9d0.png", + "1f97a.png": "emoji_1f97a.png", + "1f976.png": "emoji_1f976.png", + "1f975.png": "emoji_1f975.png", + "1f974.png": "emoji_1f974.png", + "1f973.png": "emoji_1f973.png", + "1f970.png": "emoji_1f970.png", + "1f92f.png": "emoji_1f92f.png", + "1f92e.png": "emoji_1f92e.png", + "1f92d.png": "emoji_1f92d.png", + "1f92c.png": "emoji_1f92c.png", + "1f92b.png": "emoji_1f92b.png", + "1f92a.png": "emoji_1f92a.png", + "1f929.png": "emoji_1f929.png", + "1f928.png": "emoji_1f928.png", + "1f575-10162b.png": "emoji_1f575_10162b.png", + "1f486-10162b.png": "emoji_1f486_10162b.png", + "1f481-10162b.png": "emoji_1f481_10162b.png", + "101690.png": "emoji_101690.png", + "101697.png": "emoji_101697.png", + "1f9dc.png": "emoji_1f9dc.png", + "1f3f4-fe0f.png": "emoji_1f3f4_fe0f.png", + "101681.png": "emoji_101681.png", + "101680.png": "emoji_101680.png", + "10167f.png": "emoji_10167f.png", + "10167e.png": "emoji_10167e.png", + "10167d.png": "emoji_10167d.png", + "10167c.png": "emoji_10167c.png", + "10167b.png": "emoji_10167b.png", + "10167a.png": "emoji_10167a.png", + "101679.png": "emoji_101679.png", + "101678.png": "emoji_101678.png", + "101677.png": "emoji_101677.png", + "101676.png": "emoji_101676.png", + "101675.png": "emoji_101675.png", + "101674.png": "emoji_101674.png", + "101673.png": "emoji_101673.png", + "101672.png": "emoji_101672.png", + "101671.png": "emoji_101671.png", + "101670.png": "emoji_101670.png", + "101686.png": "emoji_101686.png", + "101691.png": "emoji_101691.png"} def clean_emoji_name(name): diff --git a/patches/mutant/831.patch b/patches/mutant/831.patch index ffe39ca1bf..11192b7735 100644 --- a/patches/mutant/831.patch +++ b/patches/mutant/831.patch @@ -1,19 +1,644 @@ diff -crB -x dist -x res -x build com.discord-831/assets/data/emojis.json com.discord-831-patched/assets/data/emojis.json -*** com.discord-831/assets/data/emojis.json 2019-01-18 23:05:36.726178666 +0300 ---- com.discord-831-patched/assets/data/emojis.json 2019-01-18 23:05:53.066252466 +0300 +*** com.discord-831/assets/data/emojis.json 2019-01-18 23:05:36.726178666 +0300 +--- com.discord-831-patched/assets/data/emojis.json 2019-01-19 03:42:14.581208540 +0300 *************** -*** 8633,8638 **** ---- 8633,8644 ---- - "rainbow_flag" +*** 1469,1474 **** +--- 1469,1677 ---- ], - "surrogates": "๐Ÿณ๏ธโ€๐ŸŒˆ" + "surrogates": "๐Ÿคž", + "hasDiversity": true ++ }, ++ { ++ "names": [ ++ "pilot" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘โœˆ" ++ }, ++ { ++ "names": [ ++ "health_worker" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘โš•" ++ }, ++ { ++ "names": [ ++ "firefighter" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘๐Ÿฅข" ++ }, ++ { ++ "names": [ ++ "astronaut" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘๐Ÿš€" ++ }, ++ { ++ "names": [ ++ "scientist" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘๐Ÿ”ฌ" ++ }, ++ { ++ "names": [ ++ "mechanic" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘๐Ÿ”ง" ++ }, ++ { ++ "names": [ ++ "technologist" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘๐Ÿ’ป" ++ }, ++ { ++ "names": [ ++ "chef" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘๐Ÿณ" ++ }, ++ { ++ "names": [ ++ "monocle" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿง" ++ }, ++ { ++ "names": [ ++ "pleading" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฅบ" ++ }, ++ { ++ "names": [ ++ "cold" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฅถ" ++ }, ++ { ++ "names": [ ++ "hot" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฅต" ++ }, ++ { ++ "names": [ ++ "woozy" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฅด" ++ }, ++ { ++ "names": [ ++ "party_face" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฅณ" ++ }, ++ { ++ "names": [ ++ "smile_hearts" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฅฐ" ++ }, ++ { ++ "names": [ ++ "mind_blown" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคฏ" ++ }, ++ { ++ "names": [ ++ "vomiting" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคฎ" ++ }, ++ { ++ "names": [ ++ "hand_over_mouth" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคญ" ++ }, ++ { ++ "names": [ ++ "swearing" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคฌ" ++ }, ++ { ++ "names": [ ++ "shush" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคซ" ++ }, ++ { ++ "names": [ ++ "crazy" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคช" ++ }, ++ { ++ "names": [ ++ "starry_eyes" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคฉ" ++ }, ++ { ++ "names": [ ++ "raised_eyebrow" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคจ" ++ }, ++ { ++ "names": [ ++ "detective" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿ•ต๔˜ซ" ++ }, ++ { ++ "names": [ ++ "massage" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿ’†๔˜ซ" ++ }, ++ { ++ "names": [ ++ "tipping_hand" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿ’๔˜ซ" ++ }, ++ { ++ "names": [ ++ "hot_shit" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š" ++ }, ++ { ++ "names": [ ++ "headpats" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š—" ++ }, ++ { ++ "names": [ ++ "merperson" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿงœ" + } + ], + "nature": [ +*************** +*** 2453,2458 **** +--- 2656,2724 ---- + "squid" + ], + "surrogates": "๐Ÿฆ‘" ++ }, ++ { ++ "names": [ ++ "furry_pride", ++ "rainbow_paw" ++ ], ++ "surrogates": "๔š›๐ŸŒˆ" ++ }, ++ { ++ "names": [ ++ "paw" ++ ], ++ "surrogates": "๔š›" ++ }, ++ { ++ "names": [ ++ "awoo" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š˜" ++ }, ++ { ++ "names": [ ++ "dont_awoo", ++ "no_awoo" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š™" ++ }, ++ { ++ "names": [ ++ "elf" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿง" ++ }, ++ { ++ "names": [ ++ "raccoon" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฆ" ++ }, ++ { ++ "names": [ ++ "parrot" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฆœ" ++ }, ++ { ++ "names": [ ++ "peacock" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฆš" + }, + { + "names": [ + "demon" + ], ++ "hasDiversity": false, + "surrogates": "๔™ฆ" } + ], + "food": [ +*************** +*** 2980,2985 **** +--- 3246,3258 ---- + "pancakes" + ], + "surrogates": "๐Ÿฅž" ++ }, ++ { ++ "names": [ ++ "cannabis_leaf" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š‘" + } + ], + "activity": [ +*************** +*** 4163,4168 **** +--- 4436,4536 ---- + "kayak" + ], + "surrogates": "๐Ÿ›ถ" ++ }, ++ { ++ "names": [ ++ "queer_100" ++ ], ++ "surrogates": "๐Ÿ’ฏ๐ŸŒˆ" ++ }, ++ { ++ "names": ["dont_at", "no_at", "no_mention", "dont_mention"], ++ "surrogates": "๔šš" ++ }, ++ { ++ "names": ["neuter_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โšฒ" ++ }, ++ { ++ "names": ["androgyne_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โšจ" ++ }, ++ { ++ "names": ["transgender_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โšง" ++ }, ++ { ++ "names": ["male_female_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โšฅ" ++ }, ++ { ++ "names": ["male_and_female_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โšค" ++ }, ++ { ++ "names": ["two_male_symbols"], ++ "hasDiversity": false, ++ "surrogates": "โšฃ" ++ }, ++ { ++ "names": ["two_female_symbols"], ++ "hasDiversity": false, ++ "surrogates": "โšข" ++ }, ++ { ++ "names": ["red_heart"], ++ "hasDiversity": false, ++ "surrogates": "โ™ด" ++ }, ++ { ++ "names": ["male_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โ™‚" ++ }, ++ { ++ "names": ["female_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โ™€" ++ }, ++ { ++ "names": ["black_medium_small_square"], ++ "hasDiversity": false, ++ "surrogates": "โ–พ" ++ }, ++ { ++ "names": ["orange_heart"], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿงก" ++ }, ++ { ++ "names": ["labrys_symbol"], ++ "hasDiversity": false, ++ "surrogates": "๔š…" ++ }, ++ { ++ "names": ["bisexual_triangles"], ++ "hasDiversity": false, ++ "surrogates": "๔š„" ++ }, ++ { ++ "names": ["black_triangle"], ++ "hasDiversity": false, ++ "surrogates": "๔šƒ" ++ }, ++ { ++ "names": ["pink_triangle"], ++ "hasDiversity": false, ++ "surrogates": "๔š‚" ++ }, ++ { ++ "names": ["hammer_and_sickle"], ++ "hasDiversity": false, ++ "surrogates": "โ˜ญ" + } + ], + "objects": [ +*************** +*** 5271,5276 **** +--- 5639,5707 ---- + "shopping_trolley" + ], + "surrogates": "๐Ÿ›’" ++ }, ++ { ++ "names": [ ++ "toilet_paper" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿงป" ++ }, ++ { ++ "names": [ ++ "brick" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿงฑ" ++ }, ++ { ++ "names": [ ++ "firecracker" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿงจ" ++ }, ++ { ++ "names": [ ++ "bone" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฆด" ++ }, ++ { ++ "names": [ ++ "d20" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š–" ++ }, ++ { ++ "names": [ ++ "d12" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š•" ++ }, ++ { ++ "names": [ ++ "d10" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š”" ++ }, ++ { ++ "names": [ ++ "d8" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š“" ++ }, ++ { ++ "names": [ ++ "d4" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š’" + } + ], + "symbols": [ +*************** +*** 8629,8638 **** + }, + { + "names": [ +! "gay_pride_flag", +! "rainbow_flag" + ], + "surrogates": "๐Ÿณ๏ธโ€๐ŸŒˆ" + } ] } \ No newline at end of file +--- 9060,9209 ---- + }, + { + "names": [ +! "rainbow_flag", +! "gay_pride_flag" + ], + "surrogates": "๐Ÿณ๏ธโ€๐ŸŒˆ" ++ }, ++ { ++ "names": [ ++ "pirate_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿด๏ธ" ++ }, ++ { ++ "names": [ ++ "transgender_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š" ++ }, ++ { ++ "names": [ ++ "polysexual_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š€" ++ }, ++ { ++ "names": [ ++ "polyamory_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ฟ" ++ }, ++ { ++ "names": [ ++ "pansexual_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™พ" ++ }, ++ { ++ "names": [ ++ "nonbinary_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ฝ" ++ }, ++ { ++ "names": [ ++ "neutrois_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ผ" ++ }, ++ { ++ "names": [ ++ "intersex_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ป" ++ }, ++ { ++ "names": [ ++ "genderqueer_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™บ" ++ }, ++ { ++ "names": [ ++ "genderfluid_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™น" ++ }, ++ { ++ "names": [ ++ "deminonbinary_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ธ" ++ }, ++ { ++ "names": [ ++ "demigirl_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ท" ++ }, ++ { ++ "names": [ ++ "demiguy_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ถ" ++ }, ++ { ++ "names": [ ++ "bisexual_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ต" ++ }, ++ { ++ "names": [ ++ "bigender_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ด" ++ }, ++ { ++ "names": [ ++ "bear_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ณ" ++ }, ++ { ++ "names": [ ++ "asexual_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ฒ" ++ }, ++ { ++ "names": [ ++ "aromantic_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ฑ" ++ }, ++ { ++ "names": [ ++ "agender_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ฐ" ++ }, ++ { ++ "names": [ ++ "lesbian_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š†" + } + ] + } +\ No newline at end of file \ No newline at end of file diff --git a/patches/mutant/832.patch b/patches/mutant/832.patch index ffe39ca1bf..11192b7735 100644 --- a/patches/mutant/832.patch +++ b/patches/mutant/832.patch @@ -1,19 +1,644 @@ diff -crB -x dist -x res -x build com.discord-831/assets/data/emojis.json com.discord-831-patched/assets/data/emojis.json -*** com.discord-831/assets/data/emojis.json 2019-01-18 23:05:36.726178666 +0300 ---- com.discord-831-patched/assets/data/emojis.json 2019-01-18 23:05:53.066252466 +0300 +*** com.discord-831/assets/data/emojis.json 2019-01-18 23:05:36.726178666 +0300 +--- com.discord-831-patched/assets/data/emojis.json 2019-01-19 03:42:14.581208540 +0300 *************** -*** 8633,8638 **** ---- 8633,8644 ---- - "rainbow_flag" +*** 1469,1474 **** +--- 1469,1677 ---- ], - "surrogates": "๐Ÿณ๏ธโ€๐ŸŒˆ" + "surrogates": "๐Ÿคž", + "hasDiversity": true ++ }, ++ { ++ "names": [ ++ "pilot" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘โœˆ" ++ }, ++ { ++ "names": [ ++ "health_worker" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘โš•" ++ }, ++ { ++ "names": [ ++ "firefighter" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘๐Ÿฅข" ++ }, ++ { ++ "names": [ ++ "astronaut" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘๐Ÿš€" ++ }, ++ { ++ "names": [ ++ "scientist" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘๐Ÿ”ฌ" ++ }, ++ { ++ "names": [ ++ "mechanic" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘๐Ÿ”ง" ++ }, ++ { ++ "names": [ ++ "technologist" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘๐Ÿ’ป" ++ }, ++ { ++ "names": [ ++ "chef" ++ ], ++ "hasDiversity": true, ++ "surrogates": "๐Ÿง‘๐Ÿณ" ++ }, ++ { ++ "names": [ ++ "monocle" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿง" ++ }, ++ { ++ "names": [ ++ "pleading" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฅบ" ++ }, ++ { ++ "names": [ ++ "cold" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฅถ" ++ }, ++ { ++ "names": [ ++ "hot" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฅต" ++ }, ++ { ++ "names": [ ++ "woozy" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฅด" ++ }, ++ { ++ "names": [ ++ "party_face" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฅณ" ++ }, ++ { ++ "names": [ ++ "smile_hearts" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฅฐ" ++ }, ++ { ++ "names": [ ++ "mind_blown" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคฏ" ++ }, ++ { ++ "names": [ ++ "vomiting" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคฎ" ++ }, ++ { ++ "names": [ ++ "hand_over_mouth" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคญ" ++ }, ++ { ++ "names": [ ++ "swearing" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคฌ" ++ }, ++ { ++ "names": [ ++ "shush" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคซ" ++ }, ++ { ++ "names": [ ++ "crazy" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคช" ++ }, ++ { ++ "names": [ ++ "starry_eyes" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคฉ" ++ }, ++ { ++ "names": [ ++ "raised_eyebrow" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿคจ" ++ }, ++ { ++ "names": [ ++ "detective" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿ•ต๔˜ซ" ++ }, ++ { ++ "names": [ ++ "massage" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿ’†๔˜ซ" ++ }, ++ { ++ "names": [ ++ "tipping_hand" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿ’๔˜ซ" ++ }, ++ { ++ "names": [ ++ "hot_shit" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š" ++ }, ++ { ++ "names": [ ++ "headpats" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š—" ++ }, ++ { ++ "names": [ ++ "merperson" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿงœ" + } + ], + "nature": [ +*************** +*** 2453,2458 **** +--- 2656,2724 ---- + "squid" + ], + "surrogates": "๐Ÿฆ‘" ++ }, ++ { ++ "names": [ ++ "furry_pride", ++ "rainbow_paw" ++ ], ++ "surrogates": "๔š›๐ŸŒˆ" ++ }, ++ { ++ "names": [ ++ "paw" ++ ], ++ "surrogates": "๔š›" ++ }, ++ { ++ "names": [ ++ "awoo" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š˜" ++ }, ++ { ++ "names": [ ++ "dont_awoo", ++ "no_awoo" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š™" ++ }, ++ { ++ "names": [ ++ "elf" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿง" ++ }, ++ { ++ "names": [ ++ "raccoon" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฆ" ++ }, ++ { ++ "names": [ ++ "parrot" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฆœ" ++ }, ++ { ++ "names": [ ++ "peacock" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฆš" + }, + { + "names": [ + "demon" + ], ++ "hasDiversity": false, + "surrogates": "๔™ฆ" } + ], + "food": [ +*************** +*** 2980,2985 **** +--- 3246,3258 ---- + "pancakes" + ], + "surrogates": "๐Ÿฅž" ++ }, ++ { ++ "names": [ ++ "cannabis_leaf" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š‘" + } + ], + "activity": [ +*************** +*** 4163,4168 **** +--- 4436,4536 ---- + "kayak" + ], + "surrogates": "๐Ÿ›ถ" ++ }, ++ { ++ "names": [ ++ "queer_100" ++ ], ++ "surrogates": "๐Ÿ’ฏ๐ŸŒˆ" ++ }, ++ { ++ "names": ["dont_at", "no_at", "no_mention", "dont_mention"], ++ "surrogates": "๔šš" ++ }, ++ { ++ "names": ["neuter_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โšฒ" ++ }, ++ { ++ "names": ["androgyne_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โšจ" ++ }, ++ { ++ "names": ["transgender_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โšง" ++ }, ++ { ++ "names": ["male_female_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โšฅ" ++ }, ++ { ++ "names": ["male_and_female_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โšค" ++ }, ++ { ++ "names": ["two_male_symbols"], ++ "hasDiversity": false, ++ "surrogates": "โšฃ" ++ }, ++ { ++ "names": ["two_female_symbols"], ++ "hasDiversity": false, ++ "surrogates": "โšข" ++ }, ++ { ++ "names": ["red_heart"], ++ "hasDiversity": false, ++ "surrogates": "โ™ด" ++ }, ++ { ++ "names": ["male_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โ™‚" ++ }, ++ { ++ "names": ["female_symbol"], ++ "hasDiversity": false, ++ "surrogates": "โ™€" ++ }, ++ { ++ "names": ["black_medium_small_square"], ++ "hasDiversity": false, ++ "surrogates": "โ–พ" ++ }, ++ { ++ "names": ["orange_heart"], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿงก" ++ }, ++ { ++ "names": ["labrys_symbol"], ++ "hasDiversity": false, ++ "surrogates": "๔š…" ++ }, ++ { ++ "names": ["bisexual_triangles"], ++ "hasDiversity": false, ++ "surrogates": "๔š„" ++ }, ++ { ++ "names": ["black_triangle"], ++ "hasDiversity": false, ++ "surrogates": "๔šƒ" ++ }, ++ { ++ "names": ["pink_triangle"], ++ "hasDiversity": false, ++ "surrogates": "๔š‚" ++ }, ++ { ++ "names": ["hammer_and_sickle"], ++ "hasDiversity": false, ++ "surrogates": "โ˜ญ" + } + ], + "objects": [ +*************** +*** 5271,5276 **** +--- 5639,5707 ---- + "shopping_trolley" + ], + "surrogates": "๐Ÿ›’" ++ }, ++ { ++ "names": [ ++ "toilet_paper" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿงป" ++ }, ++ { ++ "names": [ ++ "brick" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿงฑ" ++ }, ++ { ++ "names": [ ++ "firecracker" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿงจ" ++ }, ++ { ++ "names": [ ++ "bone" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿฆด" ++ }, ++ { ++ "names": [ ++ "d20" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š–" ++ }, ++ { ++ "names": [ ++ "d12" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š•" ++ }, ++ { ++ "names": [ ++ "d10" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š”" ++ }, ++ { ++ "names": [ ++ "d8" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š“" ++ }, ++ { ++ "names": [ ++ "d4" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š’" + } + ], + "symbols": [ +*************** +*** 8629,8638 **** + }, + { + "names": [ +! "gay_pride_flag", +! "rainbow_flag" + ], + "surrogates": "๐Ÿณ๏ธโ€๐ŸŒˆ" + } ] } \ No newline at end of file +--- 9060,9209 ---- + }, + { + "names": [ +! "rainbow_flag", +! "gay_pride_flag" + ], + "surrogates": "๐Ÿณ๏ธโ€๐ŸŒˆ" ++ }, ++ { ++ "names": [ ++ "pirate_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๐Ÿด๏ธ" ++ }, ++ { ++ "names": [ ++ "transgender_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š" ++ }, ++ { ++ "names": [ ++ "polysexual_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š€" ++ }, ++ { ++ "names": [ ++ "polyamory_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ฟ" ++ }, ++ { ++ "names": [ ++ "pansexual_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™พ" ++ }, ++ { ++ "names": [ ++ "nonbinary_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ฝ" ++ }, ++ { ++ "names": [ ++ "neutrois_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ผ" ++ }, ++ { ++ "names": [ ++ "intersex_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ป" ++ }, ++ { ++ "names": [ ++ "genderqueer_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™บ" ++ }, ++ { ++ "names": [ ++ "genderfluid_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™น" ++ }, ++ { ++ "names": [ ++ "deminonbinary_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ธ" ++ }, ++ { ++ "names": [ ++ "demigirl_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ท" ++ }, ++ { ++ "names": [ ++ "demiguy_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ถ" ++ }, ++ { ++ "names": [ ++ "bisexual_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ต" ++ }, ++ { ++ "names": [ ++ "bigender_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ด" ++ }, ++ { ++ "names": [ ++ "bear_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ณ" ++ }, ++ { ++ "names": [ ++ "asexual_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ฒ" ++ }, ++ { ++ "names": [ ++ "aromantic_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ฑ" ++ }, ++ { ++ "names": [ ++ "agender_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔™ฐ" ++ }, ++ { ++ "names": [ ++ "lesbian_flag" ++ ], ++ "hasDiversity": false, ++ "surrogates": "๔š†" + } + ] + } +\ No newline at end of file \ No newline at end of file