faker 2.11.0 → 2.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +372 -13
- data/History.md +4 -4
- data/README.md +27 -3
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/tezos.rb +30 -2
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +35 -5
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +96 -3
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/business.rb +1 -1
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +74 -11
- data/lib/faker/default/company.rb +96 -11
- data/lib/faker/default/compass.rb +135 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +54 -0
- data/lib/faker/default/cosmere.rb +90 -0
- data/lib/faker/default/crypto.rb +4 -4
- data/lib/faker/default/crypto_coin.rb +45 -0
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +67 -1
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +53 -2
- data/lib/faker/default/finance.rb +45 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +107 -10
- data/lib/faker/default/id_number.rb +88 -2
- data/lib/faker/default/internet.rb +266 -12
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +33 -6
- data/lib/faker/default/json.rb +61 -5
- data/lib/faker/default/lorem.rb +160 -5
- data/lib/faker/default/lorem_flickr.rb +67 -7
- data/lib/faker/default/lorem_pixel.rb +23 -0
- data/lib/faker/default/markdown.rb +91 -0
- data/lib/faker/default/measurement.rb +93 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +98 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +28 -13
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/phone_number.rb +88 -5
- data/lib/faker/default/placeholdit.rb +23 -1
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/slack_emoji.rb +81 -0
- data/lib/faker/default/south_africa.rb +90 -0
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +20 -3
- data/lib/faker/default/stripe.rb +64 -3
- data/lib/faker/default/twitter.rb +35 -0
- data/lib/faker/default/types.rb +84 -3
- data/lib/faker/default/university.rb +45 -0
- data/lib/faker/default/vehicle.rb +184 -4
- data/lib/faker/default/verb.rb +45 -0
- data/lib/faker/default/world_cup.rb +4 -4
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +113 -0
- data/lib/faker/games/dnd.rb +136 -0
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +74 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +27 -1
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/quotes/quote.rb +80 -1
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +70 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/faker.rb +28 -23
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +22 -27
- data/lib/helpers/unique_generator.rb +0 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en/address.yml +2 -0
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +401 -131
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/house.yml +1 -1
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/movie.yml +192 -1
- data/lib/locales/en/music.yml +451 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +392 -1
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -220
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/suits.yml +45 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +18 -4
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +389 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/en-AU.yml +50 -10
- data/lib/locales/en-CA.yml +2 -0
- data/lib/locales/en-GB.yml +1 -1
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +2 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NZ.yml +3 -1
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +2 -1
- data/lib/locales/en-US.yml +36 -10
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/es-AR.yml +4603 -0
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +21 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +12 -6
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja.yml +18 -1
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +2 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +3 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +90 -23
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
data/lib/locales/en/company.yml
CHANGED
@@ -16,7 +16,7 @@ en:
|
|
16
16
|
- "#{Name.last_name} #{suffix}"
|
17
17
|
- "#{Name.last_name}-#{Name.last_name}"
|
18
18
|
- "#{Name.last_name}, #{Name.last_name} and #{Name.last_name}"
|
19
|
-
industry: ["Defense & Space", "Computer Hardware", "Computer Software", "Computer Networking", "Internet", "Semiconductors", "Telecommunications", "Law Practice", "Legal Services", "Management Consulting", "Biotechnology", "Medical Practice", "Hospital & Health Care", "Pharmaceuticals", "Veterinary", "Medical Devices", "Cosmetics", "Apparel & Fashion", "Sporting Goods", "Tobacco", "Supermarkets", "Food Production", "Consumer Electronics", "Consumer Goods", "Furniture", "Retail", "Entertainment", "Gambling & Casinos", "Leisure, Travel & Tourism", "Hospitality", "Restaurants", "Sports", "Food & Beverages", "Motion Pictures and Film", "Broadcast Media", "Museums and Institutions", "Fine Art", "Performing Arts", "Recreational Facilities and Services", "Banking", "Insurance", "Financial Services", "Real Estate", "Investment Banking", "Investment Management", "Accounting", "Construction", "Building Materials", "Architecture & Planning", "Civil Engineering", "Aviation & Aerospace", "Automotive", "Chemicals", "Machinery", "Mining & Metals", "Oil & Energy", "Shipbuilding", "Utilities", "Textiles", "Paper & Forest Products", "Railroad Manufacture", "Farming", "Ranching", "Dairy", "Fishery", "Primary / Secondary Education", "Higher Education", "Education Management", "Research", "Military", "Legislative Office", "Judiciary", "International Affairs", "Government Administration", "Executive Office", "Law Enforcement", "Public Safety", "Public Policy", "Marketing and Advertising", "Newspapers", "Publishing", "Printing", "Information Services", "Libraries", "Environmental Services", "Package / Freight Delivery", "Individual & Family Services", "Religious Institutions", "Civic & Social Organization", "Consumer Services", "
|
20
|
-
profession: ["teacher", "actor", "musician", "philosopher", "writer", "doctor", "accountant", "agriculturist", "architect", "economist", "engineer", "interpreter", "attorney at law", "advocate", "librarian", "statistician", "human resources", "firefighter", "judge", "police officer", "astronomer", "biologist", "chemist", "physicist", "programmer", "web developer", "designer", "actress", "air traffic controller", "artist", "attorney", "banker", "bartender", "barber", "bookkeeper", "builder", "businessman", "butcher", "carpenter", "cashier", "chef", "coach", "dentist", "dental hygienist", "developer", "dietician", "editor", "electrician", "factory worker", "farmer", "
|
19
|
+
industry: ["Defense & Space", "Computer Hardware", "Computer Software", "Computer Networking", "Internet", "Semiconductors", "Telecommunications", "Law Practice", "Legal Services", "Management Consulting", "Biotechnology", "Medical Practice", "Hospital & Health Care", "Pharmaceuticals", "Veterinary", "Medical Devices", "Cosmetics", "Apparel & Fashion", "Sporting Goods", "Tobacco", "Supermarkets", "Food Production", "Consumer Electronics", "Consumer Goods", "Furniture", "Retail", "Entertainment", "Gambling & Casinos", "Leisure, Travel & Tourism", "Hospitality", "Restaurants", "Sports", "Food & Beverages", "Motion Pictures and Film", "Broadcast Media", "Museums and Institutions", "Fine Art", "Performing Arts", "Recreational Facilities and Services", "Banking", "Insurance", "Financial Services", "Real Estate", "Investment Banking", "Investment Management", "Accounting", "Construction", "Building Materials", "Architecture & Planning", "Civil Engineering", "Aviation & Aerospace", "Automotive", "Chemicals", "Machinery", "Mining & Metals", "Oil & Energy", "Shipbuilding", "Utilities", "Textiles", "Paper & Forest Products", "Railroad Manufacture", "Farming", "Ranching", "Dairy", "Fishery", "Primary / Secondary Education", "Higher Education", "Education Management", "Research", "Military", "Legislative Office", "Judiciary", "International Affairs", "Government Administration", "Executive Office", "Law Enforcement", "Public Safety", "Public Policy", "Marketing and Advertising", "Newspapers", "Publishing", "Printing", "Information Services", "Libraries", "Environmental Services", "Package / Freight Delivery", "Individual & Family Services", "Religious Institutions", "Civic & Social Organization", "Consumer Services", "Transportation / Trucking / Railroad", "Warehousing", "Airlines / Aviation", "Maritime", "Information Technology and Services", "Market Research", "Public Relations and Communications", "Design", "Nonprofit Organization Management", "Fund-Raising", "Program Development", "Writing and Editing", "Staffing and Recruiting", "Professional Training & Coaching", "Venture Capital & Private Equity", "Political Organization", "Translation and Localization", "Computer Games", "Events Services", "Arts and Crafts", "Electrical / Electronic Manufacturing", "Online Media", "Nanotechnology", "Music", "Logistics and Supply Chain", "Plastics", "Computer & Network Security", "Wireless", "Alternative Dispute Resolution", "Security and Investigations", "Facilities Services", "Outsourcing / Offshoring", "Health, Wellness and Fitness", "Alternative Medicine", "Media Production", "Animation", "Commercial Real Estate", "Capital Markets", "Think Tanks", "Philanthropy", "E-Learning", "Wholesale", "Import and Export", "Mechanical or Industrial Engineering", "Photography", "Human Resources", "Business Supplies and Equipment", "Mental Health Care", "Graphic Design", "International Trade and Development", "Wine and Spirits", "Luxury Goods & Jewelry", "Renewables & Environment", "Glass, Ceramics & Concrete", "Packaging and Containers", "Industrial Automation", "Government Relations"]
|
20
|
+
profession: ["teacher", "actor", "musician", "philosopher", "writer", "doctor", "accountant", "agriculturist", "architect", "economist", "engineer", "interpreter", "attorney at law", "advocate", "librarian", "statistician", "human resources", "firefighter", "judge", "police officer", "astronomer", "biologist", "chemist", "physicist", "programmer", "web developer", "designer", "actress", "air traffic controller", "artist", "attorney", "banker", "bartender", "barber", "bookkeeper", "builder", "businessman", "butcher", "carpenter", "cashier", "chef", "coach", "dentist", "dental hygienist", "developer", "dietician", "editor", "electrician", "factory worker", "farmer", "fisherman", "gardener", "hairdresser", "journalist", "lawyer", "lecturer", "lifeguard", "mechanic", "model", "newsreader", "nurse", "optician", "painter", "pharmacist", "photographer", "pilot", "plumber", "politician", "postman", "receptionist", "scientist", "secretary", "shop assistant", "soldier", "tailor", "taxi driver", "translator", "traffic warden", "travel agent", "veterinary doctor", "waiter", "window cleaner"]
|
21
21
|
type: ["Public Company", "Educational Institution", "Self-Employed", "Government Agency", "Nonprofit", "Sole Proprietorship", "Privately Held", "Partnership"]
|
22
22
|
sic_code: ["0111", "0112", "0115", "0116", "0119", "0131", "0132", "0133", "0134", "0139", "0161", "0171", "0172", "0173", "0174", "0175", "0179", "0181", "0182", "0191", "0211", "0212", "0213", "0214", "0219", "0241", "0251", "0252", "0253", "0254", "0259", "0271", "0272", "0273", "0279", "0291", "0711", "0721", "0722", "0723", "0724", "0741", "0742", "0751", "0752", "0761", "0762", "0781", "0782", "0783", "0811", "0831", "0851", "0912", "0913", "0919", "0921", "0971", "1011", "1021", "1031", "1041", "1044", "1061", "1081", "1094", "1099", "1221", "1222", "1231", "1241", "1311", "1321", "1381", "1382", "1389", "1411", "1422", "1423", "1429", "1442", "1446", "1455", "1459", "1474", "1475", "1479", "1481", "1499", "1521", "1522", "1531", "1541", "1542", "1611", "1622", "1623", "1629", "1711", "1721", "1731", "1741", "1742", "1743", "1751", "1752", "1761", "1771", "1781", "1791", "1793", "1794", "1795", "1796", "1799", "2011", "2013", "2015", "2021", "2022", "2023", "2024", "2026", "2032", "2033", "2034", "2035", "2037", "2038", "2041", "2043", "2044", "2045", "2046", "2047", "2048", "2051", "2052", "2053", "2061", "2062", "2063", "2064", "2066", "2067", "2068", "2074", "2075", "2076", "2077", "2079", "2082", "2083", "2084", "2085", "2086", "2087", "2091", "2092", "2095", "2096", "2097", "2098", "2099", "2111", "2121", "2131", "2141", "2211", "2221", "2231", "2241", "2251", "2252", "2253", "2254", "2257", "2258", "2259", "2261", "2262", "2269", "2273", "2281", "2282", "2284", "2295", "2296", "2297", "2298", "2299", "2311", "2321", "2322", "2323", "2325", "2326", "2329", "2331", "2335", "2337", "2339", "2341", "2342", "2353", "2361", "2369", "2371", "2381", "2384", "2385", "2386", "2387", "2389", "2391", "2392", "2393", "2394", "2395", "2396", "2397", "2399", "2411", "2421", "2426", "2429", "2431", "2434", "2435", "2436", "2439", "2441", "2448", "2449", "2451", "2452", "2491", "2493", "2499", "2511", "2512", "2514", "2515", "2517", "2519", "2521", "2522", "2531", "2541", "2542", "2591", "2599", "2611", "2621", "2631", "2652", "2653", "2655", "2656", "2657", "2671", "2672", "2673", "2674", "2675", "2676", "2677", "2678", "2679", "2711", "2721", "2731", "2732", "2741", "2752", "2754", "2759", "2761", "2771", "2782", "2789", "2791", "2796", "2812", "2813", "2816", "2819", "2821", "2822", "2823", "2824", "2833", "2834", "2835", "2836", "2841", "2842", "2843", "2844", "2851", "2861", "2865", "2869", "2873", "2874", "2875", "2879", "2891", "2892", "2893", "2895", "2899", "2911", "2951", "2952", "2992", "2999", "3011", "3021", "3052", "3053", "3061", "3069", "3081", "3082", "3083", "3084", "3085", "3086", "3087", "3088", "3089", "3111", "3131", "3142", "3143", "3144", "3149", "3151", "3161", "3171", "3172", "3199", "3211", "3221", "3229", "3231", "3241", "3251", "3253", "3255", "3259", "3261", "3262", "3263", "3264", "3269", "3271", "3272", "3273", "3274", "3275", "3281", "3291", "3292", "3295", "3296", "3297", "3299", "3312", "3313", "3315", "3316", "3317", "3321", "3322", "3324", "3325", "3331", "3334", "3339", "3341", "3351", "3353", "3354", "3355", "3356", "3357", "3363", "3364", "3365", "3366", "3369", "3398", "3399", "3411", "3412", "3421", "3423", "3425", "3429", "3431", "3432", "3433", "3441", "3442", "3443", "3444", "3446", "3448", "3449", "3451", "3452", "3462", "3463", "3465", "3466", "3469", "3471", "3479", "3482", "3483", "3484", "3489", "3491", "3492", "3493", "3494", "3495", "3496", "3497", "3498", "3499", "3511", "3519", "3523", "3524", "3531", "3532", "3533", "3534", "3535", "3536", "3537", "3541", "3542", "3543", "3544", "3545", "3546", "3547", "3548", "3549", "3552", "3553", "3554", "3555", "3556", "3559", "3561", "3562", "3563", "3564", "3565", "3566", "3567", "3568", "3569", "3571", "3572", "3575", "3577", "3578", "3579", "3581", "3582", "3585", "3586", "3589", "3592", "3593", "3594", "3596", "3599", "3612", "3613", "3621", "3624", "3625", "3629", "3631", "3632", "3633", "3634", "3635", "3639", "3641", "3643", "3644", "3645", "3646", "3647", "3648", "3651", "3652", "3661", "3663", "3669", "3671", "3672", "3674", "3675", "3676", "3677", "3678", "3679", "3691", "3692", "3694", "3695", "3699", "3711", "3713", "3714", "3715", "3716", "3721", "3724", "3728", "3731", "3732", "3743", "3751", "3761", "3764", "3769", "3792", "3795", "3799", "3812", "3821", "3822", "3823", "3824", "3825", "3826", "3827", "3829", "3841", "3842", "3843", "3844", "3845", "3851", "3861", "3873", "3911", "3914", "3915", "3931", "3942", "3944", "3949", "3951", "3952", "3953", "3955", "3961", "3965", "3991", "3993", "3995", "3996", "3999", "4011", "4013", "4111", "4119", "4121", "4131", "4141", "4142", "4151", "4173", "4212", "4213", "4214", "4215", "4221", "4222", "4225", "4226", "4231", "4311", "4412", "4424", "4432", "4449", "4481", "4482", "4489", "4491", "4492", "4493", "4499", "4512", "4513", "4522", "4581", "4612", "4613", "4619", "4724", "4725", "4729", "4731", "4741", "4783", "4785", "4789", "4812", "4813", "4822", "4832", "4833", "4841", "4899", "4911", "4922", "4923", "4924", "4925", "4931", "4932", "4939", "4941", "4952", "4953", "4959", "4961", "4971", "5012", "5013", "5014", "5015", "5021", "5023", "5031", "5032", "5033", "5039", "5043", "5044", "5045", "5046", "5047", "5048", "5049", "5051", "5052", "5063", "5064", "5065", "5072", "5074", "5075", "5078", "5082", "5083", "5084", "5085", "5087", "5088", "5091", "5092", "5093", "5094", "5099", "5111", "5112", "5113", "5122", "5131", "5136", "5137", "5139", "5141", "5142", "5143", "5144", "5145", "5146", "5147", "5148", "5149", "5153", "5154", "5159", "5162", "5169", "5171", "5172", "5181", "5182", "5191", "5192", "5193", "5194", "5198", "5199", "5211", "5231", "5251", "5261", "5271", "5311", "5331", "5399", "5411", "5421", "5431", "5441", "5451", "5461", "5499", "5511", "5521", "5531", "5541", "5551", "5561", "5571", "5599", "5611", "5621", "5632", "5641", "5651", "5661", "5699", "5712", "5713", "5714", "5719", "5722", "5731", "5734", "5735", "5736", "5812", "5813", "5912", "5921", "5932", "5941", "5942", "5943", "5944", "5945", "5946", "5947", "5948", "5949", "5961", "5962", "5963", "5983", "5984", "5989", "5992", "5993", "5994", "5995", "5999", "6011", "6019", "6021", "6022", "6029", "6035", "6036", "6061", "6062", "6081", "6082", "6091", "6099", "6111", "6141", "6153", "6159", "6162", "6163", "6211", "6221", "6231", "6282", "6289", "6311", "6321", "6324", "6331", "6351", "6361", "6371", "6399", "6411", "6512", "6513", "6514", "6515", "6517", "6519", "6531", "6541", "6552", "6553", "6712", "6719", "6722", "6726", "6732", "6733", "6792", "6794", "6798", "6799", "7011", "7021", "7032", "7033", "7041", "7211", "7212", "7213", "7215", "7216", "7217", "7218", "7219", "7221", "7231", "7241", "7251", "7261", "7291", "7299", "7311", "7312", "7313", "7319", "7322", "7323", "7331", "7334", "7335", "7336", "7338", "7342", "7349", "7352", "7353", "7359", "7361", "7363", "7371", "7372", "7373", "7374", "7375", "7376", "7377", "7378", "7379", "7381", "7382", "7383", "7384", "7389", "7513", "7514", "7515", "7519", "7521", "7532", "7533", "7534", "7536", "7537", "7538", "7539", "7542", "7549", "7622", "7623", "7629", "7631", "7641", "7692", "7694", "7699", "7812", "7819", "7822", "7829", "7832", "7833", "7841", "7911", "7922", "7929", "7933", "7941", "7948", "7991", "7992", "7993", "7996", "7997", "7999", "8011", "8021", "8031", "8041", "8042", "8043", "8049", "8051", "8052", "8059", "8062", "8063", "8069", "8071", "8072", "8082", "8092", "8093", "8099", "8111", "8211", "8221", "8222", "8231", "8243", "8244", "8249", "8299", "8322", "8331", "8351", "8361", "8399", "8412", "8422", "8611", "8621", "8631", "8641", "8651", "8661", "8699", "8711", "8712", "8713", "8721", "8731", "8732", "8733", "8734", "8741", "8742", "8743", "8744", "8748", "8811", "8999", "9111", "9121", "9131", "9199", "9211", "9221", "9222", "9223", "9224", "9229", "9311", "9411", "9431", "9441", "9451", "9511", "9512", "9531", "9532", "9611", "9621", "9631", "9641", "9651", "9661", "9711", "9721", "9999"]
|
@@ -0,0 +1,36 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
computer:
|
4
|
+
type:
|
5
|
+
- server
|
6
|
+
- workstation
|
7
|
+
platform:
|
8
|
+
- Linux
|
9
|
+
- macOS
|
10
|
+
- Windows
|
11
|
+
os:
|
12
|
+
linux:
|
13
|
+
- RHEL 6.10
|
14
|
+
- RHEL 7.7
|
15
|
+
- CentOS 8
|
16
|
+
- CentOS 7
|
17
|
+
- CentOS 6
|
18
|
+
- Debian 10.10.3
|
19
|
+
- Debian 9.9.10
|
20
|
+
- Ubuntu Server 18.04
|
21
|
+
- Ubuntu Server 19.10
|
22
|
+
- ArchLinux 2020.02.01
|
23
|
+
- openSUSE Leap 15.1
|
24
|
+
- Ubuntu Desktop 18.04
|
25
|
+
- Ubuntu Desktop 19.10
|
26
|
+
macos:
|
27
|
+
- Catalina (10.15)
|
28
|
+
- Mojave (10.14)
|
29
|
+
- High Sierra (10.13)
|
30
|
+
windows:
|
31
|
+
- Windows 10
|
32
|
+
- Windows 8.1
|
33
|
+
- Windows 7
|
34
|
+
- Windows Server 2019
|
35
|
+
- Windows Server 2016
|
36
|
+
- Windows Server 2012 R2
|
@@ -0,0 +1,171 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
conan:
|
4
|
+
characters:
|
5
|
+
- Shinichi Kudo
|
6
|
+
- Conan Edogawa
|
7
|
+
- Ran Mouri
|
8
|
+
- Kogoro Mouri
|
9
|
+
- Ai Haibara
|
10
|
+
- Ayumi Yoshida
|
11
|
+
- Mitsuhiko Tsuburaya
|
12
|
+
- Genta Kojima
|
13
|
+
- Hiroshi Agasa
|
14
|
+
- Sonoko Suzuki
|
15
|
+
- Eri Kisaki
|
16
|
+
- Yusaku Kudo
|
17
|
+
- Yukiko Kudo
|
18
|
+
- Heiji Hattori
|
19
|
+
- Kazuha Toyama
|
20
|
+
- Yoko Okino
|
21
|
+
- Sumiko Kobayashi
|
22
|
+
- Tomoaki Araide
|
23
|
+
- Makoto Kyogoku
|
24
|
+
- Shizuka Hattori
|
25
|
+
- Jirokichi Suzuki
|
26
|
+
- Eisuke Hondou
|
27
|
+
- Azusa Enomoto
|
28
|
+
- Subaru Okiya
|
29
|
+
- Masumi Sera
|
30
|
+
- Shukichi Haneda
|
31
|
+
- Sakurako Yonehara
|
32
|
+
- Juzo Megure
|
33
|
+
- Ninzaburo Shiratori
|
34
|
+
- Miwako Sato
|
35
|
+
- Wataru Takagi
|
36
|
+
- Kazunobu Chiba
|
37
|
+
- Yumi Miyamoto
|
38
|
+
- Naeko Miike
|
39
|
+
- Kiyonaga Matsumoto
|
40
|
+
- Inspector Yuminaga
|
41
|
+
- Shintaro Chaki
|
42
|
+
- Hyoue Kuroda
|
43
|
+
- Heizo Hattori
|
44
|
+
- Ginshiro Toyama
|
45
|
+
- Goro Otaki
|
46
|
+
- Kansuke Yamato
|
47
|
+
- Yui Uehara
|
48
|
+
- Taka'aki Morofushi (Komei)
|
49
|
+
- Sango Yokomizo
|
50
|
+
- Misao Yamamura
|
51
|
+
- Jugo Yokomizo
|
52
|
+
- Fumimaro Ayanokoji
|
53
|
+
- Rei Furuya (Bourbon)
|
54
|
+
- Hiromitsu Morofushi (Scotch)
|
55
|
+
- Yuya Kazami
|
56
|
+
- Shuichi Akai
|
57
|
+
- Jodie Starling (Jodie Saintemillion)
|
58
|
+
- James Black
|
59
|
+
- Andre Camel
|
60
|
+
- Hidemi Hondou (Kir)
|
61
|
+
- Ethan Hondou
|
62
|
+
- Mary Sera
|
63
|
+
- Tsutomu Akai
|
64
|
+
- Gin
|
65
|
+
- Vodka
|
66
|
+
- Chris Vineyard (Vermouth)
|
67
|
+
- Chianti
|
68
|
+
- Korn
|
69
|
+
- Shiho Miyano (Sherry)
|
70
|
+
- Akemi Miyano
|
71
|
+
- Elena Miyano
|
72
|
+
- Atsushi Miyano
|
73
|
+
- Tequila
|
74
|
+
- Kenzo Masuyama (Pisco)
|
75
|
+
- Calvados
|
76
|
+
- Rikumichi Kusuda
|
77
|
+
- Ki'ichiro Numabuchi
|
78
|
+
- Kaito Kuroba
|
79
|
+
- Kaitou Kid
|
80
|
+
- Aoko Nakamori
|
81
|
+
- Ginzo Nakamori
|
82
|
+
- Toichi Kuroba
|
83
|
+
- Chikage Kuroba
|
84
|
+
- Konosuke Jii
|
85
|
+
- Kaitou Corbeau
|
86
|
+
- Akako Koizumi
|
87
|
+
- Saguru Hakuba
|
88
|
+
- Snake
|
89
|
+
- Spider
|
90
|
+
- Scar Akai
|
91
|
+
- Kohji Haneda
|
92
|
+
- Asaka
|
93
|
+
- Momiji Ooka
|
94
|
+
- Rumi Wakasa
|
95
|
+
- Kanenori Wakita
|
96
|
+
- Muga Iori
|
97
|
+
|
98
|
+
gadgets:
|
99
|
+
- Voice-Changing Bowtie
|
100
|
+
- Power-Enhancing Kick Shoes
|
101
|
+
- Glasses Modification (Microphone)
|
102
|
+
- Stun-Gun Wristwatch
|
103
|
+
- Portable Bento Box Fax
|
104
|
+
- Detective Boys Badge
|
105
|
+
- Turbo Engine Skateboard
|
106
|
+
- Criminal Tracking Glasses
|
107
|
+
- Transmitter
|
108
|
+
- Elasticity Suspenders
|
109
|
+
- Button Speaker
|
110
|
+
- Earring Cellphone
|
111
|
+
- Electronic Notebook Map
|
112
|
+
- Wristwatch Flashlight
|
113
|
+
- Kamen Yaiba Voice Changer/Pen Voice Changer
|
114
|
+
- Voice-Changing Face Mask
|
115
|
+
- Anywhere Ball Dispensing Belt
|
116
|
+
- Voice-Changing Choker
|
117
|
+
- Glasses Modification (Bullet Proof Lenses)
|
118
|
+
- Glasses Modification (Telescopic Lenses)
|
119
|
+
- Hang Glider/Paraglider
|
120
|
+
- Cuff Link Speakers
|
121
|
+
- Mini Air Tank
|
122
|
+
- Turbo Engine Snowboard
|
123
|
+
- Satellite-Telephone Wristwatch
|
124
|
+
- Drone
|
125
|
+
- Card Gun
|
126
|
+
- Hang Glider Cape
|
127
|
+
- Turbo Engine Scooter
|
128
|
+
- Turbo Engine Skates
|
129
|
+
|
130
|
+
vehicles:
|
131
|
+
- Agasa's Volkswagen Beetle
|
132
|
+
- Yukiko's Jaguar E-Type
|
133
|
+
- Masumi's Yamaha Artesia XT400
|
134
|
+
- Jirokichi's Harley Davidson Electra Glide
|
135
|
+
- Okiya's Subaru 360
|
136
|
+
- Eri's Mini Cooper
|
137
|
+
- Baya's Cobra
|
138
|
+
- Jii's Vanden Plas Princess 1100
|
139
|
+
- Fusae's Jaguar Mark 2
|
140
|
+
- Sato's Mazda RX-7
|
141
|
+
- Takagi's Nissan Tiida Latio
|
142
|
+
- Takagi's Skyline ER34
|
143
|
+
- Chiba's Fiat 500
|
144
|
+
- Chiba's Nissan GT-R R35 (2017)
|
145
|
+
- Uehara's Honda Inspire
|
146
|
+
- Gin's Porsche 356 A
|
147
|
+
- Chianti's Dodge Viper
|
148
|
+
- Vermouth's Harley-Davidson V-Rod
|
149
|
+
- Rei's Mazda RX-7
|
150
|
+
- Vodka's Porsche 914
|
151
|
+
- Chianti's Ducati 1098
|
152
|
+
- Araide's Toyota Prius (XW10)
|
153
|
+
- Vermouth's De Tomaso Pantera
|
154
|
+
- Shuichi's Chevrolet C-1500
|
155
|
+
- Shuichi's Ford Mustang
|
156
|
+
- James' Mercedes CLK320
|
157
|
+
- Jodie's Peugeot 607
|
158
|
+
- Hidemi's Citroën BX
|
159
|
+
- FBI's Toyota HiAce/Regius Ace
|
160
|
+
- FBI's Volvo S40
|
161
|
+
- FBI's Lexus GS
|
162
|
+
- FBI's Mercedes CLK320
|
163
|
+
- Isuzu Cubic bus
|
164
|
+
- Nissan X-Trail
|
165
|
+
- Toichi's Car
|
166
|
+
- Hidemi's Motorcycle
|
167
|
+
- Heiji's Motorcycle
|
168
|
+
- Snake's car
|
169
|
+
- Shiratori's car
|
170
|
+
- Kusuda's Nissan
|
171
|
+
- Yukiko's Motorcycle
|
@@ -0,0 +1,247 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
games:
|
4
|
+
control:
|
5
|
+
character:
|
6
|
+
- 'Ahti'
|
7
|
+
- 'Alan Wake'
|
8
|
+
- 'Alberto Tommasi'
|
9
|
+
- 'Broderick Northmoor'
|
10
|
+
- 'Casper Darling'
|
11
|
+
- 'Dylan Faden'
|
12
|
+
- 'Emily Pope'
|
13
|
+
- 'Frederick Langston'
|
14
|
+
- 'Helen Marshall'
|
15
|
+
- 'Jesse Faden'
|
16
|
+
- 'Kirklund'
|
17
|
+
- 'Lin Salvador'
|
18
|
+
- 'Malcolm Rooney'
|
19
|
+
- 'Mr. Door'
|
20
|
+
- 'Phillip'
|
21
|
+
- 'Randall Polaski'
|
22
|
+
- 'Raya Underhill'
|
23
|
+
- 'Simon Arish'
|
24
|
+
- 'The Board'
|
25
|
+
- 'The Director'
|
26
|
+
- 'The Former'
|
27
|
+
- 'Theodore Ash, Jr.'
|
28
|
+
- 'Yoshimi Tokui'
|
29
|
+
- 'Zachariah Trench'
|
30
|
+
- 'The Hiss'
|
31
|
+
location:
|
32
|
+
- 'Access Corridor'
|
33
|
+
- 'Archives'
|
34
|
+
- 'Ashtray Maze'
|
35
|
+
- 'Astral Collision'
|
36
|
+
- 'Astral Exhibition'
|
37
|
+
- 'Astral Plane'
|
38
|
+
- 'Atlas Chamber'
|
39
|
+
- 'Base Camp'
|
40
|
+
- 'Black Rock Lab'
|
41
|
+
- 'Black Rock Processing'
|
42
|
+
- 'Black Rock Quarry'
|
43
|
+
- 'Board Room'
|
44
|
+
- 'Bureau'
|
45
|
+
- 'Cafeteria'
|
46
|
+
- 'Canyon Rim'
|
47
|
+
- 'Cave Bleed'
|
48
|
+
- 'Cave System'
|
49
|
+
- 'Central Containment'
|
50
|
+
- 'Central Executive'
|
51
|
+
- 'Central Maintenance'
|
52
|
+
- 'Central Research'
|
53
|
+
- 'Chasm'
|
54
|
+
- 'Collapsed Department'
|
55
|
+
- 'Communications Department'
|
56
|
+
- 'Containment Sector'
|
57
|
+
- 'Crossroads'
|
58
|
+
- 'Dead Letters'
|
59
|
+
- 'Deep Cavern'
|
60
|
+
- 'Dimensional Research'
|
61
|
+
- "Director's Office"
|
62
|
+
- 'Entrance'
|
63
|
+
- 'Executive Affairs'
|
64
|
+
- 'Executive Sector'
|
65
|
+
- 'Extrasensory Lab'
|
66
|
+
- 'Field Training'
|
67
|
+
- 'Firebreak'
|
68
|
+
- 'Foundation'
|
69
|
+
- 'Foundation Sector'
|
70
|
+
- 'Fractured Cavern'
|
71
|
+
- 'Furnace'
|
72
|
+
- 'HRA Lab'
|
73
|
+
- 'Hedron Chamber'
|
74
|
+
- 'Hotline Chamber'
|
75
|
+
- 'Hypnosis Lab'
|
76
|
+
- 'Investigations Sector'
|
77
|
+
- "Janitor's Office"
|
78
|
+
- 'Logistics'
|
79
|
+
- 'Luck & Probablilty Lab'
|
80
|
+
- 'Mail Room'
|
81
|
+
- 'Maintenance Sector'
|
82
|
+
- 'Medical Wing'
|
83
|
+
- 'Mirror Maze'
|
84
|
+
- 'Mold Threshold'
|
85
|
+
- 'NSC Control Room'
|
86
|
+
- 'NSC Coolant Pumps'
|
87
|
+
- 'NSC Energy Converters'
|
88
|
+
- 'NSC Power Plant'
|
89
|
+
- 'NSC Security'
|
90
|
+
- 'Oceanview Motel'
|
91
|
+
- 'Ordinary'
|
92
|
+
- 'P6 Cell'
|
93
|
+
- 'Panopticon'
|
94
|
+
- 'Parakinesiology'
|
95
|
+
- 'Parapsychology'
|
96
|
+
- 'Pipeworks'
|
97
|
+
- 'Pneumatics'
|
98
|
+
- 'Prime Candidate Program'
|
99
|
+
- 'Protective Studies'
|
100
|
+
- 'Pump Station'
|
101
|
+
- 'Research Sector'
|
102
|
+
- 'Research Site Gamma'
|
103
|
+
- 'Restricted Area'
|
104
|
+
- 'Ritual Devision'
|
105
|
+
- 'Sealed Threshold'
|
106
|
+
- 'Security'
|
107
|
+
- 'Slidescape-36'
|
108
|
+
- 'Synchironicity Lab'
|
109
|
+
- 'The Oldest House'
|
110
|
+
- 'The Clocks'
|
111
|
+
- 'Transit Access'
|
112
|
+
- 'Transit Corridor'
|
113
|
+
- 'Turntable'
|
114
|
+
- 'Twisted Passage'
|
115
|
+
- 'Ventilation'
|
116
|
+
- 'Warehouse'
|
117
|
+
object_of_power:
|
118
|
+
- 'Service Weapon'
|
119
|
+
- 'Hotline'
|
120
|
+
- 'Floppy Disk'
|
121
|
+
- 'Benicoff TV'
|
122
|
+
- 'Songmaster Jukebox'
|
123
|
+
- 'Ashtray and Cigarette'
|
124
|
+
- 'Slide Projector'
|
125
|
+
- 'Merry-Go-Round Horse'
|
126
|
+
- 'X-Ray Light Box'
|
127
|
+
- 'Home Safe'
|
128
|
+
altered_item:
|
129
|
+
- '"Get Well Soon" Balloon'
|
130
|
+
- 'ActionMaxx Camera'
|
131
|
+
- 'Arctic Queen'
|
132
|
+
- 'Bremen Basket'
|
133
|
+
- 'Crowbar'
|
134
|
+
- 'Game Hammer'
|
135
|
+
- 'Guru Surfboard'
|
136
|
+
- 'Holiday Memories Tree'
|
137
|
+
- 'Human Hand Chair'
|
138
|
+
- 'Jasper Post Box'
|
139
|
+
- 'Maneki-neko Statue(s)'
|
140
|
+
- 'Moving Letters'
|
141
|
+
- "Ocelot's Anchor"
|
142
|
+
- 'Oh Deer Diner Coffee Thermos'
|
143
|
+
- 'Pink Flamingo'
|
144
|
+
- 'Ramen Lantern'
|
145
|
+
- 'Red Light'
|
146
|
+
- 'Rubber Duck'
|
147
|
+
- 'Simulacrum'
|
148
|
+
- 'Smoking Pram'
|
149
|
+
- 'Swan Boat'
|
150
|
+
- 'The Oscillator'
|
151
|
+
- 'Typewritten Page'
|
152
|
+
- 'VHS Cassette Tape'
|
153
|
+
- 'Victorian Mirror'
|
154
|
+
- 'Waist Mannequin'
|
155
|
+
- 'Wolff Globe'
|
156
|
+
altered_world_event:
|
157
|
+
- 'Albany, New York'
|
158
|
+
- 'Bright Falls, Washington'
|
159
|
+
- 'Butte, Montana'
|
160
|
+
- 'Havana, Cuba'
|
161
|
+
- 'Kyiv, Ukraine'
|
162
|
+
- 'Ordinary, Wisconsin'
|
163
|
+
- 'Sawyer County, Wisconsin'
|
164
|
+
- 'Sterling, Colorado'
|
165
|
+
- 'Willow, Alaska'
|
166
|
+
hiss:
|
167
|
+
- 'You are a worm through time.'
|
168
|
+
- 'The thunder song distorts you.'
|
169
|
+
- 'Happiness comes.'
|
170
|
+
- 'White pearls, but yellow and red in the eye.'
|
171
|
+
- 'Through a mirror, inverted is made right.'
|
172
|
+
- 'Leave your insides by the door.'
|
173
|
+
- 'Push the fingers through the surface into the wet.'
|
174
|
+
- 'You’ve always been the new you.'
|
175
|
+
- 'You want this to be true.'
|
176
|
+
- 'We stand around while you dream.'
|
177
|
+
- 'You can almost hear our words but you forget.'
|
178
|
+
- 'This happens more and more now.'
|
179
|
+
- 'You gave us the permission in your regulations.'
|
180
|
+
- 'We wait in the stains.'
|
181
|
+
- 'The word that describes this is redacted.'
|
182
|
+
- 'Repeat the word.'
|
183
|
+
- 'The name of the sound.'
|
184
|
+
- 'It resonates in your house.'
|
185
|
+
- 'After the song, time for applause.'
|
186
|
+
- 'We build you until nothing remains.'
|
187
|
+
- 'The egg cracks and the truth will emerge out of you.'
|
188
|
+
- 'You are home.'
|
189
|
+
- 'You remind us of home.'
|
190
|
+
- 'You’ve taken your boss with your boss with you.'
|
191
|
+
- 'All hair must be eaten.'
|
192
|
+
- 'Under the conceptual reality behind this reality you must want these waves to drag you away.'
|
193
|
+
- 'After the song, time for applause.'
|
194
|
+
- 'This cliché is death out of time, breaking the first the second the third the fourth wall, fifth wall, floor; no floor: you fall!'
|
195
|
+
- 'How do you say "insane"?'
|
196
|
+
- 'Hurts to be happy.'
|
197
|
+
- 'An earworm is a tune you can’t stop humming in a dream: "baby baby baby, yeah!"'
|
198
|
+
- 'Just plastic.'
|
199
|
+
- 'So safe and nothing to worry about.'
|
200
|
+
- 'Ha ha, funny.'
|
201
|
+
- 'The last egg breaks now.'
|
202
|
+
- 'The hole in your room is a hole in you.'
|
203
|
+
- 'You came and we let you in through the hole in you.'
|
204
|
+
- 'You have always been here, the only child.'
|
205
|
+
- 'A copy of a copy of a copy.'
|
206
|
+
- 'Orange peel.'
|
207
|
+
- 'The picture is you holding the picture.'
|
208
|
+
- 'When you hear this you will know you’re in new you.'
|
209
|
+
- 'You want to listen.'
|
210
|
+
- 'You want to dream.'
|
211
|
+
- 'You want to smile.'
|
212
|
+
- 'You want to hurt.'
|
213
|
+
- 'You don’t want to be.'
|
214
|
+
the_board:
|
215
|
+
- '< Another crisis/workday resolved >'
|
216
|
+
- '< Aplogies/How embarassing >'
|
217
|
+
- '< Certain Resources/Loot can be constructed/crafted into mods/forms >'
|
218
|
+
- '< Do not believe/get hype >'
|
219
|
+
- '< Good work/victory, Director >'
|
220
|
+
- '< Objects of Power are Holders/665 to the Other/Blessing >'
|
221
|
+
- '< Secrets/Instructions will be lost. Ignore this message >'
|
222
|
+
- '< The Astral Plane is a Conflux/Switchboard >'
|
223
|
+
- '< The Hiss/Spread is searching for Transmissions/Speakers to Corrupt/Chaos >'
|
224
|
+
- '< This will only be Available/Exclusive for the Director >'
|
225
|
+
- '< We are failing in translating hyperreal concepts >'
|
226
|
+
- '< We expect Independance/Dependance >'
|
227
|
+
- '< We hold the reins/law >'
|
228
|
+
- '< We like/tolerate you very much >'
|
229
|
+
- '< You are Authority/Chosen One. The Bureau/Game needs you >'
|
230
|
+
- '< You are prepared/unprepared for what comes next >'
|
231
|
+
- '< You are the Director now >'
|
232
|
+
- '< You have proven/beaten the not you'
|
233
|
+
- '< You/We wield the Gun/You. The Board appoints you. Congratulations, Director. >'
|
234
|
+
quote:
|
235
|
+
- "'Let's get cleaning' she said, cocking her gun"
|
236
|
+
- "Despite what you may have heard, HRAs are not monitoring devices."
|
237
|
+
- 'He never liked fridge duty'
|
238
|
+
- 'I just picked up a gun. Or a gun picked me.'
|
239
|
+
- 'It’s making more clocks?'
|
240
|
+
- 'No interruptions!!'
|
241
|
+
- 'Nothing, but a pale imitation'
|
242
|
+
- 'Once more with feeling'
|
243
|
+
- "Shawshank Redemption! That's the movie."
|
244
|
+
- 'That... was awesome'
|
245
|
+
- 'The least a director can do is keep the lights on'
|
246
|
+
- "I forgot fridge duty."
|
247
|
+
- 'You must choose to be the chosen one.'
|