-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
222 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
import { Random } from "../../math/random.js"; | ||
|
||
export const PhobiasCollection = Object.freeze({ | ||
phobias: [ | ||
{ name: "Ablutophobia", description: "Fear of washing or bathing." }, | ||
{ name: "Acrophobia", description: "Fear of heights." }, | ||
{ name: "Aerophobia", description: "Fear of flying." }, | ||
{ name: "Afefobia", description: "Fear of being touched." }, | ||
{ name: "Agoraphobia", description: "Fear of open public spaces (crowded)." }, | ||
{ name: "Alectorophobia", description: "Fear of chickens." }, | ||
{ name: "Alliumphobia", description: "Fear of garlic." }, | ||
{ name: "Amaxophobia", description: "Fear of being inside vehicles or driving them." }, | ||
{ name: "Ancraophobia", description: "Fear of wind." }, | ||
{ name: "Androphobia", description: "Fear of men." }, | ||
{ name: "Anglophobia", description: "Fear of England or English culture, etc." }, | ||
{ name: "Anthophobia", description: "Fear of flowers." }, | ||
{ name: "Apotemnophobia", description: "Fear of people with amputated limbs." }, | ||
{ name: "Arachnophobia", description: "Fear of spiders." }, | ||
{ name: "Astraphobia", description: "Fear of lightning." }, | ||
{ name: "Atephobia", description: "Fear of ruins." }, | ||
{ name: "Aulophobia", description: "Fear of flutes." }, | ||
{ name: "Bacteriophobia", description: "Fear of bacteria." }, | ||
{ name: "Ballistophobia", description: "Fear of projectiles or bullets." }, | ||
{ name: "Basophobia", description: "Fear of falling." }, | ||
{ name: "Bibliophobia", description: "Fear of books." }, | ||
{ name: "Botanophobia", description: "Fear of plants." }, | ||
{ name: "Caligynephobia", description: "Fear of beautiful women." }, | ||
{ name: "Ceraunophobia", description: "Fear of thunder." }, | ||
{ name: "Cheimaphobia", description: "Fear of cold." }, | ||
{ name: "Cynophobia", description: "Fear of dogs." }, | ||
{ name: "Claustrophobia", description: "Fear of enclosed or small spaces." }, | ||
{ name: "Coulrophobia", description: "Fear of clowns." }, | ||
{ name: "Chronomentrophobia", description: "Fear of clocks." }, | ||
{ name: "Demophobia", description: "Fear of crowds." }, | ||
{ name: "Demonophobia", description: "Fear of spirits or demons." }, | ||
{ name: "Dentophobia", description: "Fear of dentists." }, | ||
{ name: "Disposophobia", description: "Fear of throwing things away (hoarding)." }, | ||
{ name: "Doraphobia", description: "Fear of animal skins." }, | ||
{ name: "Dromophobia", description: "Fear of crossing streets." }, | ||
{ name: "Ecclesiophobia", description: "Fear of churches." }, | ||
{ name: "Eisoptrophobia", description: "Fear of mirrors." }, | ||
{ name: "Enetophobia", description: "Fear of needles or pins." }, | ||
{ name: "Entomophobia", description: "Fear of insects." }, | ||
{ name: "Scotophobia", description: "Fear of darkness or night." }, | ||
{ name: "Stenophobia", description: "Fear of narrow things or places." }, | ||
{ name: "Phagophobia", description: "Fear of swallowing, eating, or being eaten." }, | ||
{ name: "Pharmacophobia", description: "Fear of taking medicines." }, | ||
{ name: "Spectrophobia", description: "Fear of ghosts." }, | ||
{ name: "Ailurophobia", description: "Fear of cats." }, | ||
{ name: "Phengophobia", description: "Fear of daylight." }, | ||
{ name: "Gephyrophobia", description: "Fear of crossing bridges." }, | ||
{ name: "Gerontophobia", description: "Fear of old people or aging." }, | ||
{ name: "Gynophobia", description: "Fear of women." }, | ||
{ name: "Hamartophobia", description: "Fear of sinning." }, | ||
{ name: "Hemophobia", description: "Fear of blood." }, | ||
{ name: "Herpetophobia", description: "Fear of reptiles." }, | ||
{ name: "Hydrophobia", description: "Fear of water." }, | ||
{ name: "Hypnophobia", description: "Fear of sleeping or being hypnotized." }, | ||
{ name: "Homichlophobia", description: "Fear of fog." }, | ||
{ name: "Hoplophobia", description: "Fear of firearms." }, | ||
{ name: "Iatrophobia", description: "Fear of doctors." }, | ||
{ name: "Ichthyophobia", description: "Fear of fish." }, | ||
{ name: "Katsaridaphobia", description: "Fear of cockroaches." }, | ||
{ name: "Lachanophobia", description: "Fear of vegetables." }, | ||
{ name: "Ligyrophobia", description: "Fear of loud noises." }, | ||
{ name: "Limnophobia", description: "Fear of lakes." }, | ||
{ name: "Mechanophobia", description: "Fear of machines or machinery." }, | ||
{ name: "Megalophobia", description: "Fear of large things." }, | ||
{ name: "Merinthophobia", description: "Fear of being tied up." }, | ||
{ name: "Meteorophobia", description: "Fear of meteors or meteorites." }, | ||
{ name: "Mysophobia", description: "Fear of dirt or contamination." }, | ||
{ name: "Mixophobia", description: "Fear of sticky substances." }, | ||
{ name: "Monophobia", description: "Fear of being alone." }, | ||
{ name: "Necrophobia", description: "Fear of dead things." }, | ||
{ name: "Octophobia", description: "Fear of the number 8." }, | ||
{ name: "Odontophobia", description: "Fear of teeth." }, | ||
{ name: "Ophidiophobia", description: "Fear of snakes." }, | ||
{ name: "Oneirophobia", description: "Fear of dreams." }, | ||
{ name: "Onomatophobia", description: "Fear of hearing a certain word or words." }, | ||
{ name: "Ornithophobia", description: "Fear of birds." }, | ||
{ name: "Parasitophobia", description: "Fear of parasites." }, | ||
{ name: "Pediophobia", description: "Fear of dolls." }, | ||
{ name: "Pyrophobia", description: "Fear of fire." }, | ||
{ name: "Pogonophobia", description: "Fear of beards." }, | ||
{ name: "Potamophobia", description: "Fear of rivers." }, | ||
{ name: "Potophobia", description: "Fear of alcohol or alcoholic beverages." }, | ||
{ name: "Rabdophobia", description: "Fear of magic." }, | ||
{ name: "Selenophobia", description: "Fear of the moon." }, | ||
{ name: "Siderodromophobia", description: "Fear of traveling by train." }, | ||
{ name: "Siderophobia", description: "Fear of stars." }, | ||
{ name: "Symmetrophobia", description: "Fear of symmetry." }, | ||
{ name: "Taphophobia", description: "Fear of being buried alive or cemeteries." }, | ||
{ name: "Thalassophobia", description: "Fear of the sea." }, | ||
{ name: "Taurophobia", description: "Fear of bulls." }, | ||
{ name: "Telephonophobia", description: "Fear of telephones." }, | ||
{ name: "Teratophobia", description: "Fear of monsters." }, | ||
{ name: "Tomophobia", description: "Fear of surgical operations." }, | ||
{ name: "Triskaidekaphobia", description: "Fear of the number 13." }, | ||
{ name: "Vestiphobia", description: "Fear of clothing." }, | ||
{ name: "Wiccaphobia", description: "Fear of witches and witchcraft." }, | ||
{ name: "Xanthophobia", description: "Fear of the color yellow or the word 'yellow'." }, | ||
{ name: "Xenophobia", description: "Fear of strangers or foreigners." }, | ||
{ name: "Xenoglossophobia", description: "Fear of foreign languages." }, | ||
{ name: "Zoophobia", description: "Fear of animals." } | ||
], | ||
|
||
getRandomPhobia: function () { | ||
return Random.getRandomArrayElement(this.phobias); | ||
}, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters