{ "backend": null, "combiner": { "activation": "relu", "bias_initializer": "zeros", "dropout": 0.0, "fc_layers": null, "flatten_inputs": false, "norm": null, "norm_params": null, "num_fc_layers": 0, "output_size": 256, "residual": false, "type": "concat", "use_bias": true, "weights_initializer": "xavier_uniform" }, "defaults": { "audio": { "encoder": { "activation": "relu", "bias_initializer": "zeros", "conv_layers": null, "dropout": 0.0, "embedding_size": 256, "embeddings_on_cpu": false, "embeddings_trainable": true, "fc_layers": null, "filter_size": 3, "max_sequence_length": null, "norm": null, "norm_params": null, "num_conv_layers": null, "num_fc_layers": null, "num_filters": 256, "output_size": 256, "pool_function": "max", "pool_size": null, "pretrained_embeddings": null, "reduce_output": "sum", "representation": "dense", "should_embed": true, "skip": false, "type": "parallel_cnn", "use_bias": true, "vocab": null, "weights_initializer": "xavier_uniform" }, "preprocessing": { "audio_file_length_limit_in_s": 7.5, "computed_fill_value": null, "fill_value": null, "in_memory": true, "missing_value_strategy": "bfill", "norm": null, "num_fft_points": null, "num_filter_bands": 80, "padding_value": 0.0, "type": "fbank", "window_length_in_s": 0.04, "window_shift_in_s": 0.02, "window_type": "hamming" } }, "bag": { "encoder": { "activation": "relu", "bias_initializer": "zeros", "dropout": 0.0, "embedding_size": 50, "embeddings_on_cpu": false, "embeddings_trainable": true, "fc_layers": null, "force_embedding_size": false, "norm": null, "norm_params": null, "num_fc_layers": 0, "output_size": 10, "pretrained_embeddings": null, "representation": "dense", "skip": false, "type": "embed", "use_bias": true, "vocab": null, "weights_initializer": "xavier_uniform" }, "preprocessing": { "computed_fill_value": "", "fill_value": "", "lowercase": false, "missing_value_strategy": "fill_with_const", "most_common": 10000, "tokenizer": "space" } }, "binary": { "decoder": { "bias_initializer": "zeros", "fc_activation": "relu", "fc_bias_initializer": "zeros", "fc_dropout": 0.0, "fc_layers": null, "fc_norm": null, "fc_norm_params": null, "fc_output_size": 256, "fc_use_bias": true, "fc_weights_initializer": "xavier_uniform", "input_size": null, "num_fc_layers": 0, "type": "regressor", "use_bias": true, "weights_initializer": "xavier_uniform" }, "encoder": { "skip": false, "type": "passthrough" }, "loss": { "confidence_penalty": 0, "positive_class_weight": null, "robust_lambda": 0, "type": "binary_weighted_cross_entropy", "weight": 1.0 }, "preprocessing": { "computed_fill_value": null, "fallback_true_label": null, "fill_value": null, "missing_value_strategy": "fill_with_false" } }, "category": { "decoder": { "bias_initializer": "zeros", "fc_activation": "relu", "fc_bias_initializer": "zeros", "fc_dropout": 0.0, "fc_layers": null, "fc_norm": null, "fc_norm_params": null, "fc_output_size": 256, "fc_use_bias": true, "fc_weights_initializer": "xavier_uniform", "input_size": null, "num_classes": null, "num_fc_layers": 0, "type": "classifier", "use_bias": true, "weights_initializer": "xavier_uniform" }, "encoder": { "dropout": 0.0, "embedding_initializer": null, "embedding_size": 50, "embeddings_on_cpu": false, "embeddings_trainable": true, "pretrained_embeddings": null, "skip": false, "type": "dense", "vocab": null }, "loss": { "class_similarities": null, "class_similarities_temperature": 0, "class_weights": null, "confidence_penalty": 0, "robust_lambda": 0, "type": "softmax_cross_entropy", "weight": 1.0 }, "preprocessing": { "cache_encoder_embeddings": false, "computed_fill_value": "", "fill_value": "", "lowercase": false, "missing_value_strategy": "fill_with_const", "most_common": 10000 } }, "date": { "encoder": { "activation": "relu", "bias_initializer": "zeros", "dropout": 0.0, "embedding_size": 10, "embeddings_on_cpu": false, "fc_layers": null, "norm": null, "norm_params": null, "num_fc_layers": 0, "output_size": 10, "skip": false, "type": "embed", "use_bias": true, "weights_initializer": "xavier_uniform" }, "preprocessing": { "computed_fill_value": "", "datetime_format": null, "fill_value": "", "missing_value_strategy": "fill_with_const" } }, "h3": { "encoder": { "activation": "relu", "bias_initializer": "zeros", "dropout": 0.0, "embedding_size": 10, "embeddings_on_cpu": false, "fc_layers": null, "norm": null, "norm_params": null, "num_fc_layers": 0, "output_size": 10, "reduce_output": "sum", "skip": false, "type": "embed", "use_bias": true, "weights_initializer": "xavier_uniform" }, "preprocessing": { "computed_fill_value": 576495936675512319, "fill_value": 576495936675512319, "missing_value_strategy": "fill_with_const" } }, "image": { "augmentation": [], "encoder": { "conv_activation": "relu", "conv_dropout": 0.0, "conv_layers": null, "conv_norm": null, "conv_norm_params": null, "conv_use_bias": true, "dilation": 1, "fc_activation": "relu", "fc_bias_initializer": "zeros", "fc_dropout": 0.0, "fc_layers": null, "fc_norm": null, "fc_norm_params": null, "fc_use_bias": true, "fc_weights_initializer": "xavier_uniform", "groups": 1, "height": null, "kernel_size": 3, "num_channels": null, "num_conv_layers": null, "num_fc_layers": 1, "out_channels": 32, "output_size": 128, "padding": "valid", "padding_mode": "zeros", "pool_dilation": 1, "pool_function": "max", "pool_kernel_size": 2, "pool_padding": 0, "pool_stride": null, "skip": false, "stride": 1, "type": "stacked_cnn", "width": null }, "preprocessing": { "computed_fill_value": null, "fill_value": null, "height": null, "in_memory": true, "infer_image_dimensions": true, "infer_image_max_height": 256, "infer_image_max_width": 256, "infer_image_num_channels": true, "infer_image_sample_size": 100, "missing_value_strategy": "bfill", "num_channels": null, "num_processes": 1, "requires_equal_dimensions": false, "resize_method": "interpolate", "standardize_image": null, "width": null } }, "number": { "decoder": { "bias_initializer": "zeros", "fc_activation": "relu", "fc_bias_initializer": "zeros", "fc_dropout": 0.0, "fc_layers": null, "fc_norm": null, "fc_norm_params": null, "fc_output_size": 256, "fc_use_bias": true, "fc_weights_initializer": "xavier_uniform", "input_size": null, "num_fc_layers": 0, "type": "regressor", "use_bias": true, "weights_initializer": "xavier_uniform" }, "encoder": { "skip": false, "type": "passthrough" }, "loss": { "type": "mean_squared_error", "weight": 1.0 }, "preprocessing": { "computed_fill_value": 0.0, "computed_outlier_fill_value": 0.0, "fill_value": 0.0, "missing_value_strategy": "fill_with_const", "normalization": "zscore", "outlier_strategy": null, "outlier_threshold": 3.0 } }, "sequence": { "decoder": { "cell_type": "gru", "fc_activation": "relu", "fc_bias_initializer": "zeros", "fc_dropout": 0.0, "fc_layers": null, "fc_norm": null, "fc_norm_params": null, "fc_output_size": 256, "fc_use_bias": true, "fc_weights_initializer": "xavier_uniform", "input_size": 256, "max_sequence_length": null, "num_fc_layers": 0, "num_layers": 1, "reduce_input": "sum", "type": "generator", "vocab_size": null }, "encoder": { "dropout": 0.0, "embedding_size": 256, "embeddings_on_cpu": false, "embeddings_trainable": true, "max_sequence_length": null, "pretrained_embeddings": null, "reduce_output": "sum", "representation": "dense", "skip": false, "type": "embed", "vocab": null, "weights_initializer": "uniform" }, "loss": { "class_similarities": null, "class_similarities_temperature": 0, "class_weights": null, "confidence_penalty": 0, "robust_lambda": 0, "type": "sequence_softmax_cross_entropy", "unique": false, "weight": 1.0 }, "preprocessing": { "cache_encoder_embeddings": false, "computed_fill_value": "", "fill_value": "", "lowercase": false, "max_sequence_length": 256, "missing_value_strategy": "fill_with_const", "most_common": 20000, "ngram_size": 2, "padding": "right", "padding_symbol": "", "sequence_length": null, "tokenizer": "space", "unknown_symbol": "", "vocab_file": null } }, "set": { "decoder": { "bias_initializer": "zeros", "fc_activation": "relu", "fc_bias_initializer": "zeros", "fc_dropout": 0.0, "fc_layers": null, "fc_norm": null, "fc_norm_params": null, "fc_output_size": 256, "fc_use_bias": true, "fc_weights_initializer": "xavier_uniform", "input_size": null, "num_classes": null, "num_fc_layers": 0, "type": "classifier", "use_bias": true, "weights_initializer": "xavier_uniform" }, "encoder": { "activation": "relu", "bias_initializer": "zeros", "dropout": 0.0, "embedding_size": 50, "embeddings_on_cpu": false, "embeddings_trainable": true, "fc_layers": null, "norm": null, "norm_params": null, "num_fc_layers": 0, "output_size": 10, "pretrained_embeddings": null, "representation": "dense", "skip": false, "type": "embed", "use_bias": true, "vocab": null, "weights_initializer": "xavier_uniform" }, "loss": { "class_weights": null, "type": "sigmoid_cross_entropy", "weight": 1.0 }, "preprocessing": { "computed_fill_value": "", "fill_value": "", "lowercase": false, "missing_value_strategy": "fill_with_const", "most_common": 10000, "tokenizer": "space" } }, "text": { "decoder": { "cell_type": "gru", "fc_activation": "relu", "fc_bias_initializer": "zeros", "fc_dropout": 0.0, "fc_layers": null, "fc_norm": null, "fc_norm_params": null, "fc_output_size": 256, "fc_use_bias": true, "fc_weights_initializer": "xavier_uniform", "input_size": 256, "max_sequence_length": null, "num_fc_layers": 0, "num_layers": 1, "reduce_input": "sum", "type": "generator", "vocab_size": null }, "encoder": { "activation": "relu", "bias_initializer": "zeros", "conv_layers": null, "dropout": 0.0, "embedding_size": 256, "embeddings_on_cpu": false, "embeddings_trainable": true, "fc_layers": null, "filter_size": 3, "max_sequence_length": null, "norm": null, "norm_params": null, "num_conv_layers": null, "num_fc_layers": null, "num_filters": 256, "output_size": 256, "pool_function": "max", "pool_size": null, "pretrained_embeddings": null, "reduce_output": "sum", "representation": "dense", "should_embed": true, "skip": false, "type": "parallel_cnn", "use_bias": true, "vocab": null, "weights_initializer": "xavier_uniform" }, "loss": { "class_similarities": null, "class_similarities_temperature": 0, "class_weights": null, "confidence_penalty": 0, "robust_lambda": 0, "type": "sequence_softmax_cross_entropy", "unique": false, "weight": 1.0 }, "preprocessing": { "cache_encoder_embeddings": false, "compute_idf": false, "computed_fill_value": "", "fill_value": "", "lowercase": true, "max_sequence_length": 256, "missing_value_strategy": "fill_with_const", "most_common": 20000, "ngram_size": 2, "padding": "right", "padding_symbol": "", "pretrained_model_name_or_path": null, "prompt_template": null, "sequence_length": null, "tokenizer": "space_punct", "unknown_symbol": "", "vocab_file": null } }, "timeseries": { "decoder": { "activation": null, "bias_initializer": "zeros", "clip": null, "fc_activation": "relu", "fc_bias_initializer": "zeros", "fc_dropout": 0.0, "fc_layers": null, "fc_norm": null, "fc_norm_params": null, "fc_output_size": 256, "fc_use_bias": true, "fc_weights_initializer": "xavier_uniform", "input_size": null, "multiplier": 1.0, "num_fc_layers": 0, "output_size": null, "type": "projector", "use_bias": true, "weights_initializer": "xavier_uniform" }, "encoder": { "activation": "relu", "bias_initializer": "zeros", "conv_layers": null, "dropout": 0.0, "embedding_size": 256, "embeddings_on_cpu": false, "embeddings_trainable": true, "fc_layers": null, "filter_size": 3, "max_sequence_length": null, "norm": null, "norm_params": null, "num_conv_layers": null, "num_fc_layers": null, "num_filters": 256, "output_size": 256, "pool_function": "max", "pool_size": null, "pretrained_embeddings": null, "reduce_output": "sum", "representation": "dense", "should_embed": true, "skip": false, "type": "parallel_cnn", "use_bias": true, "vocab": null, "weights_initializer": "xavier_uniform" }, "loss": { "delta": 1.0, "type": "huber", "weight": 1.0 }, "preprocessing": { "computed_fill_value": "", "fill_value": "", "missing_value_strategy": "fill_with_const", "padding": "right", "padding_value": 0.0, "timeseries_length_limit": 256, "tokenizer": "space", "window_size": 0 } }, "vector": { "decoder": { "activation": null, "bias_initializer": "zeros", "clip": null, "fc_activation": "relu", "fc_bias_initializer": "zeros", "fc_dropout": 0.0, "fc_layers": null, "fc_norm": null, "fc_norm_params": null, "fc_output_size": 256, "fc_use_bias": true, "fc_weights_initializer": "xavier_uniform", "input_size": null, "multiplier": 1.0, "num_fc_layers": 0, "output_size": null, "type": "projector", "use_bias": true, "weights_initializer": "xavier_uniform" }, "encoder": { "activation": "relu", "bias_initializer": "zeros", "dropout": 0.0, "fc_layers": null, "input_size": null, "norm": null, "norm_params": null, "num_layers": 1, "output_size": 256, "skip": false, "type": "dense", "use_bias": true, "weights_initializer": "xavier_uniform" }, "loss": { "type": "mean_squared_error", "weight": 1.0 }, "preprocessing": { "computed_fill_value": "", "fill_value": "", "missing_value_strategy": "fill_with_const", "vector_size": null } } }, "hyperopt": null, "input_features": [ { "active": true, "augmentation": [], "column": "normal", "encoder": { "conv_activation": "relu", "conv_dropout": 0.0, "conv_layers": null, "conv_norm": null, "conv_norm_params": null, "conv_use_bias": true, "dilation": 1, "fc_activation": "relu", "fc_bias_initializer": "zeros", "fc_dropout": 0.0, "fc_layers": null, "fc_norm": null, "fc_norm_params": null, "fc_use_bias": true, "fc_weights_initializer": "xavier_uniform", "groups": 1, "height": 256, "kernel_size": 3, "num_channels": 3, "num_conv_layers": null, "num_fc_layers": 1, "out_channels": 32, "output_size": 128, "padding": "valid", "padding_mode": "zeros", "pool_dilation": 1, "pool_function": "max", "pool_kernel_size": 2, "pool_padding": 0, "pool_stride": null, "saved_weights_in_checkpoint": true, "skip": false, "stride": 1, "type": "stacked_cnn", "width": 256 }, "name": "normal", "preprocessing": { "computed_fill_value": null, "fill_value": null, "height": null, "in_memory": true, "infer_image_dimensions": true, "infer_image_max_height": 256, "infer_image_max_width": 256, "infer_image_num_channels": true, "infer_image_sample_size": 100, "missing_value_strategy": "bfill", "num_channels": 3, "num_processes": 1, "requires_equal_dimensions": false, "resize_method": "interpolate", "standardize_image": null, "width": null }, "proc_column": "normal_EzvxpZ", "tied": null, "type": "image" }, { "active": true, "column": "name", "encoder": { "activation": "relu", "bias_initializer": "zeros", "conv_layers": null, "dropout": 0.0, "embedding_size": 256, "embeddings_on_cpu": false, "embeddings_trainable": true, "fc_layers": null, "filter_size": 3, "max_sequence_length": 29, "norm": null, "norm_params": null, "num_conv_layers": null, "num_fc_layers": null, "num_filters": 256, "num_tokens": 14455, "output_size": 256, "pad_idx": 2, "pool_function": "max", "pool_size": null, "pretrained_embeddings": null, "reduce_output": "sum", "representation": "dense", "saved_weights_in_checkpoint": true, "should_embed": true, "skip": false, "str2freq": { "!": 18, "\"": 28, "&": 8, "'": 1674, "(": 33, ")": 33, "+": 1, ",": 1773, "-": 873, ".": 38, "/": 2488, "000": 1, "04": 1, "1": 2, "1997": 3, "1998": 1, "1999": 3, "2": 2, "2000": 5, "2001": 3, "2003": 1, "2004": 1, "8000": 1, ":": 14, "": 0, "": 0, "": 0, "": 0, "?": 4, "_____": 13, "a": 188, "aarakocra": 1, "aardwolf": 1, "abaddon": 2, "abandon": 8, "abandoned": 2, "abara": 1, "abattoir": 1, "abbey": 4, "abbot": 1, "abc": 1, "abdallah": 1, "abdel": 1, "aberrant": 1, "aberration": 9, "abeyance": 1, "abhorrent": 2, "abian": 1, "abiding": 1, "ability": 1, "abjure": 1, "ablaze": 2, "abnormal": 1, "aboleth": 1, "abolish": 1, "abolisher": 2, "abominable": 3, "abomination": 15, "aboroth": 1, "aboshan": 2, "about": 1, "above": 3, "abrade": 3, "abrupt": 1, "absence": 1, "absent": 1, "absolute": 4, "absolution": 2, "absolver": 1, "absorb": 3, "abstruse": 1, "abu": 1, "abuna": 1, "abundance": 4, "abundant": 5, "abyss": 5, "abyssal": 7, "abzan": 8, "academic": 2, "academy": 13, "accelerate": 1, "acceptable": 1, "acceptance": 1, "access": 1, "accessories": 1, "acclaimed": 1, "accomplices": 1, "accomplished": 2, "accord": 2, "accorder": 1, "accumulated": 1, "accursed": 6, "ace": 4, "acererak": 2, "ach": 1, "acid": 6, "acidic": 4, "aclazotz": 1, "acolyte": 26, "acorn": 3, "acquire": 1, "acquisition": 2, "acquisitions": 2, "acquisitor": 1, "acquittals": 1, "acridian": 1, "acrobat": 3, "acrobatic": 2, "acrobatics": 1, "acrolith": 1, "across": 1, "act": 10, "action": 5, "activated": 1, "active": 1, "acuity": 1, "ad": 8, "adamant": 2, "adamaro": 1, "adanto": 2, "adaptation": 3, "adapter": 1, "adaptive": 3, "adarkar": 5, "adder": 2, "addle": 1, "adel": 1, "adeline": 1, "adeliz": 1, "adephage": 1, "adept": 28, "adherent": 1, "adiyah": 1, "adjudicators": 1, "admiral": 4, "admirer": 1, "admonition": 2, "adnate": 1, "adorable": 1, "adorned": 2, "adrenaline": 1, "adrian": 1, "adriana": 1, "adrift": 1, "adult": 3, "adun": 1, "advance": 2, "advanced": 2, "advancement": 1, "advantage": 6, "advantageous": 1, "advent": 1, "adventure": 2, "adventurer": 6, "adventurers": 1, "adventurous": 1, "adversary": 15, "adverse": 1, "advice": 2, "advisor": 4, "advisors": 1, "advocate": 9, "advokist": 1, "aegar": 1, "aegis": 7, "aeolipile": 1, "aeon": 2, "aeons": 2, "aerathi": 1, "aerial": 10, "aerialephant": 1, "aerialist": 4, "aerialists": 1, "aerie": 7, "aeromoeba": 2, "aeromunculus": 1, "aeronaut": 11, "aeronautics": 1, "aeronauts": 1, "aerosaur": 1, "aerostat": 1, "aesi": 1, "aesthetic": 1, "aesthir": 2, "aether": 43, "aetherborn": 1, "aetherflame": 1, "aetherflux": 1, "aethergeode": 1, "aetherize": 1, "aethermage": 2, "aetherplasm": 1, "aethershield": 1, "aethersnatch": 1, "aethersnipe": 1, "aethersphere": 1, "aetherspouts": 1, "aethersquall": 1, "aetherstorm": 1, "aetherstream": 1, "aethertow": 1, "aetherwind": 1, "aeve": 1, "affa": 2, "affectionate": 1, "afflict": 1, "afflicted": 1, "affliction": 7, "afoul": 1, "after": 1, "afterlife": 1, "aftershocks": 1, "agadeem": 4, "again": 2, "against": 2, "age": 2, "ageless": 7, "agenda": 1, "agent": 42, "agents": 1, "ages": 8, "aggravate": 1, "aggravated": 1, "aggregate": 1, "aggression": 5, "aggressive": 5, "aggressor": 3, "agility": 1, "agonas": 1, "agonies": 5, "agonizing": 5, "agony": 9, "agoraphobia": 1, "aground": 1, "agrus": 2, "agyrem": 1, "ahn": 3, "aid": 8, "aim": 2, "ainok": 5, "air": 8, "airborne": 1, "airdrop": 2, "airlift": 1, "airship": 1, "aisha": 1, "aisling": 1, "ajani": 26, "akim": 1, "akiri": 4, "akki": 13, "akosa": 1, "akoum": 11, "akrasa": 1, "akrasan": 1, "akroan": 11, "akroma": 8, "akron": 1, "akros": 2, "aku": 2, "akuba": 1, "akuta": 1, "al": 1, "alabaster": 7, "alaborn": 6, "aladdin": 2, "alana": 3, "alandra": 1, "alara": 5, "alarm": 3, "alarmist": 1, "alarum": 1, "alaundo": 1, "albatross": 1, "albino": 1, "alchemist": 15, "alchemy": 2, "alchor": 1, "aldergard": 1, "aleatory": 1, "alena": 2, "alert": 3, "alesha": 2, "alex": 1, "alexander": 1, "alexandria": 1, "alexi": 2, "algae": 2, "alhammarret": 2, "alharu": 1, "ali": 1, "alibou": 1, "aligned": 1, "alin": 1, "alirios": 1, "alive": 3, "all": 30, "allah": 1, "allay": 1, "allegiance": 1, "allenal": 1, "allergy": 1, "alley": 9, "alliance": 4, "allied": 3, "allies": 1, "alligator": 1, "allocation": 1, "allosaurus": 4, "alloy": 2, "allure": 1, "alluring": 2, "ally": 9, "almighty": 1, "alms": 4, "alone": 1, "alora": 5, "alpha": 11, "alphabet": 1, "alphas": 1, "alpine": 6, "already": 1, "alrund": 4, "alseid": 1, "alseids": 1, "altac": 1, "altar": 17, "alter": 1, "alteration": 2, "altered": 1, "altisaur": 3, "always": 1, "amalgam": 5, "amaranthine": 1, "amareth": 1, "amass": 1, "amateur": 1, "ambassador": 5, "amber": 4, "ambergris": 5, "ambition": 6, "ambitions": 1, "ambitious": 4, "ambulatory": 1, "ambuscade": 2, "ambush": 21, "ambushed": 1, "ambusher": 8, "ambushers": 1, "amethyst": 4, "aminatou": 2, "ammit": 1, "amnesia": 2, "amoeboid": 1, "amok": 1, "amorphous": 1, "amped": 1, "amphibious": 1, "amphibonaut": 1, "amphin": 3, "amphinologist": 1, "amphitheater": 1, "amplifier": 3, "amplifire": 1, "amplimancer": 1, "ampryn": 1, "amrou": 3, "amugaba": 1, "amulet": 9, "an": 12, "ana": 3, "anaba": 4, "anaconda": 1, "anafenza": 3, "analysis": 1, "anara": 1, "anarch": 2, "anarchist": 2, "anarchomancer": 1, "anarchy": 1, "anathemancer": 1, "anatomist": 1, "anavolver": 1, "anax": 3, "ancestor": 12, "ancestors": 2, "ancestral": 11, "ancestry": 3, "anchor": 5, "anchorite": 1, "ancient": 54, "ancients": 10, "and": 89, "andradite": 1, "andrion": 1, "andrios": 1, "anemone": 1, "anemones": 1, "anew": 2, "angel": 81, "angelfire": 3, "angelheart": 1, "angelic": 32, "angels": 3, "anger": 8, "angler": 8, "anglerfish": 1, "angrath": 5, "angry": 1, "anguish": 1, "anguished": 1, "anhelo": 3, "anima": 4, "animal": 2, "animate": 5, "animating": 1, "animation": 2, "animator": 2, "animist": 7, "animosity": 1, "animus": 2, "anje": 3, "ankh": 1, "ankle": 1, "annelid": 1, "annex": 4, "annihilate": 1, "annihilating": 1, "annihilation": 3, "annul": 1, "anodet": 1, "anoint": 2, "anointed": 5, "anointer": 4, "another": 1, "anowon": 4, "answered": 3, "answers": 1, "ant": 1, "antagonism": 1, "antagonist": 1, "antagonize": 1, "antagonizer": 1, "antelope": 1, "anthem": 4, "anticipate": 1, "anticipation": 1, "antiquarian": 1, "antique": 1, "antiquities": 1, "antiquity": 1, "antler": 1, "antoine": 2, "ants": 7, "anurid": 7, "anvil": 4, "anvilwrought": 1, "anya": 1, "ao": 1, "apart": 1, "apathy": 2, "ape": 3, "apes": 2, "apex": 11, "aphemia": 1, "aphetto": 5, "aphotic": 1, "apocalypse": 4, "apostate": 1, "apostle": 4, "apothecary": 4, "apparatus": 2, "apparition": 13, "appeal": 3, "appeasement": 1, "appetite": 4, "applied": 1, "appraiser": 1, "appreciation": 1, "apprentice": 24, "approach": 6, "approaches": 1, "approval": 1, "aquamorph": 1, "aquastrand": 1, "aquatic": 2, "aqueduct": 1, "aqueous": 1, "aquifer": 1, "aquitect": 1, "aquitects": 1, "aquus": 1, "araba": 2, "arachnobat": 1, "arachnoform": 1, "arachnogenesis": 1, "arachnus": 2, "aracnir": 1, "aradara": 1, "aragorn": 1, "arahbo": 1, "arashi": 1, "arashin": 5, "araumi": 1, "arbalest": 3, "arbiter": 9, "arbor": 3, "arborback": 1, "arborea": 1, "arboreal": 1, "arboretum": 1, "arboria": 1, "arbormage": 1, "arc": 9, "arcades": 2, "arcana": 1, "arcane": 14, "arcanis": 2, "arcanist": 6, "arcanum": 2, "arcavios": 4, "arcbond": 1, "arcbound": 19, "arcee": 2, "arch": 4, "archaeological": 1, "archaeologist": 5, "archaeology": 1, "archaeomancer": 2, "archaeomender": 1, "archaic": 1, "archangel": 13, "archdemon": 3, "archdruid": 3, "archduke": 3, "archelos": 1, "archer": 14, "archers": 10, "archery": 2, "archetype": 4, "archfiend": 14, "archghoul": 1, "archimandrite": 1, "archipelagore": 1, "architect": 11, "architects": 1, "archive": 7, "archives": 2, "archivist": 4, "archlich": 2, "archmage": 11, "archmagi": 1, "archon": 12, "archpriest": 2, "archway": 1, "archweaver": 1, "archwing": 1, "arclight": 1, "arco": 2, "arctic": 6, "arcum": 6, "arcus": 3, "arden": 1, "ardenn": 1, "ardent": 7, "ardenvale": 3, "ardor": 1, "are": 3, "area": 2, "arek": 1, "arena": 11, "arenson": 1, "argent": 2, "argentum": 2, "argive": 2, "argivian": 8, "argosy": 1, "argoth": 4, "argothian": 11, "arguel": 1, "argument": 1, "aria": 2, "arid": 1, "arien": 1, "aris": 3, "arisen": 7, "aristocrat": 2, "arixmethes": 1, "arjun": 1, "ark": 2, "arkbow": 3, "arlinn": 8, "arm": 2, "armada": 1, "armadillo": 1, "armageddon": 2, "armament": 4, "armaments": 3, "armasaur": 3, "armchair": 1, "armed": 2, "armguard": 1, "armies": 1, "armillary": 1, "arming": 1, "armistice": 1, "armix": 1, "armodon": 2, "armor": 28, "armorcraft": 1, "armored": 13, "armorer": 3, "armorguard": 1, "armorsmith": 1, "armory": 7, "arms": 13, "army": 4, "arni": 3, "arnise": 1, "arnjlot": 1, "aron": 3, "around": 1, "array": 4, "arrest": 3, "arrester": 4, "arrim": 3, "arrogance": 1, "arrogant": 6, "arrow": 4, "arrows": 3, "arsenal": 1, "arsonist": 8, "arsonists": 2, "art": 2, "arteeoh": 1, "arterial": 2, "artful": 4, "artifact": 11, "artifacts": 1, "artifice": 2, "artificer": 16, "artillerist": 2, "artillery": 5, "artisan": 16, "artisans": 2, "artist": 12, "artistry": 1, "arts": 1, "arvad": 2, "arvinox": 1, "arwen": 1, "aryel": 1, "arynx": 2, "as": 7, "asari": 7, "ascend": 1, "ascendancy": 10, "ascendant": 8, "ascended": 5, "ascending": 1, "ascension": 9, "ascent": 2, "ascetic": 5, "asceticism": 1, "ash": 6, "asha": 1, "ashaya": 2, "ashcloud": 1, "ashcoat": 2, "ashen": 4, "ashenmoor": 3, "ashes": 9, "ashiok": 8, "ashling": 3, "ashmouth": 4, "ashnod": 12, "ashore": 3, "ashuza": 1, "ashvale": 1, "aside": 1, "askari": 3, "asmodeus": 1, "asmoranomardicadaistinaculdacar": 3, "asp": 4, "aspect": 8, "asphodel": 2, "asphyxiate": 1, "aspirant": 8, "aspiring": 2, "ass": 5, "assailant": 1, "assassin": 30, "assassins": 2, "assault": 25, "assemble": 3, "assembled": 2, "assembler": 6, "assembles": 1, "assembly": 5, "assert": 1, "assimilation": 1, "assimilator": 1, "assistant": 8, "assquatch": 1, "assumptions": 1, "assure": 1, "astarion": 4, "astartes": 2, "astor": 3, "astral": 9, "astrolabe": 5, "astronomer": 2, "astroquarium": 1, "asunder": 3, "asura": 1, "aswan": 1, "asylum": 2, "at": 17, "ata": 3, "atarka": 6, "atemsis": 1, "athreos": 3, "atinlay": 1, "atlas": 4, "atmosphere": 3, "atogatog": 1, "atoll": 1, "atonement": 1, "atraxa": 6, "atris": 1, "atrocious": 1, "atrocity": 2, "atropal": 1, "atsushi": 1, "attack": 4, "attempted": 1, "attendant": 16, "attendants": 5, "attended": 2, "attention": 1, "attorney": 1, "attraction": 2, "attrition": 1, "attune": 1, "atzocan": 1, "auction": 2, "audacious": 2, "audience": 1, "auger": 1, "augermage": 1, "augmenter": 2, "augmenting": 1, "augur": 19, "augury": 9, "augusta": 3, "auntie": 2, "aura": 16, "auramancer": 1, "auramancers": 1, "auramancy": 1, "auratog": 1, "auratouched": 1, "aurelia": 2, "aurification": 1, "auriok": 7, "aurochs": 4, "aurora": 5, "auspicious": 2, "austere": 1, "auteur": 1, "authority": 10, "auto": 2, "autobot": 1, "autograph": 1, "automated": 1, "automatic": 1, "automaton": 16, "autonomous": 2, "autumn": 9, "auxiliary": 1, "avabruck": 1, "avacyn": 9, "avacynian": 2, "avalanche": 4, "avalanchers": 1, "avarax": 1, "avarice": 2, "avatar": 77, "aven": 46, "avenant": 4, "avenged": 1, "avenger": 22, "avengers": 1, "avenging": 4, "averna": 1, "avernus": 6, "avian": 2, "aviary": 2, "aviation": 1, "aviator": 2, "avid": 2, "avizoa": 4, "avoid": 1, "awaits": 1, "awaken": 5, "awakened": 3, "awakener": 6, "awakening": 14, "awakens": 1, "awareness": 3, "away": 15, "awe": 5, "awesome": 1, "awoken": 2, "awol": 1, "awry": 1, "axe": 17, "axebane": 3, "axegrinder": 1, "axeshark": 1, "axgard": 2, "axiom": 1, "ayara": 3, "ayesha": 2, "ayli": 1, "aysen": 4, "ayula": 1, "ayumi": 1, "azami": 2, "azamuki": 1, "azar": 1, "azcanta": 2, "azimaet": 1, "azor": 3, "azorius": 17, "azra": 3, "azure": 2, "azusa": 2, "b": 6, "baaallerina": 1, "baan": 2, "baba": 3, "baboons": 1, "back": 9, "backdraft": 2, "backfire": 1, "backlash": 2, "backstreet": 1, "backup": 4, "backwoods": 2, "bad": 3, "badger": 4, "badgersaur": 1, "badlands": 1, "baeloth": 2, "baffling": 2, "bag": 6, "baghdad": 1, "bahamut": 1, "bailiff": 1, "baird": 2, "bairn": 1, "baithook": 1, "bake": 1, "baki": 1, "baku": 5, "bala": 4, "balan": 1, "balance": 8, "balances": 1, "balancing": 1, "baldin": 1, "baldric": 1, "baldur": 2, "balduvian": 13, "balefire": 2, "baleful": 7, "ball": 2, "ballard": 3, "ballista": 7, "balloon": 4, "balloonist": 1, "ballot": 1, "ballroom": 1, "balls": 1, "ballynock": 1, "balm": 3, "balmgiver": 1, "balmor": 1, "baloney": 1, "balor": 3, "baloth": 17, "baloths": 1, "balshan": 2, "balthor": 2, "balustrade": 1, "bamboo": 1, "bamboozle": 2, "bamboozling": 1, "ban": 2, "band": 8, "bandage": 1, "bandar": 1, "banding": 1, "bandit": 10, "bandits": 3, "bane": 22, "baneblade": 1, "baneclaw": 1, "banefire": 1, "baneful": 1, "banehound": 1, "baneslayer": 2, "banewasp": 1, "bangchuckers": 1, "banisher": 3, "banishing": 5, "banishment": 2, "bank": 1, "bankrupt": 1, "banner": 7, "banneret": 4, "bannerhide": 1, "banquet": 2, "banshee": 6, "bant": 7, "bar": 5, "baral": 3, "barb": 1, "barbarian": 12, "barbarians": 1, "barbed": 5, "barbs": 1, "barbtooth": 1, "bard": 5, "bardiche": 1, "bards": 1, "bare": 2, "bargain": 6, "bargaining": 1, "barge": 3, "barghest": 1, "barging": 1, "barishi": 1, "barkchannel": 1, "barker": 1, "barkhide": 2, "barkripper": 1, "barkshell": 1, "barktooth": 1, "barkweave": 1, "barl": 1, "baron": 6, "barone": 1, "barony": 2, "barracuda": 1, "barrage": 10, "barrel": 1, "barreling": 1, "barren": 1, "barrens": 4, "barrenton": 2, "barricade": 2, "barrier": 13, "barrin": 4, "barrityl": 2, "barrow": 2, "barrowin": 1, "barry": 1, "bartel": 1, "barter": 1, "bartered": 1, "bartizan": 1, "baru": 1, "basal": 2, "basalt": 3, "basandra": 1, "base": 3, "bash": 2, "basher": 1, "bashir": 1, "basics": 1, "basilica": 8, "basilisk": 15, "basin": 1, "bask": 1, "basker": 1, "basri": 7, "bastion": 10, "bat": 11, "bathe": 4, "baton": 2, "bats": 4, "battalion": 4, "batterbone": 1, "battered": 1, "batterfist": 1, "batterhorn": 1, "battering": 3, "battershield": 1, "batterskull": 1, "battery": 6, "battle": 36, "battlecaster": 1, "battledriver": 1, "battlefield": 9, "battleflies": 1, "battleflight": 1, "battlefly": 1, "battlegear": 2, "battlegrace": 1, "battleground": 1, "battlegrowth": 1, "battleguard": 1, "battlehammer": 1, "battlehorns": 1, "battlemage": 12, "battlemaster": 1, "battlement": 1, "battlements": 1, "battlerager": 1, "battleshaper": 1, "battlesinger": 1, "battlesphere": 1, "battlethopter": 3, "battletide": 1, "battlewand": 1, "battlewing": 3, "battlewise": 2, "batwing": 1, "bauble": 3, "bay": 6, "bayou": 3, "bazaar": 10, "be": 4, "beach": 3, "beachfront": 1, "beachhead": 1, "beacon": 13, "beads": 1, "beaker": 1, "beam": 2, "beaming": 1, "beamsplitter": 1, "beamtown": 2, "beanstalk": 2, "bear": 25, "bearclaw": 1, "bearded": 1, "bearer": 25, "bearers": 2, "bears": 5, "bearscape": 1, "beast": 41, "beastbreaker": 1, "beastcaller": 1, "beastmaster": 7, "beasts": 5, "beatdown": 1, "beatings": 1, "beatstick": 1, "beauty": 2, "beaver": 1, "beck": 1, "beckett": 1, "beckon": 1, "beckoner": 1, "beckoning": 1, "become": 1, "becoming": 2, "bed": 2, "bedazzle": 1, "bedeck": 1, "bedevil": 1, "bedlam": 2, "bee": 5, "beeble": 4, "beebles": 4, "been": 1, "bees": 2, "beetle": 14, "beetleback": 1, "beetleform": 1, "beetles": 5, "befitting": 1, "befoul": 1, "befriending": 1, "befuddle": 1, "befuddler": 1, "beggar": 1, "begin": 1, "beguiler": 2, "behemoth": 27, "behind": 2, "behold": 6, "beholder": 6, "bei": 1, "being": 1, "belbe": 4, "belcher": 1, "beledros": 3, "beleren": 2, "belfry": 1, "believe": 1, "believer": 1, "believers": 1, "belisarius": 1, "bell": 9, "belligerence": 1, "belligerent": 5, "bellow": 4, "bellower": 1, "bellowing": 4, "bellows": 1, "bellowsbreath": 1, "bellstriker": 1, "belltoll": 1, "belly": 2, "belongs": 1, "beloved": 4, "below": 2, "belt": 1, "belzenlok": 1, "ben": 4, "benalia": 10, "benalish": 17, "bend": 3, "beneath": 1, "benediction": 1, "benefaction": 1, "benefactor": 2, "benevolent": 8, "bent": 1, "benthic": 7, "benthicore": 1, "bequeathal": 1, "bereavement": 1, "berserk": 1, "berserker": 24, "berserkers": 2, "beseech": 1, "besieged": 4, "beskir": 2, "besmirch": 1, "bess": 1, "best": 1, "bestial": 2, "bestiary": 2, "bestower": 1, "betrayal": 17, "betrayer": 7, "betrays": 1, "betrothed": 1, "better": 3, "between": 1, "bevand": 1, "bevy": 1, "bey": 1, "beyeen": 2, "beyond": 7, "bhaal": 5, "biblioplex": 3, "bidding": 2, "bident": 1, "bifurcate": 1, "big": 8, "bile": 3, "bilepiper": 1, "bilious": 1, "bin": 4, "bind": 6, "binder": 2, "binding": 23, "binox": 1, "bio": 24, "bioessence": 1, "biogenic": 2, "biologist": 2, "biolume": 2, "bioluminary": 1, "biomancer": 2, "biomantic": 1, "biomass": 1, "biomathematician": 3, "biophagus": 1, "bioplasm": 1, "bioshift": 1, "biotransference": 1, "biovisionary": 1, "biowaste": 1, "birchlore": 1, "bird": 18, "birds": 2, "birdsticker": 1, "birgi": 3, "birth": 4, "birthing": 4, "bishop": 8, "biskelion": 1, "bit": 1, "bite": 6, "biting": 4, "bits": 1, "bitter": 4, "bitterblade": 1, "bitterbow": 1, "bituminous": 1, "bivouac": 1, "bjorna": 1, "black": 20, "blackblade": 5, "blackbloom": 4, "blackcleave": 2, "blackguard": 3, "blacklance": 1, "blackmail": 1, "blacksmith": 2, "blackstaff": 1, "bladder": 1, "blade": 50, "bladebrand": 1, "bladecoil": 1, "bladed": 4, "bladegraft": 1, "bladegriff": 1, "bladehold": 8, "blademane": 1, "blademaster": 6, "blades": 8, "bladescout": 1, "bladeseeker": 1, "bladesmith": 1, "bladestitched": 1, "bladetusk": 1, "bladewhirl": 2, "bladewing": 5, "blanchwood": 2, "blank": 4, "blaring": 2, "blasphemous": 1, "blast": 29, "blasted": 1, "blaster": 3, "blastfire": 1, "blasting": 2, "blastminer": 1, "blastoderm": 1, "blaze": 7, "blazebringer": 1, "blazethorn": 1, "blazing": 8, "bleak": 2, "bleb": 1, "bleeder": 1, "bleeding": 1, "blessed": 28, "blessing": 37, "blex": 4, "blight": 18, "blightbeetle": 1, "blightblade": 1, "blightcaster": 1, "blighted": 7, "blightfang": 1, "blightning": 1, "blightsoil": 1, "blightspeaker": 1, "blightstep": 1, "blightwidow": 1, "blightwing": 1, "blim": 1, "blind": 6, "blindblast": 1, "blinding": 11, "blindness": 1, "blink": 6, "blinking": 1, "blinkmoth": 2, "bliss": 2, "blister": 2, "blistergrub": 1, "blistering": 3, "blisterspit": 1, "blisterstick": 1, "blisterzoa": 1, "blitz": 6, "blizzard": 9, "bloated": 2, "blob": 1, "blockade": 3, "blockbuster": 1, "blood": 92, "bloodbat": 1, "bloodbog": 1, "bloodboil": 1, "bloodboiler": 1, "bloodbond": 1, "bloodborn": 1, "bloodbraid": 1, "bloodbraided": 2, "bloodbriar": 1, "bloodcaster": 1, "bloodchief": 7, "bloodcloaked": 1, "bloodcrazed": 6, "bloodcrusher": 1, "bloodcurdler": 1, "bloodcurdling": 1, "blooded": 3, "bloodfeather": 1, "bloodfell": 1, "bloodfire": 7, "bloodfist": 3, "bloodflies": 1, "bloodflow": 1, "bloodforged": 1, "bloodghast": 1, "bloodhall": 2, "bloodhaze": 1, "bloodhill": 1, "bloodhunter": 1, "bloodhusk": 1, "bloodied": 1, "bloodletter": 4, "bloodletting": 1, "bloodline": 7, "bloodlord": 4, "bloodlust": 2, "bloodmad": 1, "bloodmage": 1, "bloodmark": 1, "bloodmist": 1, "bloodpainter": 1, "bloodrage": 3, "bloodrock": 1, "bloodscale": 3, "bloodscent": 1, "bloodseeker": 3, "bloodshed": 1, "bloodshot": 1, "bloodsky": 2, "bloodsoaked": 5, "bloodsower": 1, "bloodspore": 1, "bloodsprout": 1, "bloodstained": 3, "bloodstock": 1, "bloodstoke": 1, "bloodstone": 2, "bloodsucker": 3, "bloodsworn": 4, "bloodtallow": 1, "bloodthief": 1, "bloodthirster": 1, "bloodthirsty": 5, "bloodthrone": 1, "bloodtithe": 2, "bloodtracker": 1, "bloodvial": 2, "bloodwater": 1, "bloodwitch": 1, "bloody": 2, "bloom": 9, "blooming": 4, "bloomweaver": 1, "blorpityblorpboop": 1, "blossom": 4, "blossoming": 5, "blossoms": 3, "blow": 8, "blowfly": 1, "bludgeon": 1, "blue": 16, "blueprints": 3, "bluff": 1, "blufferfish": 1, "bluffs": 2, "blunt": 1, "blur": 1, "blustersquall": 1, "blyte": 1, "bo": 1, "boa": 5, "boar": 14, "board": 1, "boarded": 1, "boarder": 1, "boarding": 1, "boareskyr": 1, "boars": 1, "boartusk": 1, "boat": 1, "bobcat": 1, "bodies": 1, "body": 8, "bodyguard": 7, "bodyguards": 1, "bog": 20, "bogardan": 9, "bogbonder": 1, "boggart": 14, "boggarts": 1, "bogle": 1, "bogstomper": 1, "boiler": 1, "boilerworks": 1, "boiling": 2, "boing": 1, "bojuka": 2, "bola": 2, "bolas": 12, "bold": 4, "boldwyr": 2, "bolt": 24, "boltwing": 1, "bomat": 2, "bomb": 7, "bombadil": 1, "bombard": 1, "bombardier": 1, "bombardment": 5, "bomber": 2, "bombers": 1, "bombshell": 1, "bond": 21, "bonded": 4, "bonder": 5, "bonders": 1, "bonds": 6, "bone": 19, "bonebreaker": 1, "bonecaller": 1, "boneclad": 1, "bonecrusher": 1, "boneflinger": 1, "bonehoard": 1, "boneknitter": 1, "bonepicker": 1, "bonerattle": 1, "bones": 10, "bonescythe": 1, "bonesetter": 1, "boneshard": 1, "boneslasher": 1, "bonesplitter": 2, "boneyard": 8, "bonfire": 2, "bontu": 4, "bonus": 1, "boo": 4, "booby": 1, "book": 5, "bookcase": 1, "bookie": 1, "bookworms": 1, "bookwurm": 3, "boom": 2, "boomerang": 2, "boomflinger": 1, "boompile": 1, "boomstacker": 1, "boomtacular": 1, "boon": 20, "boonweaver": 1, "boorish": 1, "booster": 5, "boot": 1, "booth": 1, "boots": 5, "borborygmos": 3, "borca": 1, "border": 2, "borderguard": 1, "borderland": 5, "borderpost": 5, "borders": 4, "boreal": 8, "boreas": 1, "boris": 1, "born": 4, "boros": 14, "borrowed": 2, "borrower": 2, "borrowing": 1, "borteh": 1, "bortuk": 1, "boseiju": 5, "bosh": 2, "bosk": 2, "bosom": 1, "boss": 11, "bot": 5, "botanical": 2, "bothersome": 1, "bottle": 6, "bottled": 1, "bottling": 1, "bottom": 1, "bottomless": 2, "boughs": 4, "boulder": 5, "boulderbranch": 1, "boulderfall": 1, "boulderfoot": 1, "boulders": 1, "bouncer": 4, "bouncing": 1, "bound": 9, "bounding": 2, "boundless": 6, "bounds": 2, "bounteous": 1, "bountiful": 2, "bounty": 16, "bow": 7, "bower": 1, "bowl": 1, "bowling": 1, "bowman": 1, "bowmaster": 1, "box": 3, "boxing": 1, "brace": 1, "bracers": 4, "brackish": 1, "brackus": 1, "brackwater": 1, "brago": 3, "braid": 1, "braids": 5, "braidwood": 2, "brain": 7, "brained": 1, "brainiac": 1, "brains": 1, "brainspoil": 1, "brainstealer": 2, "brainstone": 1, "brainstorm": 1, "brallin": 1, "bramble": 6, "bramblecrush": 1, "bramblefort": 1, "brambles": 1, "bramblesnap": 1, "bramblewood": 1, "branch": 2, "branchbender": 1, "branches": 1, "branching": 2, "branchrider": 1, "branchsnap": 1, "branchwalker": 1, "brand": 2, "branded": 2, "brash": 1, "brass": 9, "brassclaw": 1, "bravado": 2, "brave": 2, "bravery": 1, "brawl": 8, "brawler": 16, "brawlers": 3, "brawn": 1, "brazen": 9, "breach": 8, "breaching": 2, "break": 9, "breaker": 10, "breaking": 3, "breakneck": 1, "breakthrough": 3, "breath": 19, "breathless": 1, "breathstealer": 2, "breeches": 1, "breeder": 2, "breeding": 2, "breena": 1, "breezecaller": 1, "breezedancer": 1, "breezekeeper": 1, "bretagard": 7, "brew": 1, "breya": 1, "brian": 5, "briar": 2, "briarberry": 1, "briarbridge": 1, "briarhorn": 1, "briarknit": 1, "briarpack": 1, "bribe": 1, "bribery": 1, "bride": 5, "bridge": 35, "bridgebreaker": 1, "brie": 1, "briefcase": 1, "briefing": 1, "brigade": 4, "brigadier": 1, "brigand": 4, "bright": 2, "brightclimb": 3, "brightest": 1, "brightflame": 1, "brightmare": 1, "brights": 1, "brightspear": 1, "brightstone": 1, "brigid": 1, "brilliance": 1, "brilliant": 5, "brimaz": 3, "brims": 1, "brimstone": 4, "brindle": 1, "brine": 5, "brinebarrow": 1, "brineborn": 1, "brinebound": 2, "brinelin": 1, "bring": 5, "bringer": 7, "brink": 3, "brion": 1, "brisela": 1, "bristling": 1, "brittle": 2, "broken": 9, "brokenbrow": 3, "broker": 8, "brokers": 6, "brokkos": 2, "brontodon": 4, "brontotherium": 1, "bronze": 12, "bronzehide": 1, "bronzeplate": 1, "brooch": 1, "brood": 10, "broodbirth": 1, "broodhatch": 1, "broodhunter": 1, "broodlings": 1, "broodmaster": 1, "broodmate": 1, "broodmistress": 1, "broodmoth": 1, "broodmother": 1, "broodpit": 1, "broodwarden": 1, "brothers": 2, "brought": 1, "browbeat": 1, "brown": 1, "brownie": 2, "brownscale": 1, "browse": 1, "bruenor": 1, "bruiser": 9, "brume": 1, "bruna": 2, "bruse": 1, "brush": 4, "brushfire": 1, "brushhopper": 1, "brushland": 1, "brushstrider": 1, "brushstroke": 2, "brushwagg": 1, "brutal": 9, "brutality": 3, "brutalizer": 2, "brute": 21, "bruvac": 1, "bu": 1, "bubble": 5, "bubbling": 3, "buccaneer": 3, "buccaneers": 1, "bucket": 1, "bucknard": 1, "budde": 1, "buddy": 1, "budoka": 3, "buehler": 2, "buffoon": 1, "bug": 1, "bugbear": 4, "buggy": 2, "bugler": 1, "builder": 3, "built": 1, "bulette": 1, "bull": 6, "bullies": 1, "bullwhip": 1, "bully": 3, "bulvox": 1, "bulwark": 7, "bumbling": 1, "bump": 1, "bumper": 1, "bunnies": 1, "bunrei": 1, "bupkis": 1, "burakos": 1, "burden": 3, "burdened": 1, "bureaucracy": 1, "bureaucrats": 2, "burgeoning": 4, "burglar": 2, "burial": 4, "buried": 3, "burlfist": 1, "burly": 1, "burn": 12, "burning": 24, "burnished": 1, "burns": 1, "burnt": 1, "burnwillows": 3, "burr": 1, "burrenton": 1, "burrog": 1, "burrowing": 2, "burrows": 1, "burst": 13, "bursting": 1, "bushi": 1, "bushmeat": 1, "bushwhacker": 2, "bust": 2, "busted": 1, "busy": 1, "busybody": 2, "but": 2, "butcher": 18, "butler": 4, "buzz": 1, "buzzard": 2, "buzzardiers": 1, "buzzbark": 1, "buzzing": 1, "by": 35, "byode": 1, "bypass": 1, "bystander": 1, "byway": 1, "b\u00edff": 1, "b\u00f6sium": 1, "cabal": 13, "cabaretti": 7, "cabin": 1, "cache": 5, "cached": 1, "cackler": 4, "cackling": 6, "cacodemon": 1, "cacophodon": 1, "cacophony": 6, "cadaver": 1, "cadence": 2, "cadet": 2, "cadets": 1, "cadian": 1, "cadira": 1, "cadric": 1, "caelus": 1, "caetus": 1, "cage": 9, "cagebreakers": 1, "caged": 1, "cairn": 2, "cake": 1, "calamities": 1, "calamity": 2, "calciderm": 1, "calciform": 1, "calcify": 1, "calculated": 1, "calcutron": 1, "caldaia": 2, "caldera": 3, "calendar": 2, "caleria": 2, "calgar": 1, "calibrated": 1, "caligo": 1, "calim": 1, "calimport": 1, "calix": 1, "call": 38, "called": 1, "caller": 17, "calligrapher": 1, "calling": 1, "callous": 3, "callow": 1, "calm": 8, "calming": 2, "caltrops": 1, "camaraderie": 1, "camato": 1, "came": 1, "camel": 3, "cameo": 5, "camouflage": 1, "camp": 3, "campaign": 1, "campfire": 1, "campus": 8, "can": 5, "canal": 4, "cancel": 1, "cancrix": 1, "candelabra": 2, "candle": 1, "candlegrove": 3, "candleguide": 1, "candlekeep": 3, "candlelight": 1, "candlelit": 2, "candles": 1, "candletrap": 1, "candy": 1, "cane": 1, "canker": 1, "cankerbloom": 1, "cankerous": 1, "cannibal": 2, "cannibalize": 1, "cannibals": 1, "cannon": 6, "cannonade": 2, "cannonball": 2, "cannoneer": 1, "cannoneers": 1, "cannons": 2, "cannot": 2, "canonist": 1, "canoptek": 3, "canopy": 16, "canticle": 1, "cantivore": 1, "cantor": 2, "canyon": 5, "canyons": 1, "cao": 3, "cap": 2, "capashen": 6, "capenna": 2, "capital": 1, "caprichrome": 1, "capricious": 5, "capricopian": 1, "capridor": 1, "capsize": 1, "capsule": 2, "captain": 49, "captivating": 5, "captive": 3, "capture": 3, "captured": 5, "car": 2, "carabid": 1, "caracal": 3, "carah": 1, "carapace": 4, "caravan": 6, "caravanner": 1, "caravel": 1, "carbonize": 1, "card": 2, "cardboard": 1, "cardpecker": 1, "care": 2, "carefree": 1, "careful": 5, "caregiver": 1, "careless": 1, "caress": 7, "caretaker": 7, "caribou": 1, "caricaturist": 1, "carlos": 1, "carnage": 7, "carnarium": 2, "carnassid": 1, "carnelian": 1, "carnifex": 1, "carnival": 5, "carnivora": 1, "carnivore": 2, "carnivorous": 4, "carnophage": 1, "carom": 1, "carpet": 2, "carriage": 4, "carrier": 4, "carriers": 1, "carrion": 14, "carrionette": 1, "carry": 1, "cars": 1, "carth": 3, "carthalion": 3, "cartographer": 3, "cartouche": 4, "carven": 1, "carver": 1, "caryatid": 3, "cascade": 5, "case": 2, "casket": 1, "cast": 4, "castaway": 3, "castaways": 1, "castellan": 1, "caster": 1, "castigate": 1, "castigator": 2, "casting": 3, "castle": 8, "casualties": 1, "cat": 19, "cataclysm": 1, "catacomb": 6, "catacombs": 4, "catalyst": 3, "catapult": 10, "cataract": 1, "catastrophe": 1, "catastrophes": 1, "cateran": 6, "caterpillar": 2, "caterwauling": 1, "catgeist": 2, "cathar": 18, "cathars": 2, "cathartic": 3, "cathedral": 3, "catlacan": 1, "catlike": 2, "catoblepas": 1, "cats": 2, "catti": 1, "caught": 2, "cauldron": 11, "cause": 5, "caustic": 5, "cautery": 1, "cavalier": 15, "cavaliers": 1, "cavalry": 23, "cave": 13, "cavekeeper": 1, "cavern": 8, "caverns": 2, "caves": 5, "cawl": 1, "cazur": 1, "ce": 1, "cease": 1, "ceaseless": 3, "cecily": 1, "cedars": 1, "celebr": 1, "celebrant": 9, "celebrants": 4, "celebration": 4, "celebrity": 2, "celestial": 22, "celestine": 2, "celestus": 3, "cell": 2, "cellar": 2, "cement": 1, "cemetery": 19, "cenn": 3, "cenobite": 1, "censer": 2, "censor": 1, "censorship": 1, "centaur": 23, "centaurs": 2, "center": 4, "centipede": 1, "centuries": 1, "centurion": 3, "century": 1, "cephalid": 10, "cephalopod": 1, "ceratok": 2, "ceratops": 3, "cerberus": 2, "cerebral": 2, "ceremonial": 3, "ceremonies": 1, "ceremonious": 1, "ceremony": 2, "cerodon": 4, "certain": 1, "certainty": 1, "certarch": 1, "cerulean": 4, "cervin": 2, "cessation": 1, "ceta": 1, "cetavolver": 1, "chaff": 1, "chain": 12, "chainbreaker": 1, "chaindancer": 1, "chained": 4, "chainer": 4, "chainflinger": 1, "chainmage": 1, "chains": 5, "chainwalker": 1, "chainweb": 1, "chainwhip": 1, "chainwhirler": 1, "chakram": 2, "chalice": 6, "challenge": 3, "challenger": 1, "chamber": 11, "chameleon": 4, "champ": 1, "champion": 62, "champions": 4, "championships": 7, "chance": 6, "chancellor": 6, "chancery": 1, "chandra": 32, "change": 6, "changeling": 15, "changing": 1, "channel": 2, "channeler": 11, "channelers": 1, "channeling": 1, "chant": 12, "chanter": 2, "chaos": 41, "chaoslace": 1, "chaosphere": 1, "chaotic": 6, "chapel": 2, "chaplain": 8, "char": 1, "charbelcher": 3, "charcoal": 1, "chardalyn": 3, "charge": 28, "charged": 3, "charger": 20, "charging": 12, "chariot": 5, "charioteers": 1, "charisma": 1, "charity": 1, "charix": 1, "charlatan": 2, "charm": 52, "charmaw": 1, "charmed": 6, "charmer": 2, "charming": 1, "charmseeker": 1, "charnel": 1, "charnelhoard": 1, "chart": 1, "chaser": 4, "chasm": 6, "chat": 3, "chatterfang": 3, "chatterstorm": 2, "chatzuk": 1, "chauffeur": 1, "cheap": 1, "check": 2, "checklist": 7, "checkpoint": 1, "checks": 1, "cheerful": 5, "cheese": 2, "cheetah": 4, "chef": 6, "chemister": 4, "cherished": 1, "cherubael": 1, "chest": 2, "chewer": 1, "chi": 2, "chick": 1, "chicken": 6, "chief": 11, "chieftain": 8, "child": 4, "childhood": 1, "children": 1, "chill": 8, "chillbringer": 1, "chillerpillar": 3, "chilling": 5, "chimera": 14, "chimeric": 5, "chimes": 3, "chimney": 3, "chin": 2, "chipper": 1, "chirurgeon": 1, "chisei": 1, "chisel": 2, "chishiro": 1, "chiss": 3, "chittering": 5, "chitterspitter": 1, "chlorophant": 1, "cho": 6, "choice": 5, "choir": 1, "choirmaster": 1, "choker": 1, "choking": 6, "choose": 2, "chop": 1, "chopper": 1, "chopping": 1, "chord": 1, "chorus": 6, "chosen": 20, "chromanticore": 1, "chromatic": 3, "chrome": 7, "chromescale": 1, "chromeshell": 1, "chronarch": 1, "chronatog": 3, "chronic": 1, "chronicle": 1, "chronicler": 4, "chronoclasm": 1, "chronologist": 1, "chronomancer": 1, "chronomaton": 1, "chronosavant": 1, "chronostutter": 1, "chronozoa": 1, "chrysalis": 1, "chub": 1, "chulane": 1, "chupacabra": 1, "church": 1, "churn": 1, "churning": 1, "chwinga": 1, "ci": 1, "cinder": 16, "cinderclasm": 1, "cinderhaze": 1, "cinderheart": 1, "cinderhorn": 1, "cindermaw": 1, "cinders": 1, "cindervines": 1, "cinematic": 1, "circle": 21, "circlet": 1, "circling": 1, "circu": 1, "circuit": 4, "circuitous": 1, "circuits": 1, "circular": 1, "circus": 2, "citadel": 12, "citanul": 5, "citizen": 4, "city": 21, "cityscape": 1, "citywatch": 1, "citywide": 1, "civic": 5, "civil": 2, "civilization": 1, "civilized": 1, "clachan": 1, "clackbridge": 1, "clad": 3, "clade": 1, "claim": 9, "claimed": 3, "claire": 1, "clairvoyance": 1, "clam": 1, "clamavus": 1, "clambassadors": 1, "clamilton": 1, "clamor": 1, "clan": 18, "clandestine": 1, "clans": 2, "clarion": 3, "clarity": 1, "clash": 4, "clasp": 2, "class": 15, "clattering": 1, "claustrophobia": 1, "claw": 12, "clawing": 1, "claws": 9, "clay": 5, "cleanfall": 1, "cleaning": 1, "cleanse": 1, "cleansing": 10, "cleanup": 1, "clear": 7, "clearcutter": 1, "clearing": 3, "clearwater": 3, "cleave": 1, "cleaver": 4, "cleaving": 5, "cleric": 26, "clerk": 1, "clever": 9, "clickslither": 1, "cliff": 1, "cliffgate": 1, "cliffhaven": 5, "cliffrunner": 1, "cliffs": 6, "cliffside": 1, "cliffstomper": 1, "clifftop": 1, "climb": 1, "climber": 4, "cling": 1, "clinging": 4, "clinic": 1, "clique": 3, "cloak": 12, "cloaked": 3, "cloakwood": 2, "clock": 5, "clockspinning": 1, "clockwork": 12, "cloister": 2, "cloistered": 1, "clone": 3, "cloneforge": 1, "close": 2, "closed": 1, "closing": 1, "clot": 1, "clothing": 1, "cloud": 16, "cloudchaser": 2, "cloudcrest": 1, "cloudcrown": 1, "clouded": 1, "cloudform": 1, "cloudgoat": 1, "cloudheath": 1, "cloudhoof": 1, "cloudkill": 1, "cloudkin": 1, "cloudpost": 1, "cloudreach": 1, "cloudreader": 1, "clouds": 4, "cloudscraper": 1, "cloudshredder": 1, "cloudskate": 1, "cloudskater": 1, "cloudsteel": 1, "cloudstone": 1, "clout": 1, "cloven": 1, "clover": 1, "cloverdell": 1, "clown": 5, "clowning": 1, "club": 2, "clubber": 1, "clue": 2, "clues": 1, "cluestone": 9, "cluster": 1, "clutch": 5, "clutches": 1, "coach": 2, "coal": 2, "coalflinger": 1, "coalhauler": 1, "coalition": 14, "coals": 1, "coast": 12, "coastal": 8, "coaster": 1, "coastline": 2, "coat": 3, "coating": 1, "coatl": 3, "cobalt": 1, "cobble": 1, "cobbled": 2, "cobra": 11, "cockatrice": 3, "cockroach": 1, "cockroaches": 2, "cocoon": 3, "codex": 3, "coerced": 1, "coercion": 1, "coercive": 1, "coffers": 1, "coffin": 7, "cogmentor": 1, "cognician": 1, "cognivore": 1, "cogwork": 6, "cogworker": 1, "cohort": 7, "coil": 3, "coilbug": 1, "coiled": 1, "coiling": 2, "coils": 5, "coinsmith": 1, "coireall": 1, "cold": 5, "coldeyes": 1, "coldsteel": 1, "colfenor": 3, "coliseum": 1, "collaborator": 2, "collapse": 4, "collapsing": 1, "collar": 3, "collared": 1, "collateral": 1, "collected": 2, "collectigull": 1, "collection": 1, "collective": 5, "collector": 16, "collision": 1, "collusion": 1, "colonnade": 3, "colony": 5, "colos": 3, "colossal": 8, "colossification": 1, "colossodon": 1, "colossus": 21, "colt": 1, "coma": 1, "combat": 8, "combatant": 2, "combatants": 3, "comber": 2, "combine": 2, "combo": 3, "combust": 1, "combustion": 2, "come": 5, "comedic": 1, "comes": 1, "comet": 2, "comeuppance": 1, "coming": 3, "command": 47, "commandeer": 1, "commander": 20, "commanding": 1, "commando": 10, "commandos": 1, "commence": 1, "commissar": 1, "commission": 1, "commit": 1, "commodore": 1, "common": 4, "commune": 6, "communion": 3, "companion": 18, "companions": 2, "company": 3, "comparative": 1, "compass": 3, "compelled": 1, "compelling": 2, "competition": 1, "compleat": 4, "compleated": 3, "compleation": 3, "complete": 1, "compliance": 1, "complicate": 1, "comply": 1, "component": 2, "components": 1, "composite": 1, "compulsion": 1, "compulsory": 1, "comrade": 1, "concealed": 1, "concealing": 1, "concealment": 1, "concentrate": 1, "concentration": 1, "concerted": 2, "concession": 1, "conch": 1, "concierge": 1, "conclave": 11, "conclusion": 2, "concoct": 1, "concoction": 1, "concord": 1, "concordia": 1, "condemn": 1, "condemnation": 1, "condemned": 1, "condescend": 1, "condition": 1, "conditions": 1, "condor": 4, "conductive": 1, "conductor": 2, "conduit": 12, "cone": 2, "confession": 1, "confessor": 2, "confetti": 1, "confidant": 4, "confidence": 2, "confinement": 2, "confirm": 1, "confiscate": 1, "conflagrate": 1, "confluence": 9, "conflux": 1, "conformity": 1, "confound": 1, "confounding": 1, "confront": 1, "confrontation": 2, "confronted": 1, "confusion": 2, "congregation": 2, "conjecture": 1, "conjurant": 1, "conjured": 1, "conjurer": 8, "conjuring": 2, "connections": 1, "connive": 1, "connoisseur": 4, "conquer": 1, "conquerer": 1, "conquering": 1, "conqueror": 7, "conquerors": 1, "conquers": 1, "conquistador": 3, "conscience": 2, "consciousness": 1, "conscript": 1, "conscripted": 1, "conscription": 4, "conscriptor": 1, "conscripts": 3, "consecrate": 1, "consecrated": 2, "consecrator": 1, "consequences": 1, "conservator": 1, "consider": 1, "consideration": 1, "consign": 2, "conspicuous": 1, "conspiracy": 2, "constable": 3, "constant": 1, "constellation": 1, "constricting": 2, "constrictor": 7, "construct": 19, "construction": 2, "consul": 5, "consulate": 4, "consuls": 2, "consultation": 2, "consume": 3, "consumes": 1, "consuming": 15, "consumption": 3, "cont": 19, "contact": 2, "contagion": 3, "contagious": 2, "containment": 4, "contaminated": 2, "contamination": 1, "contaminator": 1, "contempt": 2, "contender": 3, "contentious": 1, "contest": 6, "contested": 1, "contingency": 3, "contortion": 2, "contortionist": 4, "contraband": 3, "contract": 3, "contractor": 3, "contractual": 3, "contradict": 1, "contraption": 1, "contrition": 1, "control": 7, "controlled": 1, "conundrum": 2, "convalescence": 1, "convalescent": 1, "convergence": 5, "conversion": 3, "convert": 4, "converter": 1, "convicted": 1, "conviction": 4, "convincing": 1, "convolute": 1, "convulsing": 1, "convulsions": 1, "cookbook": 1, "cool": 1, "cooldown": 1, "cooperate": 1, "cooperation": 1, "coordinated": 2, "copper": 8, "coppercoat": 1, "coppercoats": 1, "copperline": 3, "copter": 1, "copy": 3, "coral": 7, "coralhelm": 3, "cordial": 1, "core": 9, "cormela": 3, "cormorants": 1, "cornered": 1, "corona": 1, "coronation": 2, "corondor": 1, "coronet": 1, "corps": 1, "corpse": 15, "corpsehatch": 1, "corpsejack": 1, "corpses": 2, "corpseweft": 1, "corpulent": 1, "corridor": 1, "corrosion": 2, "corrosive": 3, "corrupt": 3, "corrupted": 12, "corrupter": 2, "corrupting": 1, "corruption": 2, "corsair": 3, "cosi": 1, "cosima": 3, "cosmic": 5, "cosmos": 11, "cosmotronic": 1, "cosplay": 1, "cost": 1, "costly": 1, "costume": 1, "cottage": 1, "cotton": 1, "cougar": 1, "council": 7, "counselor": 2, "count": 2, "countdown": 1, "counter": 4, "counterbalance": 1, "counterbore": 1, "counterflux": 1, "counterintelligence": 1, "counterlash": 1, "countermand": 1, "counterpart": 2, "counterspell": 1, "countersquall": 1, "countervailing": 1, "countryside": 1, "coup": 1, "coupe": 1, "coupon": 1, "courage": 6, "courageous": 1, "courier": 22, "course": 1, "courser": 5, "court": 11, "courtesy": 1, "courtly": 1, "courtyard": 3, "cove": 1, "coven": 4, "covenant": 2, "cover": 6, "covered": 7, "covert": 3, "coves": 1, "coveted": 3, "covetous": 5, "cow": 1, "coward": 1, "cowardice": 1, "cower": 1, "cowl": 3, "crab": 13, "crack": 2, "crackdown": 3, "crackle": 3, "crackling": 4, "crackshot": 1, "cradle": 10, "crafter": 5, "crafty": 6, "crag": 4, "cragganwick": 1, "cragplate": 1, "cragtreads": 1, "crane": 3, "cranial": 1, "crash": 6, "crasher": 8, "crashing": 6, "crater": 5, "craterhoof": 1, "cratermaker": 1, "craven": 2, "craving": 1, "craw": 3, "crawl": 1, "crawler": 16, "crawling": 3, "crawlspace": 1, "crazed": 4, "creakwood": 2, "cream": 1, "creation": 6, "creative": 2, "creativity": 4, "creator": 1, "creature": 2, "credit": 1, "creek": 1, "creeper": 5, "creeperhulk": 1, "creeping": 8, "creepy": 2, "cremate": 1, "cremator": 1, "crenellated": 1, "crescendo": 3, "crest": 1, "crested": 3, "crevasse": 1, "crew": 7, "crib": 1, "cricket": 1, "crier": 1, "cries": 1, "crime": 2, "criminal": 1, "crimson": 13, "criosphinx": 1, "crippling": 2, "crisis": 1, "critical": 3, "critics": 1, "croakid": 1, "croaking": 1, "crocanura": 1, "crocodile": 11, "cromat": 1, "crook": 1, "crooked": 2, "crookshank": 1, "crop": 11, "crosis": 3, "cross": 1, "crossbow": 2, "crossing": 2, "crossroads": 6, "crossway": 1, "crosswinds": 1, "crovax": 3, "crow": 5, "crowd": 5, "crowded": 1, "crown": 18, "crowned": 6, "crowns": 1, "crucias": 1, "crucible": 5, "crude": 1, "cruel": 16, "cruelties": 1, "cruelty": 3, "cruise": 1, "crumble": 2, "crumbling": 4, "crumbs": 1, "crumple": 1, "crunch": 1, "crusade": 3, "crusader": 13, "crusading": 1, "crush": 6, "crusher": 11, "crushing": 3, "cry": 13, "cryomancer": 1, "crypsis": 1, "crypt": 17, "cryptborn": 1, "cryptbreaker": 1, "cryptek": 1, "cryptic": 13, "cryptkeeper": 1, "cryptolith": 1, "cryptologist": 1, "cryptoplasm": 1, "cryptothrall": 1, "cryptozoologist": 3, "cryptwailing": 1, "crystacean": 1, "crystal": 18, "crystalline": 4, "crystallization": 1, "cub": 6, "cube": 2, "cubwarden": 1, "cudgels": 1, "cuff": 1, "cuisine": 1, "cullblade": 2, "cullers": 1, "culling": 7, "culmination": 1, "culprit": 1, "cult": 6, "cultbrand": 1, "cultist": 10, "cultivate": 2, "cultivation": 3, "cultivator": 10, "cultural": 1, "cumber": 1, "cunning": 13, "cuombajj": 1, "cup": 1, "cur": 1, "curate": 1, "curator": 8, "curdle": 1, "cure": 4, "curfew": 1, "curio": 2, "curiosity": 5, "curious": 6, "currency": 2, "current": 3, "currents": 3, "curry": 1, "curse": 42, "cursebound": 1, "cursebreak": 1, "cursecatcher": 1, "cursed": 21, "curtain": 2, "curtains": 2, "curve": 1, "custodi": 4, "custodian": 3, "custody": 4, "customer": 2, "customs": 1, "cut": 5, "cutpurse": 3, "cuts": 3, "cutter": 1, "cutthroat": 16, "cyber": 2, "cyberdrive": 1, "cybernetica": 1, "cycle": 2, "cyclical": 1, "cycling": 1, "cyclone": 4, "cyclonic": 1, "cyclopean": 3, "cyclops": 15, "cylian": 2, "cylix": 3, "cymede": 1, "cystbearer": 1, "cytoplast": 2, "cytoshape": 1, "cytospawn": 1, "d": 29, "d00": 1, "dabbling": 1, "dachi": 1, "dack": 3, "daemogoth": 1, "daemon": 1, "dagger": 6, "daggerback": 1, "daggerclaw": 1, "daggerdare": 1, "daggers": 1, "daggersail": 1, "daggertooth": 1, "daghatar": 1, "dais": 1, "dakkon": 4, "dakmor": 7, "dakra": 1, "dal": 7, "dalakos": 1, "dale": 1, "dam": 2, "damage": 3, "dambreaker": 1, "damia": 1, "damn": 3, "damnable": 1, "damnation": 1, "damnations": 1, "damned": 9, "damning": 1, "dampen": 1, "dampening": 1, "damping": 4, "dance": 10, "dancer": 17, "dancers": 1, "dancing": 4, "dane": 1, "dangerous": 2, "daniel": 1, "danitha": 4, "danse": 1, "dapper": 1, "dar": 1, "daredevil": 5, "daretti": 2, "darien": 1, "darigaaz": 6, "daring": 10, "dark": 35, "darkblade": 1, "darkblast": 1, "darkbore": 1, "darkest": 1, "darkheart": 1, "darkling": 1, "darkmoss": 2, "darkness": 13, "darkslick": 1, "darksteel": 14, "darkthicket": 1, "darkwatch": 1, "darkwater": 2, "dart": 4, "darter": 1, "darting": 1, "daru": 7, "daryl": 1, "dash": 1, "dasher": 2, "datasmith": 1, "daughter": 2, "daunting": 1, "dauntless": 8, "dauthi": 11, "dave": 2, "davriel": 3, "dawn": 37, "dawnblade": 1, "dawnbreak": 1, "dawnbringer": 4, "dawnfeather": 1, "dawnfluke": 1, "dawnglade": 1, "dawnglare": 1, "dawnguard": 1, "dawnhart": 10, "dawning": 1, "dawnray": 1, "dawns": 1, "dawnstrider": 1, "dawnstrike": 1, "dawntreader": 1, "dawnwaker": 1, "daxos": 4, "day": 18, "daya": 2, "daybreak": 7, "days": 1, "daze": 1, "dazzling": 4, "de": 5, "deacon": 1, "dead": 49, "deadapult": 1, "deadbeat": 1, "deadeye": 7, "deadfall": 2, "deadhead": 1, "deadlands": 1, "deadlock": 1, "deadly": 14, "deadshot": 2, "deadwood": 1, "deafening": 3, "deal": 4, "dealer": 2, "deals": 1, "dean": 19, "dearly": 1, "death": 89, "deathbellow": 2, "deathbloom": 3, "deathbonnet": 2, "deathbringer": 2, "deathcap": 2, "deathcurse": 1, "deathdealer": 1, "deathfang": 1, "deathgaze": 1, "deathgazer": 1, "deathgorge": 1, "deathgreeter": 1, "deathgrip": 1, "deathkeeper": 1, "deathknell": 1, "deathlace": 1, "deathleaper": 1, "deathless": 5, "deathlock": 1, "deathmantle": 1, "deathmark": 3, "deathmask": 1, "deathmist": 1, "deathraiders": 1, "deathreap": 1, "deathspitter": 1, "deathspore": 1, "deathsprout": 1, "debaser": 2, "debilitating": 1, "debt": 3, "debtor": 1, "debtors": 2, "decadent": 3, "decanter": 3, "decay": 5, "decaying": 1, "deceit": 2, "deceitful": 1, "deceits": 1, "deceiver": 8, "deception": 1, "decimate": 1, "decimator": 3, "decision": 2, "decisions": 2, "decisive": 1, "deck": 1, "deckhand": 1, "decklist": 27, "declaration": 2, "declare": 1, "declares": 1, "decoction": 1, "decommission": 1, "decompose": 1, "decomposition": 1, "decorated": 2, "decorum": 1, "decoy": 10, "decree": 15, "dee": 1, "deed": 1, "deeds": 1, "deekah": 1, "deep": 22, "deepcavern": 1, "deeper": 1, "deepfathom": 1, "deepfire": 1, "deepglow": 1, "deeproot": 4, "deepwalker": 1, "deepwater": 1, "deepwood": 7, "deer": 1, "defabricate": 3, "deface": 1, "defang": 1, "defeat": 6, "defector": 2, "defend": 2, "defender": 6, "defenders": 2, "defends": 1, "defenestrate": 1, "defense": 12, "defenses": 3, "defensive": 2, "deferment": 1, "defiance": 11, "defiant": 15, "defile": 1, "defiled": 1, "defiler": 8, "deflecting": 1, "deflection": 3, "deformity": 1, "deft": 2, "deftblade": 1, "defy": 1, "dega": 2, "degavolver": 1, "deglamer": 1, "dehydration": 1, "deity": 2, "delaying": 1, "delif": 2, "delirium": 3, "deliver": 1, "deliverance": 3, "delraich": 1, "delta": 2, "deluge": 4, "delusion": 2, "delusionary": 1, "delusions": 2, "delve": 1, "delver": 6, "demagogue": 1, "demand": 1, "demanding": 1, "dematerialize": 1, "dementia": 5, "demigod": 2, "demilich": 4, "demise": 8, "demolish": 1, "demolisher": 2, "demolition": 7, "demolok": 1, "demon": 44, "demonfire": 1, "demonic": 13, "demonlord": 2, "demonmail": 1, "demons": 1, "demonspine": 1, "demoralize": 1, "demotion": 1, "demystify": 1, "den": 6, "denial": 11, "denied": 2, "denizen": 8, "denn": 1, "dennick": 4, "denouncer": 1, "denry": 1, "dense": 2, "deny": 3, "denying": 1, "depala": 1, "depart": 1, "departed": 4, "departure": 1, "depietro": 3, "depleter": 1, "deploy": 2, "deployment": 1, "depopulate": 1, "depot": 3, "depraved": 1, "depravity": 1, "deprivation": 1, "deprive": 1, "depth": 3, "depths": 11, "deputized": 1, "deputy": 2, "deranged": 3, "derelor": 1, "derevi": 1, "derision": 1, "dermoplasm": 1, "dermotaxi": 1, "dervish": 1, "descend": 1, "descendant": 3, "descent": 4, "desecrated": 2, "desecration": 4, "desecrator": 3, "desert": 15, "deserted": 4, "deserter": 2, "desertion": 1, "desiccated": 1, "design": 1, "designs": 1, "desire": 6, "desires": 1, "desk": 1, "desolate": 1, "desolation": 5, "despair": 17, "desperate": 10, "despoil": 1, "despoiler": 2, "despondency": 1, "despot": 1, "despotic": 1, "desserts": 1, "destined": 2, "destinies": 1, "destiny": 11, "destroy": 5, "destroyer": 3, "destruction": 7, "destructive": 7, "destructor": 1, "desynchronize": 1, "detail": 1, "detection": 1, "detective": 2, "detention": 3, "determined": 2, "deterrence": 1, "detonate": 1, "detour": 1, "detritivore": 1, "deus": 1, "devastate": 1, "devastating": 3, "devastation": 3, "devastator": 4, "development": 1, "deviant": 1, "device": 2, "devil": 18, "devilboon": 1, "devilish": 2, "devils": 10, "devilthorn": 1, "devious": 1, "devkarin": 2, "devoted": 12, "devotee": 2, "devotion": 4, "devour": 3, "devourer": 13, "devouring": 12, "devout": 6, "dhund": 1, "diabolic": 4, "diabolical": 2, "diabolist": 1, "diadem": 1, "diamond": 14, "diaochan": 1, "dice": 3, "dichotomancy": 1, "dictate": 3, "dictation": 1, "didgeridoo": 1, "didn": 1, "die": 2, "dieflyn": 1, "diffusion": 3, "dig": 6, "digger": 3, "digging": 1, "dignitary": 1, "dihada": 5, "dilation": 1, "diligent": 2, "dilophosaur": 1, "dilu": 1, "diluvian": 1, "dim": 1, "dimensional": 2, "diminish": 2, "diminishing": 1, "dimir": 15, "din": 1, "dina": 3, "dingus": 1, "dinner": 2, "dinobot": 1, "dinosaur": 8, "dinosaurs": 2, "diplomacy": 1, "diplomat": 1, "diplomatic": 1, "diplomats": 1, "dire": 21, "directive": 1, "director": 1, "diregraf": 6, "dirge": 3, "dirgur": 1, "dirigible": 1, "dirk": 1, "dirty": 3, "disappear": 2, "disappearance": 2, "disappearances": 1, "disappearing": 1, "disappointment": 1, "disarm": 1, "disassembly": 2, "disaster": 5, "discerning": 2, "discharge": 2, "disciple": 39, "disciples": 3, "discipline": 3, "disciplined": 1, "discombobulate": 1, "discord": 2, "discordant": 4, "discount": 1, "discourtesy": 1, "discover": 2, "discovery": 13, "discussion": 1, "disdain": 3, "disdainful": 3, "disease": 2, "diseased": 1, "disembowel": 1, "disempower": 1, "disemvowel": 1, "disenchant": 1, "disentomb": 1, "disfigure": 1, "disharmony": 1, "dishonor": 2, "disinformation": 1, "disintegrate": 1, "disintegration": 1, "disk": 2, "disloyalty": 1, "dismal": 1, "dismantle": 1, "dismantling": 2, "dismember": 1, "dismiss": 1, "dismissal": 5, "dismisser": 1, "dismissive": 1, "disorder": 1, "disowned": 1, "dispatch": 3, "dispatcher": 1, "dispel": 1, "dispeller": 1, "dispensary": 1, "dispense": 1, "dispenser": 1, "dispersal": 5, "disperse": 1, "dispersing": 1, "displace": 1, "displacement": 1, "displacer": 5, "display": 2, "disposal": 2, "dispute": 5, "disregard": 1, "disrepair": 1, "disrupt": 2, "disrupting": 2, "disruption": 4, "disruptive": 2, "disruptor": 1, "dissatisfied": 1, "dissension": 1, "dissent": 3, "dissenter": 2, "dissident": 1, "dissipate": 1, "dissipation": 1, "dissolution": 1, "dissolve": 1, "dissolver": 1, "dissonant": 1, "distant": 2, "distemper": 1, "distinction": 1, "distinguished": 2, "distorted": 1, "distorting": 2, "distortion": 8, "distract": 1, "distracting": 1, "distraction": 2, "distress": 1, "district": 7, "disturbance": 1, "disturbed": 1, "ditch": 2, "diva": 4, "dive": 2, "diver": 2, "divergent": 2, "divers": 1, "diversion": 2, "diversionary": 1, "diversity": 1, "divert": 1, "divest": 1, "divide": 1, "divination": 2, "divine": 18, "diviner": 10, "diving": 1, "divining": 1, "divinity": 5, "division": 1, "dizzy": 1, "dizzying": 2, "dj": 1, "djeru": 3, "djinn": 36, "djinni": 2, "dl": 1, "do": 3, "docent": 1, "dockhand": 1, "dockside": 1, "doctor": 1, "dodecapod": 1, "dodger": 2, "dodgy": 1, "dog": 10, "dogged": 4, "dogpile": 1, "dogs": 6, "dogsnail": 1, "dokai": 1, "dokuchi": 2, "doll": 5, "dollhouse": 1, "dolmen": 1, "dolphin": 1, "domain": 1, "domains": 1, "domesticated": 1, "domestication": 1, "dominance": 7, "dominaria": 4, "dominarioes": 2, "dominate": 1, "dominating": 2, "domination": 4, "dominator": 3, "domineer": 1, "domineering": 1, "dominion": 3, "dominus": 14, "domnathi": 1, "domri": 7, "don": 1, "donate": 1, "done": 3, "dong": 1, "doodle": 1, "doom": 22, "doomed": 4, "doomfall": 1, "doomgape": 1, "doomguide": 1, "doomhive": 1, "doomsayer": 3, "doomscourge": 3, "doomsday": 2, "doomskar": 2, "doomsuits": 1, "doomwake": 1, "doooooooooooom": 1, "door": 8, "doorbuster": 1, "doorkeeper": 1, "doppelganger": 7, "doran": 1, "doric": 2, "dormant": 3, "dorothea": 6, "dosan": 2, "dose": 3, "double": 12, "doubling": 3, "douse": 1, "douser": 2, "dousing": 1, "dovescape": 1, "dovin": 7, "down": 16, "downdraft": 1, "downfall": 3, "downhill": 1, "downpour": 1, "downsize": 1, "dowser": 1, "dowsing": 1, "doyen": 1, "dozen": 1, "dr": 1, "draco": 4, "dracogenius": 1, "draconian": 2, "draconic": 3, "dracoplasm": 1, "dracula": 2, "drafna": 2, "draft": 2, "drag": 4, "dragger": 1, "dragon": 186, "dragonborn": 5, "dragonclaw": 2, "dragonfire": 4, "dragonfly": 5, "dragonheart": 1, "dragonkin": 1, "dragonkind": 3, "dragonloft": 1, "dragonlord": 8, "dragonmaster": 1, "dragonrage": 1, "dragonrider": 1, "dragons": 4, "dragonscale": 2, "dragonshift": 1, "dragonskull": 1, "dragonslayer": 1, "dragonsoul": 2, "dragonspeaker": 4, "dragonstalker": 1, "dragonwing": 1, "dragoon": 3, "dragoons": 1, "dragster": 2, "drain": 7, "draining": 1, "drainpipe": 1, "drake": 69, "drakes": 1, "drakestown": 1, "drakkis": 1, "drakuseth": 1, "dralnu": 2, "dramatic": 4, "dramatist": 1, "drana": 9, "drannith": 4, "drastic": 1, "draught": 1, "draugr": 6, "drawbridge": 2, "drawn": 2, "draz": 5, "dread": 20, "dreadbore": 1, "dreadbringer": 1, "dreadfeast": 1, "dreadful": 2, "dreadhorde": 7, "dreadhound": 1, "dreadknight": 2, "dreadlight": 1, "dreadlord": 1, "dreadmalkin": 1, "dreadmaw": 2, "dreadnought": 1, "dreadwolf": 1, "dream": 24, "dreamborn": 1, "dreamcaller": 1, "dreamcatcher": 1, "dreamer": 1, "dreamfinder": 1, "dreampod": 1, "dreamroot": 1, "dreams": 27, "dreamscape": 1, "dreamshackle": 2, "dreamshaper": 1, "dreamsower": 1, "dreamspoiler": 1, "dreamstalker": 1, "dreamstealer": 1, "dreamstone": 1, "dreamwinder": 1, "dredge": 1, "dredger": 1, "dredging": 1, "dreg": 2, "dregs": 1, "dregscape": 3, "drelnoch": 1, "drench": 1, "dress": 2, "dressed": 1, "drey": 1, "drider": 3, "drift": 2, "drifter": 6, "drifters": 2, "drifting": 4, "drill": 4, "driller": 2, "drillmaster": 2, "drillworks": 1, "drinker": 4, "dripping": 2, "drive": 2, "driven": 1, "driver": 2, "drivnod": 3, "drizzt": 1, "drogskol": 5, "dromad": 1, "dromar": 2, "dromedary": 2, "dromoka": 7, "dromosaur": 1, "drone": 12, "dronepack": 1, "droning": 1, "drooling": 2, "drop": 7, "droplet": 1, "dropper": 2, "dropping": 1, "dross": 14, "drove": 1, "drover": 2, "drow": 1, "drown": 6, "drowned": 7, "drowner": 4, "drownyard": 6, "drowsing": 1, "drubb": 1, "drudge": 6, "druid": 52, "druidic": 4, "druids": 3, "drum": 1, "drumbellower": 1, "drummer": 1, "drums": 1, "drunau": 1, "dryad": 21, "dryads": 5, "dual": 5, "dualcaster": 1, "duality": 1, "dubious": 2, "duchess": 1, "duct": 1, "due": 5, "duel": 5, "duelcraft": 1, "dueling": 3, "duelist": 15, "duergar": 3, "duet": 1, "duh": 1, "duke": 2, "dukhara": 2, "dulcet": 1, "dummy": 1, "dun": 1, "dune": 2, "duneblast": 1, "dunecaster": 1, "dunerider": 1, "dunes": 3, "dungeon": 11, "dungeoneer": 4, "dungeons": 1, "duo": 6, "duodrone": 1, "duper": 2, "duplicant": 2, "duplicate": 1, "duplication": 2, "duplicator": 1, "duplicity": 1, "duplimancy": 1, "durable": 2, "duress": 1, "durkwood": 3, "durnan": 1, "dusk": 14, "duskborne": 1, "duskbringer": 1, "duskdale": 1, "duskenel": 1, "duskfang": 1, "duskguard": 1, "duskhunter": 1, "duskmage": 1, "duskmantle": 4, "duskrider": 2, "duskshell": 1, "duskwalker": 1, "duskworker": 1, "dust": 21, "dustspeaker": 1, "dutiful": 3, "duty": 7, "dwarf": 6, "dwarfhold": 1, "dwarven": 33, "dwarves": 1, "dweller": 5, "dwellers": 1, "dwindle": 1, "dying": 4, "dynacharge": 1, "dynaheir": 1, "dynamo": 2, "dynavolt": 1, "d\u00e9j\u00e0": 1, "d\u00fbl": 7, "e": 2, "each": 1, "eager": 4, "eagle": 7, "earl": 1, "early": 2, "earsplitting": 1, "earth": 22, "earthbind": 1, "earthbrawn": 1, "earthcraft": 1, "earthen": 2, "earthlink": 1, "earthly": 1, "earthquake": 4, "earthshaker": 3, "earthshaking": 1, "earwig": 1, "east": 2, "easy": 1, "eat": 1, "eaten": 2, "eater": 13, "eating": 2, "ebb": 1, "eberhart": 1, "ebon": 4, "ebonblade": 1, "ebony": 5, "eccentric": 2, "echo": 10, "echoes": 4, "echoing": 7, "eclipse": 2, "ecologist": 1, "ecstatic": 2, "eddy": 1, "eddytrail": 1, "eder": 1, "edgar": 6, "edge": 13, "edgecrafters": 1, "edgewalker": 1, "edgewall": 1, "edgewright": 1, "edgin": 1, "edict": 9, "edifice": 1, "edition": 1, "editor": 2, "edric": 1, "eel": 6, "eelectrocute": 1, "eerie": 4, "eesha": 1, "efficient": 1, "effigy": 5, "effluence": 1, "effort": 3, "efrava": 3, "efreet": 16, "egg": 17, "eggwatcher": 1, "ego": 5, "egon": 3, "egotist": 1, "eidolon": 11, "eiganjo": 7, "eight": 2, "eightfold": 1, "eisenhorn": 1, "ek": 1, "ekundu": 2, "el": 1, "elaborate": 1, "eladamri": 3, "eladrin": 1, "eland": 1, "elas": 1, "elbrus": 1, "elder": 28, "elderfang": 2, "elderhall": 2, "elderleaf": 1, "elders": 1, "elderscale": 1, "elderwood": 1, "eldest": 1, "eldrazi": 15, "eldritch": 1, "electric": 2, "electrickery": 1, "electrify": 1, "electrodominance": 1, "electrolyze": 1, "electromancer": 2, "electrostatic": 7, "electryte": 1, "elegant": 2, "elemental": 107, "elementalist": 3, "elements": 4, "elendra": 4, "elenora": 1, "elephant": 18, "elesh": 4, "elf": 22, "elfhame": 3, "elgaud": 2, "eliminate": 2, "eliminator": 1, "elite": 24, "elixir": 5, "elk": 4, "ellyn": 1, "ellywick": 3, "elminster": 3, "elocutors": 1, "eloise": 1, "eloren": 1, "elsdragon": 2, "elsewhere": 1, "elsha": 1, "elspeth": 16, "elturel": 3, "elturgard": 1, "elusive": 1, "elven": 8, "elves": 13, "elvish": 32, "em": 1, "emancipation": 2, "embalmer": 1, "ember": 6, "embercat": 1, "emberclaw": 1, "embercleave": 1, "embercoiler": 1, "embereth": 4, "embermage": 1, "embermaw": 1, "embers": 2, "embersmith": 1, "emberstrike": 1, "emberwilde": 3, "embiggen": 1, "emblazoned": 1, "emblem": 59, "embodiment": 3, "embraal": 2, "embrace": 18, "embraced": 1, "embrose": 1, "emcee": 1, "emerald": 3, "emerge": 1, "emergence": 4, "emergency": 2, "emergent": 5, "emeria": 8, "emeritus": 1, "emiel": 1, "eminence": 1, "eminent": 2, "emissary": 26, "emmara": 1, "empath": 1, "emperion": 1, "emperor": 10, "empire": 1, "empires": 2, "employee": 1, "employment": 1, "emporium": 3, "empress": 2, "empty": 4, "empyreal": 1, "empyrean": 1, "empyrial": 5, "emrakul": 11, "emry": 1, "en": 15, "enatu": 1, "encampment": 3, "enchanted": 4, "enchanter": 4, "enchantment": 1, "enchantmentize": 1, "enchantments": 1, "enchantress": 5, "encircling": 1, "enclave": 3, "encore": 2, "encounter": 2, "encouragement": 1, "encroaching": 1, "encrust": 1, "end": 17, "endbringer": 2, "endeavor": 4, "endgame": 1, "ending": 4, "endless": 12, "endling": 3, "endoskeleton": 1, "endrek": 1, "ends": 2, "endurance": 6, "endure": 1, "endures": 1, "enduring": 9, "enemy": 6, "energizer": 1, "energy": 12, "enervate": 1, "enfeeblement": 2, "enforcer": 17, "enforcers": 3, "engine": 25, "engineer": 15, "engineered": 1, "engineers": 2, "engines": 1, "engraver": 1, "engulf": 1, "engulfer": 4, "engulfing": 3, "enhanced": 2, "enhancement": 1, "enigma": 9, "enigmatic": 2, "enlightened": 3, "enlightenment": 5, "enlistment": 2, "enormous": 3, "enraged": 4, "enraging": 1, "enraptured": 1, "enroll": 1, "ensemble": 1, "enshrined": 1, "enslave": 1, "enslaved": 3, "ensnare": 1, "ensnaring": 1, "ensoul": 1, "ensouled": 1, "entangler": 4, "entangling": 2, "enter": 3, "entering": 1, "entertainer": 3, "entertainment": 1, "enthralling": 2, "enthusiasm": 1, "enthusiast": 3, "enthusiastic": 1, "entirely": 1, "entity": 4, "entomb": 1, "entomber": 2, "entourage": 3, "entrails": 1, "entrance": 1, "entrancer": 2, "entrancing": 1, "entrapment": 1, "entreat": 2, "entropic": 3, "entry": 6, "envelop": 1, "environmental": 1, "envoy": 8, "eon": 2, "eons": 2, "eos": 4, "ephara": 3, "ephemera": 2, "ephemeral": 1, "ephemerate": 3, "ephemeron": 1, "epic": 5, "epicenter": 1, "epicure": 3, "epiphany": 10, "episode": 1, "epistolary": 1, "epityr": 2, "epochrasite": 1, "equal": 2, "equation": 2, "equenaut": 2, "equenauts": 1, "equestrian": 1, "equilibrium": 2, "equinox": 2, "equity": 1, "era": 3, "eradicate": 1, "eradicator": 3, "erase": 1, "erasure": 5, "erayo": 2, "erdwal": 2, "erebos": 7, "erg": 1, "erhnam": 2, "eriksdotter": 1, "eriksson": 1, "erinis": 1, "erithizon": 1, "erne": 1, "eron": 1, "erosion": 1, "errand": 1, "errant": 9, "errantry": 1, "erratic": 5, "error": 2, "ersatz": 1, "erstwhile": 1, "ertai": 7, "erupting": 1, "eruption": 8, "eruth": 3, "escalation": 1, "escape": 8, "escaped": 3, "escapee": 1, "escort": 5, "esika": 4, "esior": 1, "esix": 1, "esper": 8, "esperzoa": 1, "espionage": 1, "esq": 1, "essence": 25, "estark": 1, "estate": 5, "estates": 1, "esteemed": 1, "estrid": 2, "estwald": 3, "etali": 3, "etched": 4, "etching": 1, "etchings": 3, "eternal": 41, "eternals": 1, "eternity": 10, "ethercaste": 1, "ethereal": 12, "etherium": 7, "ethersworn": 3, "etherwrought": 1, "etlan": 1, "etrata": 1, "ettercap": 3, "ettin": 1, "eulogist": 2, "eunuchs": 2, "eureka": 3, "euthanist": 1, "eutropia": 1, "evacuation": 1, "evanescent": 1, "evangel": 6, "evangela": 1, "evangelist": 6, "evangelize": 1, "evaporate": 1, "evasion": 2, "evasive": 1, "eve": 1, "evelyn": 3, "even": 1, "evening": 2, "event": 2, "ever": 5, "everbark": 1, "everdawn": 1, "everdream": 3, "everflame": 1, "everflowing": 1, "everfull": 1, "everglove": 1, "everlasting": 2, "evermind": 1, "evernight": 1, "evershrike": 1, "every": 3, "everythingamajig": 4, "everywhere": 1, "eviction": 1, "evidence": 3, "evil": 19, "evincar": 2, "eviscerate": 1, "eviscerator": 2, "evolution": 6, "evolutionary": 1, "evolved": 2, "evolving": 2, "evos": 3, "evra": 1, "exaltation": 1, "exalted": 4, "examination": 1, "example": 7, "exarch": 4, "exava": 1, "excavated": 1, "excavating": 3, "excavation": 12, "excavations": 1, "excavator": 5, "excess": 1, "exchange": 3, "excise": 1, "exclude": 1, "exclusion": 1, "excommunicate": 1, "excoriate": 1, "excruciator": 1, "execute": 1, "execution": 1, "executioner": 8, "exemplar": 7, "exemplars": 1, "exemplary": 1, "exert": 1, "exhalation": 1, "exhaustion": 2, "exhibition": 3, "exhumer": 2, "exile": 9, "exiled": 3, "existence": 4, "exocrine": 1, "exonerator": 1, "exorcism": 2, "exorcist": 2, "exoskeletal": 1, "exotic": 3, "expand": 2, "expanse": 3, "expansion": 1, "expectations": 1, "expedite": 1, "expedition": 12, "expel": 2, "expendable": 2, "expendables": 1, "experience": 2, "experiment": 9, "experimental": 6, "expert": 4, "expertise": 3, "exploding": 1, "exploit": 1, "exploration": 3, "explore": 3, "explorer": 10, "explorers": 2, "explosion": 6, "explosive": 10, "exponential": 1, "expose": 1, "express": 4, "expression": 1, "expressionist": 1, "expressive": 1, "expropriate": 1, "expulsion": 1, "expunge": 1, "exquisite": 4, "exsanguinate": 1, "exterminator": 2, "exterminatus": 1, "extinction": 7, "extinguish": 2, "extinguisher": 1, "extirpate": 1, "extortion": 1, "extortionist": 2, "extract": 4, "extraction": 5, "extractor": 4, "extraplanar": 1, "extravagant": 2, "extremely": 1, "extricator": 2, "extruder": 2, "extus": 5, "exuberant": 3, "exultant": 2, "eye": 45, "eyeblight": 3, "eyed": 6, "eyeless": 1, "eyes": 12, "eyetwitch": 1, "ezuri": 4, "ezzaroot": 1, "f": 2, "fa": 1, "fable": 2, "fabled": 3, "fables": 1, "fabricate": 1, "fabrication": 1, "facade": 1, "face": 5, "faced": 2, "faceless": 4, "faces": 5, "facet": 1, "facevaulter": 1, "facilitator": 1, "factor": 1, "factory": 4, "fada": 2, "fade": 2, "fading": 4, "fae": 6, "faeburrow": 1, "faerie": 31, "faeries": 3, "failed": 1, "failure": 2, "fain": 1, "fair": 4, "fairgrounds": 2, "faith": 19, "faithbonder": 1, "faithbound": 1, "faithful": 11, "faithkeeper": 1, "faithless": 2, "faithmender": 1, "fake": 1, "falco": 3, "falcon": 9, "falconer": 4, "falkenrath": 13, "fall": 12, "fallaji": 5, "fallen": 16, "falling": 5, "fallout": 1, "fallow": 2, "falls": 8, "false": 12, "falter": 1, "falthis": 1, "fame": 2, "familiar": 36, "family": 5, "famine": 3, "famished": 2, "fan": 3, "fanatic": 8, "fanatical": 4, "fanatics": 1, "fanboy": 1, "fancies": 1, "fang": 11, "fangblade": 2, "fanged": 1, "fangren": 3, "fangs": 7, "fangtail": 1, "far": 5, "farbog": 2, "farbogs": 1, "faren": 1, "farewell": 3, "farfinder": 1, "farguide": 1, "farhaven": 1, "farideh": 4, "farm": 5, "farmer": 6, "farmhand": 2, "farmland": 4, "farmstead": 1, "farrel": 2, "farseek": 1, "farseer": 1, "farsight": 2, "fashioned": 1, "fast": 3, "fastbond": 1, "fasting": 1, "fat": 1, "fatal": 8, "fate": 20, "fated": 3, "fateful": 3, "fates": 6, "fateshaper": 1, "fateshifter": 1, "fatespinner": 1, "fatestitcher": 1, "fathom": 10, "fatigue": 3, "fault": 1, "faultgrinder": 1, "faultless": 1, "fauna": 2, "favor": 18, "favorable": 1, "favored": 6, "favorite": 1, "favorites": 1, "fawa": 1, "fay": 1, "fayden": 2, "fblthp": 1, "fear": 8, "fearful": 1, "fearless": 6, "fears": 2, "fearsome": 5, "feast": 18, "feaster": 3, "feasting": 1, "feat": 2, "feather": 2, "feathered": 1, "feathers": 1, "fecundity": 1, "feed": 8, "feedback": 3, "feeder": 4, "feeding": 3, "feeling": 2, "feet": 1, "fei": 1, "feign": 1, "feint": 1, "feisty": 1, "feldon": 2, "felhide": 4, "felidar": 7, "feline": 1, "fell": 8, "fells": 2, "fellwar": 1, "femeref": 5, "fen": 2, "fence": 1, "fencer": 4, "fencing": 1, "fend": 1, "fendeep": 1, "fengraf": 1, "fenlurker": 1, "fens": 3, "fensnake": 1, "feral": 12, "ferocidon": 1, "ferocidons": 1, "ferocious": 6, "ferocity": 4, "ferox": 1, "feroz": 1, "ferrets": 1, "ferropede": 1, "ferrous": 2, "ferrovore": 1, "fertile": 3, "fertilid": 1, "fertility": 1, "fervent": 7, "fervor": 2, "festercreep": 1, "festergloom": 1, "festerhide": 1, "festering": 5, "festival": 10, "festivities": 1, "fetch": 1, "fetid": 4, "fetish": 1, "fettergeist": 1, "fetters": 1, "feud": 3, "feudkiller": 1, "fever": 3, "fevered": 4, "few": 1, "fey": 2, "feywild": 5, "fickle": 1, "fiddlebender": 1, "field": 33, "fieldmist": 1, "fields": 6, "fiend": 27, "fiendbonder": 1, "fiendish": 4, "fiends": 1, "fiendslayer": 1, "fierce": 7, "fiery": 14, "fifty": 1, "fight": 8, "fighter": 5, "fighting": 1, "figment": 2, "figure": 2, "file": 1, "filigree": 8, "fill": 1, "filth": 3, "filthy": 1, "final": 13, "finale": 6, "finality": 3, "find": 6, "findbroker": 1, "finder": 1, "finders": 1, "finery": 1, "finesse": 1, "finest": 1, "finger": 2, "fingers": 2, "finish": 1, "finisher": 2, "finishing": 1, "fink": 1, "finkel": 2, "finks": 1, "finned": 1, "fiora": 1, "firbolg": 1, "fire": 67, "fireball": 2, "firebeast": 3, "firebird": 3, "fireblade": 2, "fireblast": 1, "fireblood": 1, "fireboar": 1, "firebolt": 1, "firebomb": 1, "firebombers": 1, "fireborn": 1, "firebrand": 8, "firebreathing": 2, "firebug": 1, "firecannon": 2, "firecat": 6, "firecraft": 1, "firedancer": 1, "firedrinker": 1, "firefiend": 2, "firefist": 1, "fireflux": 1, "firefly": 1, "fireforger": 1, "firefright": 1, "fireheart": 1, "fireherd": 1, "firehoof": 1, "firemage": 1, "firemantle": 1, "firemaw": 2, "firemind": 2, "firenado": 1, "fires": 7, "fireshrieker": 1, "fireslinger": 2, "firesong": 1, "firespout": 1, "firestarter": 1, "firestoker": 1, "firestorm": 4, "firewake": 1, "firewalker": 3, "fireweaver": 1, "firewheeler": 1, "firewild": 1, "fireworks": 1, "firja": 3, "firm": 1, "firmament": 1, "first": 24, "firstblade": 1, "firstborn": 2, "fish": 5, "fisher": 4, "fishes": 1, "fishliver": 1, "fissure": 3, "fist": 8, "fistful": 1, "fists": 4, "fit": 1, "five": 7, "fix": 1, "fixer": 1, "fjord": 1, "flaccify": 1, "flag": 1, "flagellant": 2, "flagship": 3, "flagstones": 1, "flail": 3, "flailer": 1, "flailing": 3, "flair": 1, "flame": 52, "flameblade": 1, "flameblast": 1, "flameborn": 2, "flamebreak": 1, "flamecaller": 1, "flamecore": 1, "flamefiend": 1, "flameheart": 1, "flamekin": 7, "flamepainter": 1, "flamer": 1, "flamerush": 1, "flames": 16, "flamesage": 1, "flamescroll": 1, "flameshadow": 1, "flameshot": 1, "flameskull": 3, "flamespeaker": 3, "flamestoker": 1, "flamethrower": 1, "flametongue": 3, "flamewake": 1, "flamewar": 2, "flamewave": 1, "flaming": 5, "flamingo": 1, "flammable": 1, "flanking": 1, "flare": 10, "flaring": 2, "flash": 6, "flashfires": 1, "flashfreeze": 1, "flask": 1, "flats": 3, "flatten": 1, "flavor": 1, "flawless": 4, "flaxen": 1, "flay": 1, "flayed": 2, "flayer": 8, "flaying": 1, "fledgling": 6, "fleece": 1, "fleet": 22, "fleetfeather": 2, "fleetfoot": 4, "fleeting": 4, "flensermite": 1, "flensing": 1, "flesh": 20, "fleshbag": 1, "fleshcutter": 1, "fleshformer": 1, "fleshgrafter": 1, "fleshless": 1, "fleshmad": 1, "fleshpulper": 1, "fleshtaker": 2, "flicker": 2, "flickering": 2, "flickerwisp": 1, "flight": 13, "flinthoof": 1, "flip": 1, "flitter": 1, "floating": 2, "flock": 8, "floe": 1, "flood": 5, "floodbringer": 1, "floodchaser": 1, "flooded": 4, "floodgates": 1, "floodhound": 1, "flooding": 1, "floodplain": 1, "floodtide": 1, "floodwater": 1, "floor": 1, "floorboards": 1, "florahedron": 1, "florian": 1, "floriferous": 1, "flotilla": 1, "flourish": 1, "flourishing": 6, "flow": 6, "flower": 3, "flowering": 4, "flowers": 3, "flowstone": 17, "flues": 1, "fluffy": 2, "flume": 1, "flummoxed": 1, "flumph": 3, "flunk": 1, "flunkies": 1, "fluros": 1, "flurry": 2, "flusterstorm": 1, "flute": 1, "flutist": 1, "flux": 8, "fluxcharger": 1, "fluxmage": 1, "fly": 3, "flycatcher": 1, "flying": 2, "foal": 1, "foam": 1, "focus": 4, "focused": 1, "fodder": 5, "fog": 5, "fogbeast": 1, "fogbringer": 1, "fogey": 1, "fogwalker": 1, "fold": 2, "foliage": 1, "folio": 2, "folk": 7, "follow": 1, "followed": 1, "folly": 1, "fomori": 2, "font": 11, "food": 2, "fool": 3, "fools": 2, "foot": 2, "footbottom": 1, "footed": 2, "footfall": 1, "footfalls": 1, "foothill": 1, "foothills": 2, "foothold": 1, "footing": 2, "footlight": 1, "footpad": 1, "footsteps": 3, "for": 73, "forager": 3, "foragers": 1, "foraging": 2, "forays": 1, "forbid": 1, "forbidden": 6, "forbidding": 2, "force": 35, "forced": 5, "forcefield": 1, "forceful": 2, "forcemage": 3, "forces": 10, "forebear": 3, "forebears": 1, "foreboding": 2, "foremost": 2, "forerunner": 6, "forerunners": 1, "foresee": 1, "foreshadow": 1, "foresight": 1, "forest": 10, "forethought": 1, "foretold": 3, "forever": 4, "forfend": 1, "forge": 20, "forgeborn": 2, "forged": 3, "forgefire": 1, "forgehammer": 3, "forgeling": 1, "forgemaster": 5, "forger": 3, "forgery": 3, "forgestoker": 1, "forgetful": 1, "forging": 2, "forgotten": 14, "foriys": 1, "foriysian": 2, "fork": 3, "forked": 3, "forktail": 1, "forlorn": 1, "form": 19, "formation": 5, "formless": 1, "forms": 2, "formula": 1, "forsake": 1, "forsaken": 9, "forsworn": 1, "fort": 2, "forth": 1, "fortification": 1, "fortified": 4, "fortifier": 1, "fortify": 1, "fortitude": 1, "fortress": 6, "fortunate": 1, "fortune": 9, "fortunes": 3, "forum": 1, "fossil": 1, "foster": 1, "foul": 11, "foulblooded": 1, "foundation": 1, "foundations": 1, "founder": 2, "founders": 1, "foundry": 16, "fountain": 11, "four": 1, "fourth": 1, "fowl": 1, "fox": 4, "foxes": 1, "foxfire": 2, "fractal": 4, "fraction": 1, "fracture": 7, "fractured": 3, "fracturing": 1, "fragment": 3, "frailty": 1, "frame": 1, "framed": 1, "frankenstein": 1, "frankie": 1, "frantic": 3, "fraternal": 1, "fray": 1, "fraying": 3, "frazzle": 1, "frazzled": 1, "freak": 1, "free": 6, "freeblade": 2, "freebooter": 1, "freedom": 2, "freejam": 1, "freerunner": 1, "freewind": 2, "freeze": 1, "freezing": 1, "freighter": 1, "frenemy": 1, "frenetic": 5, "frenzied": 10, "frenzy": 6, "fresh": 2, "fretwork": 1, "freyalise": 4, "fried": 1, "friend": 3, "friends": 2, "friendship": 1, "frigate": 1, "fright": 4, "frightcrawler": 1, "frightful": 1, "frightshroud": 1, "frillback": 1, "frilled": 5, "frillscare": 1, "frodo": 1, "frog": 5, "froghemoth": 1, "frogkin": 1, "frogling": 1, "frogtosser": 1, "frolicker": 1, "from": 44, "frondland": 1, "front": 3, "frontier": 7, "frontiers": 1, "frontline": 4, "frost": 30, "frostbeast": 1, "frostboil": 2, "frostburn": 1, "frostfist": 1, "frostpeak": 1, "frostpyre": 2, "frostveil": 1, "frostwaker": 1, "frostwalk": 1, "frostwalla": 1, "frostweb": 1, "frostwielder": 1, "frostwind": 1, "frozen": 2, "fruit": 1, "fruitcake": 1, "fruitful": 1, "fruition": 2, "fuel": 1, "fueled": 1, "fugitive": 4, "fugue": 3, "fulgent": 1, "full": 2, "fully": 1, "fulminator": 1, "fumarole": 2, "fume": 1, "fumes": 3, "fumiko": 1, "fuming": 1, "fun": 1, "funambulist": 1, "funeral": 7, "fungal": 6, "fungus": 4, "funnel": 2, "fur": 1, "furious": 9, "furnace": 15, "furrier": 1, "furry": 2, "furtive": 1, "fury": 48, "furyblade": 1, "furyborn": 1, "furycalm": 1, "furystoke": 1, "fuseling": 1, "fusillade": 1, "fusion": 1, "future": 4, "futurist": 3, "fylamarid": 1, "fylgja": 2, "fyndhorn": 5, "g": 1, "gabriel": 3, "gaddock": 1, "gadrak": 1, "gaea": 19, "gagglemaster": 1, "gahr": 1, "gains": 1, "gala": 1, "galaxy": 1, "galazeth": 1, "gale": 12, "galea": 1, "galecaster": 1, "galedrifter": 1, "galepowder": 1, "galerider": 1, "gales": 3, "galestrike": 1, "galina": 1, "gallant": 1, "gallantry": 1, "galleon": 2, "gallery": 4, "gallowbraid": 1, "gallows": 1, "galvanic": 7, "galvanizer": 1, "gama": 1, "gambit": 8, "gamble": 1, "game": 10, "gamekeeper": 1, "gamer": 2, "games": 4, "ganax": 3, "gandalf": 1, "gang": 8, "gangrenous": 2, "garami": 1, "garbage": 5, "garden": 9, "gardener": 5, "gardens": 3, "garenbrig": 3, "garfield": 1, "gargadon": 2, "gargantua": 1, "gargantuan": 4, "gargaroth": 1, "gargos": 1, "gargoyle": 22, "gargoyles": 1, "garna": 3, "garrison": 5, "garruk": 19, "garrulous": 1, "garth": 3, "garza": 1, "gas": 1, "gaseous": 1, "gasp": 1, "gate": 39, "gatebreaker": 1, "gatecrasher": 1, "gatecreeper": 1, "gateguards": 1, "gatekeeper": 7, "gatekeepers": 3, "gateless": 1, "gates": 6, "gatewarden": 1, "gatewatch": 2, "gateway": 5, "gather": 2, "gatherer": 4, "gathering": 2, "gatstaf": 2, "gauntlet": 6, "gauntlets": 3, "gavel": 1, "gaveleer": 1, "gavi": 1, "gavony": 5, "gaze": 5, "gear": 3, "gearcrafter": 1, "geargrabber": 1, "gearhulk": 3, "gearseeker": 1, "gearshift": 1, "gearsmith": 1, "gecko": 1, "ged": 4, "geek": 1, "geertsen": 1, "geier": 3, "geist": 28, "geistblast": 1, "geistblaster": 1, "geistcaller": 1, "geistcatcher": 2, "geistchanneler": 1, "geistflame": 2, "geistlight": 1, "geistpack": 1, "geists": 3, "geistwave": 1, "gelatinous": 2, "gelectrode": 1, "gelid": 1, "gem": 3, "gemblades": 1, "gemhide": 1, "gemini": 1, "gempalm": 5, "gemrazer": 1, "gemstone": 3, "genasi": 1, "general": 26, "generated": 1, "generation": 1, "generator": 3, "generosity": 1, "generous": 5, "genesis": 11, "genestealer": 3, "genetic": 1, "genius": 9, "genju": 5, "geode": 3, "geology": 1, "geometric": 2, "geopede": 1, "geoscope": 1, "geosurge": 1, "geothermal": 2, "geralf": 5, "germ": 2, "germination": 1, "germinator": 1, "gerrard": 8, "gerrymandering": 1, "get": 2, "getaway": 2, "geth": 5, "gets": 2, "geyadrone": 3, "geyser": 3, "geyserfield": 1, "ghalma": 2, "ghalta": 2, "gharial": 2, "ghast": 2, "ghastbark": 2, "ghastlord": 1, "ghastly": 7, "ghathrod": 1, "ghazb\u00e1n": 2, "ghazi": 6, "ghen": 1, "ghet": 1, "ghirapur": 7, "ghired": 2, "ghitu": 11, "ghor": 4, "ghost": 20, "ghostblade": 1, "ghostfire": 2, "ghostforge": 1, "ghostform": 2, "ghosthelm": 1, "ghostly": 8, "ghosts": 3, "ghoul": 27, "ghoulcaller": 6, "ghoulflesh": 1, "ghoulish": 1, "ghoulraiser": 1, "ghouls": 3, "ghoulsteed": 1, "ghoultree": 1, "ghyrson": 1, "giada": 6, "giant": 103, "giantbaiting": 1, "giants": 5, "gibbering": 5, "gibbon": 1, "gideon": 20, "gift": 33, "gifted": 1, "gifts": 2, "gigadrowse": 1, "gigamole": 1, "gigantoplasm": 1, "gigantotherium": 1, "gigapede": 1, "gilanra": 1, "gild": 1, "gilded": 7, "gilder": 1, "gilt": 5, "gimbal": 1, "gimme": 1, "gingerbread": 1, "gingerbrute": 1, "giraffid": 1, "gird": 1, "girl": 2, "gisa": 5, "gisela": 1, "gitaxian": 3, "gitaxias": 5, "githyanki": 1, "githzerai": 2, "gitrog": 3, "given": 1, "giver": 2, "gix": 10, "gixian": 2, "glacial": 10, "glacian": 1, "glacier": 1, "glaciers": 3, "glade": 7, "gladecover": 1, "gladehart": 2, "glademuse": 1, "gladewalker": 2, "gladiator": 4, "glaive": 1, "glaivemaster": 1, "glamer": 1, "glamerdye": 1, "glamorous": 1, "glamour": 3, "glance": 1, "glare": 5, "glarecaster": 1, "glarewielder": 1, "glaring": 1, "glass": 6, "glassblower": 1, "glassdust": 1, "glasses": 1, "glasskite": 2, "glasspool": 2, "gleam": 3, "gleaming": 1, "gleaner": 1, "glee": 3, "gleeful": 6, "gleemax": 1, "glen": 4, "glenn": 1, "glidemaster": 1, "glider": 12, "glimmer": 2, "glimmerbell": 1, "glimmerdust": 1, "glimmering": 1, "glimmerpoint": 1, "glimmerpost": 1, "glimmerwasp": 3, "glimpse": 4, "glint": 8, "glinting": 1, "glintwing": 1, "glissa": 9, "glistener": 2, "glistening": 3, "glitterfang": 1, "glitterflitter": 1, "glittering": 7, "glittermonger": 2, "glitters": 1, "global": 1, "globe": 1, "gloom": 7, "gloomdrifter": 1, "gloomhunter": 2, "gloomwidow": 3, "glorified": 1, "glorifier": 2, "glorious": 8, "glory": 28, "gloves": 2, "glow": 1, "glowing": 1, "glowrider": 1, "glowspore": 1, "glowstone": 1, "glue": 1, "gluetius": 1, "gluntch": 1, "glurg": 1, "glutton": 2, "gluttonous": 5, "glyph": 6, "glyphweaver": 3, "gnarlback": 1, "gnarled": 5, "gnarlid": 5, "gnarlroot": 2, "gnarr": 4, "gnat": 3, "gnathosaur": 1, "gnats": 1, "gnaw": 1, "gnawbone": 1, "gnawers": 1, "gnawing": 1, "gnoll": 7, "gnome": 3, "gnomeball": 1, "gnomes": 7, "gnottvold": 5, "go": 15, "goat": 1, "goatnap": 1, "goatnapper": 1, "gobbling": 1, "gobhobbler": 1, "goblet": 2, "goblin": 191, "goblins": 8, "goblinslide": 1, "goblinson": 1, "gobsmacked": 1, "god": 64, "godfrey": 1, "godhead": 2, "godhunter": 1, "godo": 3, "gods": 11, "godsend": 1, "godsire": 1, "godspeaker": 1, "godtoucher": 1, "godtracker": 1, "goes": 2, "goggles": 4, "goham": 1, "gohei": 1, "gold": 13, "goldbug": 2, "golden": 16, "goldenglow": 1, "goldenhide": 1, "goldhound": 1, "goldmane": 2, "goldmaw": 1, "goldmeadow": 5, "goldmire": 3, "goldnight": 3, "goldspan": 3, "goldvein": 1, "goldwarden": 2, "golem": 63, "golems": 1, "golgari": 19, "golgothian": 1, "goliath": 16, "gollum": 1, "golos": 1, "goma": 2, "gomazoa": 2, "gond": 2, "gone": 3, "gonti": 1, "goo": 1, "good": 4, "goods": 1, "goon": 1, "goose": 1, "gor": 1, "gore": 4, "goreclaw": 2, "goreguts": 1, "gorehorn": 2, "goremand": 1, "goreseeker": 1, "goretusk": 1, "gorge": 6, "gorger": 14, "gorgers": 1, "gorging": 1, "gorgon": 10, "goria": 3, "goriak": 1, "gorilla": 9, "goring": 2, "gorion": 2, "goro": 4, "goryo": 2, "gossamer": 2, "gossipmonger": 1, "gosta": 1, "gotten": 1, "gouged": 1, "gouger": 1, "gourna": 2, "govern": 1, "gown": 3, "goyf": 1, "graaz": 1, "grab": 1, "grabber": 1, "grabby": 1, "grace": 14, "graceblade": 1, "graceful": 3, "graces": 1, "graf": 4, "grafdigger": 1, "grafkeeper": 2, "graft": 3, "grafted": 3, "grafter": 2, "graftmage": 1, "grail": 1, "grain": 1, "grakmaw": 3, "grand": 15, "grandee": 1, "grandeur": 2, "grandiloquent": 1, "grandmother": 1, "grange": 1, "granger": 2, "granite": 4, "granitic": 1, "granny": 1, "grant": 1, "grapeshot": 2, "grapple": 1, "grappler": 3, "grappling": 1, "grasp": 23, "grasping": 3, "grass": 1, "grassland": 1, "grateful": 1, "grave": 26, "gravebane": 1, "graveblade": 1, "graveborn": 1, "gravecaller": 1, "gravecrawler": 1, "gravedigger": 1, "gravel": 2, "gravelgill": 2, "gravelighter": 1, "gravelord": 1, "graven": 4, "gravepurge": 1, "graverobber": 2, "graves": 7, "gravestone": 1, "gravestorm": 1, "gravetide": 1, "gravewaker": 1, "graveyard": 10, "gravitational": 1, "gravitic": 1, "gravity": 3, "graxiplon": 1, "gray": 5, "graybeard": 1, "graypelt": 2, "grayscaled": 1, "grazer": 1, "grazilaxx": 1, "grazing": 3, "greasefang": 1, "great": 20, "greataxe": 1, "greatbow": 1, "greater": 10, "greatest": 1, "greatheart": 1, "greathearted": 1, "greathorn": 2, "greatmaw": 1, "greatness": 1, "greatshark": 1, "greatsword": 2, "greatwurm": 2, "greaves": 1, "greed": 7, "greel": 1, "green": 16, "greener": 1, "greenhilt": 1, "greensleeves": 1, "greenwarden": 2, "greenweaver": 1, "greenwheel": 1, "greenwidow": 1, "greenwood": 1, "greet": 1, "greeting": 2, "greevil": 1, "grell": 1, "gremlin": 8, "gremlins": 2, "grenadier": 1, "grenzo": 5, "gretchen": 1, "greven": 3, "grey": 2, "greyfax": 1, "grid": 6, "gridlock": 1, "grief": 3, "griffin": 40, "grifter": 4, "grifters": 1, "grim": 23, "grimace": 1, "grimblade": 1, "grimclaw": 1, "grimclimb": 3, "grimdancer": 1, "grime": 2, "grimgrin": 1, "grimlock": 2, "grimnarch": 1, "grimoire": 4, "grind": 2, "grindclock": 1, "grinder": 5, "grinding": 2, "grindstone": 1, "grinner": 1, "grinning": 3, "grip": 4, "griselbrand": 5, "grisly": 5, "grist": 2, "gristle": 2, "gristleback": 1, "grit": 1, "grixis": 7, "grizzled": 3, "grizzly": 6, "groff": 1, "groffskithur": 1, "grollub": 1, "grolnok": 2, "groodion": 2, "groom": 2, "gross": 1, "grotag": 3, "grotesque": 4, "grothama": 1, "grotto": 1, "ground": 10, "groundbreaker": 4, "grounded": 1, "groundling": 1, "grounds": 3, "groundshaker": 2, "groundswell": 1, "group": 1, "grove": 18, "grovedancer": 2, "grovetender": 1, "grow": 1, "growing": 1, "grown": 1, "growth": 37, "grozoth": 1, "grub": 2, "grubfellows": 1, "grubs": 1, "grudge": 2, "grudges": 1, "gruesome": 7, "grunn": 1, "grunt": 3, "grunts": 1, "grusilda": 1, "gruul": 14, "gryff": 8, "gryffwing": 2, "guacamole": 1, "guan": 2, "guard": 44, "guardian": 71, "guardians": 9, "guardianship": 1, "gudul": 1, "guerrilla": 1, "guerrillas": 1, "guess": 3, "guest": 3, "guidance": 5, "guide": 35, "guided": 2, "guidemother": 1, "guides": 1, "guiding": 3, "guild": 11, "guildgate": 9, "guildhouse": 1, "guildless": 1, "guildmage": 29, "guildmages": 1, "guildpact": 10, "guilds": 3, "guildscorn": 1, "guildsworn": 1, "guile": 5, "guilt": 2, "guiltfeeder": 1, "guilty": 1, "guise": 1, "gulf": 1, "gull": 2, "gulping": 1, "gum": 1, "guma": 1, "gun": 2, "gunk": 1, "gunship": 1, "gurgling": 1, "gurmag": 3, "gurzigost": 1, "gus": 1, "gusari": 1, "gush": 1, "gust": 4, "gustcloak": 5, "gustha": 1, "gut": 5, "gutless": 1, "gutmorn": 1, "gutter": 4, "gutterbones": 1, "guttersnipe": 1, "guttural": 1, "gutwrencher": 1, "guul": 5, "guy": 1, "gwafa": 1, "gwenna": 1, "gwyllion": 3, "gwyn": 1, "gyome": 1, "gyox": 1, "gypsies": 1, "gyre": 5, "gyrfalcon": 1, "gyruda": 1, "gyrus": 1, "haakon": 2, "haazda": 5, "haberdasher": 1, "haberthrasher": 1, "hack": 1, "hackblade": 1, "hacker": 4, "hackrobat": 1, "hada": 2, "hadar": 1, "hag": 13, "haggle": 1, "hagi": 2, "hagra": 5, "hail": 2, "hailfire": 1, "hailstorm": 1, "hajar": 1, "hajj\u00e2j": 1, "hakim": 1, "hakka": 2, "haktos": 1, "halam": 1, "halana": 2, "halaster": 1, "halberd": 2, "halberdier": 3, "halberdiers": 1, "halcyon": 1, "haldan": 1, "half": 13, "halfdane": 1, "halfheart": 1, "halimar": 3, "hall": 14, "hallow": 1, "hallowed": 6, "halls": 3, "halo": 10, "halvar": 1, "hamlet": 1, "hammer": 17, "hammerfest": 1, "hammerfist": 1, "hammerhead": 1, "hammerheim": 2, "hammers": 1, "hammerskull": 1, "hampering": 1, "han": 2, "hana": 1, "hanabi": 1, "hand": 21, "handed": 1, "handful": 1, "handicraft": 1, "handler": 1, "handoff": 1, "hands": 4, "handservant": 1, "hangar": 1, "hangarback": 1, "hanged": 1, "hanging": 1, "hangman": 1, "hankyu": 1, "hanna": 3, "hans": 2, "hanweir": 2, "hapato": 1, "hapatra": 1, "haphazard": 1, "hapless": 1, "happen": 1, "happily": 1, "happy": 1, "harabaz": 1, "harald": 4, "harbin": 1, "harbinger": 17, "harbingers": 1, "harbor": 4, "harbreeze": 1, "hard": 3, "hardened": 3, "hardhearted": 1, "hardy": 2, "hare": 1, "hargilde": 1, "harlequin": 1, "harm": 2, "harmattan": 1, "harmless": 2, "harmonic": 3, "harmonious": 1, "harmonize": 1, "harmony": 3, "harness": 6, "harnessed": 1, "harnfel": 1, "harold": 1, "harper": 7, "harpist": 1, "harpoon": 1, "harpooner": 1, "harpy": 10, "harridan": 1, "harried": 1, "harrier": 6, "harrow": 1, "harrowing": 1, "harsh": 6, "hart": 2, "hartebeest": 1, "haru": 1, "haruspex": 1, "harvest": 27, "harvester": 15, "harvestguard": 1, "harvests": 1, "harvesttide": 5, "has": 1, "hat": 2, "hatamoto": 1, "hatcher": 2, "hatchery": 3, "hatchet": 1, "hatching": 1, "hatchling": 11, "hate": 3, "hatebound": 1, "hateflayer": 1, "hateful": 1, "hatred": 2, "hauberk": 1, "haughty": 3, "hauken": 2, "hauler": 7, "haunt": 5, "haunted": 17, "haunter": 3, "haunting": 10, "have": 1, "haven": 9, "havengul": 6, "havenwood": 3, "havoc": 8, "havva": 2, "hawk": 13, "haywire": 1, "hazard": 1, "hazardous": 1, "hazduhr": 1, "haze": 9, "hazezon": 4, "hazid": 1, "hazmat": 1, "hazoret": 1, "hazy": 1, "he": 1, "head": 11, "headache": 1, "headcleaver": 1, "headdress": 1, "headed": 8, "header": 1, "headhunter": 1, "headless": 4, "headlong": 1, "headmaster": 1, "headquarters": 3, "heads": 1, "headstone": 1, "headstrong": 1, "headwater": 1, "heal": 2, "healer": 22, "healing": 6, "heap": 2, "hear": 2, "hearse": 3, "heart": 28, "heartbeat": 1, "heartbeats": 1, "hearted": 1, "heartfire": 1, "hearth": 6, "hearthcage": 1, "hearthfire": 1, "heartless": 4, "heartseeker": 1, "heartstabber": 1, "heartstone": 1, "heartstopper": 1, "heartwood": 5, "heat": 8, "heath": 2, "heaven": 2, "heavenly": 2, "heavens": 4, "heavily": 1, "heavy": 5, "heavyweights": 1, "hecatomb": 1, "heckling": 1, "hedge": 6, "hedgewitch": 3, "hedonist": 1, "hedron": 10, "heed": 2, "heedbonder": 1, "heedless": 1, "hefei": 1, "hegemon": 1, "heidar": 1, "heifer": 1, "heightened": 2, "heights": 4, "heiko": 1, "heir": 12, "heirloom": 4, "heirs": 1, "heist": 3, "hekma": 2, "heliod": 14, "helionaut": 1, "heliophial": 1, "helium": 1, "helix": 7, "hell": 4, "hellcarver": 1, "helldozer": 1, "hellfire": 2, "hellhole": 2, "hellhound": 1, "hellion": 16, "hellish": 1, "hellkite": 28, "hellraiser": 4, "hellrider": 1, "hellspark": 1, "hellsteed": 1, "helm": 15, "helmsmasher": 1, "helper": 1, "helvault": 1, "hematite": 2, "hemlock": 1, "hemophage": 1, "hemorrhage": 2, "henchfiend": 1, "henge": 3, "hengegate": 1, "hengehammer": 1, "henrika": 2, "henzie": 3, "herald": 35, "heraldic": 1, "heralds": 4, "herbalist": 4, "herbalists": 1, "herd": 9, "herdcaller": 1, "herdchaser": 1, "herder": 5, "herdmaster": 1, "heresy": 2, "heretic": 7, "heretical": 1, "heritage": 3, "hermetic": 1, "hermit": 12, "hero": 32, "heroes": 13, "heroic": 4, "heroics": 1, "heroism": 2, "heron": 5, "heronblade": 1, "herons": 1, "herring": 1, "hesitation": 1, "hewed": 1, "hex": 5, "hexbane": 1, "hexblade": 1, "hexcatcher": 3, "hexdrinker": 1, "hexgold": 7, "hexhunter": 1, "hexmage": 1, "hexmark": 1, "hexplate": 2, "hezrou": 3, "hibernation": 2, "hickory": 1, "hidden": 13, "hide": 3, "hideous": 4, "hideout": 1, "hidetsugu": 7, "hierarch": 5, "hierarchy": 1, "hieroglyphic": 1, "hieromancer": 2, "hierophant": 8, "high": 20, "highborn": 5, "highcliff": 1, "highland": 5, "highlands": 1, "highspire": 2, "hightower": 1, "highway": 2, "higure": 2, "hikari": 1, "hill": 2, "hillcomber": 1, "hinata": 2, "hind": 1, "hinder": 1, "hindering": 2, "hindervines": 1, "hinterland": 5, "hipparion": 1, "hippo": 2, "hippocamp": 2, "hippodrome": 1, "hippogriff": 3, "hired": 6, "hireling": 3, "hisoka": 3, "hissing": 1, "historian": 5, "history": 3, "hit": 4, "hitchclaw": 1, "hive": 10, "hivemind": 1, "hivestone": 1, "hivis": 1, "hixus": 1, "hoar": 1, "hoard": 6, "hoarder": 4, "hoarding": 3, "hobbling": 1, "hobgoblin": 6, "hobgoblins": 1, "hofri": 1, "hogaak": 3, "hoisted": 1, "hokey": 1, "hokori": 1, "hold": 10, "holder": 1, "holding": 3, "holdout": 1, "hole": 1, "holistic": 1, "hollow": 9, "hollowborn": 1, "hollowhead": 1, "hollowhenge": 5, "hollows": 2, "hollowsage": 1, "hollyphant": 7, "holographic": 1, "holy": 9, "homarid": 4, "home": 7, "homestead": 1, "homeward": 1, "homicidal": 2, "homing": 2, "homunculus": 8, "homura": 2, "honden": 4, "honed": 1, "honey": 2, "honeymoon": 3, "honor": 17, "honorable": 3, "honored": 5, "honour": 2, "hood": 2, "hooded": 3, "hoodlums": 1, "hoodwink": 1, "hoof": 1, "hook": 3, "hookhand": 1, "hooligan": 1, "hoopoe": 1, "hooting": 1, "hooves": 1, "hope": 41, "hopeful": 1, "hopes": 3, "hoplite": 6, "hopper": 2, "hopping": 1, "horde": 15, "hordechief": 2, "hordemate": 1, "hordes": 2, "hordewing": 1, "horizon": 10, "horizons": 6, "hormagaunt": 1, "horn": 14, "hornbash": 1, "hornbeetle": 2, "hornclaw": 1, "horncrest": 1, "horned": 6, "hornet": 5, "horns": 2, "hornswoggle": 1, "horobi": 2, "horrible": 1, "horribly": 1, "horrifying": 1, "horror": 33, "horrors": 3, "horse": 6, "horseman": 1, "horus": 1, "hospitality": 4, "hospitaller": 1, "host": 11, "hostage": 1, "hostel": 1, "hostess": 1, "hostile": 5, "hostility": 2, "hot": 5, "hotheaded": 1, "hotshot": 1, "hottie": 1, "hound": 15, "houndmaster": 2, "hounds": 3, "hour": 7, "hourglass": 3, "hours": 2, "house": 7, "hover": 1, "hoverguard": 4, "hovermyr": 1, "hoversail": 1, "hoverwings": 1, "how": 4, "howl": 5, "howlbonder": 1, "howler": 6, "howlgeist": 1, "howling": 5, "howlpack": 6, "howltooth": 1, "huang": 1, "huatli": 8, "hub": 1, "hubris": 3, "hugging": 1, "hulk": 14, "hulking": 6, "hull": 2, "hullbreaker": 2, "hum": 1, "human": 13, "humanity": 2, "humble": 5, "humbugs": 1, "humiliate": 1, "humiliation": 1, "humility": 1, "humongulus": 1, "humorless": 1, "humpherys": 2, "hundred": 1, "hundroog": 1, "hunger": 21, "hungering": 1, "hungers": 1, "hungry": 6, "hunt": 35, "huntbonder": 1, "hunted": 6, "hunter": 48, "hunters": 3, "hunting": 7, "huntmaster": 8, "huntsman": 1, "huo": 2, "hurkyl": 4, "hurler": 1, "hurloon": 7, "hurr": 1, "hush": 1, "hushblade": 1, "hushbringer": 1, "husher": 1, "hushwing": 1, "husk": 1, "hussar": 2, "hyalopterous": 1, "hybrid": 5, "hydra": 42, "hydradoodle": 1, "hydroblast": 1, "hydroform": 1, "hydroid": 1, "hydromorph": 1, "hydropon": 1, "hydrosurge": 1, "hyena": 3, "hyenas": 1, "hymn": 9, "hypergenesis": 1, "hyperion": 1, "hypersonic": 1, "hypnotic": 4, "hypnotist": 3, "hypnox": 1, "hypochondria": 1, "hypothesizzle": 1, "hyrax": 1, "hysteria": 2, "hysterical": 1, "hystrix": 1, "hystrodon": 2, "hythonia": 1, "i": 6, "ib": 1, "ibex": 2, "icatian": 10, "ice": 19, "iceberg": 1, "icebind": 1, "icebreaker": 3, "icebreakers": 1, "icefall": 1, "icefeather": 1, "icehide": 1, "icequake": 1, "icewind": 1, "ich": 1, "ichiga": 1, "ichneumon": 1, "ichor": 8, "ichorclaw": 1, "ichormoon": 1, "ichorplate": 1, "ichorspit": 1, "ichthyomorphosis": 1, "icing": 1, "icingdeath": 2, "ickspitter": 1, "icon": 2, "iconoclast": 4, "icy": 3, "idea": 2, "ideal": 3, "ideas": 2, "identity": 7, "idle": 1, "idol": 8, "idyllic": 3, "ifh": 1, "ifnir": 2, "ignacio": 1, "igneous": 4, "ignite": 4, "igniter": 3, "ignition": 3, "ignoble": 2, "ignorance": 1, "ignorant": 1, "ignus": 3, "igpay": 1, "iguana": 2, "iguanar": 1, "ihsan": 1, "ii": 2, "iii": 1, "iizuka": 1, "ikoria": 2, "ikra": 1, "il": 11, "ill": 3, "illicit": 2, "illithid": 3, "illness": 1, "illuminate": 1, "illuminated": 2, "illumination": 2, "illuminator": 4, "illuminatus": 1, "illuna": 1, "illusion": 12, "illusionary": 7, "illusionist": 7, "illusions": 1, "illusory": 4, "ilysian": 2, "image": 4, "imaginary": 4, "imagination": 1, "imbraham": 3, "imi": 1, "imitation": 1, "immaculate": 1, "immard": 1, "immediate": 1, "immense": 1, "immersturm": 6, "immerwolf": 1, "imminent": 1, "immobilizer": 2, "immobilizing": 1, "immolating": 2, "immolation": 3, "immolator": 2, "immortal": 7, "immortality": 5, "immortals": 1, "immovable": 1, "imoen": 3, "imotekh": 1, "imoti": 1, "imp": 24, "impact": 5, "impale": 1, "impaler": 2, "impassioned": 1, "impatient": 1, "impeccable": 1, "impede": 1, "impediments": 1, "impelled": 1, "impending": 2, "impenetrable": 1, "imperfection": 1, "imperial": 17, "imperiosaur": 1, "imperious": 3, "impersonator": 1, "impersonators": 1, "impervious": 1, "impetuous": 3, "impetus": 4, "implacable": 1, "implant": 1, "implement": 5, "implements": 1, "implode": 1, "imposing": 3, "impossible": 1, "imposter": 1, "impostor": 9, "impotence": 1, "impounding": 1, "imprison": 2, "imprisoned": 1, "imprisonment": 4, "improbable": 1, "improvement": 1, "improvised": 2, "imps": 1, "impulse": 6, "impulsive": 4, "impure": 1, "in": 89, "inaction": 1, "inalla": 1, "iname": 3, "incandescent": 2, "incarnate": 6, "incarnation": 3, "incendiary": 5, "incessant": 1, "inchblade": 1, "incident": 1, "incinerator": 5, "incision": 1, "incisor": 1, "incite": 2, "incited": 1, "inciter": 1, "incoming": 1, "incongruity": 1, "incorrigible": 1, "increasing": 5, "incremental": 1, "incriminate": 2, "incubation": 4, "incubator": 2, "incurable": 1, "incursion": 4, "indatha": 1, "indebted": 1, "indecisive": 1, "indenture": 1, "indentured": 2, "indestructibility": 1, "indestructible": 1, "indifference": 1, "indignation": 2, "indomitable": 6, "indrik": 4, "induce": 1, "induced": 1, "indulge": 1, "indulgence": 3, "indulgent": 2, "indulging": 1, "industrial": 1, "industry": 5, "ineffable": 6, "inert": 1, "inertia": 2, "inescapable": 3, "inevitable": 2, "inexorable": 3, "infamy": 1, "infantry": 16, "infatuation": 1, "infection": 3, "infectious": 7, "infernal": 8, "infernius": 1, "inferno": 12, "infest": 1, "infestation": 7, "infested": 3, "infiltrate": 1, "infiltration": 1, "infiltrator": 21, "infinite": 10, "infinity": 2, "inflicted": 1, "influence": 9, "influx": 1, "informant": 5, "information": 1, "informer": 3, "infuriate": 3, "infuse": 1, "infusion": 6, "inga": 4, "ingenious": 10, "ingenuity": 2, "ingester": 1, "ingesting": 1, "ingot": 2, "ingress": 1, "inheritance": 1, "inherited": 1, "inhibitor": 1, "initiate": 22, "initiates": 1, "initiation": 2, "initiative": 5, "injector": 2, "injunction": 1, "injury": 2, "ink": 5, "inkcaster": 2, "inkfathom": 3, "inkling": 1, "inkmoth": 1, "inkrise": 1, "inkshield": 1, "inkwell": 1, "inlaid": 1, "inn": 3, "inner": 8, "inniaz": 1, "innistrad": 5, "innkeeper": 4, "innocence": 2, "innocent": 3, "innocuous": 1, "innovation": 1, "innovative": 1, "innovator": 4, "innumerable": 1, "inordinate": 1, "inquiries": 1, "inquiry": 3, "inquisition": 2, "inquisitor": 11, "inquisitorial": 1, "inquisitors": 2, "insanity": 2, "insatiable": 5, "inscription": 3, "inscrutable": 1, "insect": 12, "insectile": 3, "insects": 1, "inside": 1, "insidious": 2, "insight": 23, "insightful": 1, "insights": 1, "insignia": 1, "insist": 1, "insolence": 1, "insolent": 2, "inspection": 2, "inspector": 2, "inspiration": 4, "inspirational": 1, "inspire": 1, "inspired": 3, "inspiring": 17, "inspirit": 1, "instability": 1, "instigator": 5, "instill": 2, "instinct": 5, "instincts": 4, "instructor": 1, "instrument": 1, "instruments": 1, "insubordination": 1, "insufferable": 1, "insult": 1, "insurance": 1, "insurrection": 2, "intangible": 4, "integrity": 1, "intellect": 6, "intellectual": 1, "intelligence": 2, "intent": 2, "interception": 1, "interceptor": 4, "intercessor": 2, "interdict": 1, "interdisciplinary": 1, "interference": 2, "intergalactic": 1, "interloper": 3, "interlude": 1, "interplanar": 2, "interpret": 1, "interrogator": 1, "intervention": 13, "intimations": 1, "intimidation": 2, "intimidator": 4, "into": 31, "intolerance": 1, "intrepid": 4, "intrigues": 1, "introduction": 2, "intruder": 9, "intruders": 1, "intrusion": 2, "intrusive": 1, "intuition": 2, "inundate": 1, "invade": 1, "invader": 5, "invaders": 1, "invading": 1, "invasion": 24, "invasive": 2, "invent": 1, "invention": 3, "inventive": 2, "inventor": 2, "inventory": 2, "inverse": 1, "inversion": 3, "invert": 2, "inverter": 1, "investigation": 3, "investigator": 2, "invigorate": 1, "invigorated": 1, "invigorating": 3, "invincible": 1, "invisibility": 3, "invisible": 1, "invitation": 3, "invocation": 14, "invoke": 9, "invoker": 15, "involuntary": 2, "inward": 1, "inzerva": 1, "ion": 1, "iona": 2, "ionize": 1, "ior": 1, "ipnu": 1, "ire": 5, "irencrag": 2, "irenicus": 4, "iridescent": 2, "iridian": 1, "irini": 1, "iroan": 1, "iroas": 6, "iron": 23, "ironclad": 2, "ironclaw": 3, "ironfang": 1, "ironfist": 1, "ironfoot": 1, "ironhoof": 2, "ironroot": 2, "ironscale": 1, "ironshell": 1, "ironsmith": 1, "ironsoul": 1, "ironwood": 1, "ironworks": 1, "ironwright": 1, "irradiate": 1, "irregular": 1, "irregulars": 3, "irresistible": 1, "irreverent": 1, "irrigated": 1, "irrigation": 1, "is": 11, "isamaru": 1, "isareth": 1, "ish": 1, "ishai": 1, "ishi": 2, "island": 7, "isle": 16, "isleback": 1, "isles": 1, "islet": 2, "isolate": 1, "isolated": 2, "isolation": 4, "isperia": 3, "isshin": 2, "istfell": 2, "istvan": 1, "isu": 1, "it": 8, "iteration": 7, "ith": 3, "itinerant": 4, "itlimoc": 2, "its": 1, "ivor": 3, "ivory": 8, "ivorytusk": 1, "ivy": 6, "iwamori": 1, "ixalan": 4, "ixalli": 2, "ixhel": 1, "ixidor": 3, "ixidron": 1, "iymrith": 1, "izoni": 1, "izzet": 13, "ja": 1, "jabari": 4, "jace": 30, "jack": 2, "jackal": 5, "jackalope": 1, "jackals": 1, "jackhammer": 1, "jackknight": 1, "jackson": 1, "jacob": 1, "jacques": 1, "jadar": 3, "jaddi": 2, "jade": 6, "jadecraft": 1, "jadecrafter": 1, "jaded": 2, "jadelight": 1, "jadzi": 3, "jagged": 3, "jaguar": 2, "jagwasp": 1, "jaheira": 5, "jail": 1, "jailbreak": 1, "jailbreaker": 1, "jailer": 4, "jakub": 3, "jalira": 1, "jalopy": 1, "jalum": 2, "jamming": 1, "jamuraa": 1, "jamuraan": 1, "jan": 2, "jandor": 2, "jangling": 1, "janitor": 1, "janjeet": 1, "janosch": 4, "jansen": 1, "jar": 4, "jarad": 2, "jaraku": 1, "jared": 2, "jareth": 1, "jarkeld": 2, "jarl": 1, "jasconian": 1, "jasconius": 1, "jasmine": 3, "jaspera": 1, "javelin": 2, "javelineer": 4, "javelineers": 1, "jawbone": 1, "jaws": 1, "jaxis": 1, "jaya": 9, "jayemdae": 1, "jays": 1, "jazal": 1, "jedit": 3, "jeering": 1, "jegantha": 1, "jelenn": 1, "jeleva": 1, "jelly": 2, "jellyfish": 1, "jenara": 1, "jenson": 1, "jerboa": 1, "jermane": 1, "jerrard": 1, "jerren": 3, "jeska": 3, "jeskai": 9, "jest": 1, "jester": 7, "jet": 4, "jetfire": 2, "jetmir": 7, "jetpack": 2, "jetting": 1, "jewel": 2, "jeweled": 3, "jhess": 1, "jhessian": 4, "jhoira": 5, "jhovall": 2, "jiang": 2, "jiao": 1, "jihad": 1, "jiki": 4, "jilad": 9, "jilt": 1, "jin": 5, "jingzhou": 1, "jinnie": 1, "jinx": 1, "jinxed": 3, "jirina": 1, "jitte": 1, "job": 1, "jockey": 2, "jodah": 4, "johan": 1, "johnny": 1, "johtull": 1, "join": 6, "joiner": 4, "joint": 4, "jokulhaups": 1, "jokulmorder": 1, "jolene": 1, "jolrael": 3, "jolt": 1, "jon": 6, "jor": 1, "joraga": 5, "jori": 1, "jorn": 1, "jorubai": 1, "journal": 3, "journey": 10, "journeymage": 2, "journeys": 1, "joust": 1, "jousting": 2, "joven": 3, "jovial": 1, "joy": 4, "joyous": 1, "joyride": 1, "jubilant": 2, "judge": 9, "judgment": 13, "judith": 1, "jugan": 2, "juggernaut": 8, "juggler": 3, "juggletron": 1, "juju": 1, "jukai": 6, "juke": 1, "julien": 1, "julius": 1, "jumblemorph": 1, "jump": 1, "jund": 9, "jungle": 8, "jungleborn": 1, "juniper": 4, "junji": 3, "junk": 4, "junktroller": 1, "junkyard": 2, "junkyo": 1, "jun\u00fan": 1, "jura": 1, "juri": 1, "jushi": 2, "just": 2, "justice": 24, "justiciar": 3, "juvenile": 1, "juxtapose": 1, "juz\u00e1m": 1, "jwar": 3, "jwari": 4, "j\u00f6tun": 1, "k": 4, "kaalia": 2, "kabira": 4, "kaboom": 1, "kaboomist": 1, "kabuto": 1, "kadeen": 1, "kadena": 2, "kaervek": 3, "kagachi": 2, "kagemaro": 2, "kagha": 1, "kaho": 1, "kai": 1, "kaijin": 2, "kaima": 1, "kairi": 1, "kaito": 8, "kakkazan": 1, "kal": 1, "kaladesh": 1, "kalain": 1, "kalamax": 1, "kalastria": 4, "kaldra": 5, "kaldring": 1, "kaleidoscope": 1, "kaleidoscorch": 1, "kaleidostone": 1, "kalemne": 2, "kalitas": 1, "kalonia": 1, "kalonian": 4, "kamahl": 7, "kambal": 1, "kamber": 1, "kami": 42, "kamigawa": 2, "kaminari": 1, "kamiz": 1, "kanar": 2, "kane": 1, "kangaroo": 1, "kangee": 2, "kannushi": 1, "kanto": 3, "kanzashi": 1, "kappa": 2, "kapsho": 1, "karador": 1, "karakas": 1, "karametra": 4, "kardum": 1, "kardur": 4, "karfell": 7, "kargan": 5, "kari": 2, "karlach": 5, "karlov": 2, "karma": 1, "karmic": 1, "karn": 9, "karok": 3, "karolus": 3, "karona": 2, "karoo": 1, "karplusan": 6, "karrthus": 1, "karst": 1, "karstoderm": 1, "karumonix": 3, "karve": 1, "kaseto": 1, "kashi": 3, "kasimir": 1, "kasla": 1, "kasmina": 4, "katabatic": 1, "kataki": 1, "katana": 2, "kathari": 3, "katherine": 1, "kathril": 1, "katilda": 6, "katsumasa": 1, "kavu": 38, "kay": 1, "kaya": 18, "kayla": 8, "kaysa": 1, "kaza": 1, "kazandu": 7, "kazarov": 1, "kazuul": 4, "kederekt": 2, "kediss": 1, "keen": 4, "keene": 1, "keeneye": 1, "keening": 5, "keensight": 1, "keep": 13, "keeper": 34, "keepers": 2, "keepsake": 1, "kefnet": 3, "keg": 2, "kei": 1, "keiga": 1, "keld": 7, "keldon": 17, "kelermorph": 1, "kelinore": 1, "kell": 5, "kelp": 1, "kelpie": 4, "kelsien": 1, "kelsinko": 1, "kemba": 6, "kemuri": 1, "kenessos": 1, "kenku": 2, "kennel": 1, "kenner\u00fcd": 1, "kenrith": 6, "kenriths": 1, "kentaro": 1, "kenzo": 1, "keral": 1, "keralia": 1, "keranos": 3, "keruga": 1, "keskit": 1, "kessig": 10, "kestia": 1, "kestrel": 1, "ket": 1, "ketria": 2, "key": 10, "keymaster": 1, "keyrune": 8, "keys": 1, "kezzerdrix": 1, "kha": 3, "khalni": 4, "kharasha": 1, "khenra": 8, "kher": 9, "kheru": 5, "khod": 1, "khopesh": 1, "khorne": 1, "khorvath": 1, "kh\u00e2rn": 1, "kianne": 1, "kibler": 2, "kibo": 1, "kick": 3, "kidnapper": 1, "kidnappers": 1, "kids": 1, "kiki": 4, "kiku": 2, "kill": 12, "killbot": 2, "killer": 10, "killian": 1, "killing": 4, "kiln": 2, "kilnmouth": 1, "kilnspire": 1, "kin": 14, "kind": 1, "kindle": 2, "kindled": 1, "kindler": 3, "kindling": 1, "kindly": 4, "kindred": 9, "kindslaver": 1, "kinetic": 1, "king": 33, "kingpin": 6, "kings": 2, "kinjalli": 1, "kinnan": 1, "kinsbaile": 6, "kinseekers": 1, "kinship": 1, "kinsmith": 3, "kinzu": 1, "kiora": 7, "kiosk": 1, "kira": 1, "kiran": 2, "kird": 2, "kiri": 1, "kirin": 6, "kirtar": 2, "kismet": 1, "kiss": 9, "kit": 2, "kitchen": 8, "kite": 1, "kitefins": 1, "kitesail": 8, "kithkin": 9, "kitsune": 13, "kitt": 3, "kitten": 3, "kitty": 1, "kiyomaro": 1, "kjeldor": 2, "kjeldoran": 14, "klauth": 1, "klement": 4, "klin": 1, "klothys": 2, "knave": 1, "knell": 1, "knife": 3, "knight": 85, "knighted": 1, "knighthood": 1, "knightly": 1, "knights": 3, "knives": 1, "knockout": 1, "knoll": 1, "knollridge": 1, "knollspine": 2, "knot": 1, "knotvine": 2, "know": 4, "knowledge": 15, "knows": 1, "kobold": 7, "kobolds": 4, "kodama": 6, "kogla": 2, "koi": 2, "koilos": 3, "kokusho": 1, "kolaghan": 3, "koll": 3, "kolvori": 1, "koma": 2, "komainu": 1, "konda": 8, "kondo": 2, "kong": 1, "kongming": 1, "konrad": 1, "kookus": 1, "kopala": 1, "kor": 24, "kord": 2, "korlash": 1, "korlessa": 3, "korlis": 1, "kormus": 1, "korozda": 3, "korvold": 1, "kos": 2, "kosei": 3, "koskun": 2, "koth": 5, "kothophed": 1, "kotori": 1, "kotose": 1, "kow": 1, "kozilek": 9, "kragma": 2, "kraj": 1, "kraken": 20, "krakilin": 1, "krallenhorde": 2, "krark": 7, "krasis": 5, "kraul": 7, "kraum": 1, "krav": 1, "krazy": 1, "krenko": 3, "kresh": 2, "kris": 1, "kronch": 1, "krond": 1, "kroog": 6, "kros": 3, "krosa": 2, "krosan": 14, "krothuss": 1, "krotiq": 2, "krovikan": 9, "krovod": 2, "kroxa": 1, "kruin": 2, "krumar": 2, "kruphix": 6, "krushok": 3, "kry": 1, "krydle": 1, "kr\u00f6ger": 2, "kuar": 1, "kudro": 2, "kudu": 1, "kudzu": 2, "kujar": 1, "kukemssa": 1, "kuldotha": 7, "kulrath": 1, "kumano": 5, "kumena": 3, "kumo": 1, "kunai": 1, "kunoros": 1, "kura": 3, "kurbis": 1, "kurgadon": 1, "kurkesh": 1, "kuro": 2, "kusari": 1, "kwain": 1, "kwende": 1, "kydele": 1, "kykar": 1, "kyler": 1, "kynaios": 1, "kyodai": 1, "kyoki": 1, "kyren": 4, "kytheon": 3, "k\u00fchn": 4, "la": 1, "lab": 2, "labarre": 2, "laboratory": 8, "labyrinth": 6, "laccolith": 2, "lacerate": 1, "lacerator": 1, "lackey": 3, "ladies": 1, "lady": 5, "ladybug": 1, "lae": 7, "lagac": 3, "lagacs": 3, "lage": 4, "lagomos": 1, "lagonna": 2, "lagoon": 1, "lagrella": 3, "lair": 11, "lairwatch": 1, "lake": 6, "lakor": 1, "lambholt": 5, "lammastide": 1, "lammasu": 2, "lamp": 3, "lampad": 2, "lampads": 1, "lamplighter": 1, "lamprey": 1, "lance": 5, "lancer": 16, "lancers": 1, "land": 18, "landbind": 1, "landfill": 1, "landing": 3, "lands": 3, "landscape": 3, "landscaper": 1, "landslide": 2, "lane": 1, "languish": 1, "lannery": 1, "lantern": 18, "lanterns": 2, "lapidary": 1, "lapis": 2, "lapse": 4, "laquatus": 4, "larcenist": 1, "larcenous": 1, "larceny": 1, "larder": 1, "larger": 1, "larva": 1, "laser": 1, "laserbeak": 1, "lash": 9, "lasher": 2, "lashes": 1, "lashwrithe": 1, "last": 28, "lat": 5, "latch": 1, "latchkey": 1, "late": 2, "lathiel": 1, "lathliss": 1, "lathnu": 2, "lathril": 1, "lattice": 1, "latulla": 1, "laugh": 1, "laughing": 1, "laughter": 3, "launch": 4, "launcher": 1, "launderer": 1, "laureate": 1, "laurels": 1, "laurine": 1, "lava": 15, "lavaball": 1, "lavabelly": 1, "lavaborn": 1, "lavabrink": 2, "lavaclaw": 1, "lavacore": 1, "lavafume": 1, "lavaglide": 1, "lavakin": 1, "lavalanche": 1, "lavamancer": 2, "lavarunner": 2, "lavastep": 1, "lavinia": 2, "law": 10, "lawbringer": 2, "lawkeeper": 1, "lawless": 1, "lawmage": 2, "lawyer": 1, "lay": 6, "layer": 2, "lazav": 2, "lazier": 1, "lazotep": 4, "lazuli": 1, "le": 2, "lead": 4, "leaden": 1, "leader": 11, "leadership": 2, "leadfoot": 1, "leading": 1, "leaf": 12, "leafcrown": 1, "leafdrake": 1, "leafkin": 2, "league": 1, "leak": 3, "leap": 3, "leapfrog": 1, "leaping": 2, "learn": 1, "learning": 1, "leashling": 1, "leatherback": 1, "leave": 2, "leaves": 2, "ledev": 1, "ledger": 1, "ledgewalker": 1, "leech": 8, "leeches": 3, "leeching": 3, "leering": 2, "leery": 1, "left": 2, "legacy": 8, "legate": 5, "legend": 1, "legends": 3, "legerdemain": 1, "legged": 1, "legion": 27, "legionnaire": 6, "legions": 3, "legs": 1, "leina": 1, "leinore": 1, "leitbur": 1, "lemure": 1, "lemures": 1, "lena": 1, "leng": 1, "lens": 9, "lenses": 1, "leonin": 20, "leonine": 1, "leopard": 4, "leosaur": 1, "leotau": 2, "leovold": 2, "leprechaun": 1, "leshrac": 4, "lesser": 3, "lesson": 3, "let": 1, "lethal": 2, "lethargy": 1, "lethe": 1, "letter": 3, "leucrocota": 1, "leuk": 1, "leveler": 2, "leviathan": 5, "levitating": 1, "levitation": 1, "levitator": 1, "levy": 2, "lexivore": 1, "ley": 3, "leyline": 14, "lhurgoyf": 1, "li": 1, "liability": 1, "liao": 1, "liar": 1, "liara": 2, "libation": 2, "liberate": 2, "liberated": 5, "liberator": 8, "librarian": 6, "librarians": 1, "library": 7, "lich": 18, "lichenthrope": 1, "licid": 9, "lick": 1, "lictor": 1, "lidless": 1, "liege": 12, "lieges": 1, "lier": 5, "lies": 4, "liesa": 1, "lieutenant": 9, "lieutenants": 1, "life": 38, "lifebane": 1, "lifeblood": 2, "lifechanter": 1, "lifecraft": 2, "lifecrafter": 2, "lifeforce": 2, "lifegift": 1, "lifelace": 1, "lifeline": 1, "lifelink": 1, "lifesmith": 1, "lifespark": 1, "lifespinner": 1, "lifespring": 1, "lifestaff": 1, "lifestrider": 1, "lifetime": 1, "lift": 3, "lifted": 1, "liger": 1, "light": 51, "lightbringer": 1, "lightcaster": 1, "lightfoot": 1, "lightform": 1, "lighthouse": 2, "lightkeeper": 1, "lightmine": 1, "lightning": 52, "lights": 3, "lightscribe": 1, "lightshield": 1, "lightsmith": 1, "lightwalker": 1, "lightwielder": 1, "likeness": 1, "lila": 1, "liliana": 29, "lim": 7, "limb": 1, "limbs": 1, "limestone": 1, "liminid": 1, "limited": 1, "limitless": 1, "limousine": 1, "linde": 2, "linden": 1, "line": 11, "lineage": 1, "linebreaker": 1, "lineprancers": 1, "linessa": 1, "lingering": 5, "link": 3, "linnorm": 1, "linvala": 5, "lion": 14, "lionheart": 1, "lions": 2, "lips": 1, "liquid": 1, "liquify": 1, "liquimetal": 2, "list": 1, "lit": 6, "lita": 1, "lithatog": 1, "lithoform": 2, "lithoforming": 1, "lithomancer": 2, "lithophage": 1, "littjara": 6, "little": 4, "liturgist": 1, "liturgy": 2, "liu": 1, "livaan": 3, "live": 2, "lives": 2, "livestock": 1, "livewire": 1, "living": 27, "livio": 1, "lizard": 8, "lizardfolk": 1, "lizards": 1, "llanowar": 18, "llawan": 1, "loafing": 1, "loam": 3, "loaming": 1, "loamspeaker": 1, "loathing": 1, "loathsome": 4, "lobber": 2, "lobe": 1, "lobotomist": 1, "lobotomy": 1, "lobster": 1, "loch": 3, "lochmere": 1, "lockdown": 2, "locked": 3, "locket": 9, "lockjaw": 1, "locksmith": 1, "locthwain": 3, "locus": 9, "locust": 4, "lodestone": 2, "lodge": 1, "loft": 1, "lofty": 1, "log": 1, "logbook": 1, "logger": 1, "loggers": 1, "logic": 2, "logt": 4, "lokhust": 1, "lone": 4, "lonely": 3, "loner": 1, "lonesome": 1, "long": 8, "longboat": 2, "longbow": 3, "longbowman": 1, "longhorn": 1, "longlegs": 2, "longshot": 1, "lonis": 3, "look": 5, "lookout": 10, "looming": 4, "loon": 2, "loose": 1, "loot": 1, "looter": 7, "looting": 1, "loran": 3, "lorcan": 1, "lord": 49, "lore": 15, "lorehold": 8, "loremage": 1, "loremaster": 3, "lorescale": 1, "loreseeker": 1, "loreweaver": 2, "lorian": 2, "lorthos": 1, "lorwyn": 1, "lose": 3, "losheel": 1, "loss": 1, "losses": 2, "lost": 29, "lot": 1, "lotleth": 2, "lotus": 19, "louvaq": 1, "love": 3, "lovisa": 1, "low": 1, "lowblood": 1, "lowland": 3, "lowlands": 1, "loxodon": 17, "loyal": 16, "loyalties": 1, "loyalty": 6, "lozhan": 1, "lu": 4, "lucea": 1, "lucent": 1, "lucid": 3, "lucille": 1, "lucius": 1, "luck": 2, "lucky": 2, "lucrezia": 1, "ludevic": 8, "lukamina": 6, "lukka": 6, "lull": 1, "lullaby": 1, "lullmage": 3, "lulu": 7, "lumbering": 3, "lumberjack": 1, "lumberknot": 2, "lumengrid": 4, "lumia": 1, "lumimancer": 3, "luminate": 1, "luminesce": 1, "luminous": 7, "luna": 1, "lunacy": 2, "lunar": 5, "lunarch": 5, "lunatic": 1, "lunge": 6, "lunk": 1, "lupine": 2, "lurcher": 1, "lurching": 1, "lure": 1, "lurebound": 1, "lurker": 8, "lurkers": 1, "lurking": 13, "lush": 1, "lust": 2, "lustrous": 1, "lutenist": 1, "lutri": 1, "luvion": 1, "lux": 2, "luxa": 2, "luxior": 3, "luxurious": 1, "luxury": 1, "lychguard": 1, "lydari": 1, "lyev": 2, "lymph": 1, "lynde": 1, "lynx": 6, "lyra": 1, "lyre": 1, "lyrist": 2, "lys": 3, "lysaga": 2, "lyzolda": 1, "m": 5, "ma": 1, "maadi": 4, "maaka": 2, "maalfeld": 1, "macabre": 4, "macar": 1, "mace": 6, "macetail": 1, "machete": 1, "machinations": 3, "machine": 11, "machines": 4, "machinist": 4, "macie": 1, "macrosage": 1, "mad": 5, "madblind": 1, "madcap": 2, "maddened": 1, "maddening": 6, "made": 3, "madness": 4, "maelstrom": 9, "maenads": 1, "maestros": 3, "maga": 1, "magan": 1, "mage": 78, "magebane": 1, "magefire": 1, "magehunter": 1, "magemark": 4, "mages": 1, "mageta": 2, "magewright": 1, "maggot": 3, "maggots": 1, "magic": 11, "magical": 2, "magician": 3, "magics": 1, "magister": 1, "magistrate": 5, "magma": 12, "magmaquake": 1, "magmaroth": 1, "magmasaur": 1, "magmatic": 10, "magmaw": 1, "magnanimous": 1, "magnet": 1, "magnetic": 5, "magnetism": 1, "magnificent": 1, "magnify": 1, "magnigoth": 2, "magnivore": 1, "magnus": 4, "magosi": 1, "magpie": 3, "magus": 25, "mahadi": 3, "mahamoti": 1, "maid": 2, "maiden": 2, "mail": 1, "maim": 1, "main": 1, "mairsil": 1, "maja": 3, "majestic": 4, "majesty": 4, "major": 2, "mak": 1, "make": 11, "makers": 1, "makes": 1, "makeshift": 3, "makindi": 8, "malach": 1, "malachite": 1, "malady": 1, "malakir": 10, "malcator": 2, "malcolm": 1, "malevolence": 1, "malevolent": 3, "malfegor": 3, "malfunction": 2, "malice": 9, "malicious": 3, "malignant": 1, "malignity": 1, "malignus": 1, "maliki": 1, "malison": 1, "mamba": 1, "mammoth": 10, "man": 7, "mana": 28, "manacles": 1, "manaforce": 1, "manaforge": 1, "manaform": 3, "management": 1, "manager": 1, "managorger": 2, "manakin": 1, "manalith": 2, "manaplasm": 1, "manascape": 1, "manaweft": 1, "manaworker": 1, "mandate": 1, "mandatory": 1, "mandible": 1, "mandrills": 1, "maned": 1, "maneuver": 7, "maneuvers": 2, "mangara": 5, "manglehorn": 1, "mangler": 5, "maniac": 4, "maniacal": 1, "manic": 2, "manifest": 3, "manifestation": 2, "manipulation": 4, "manipulator": 3, "mannequin": 1, "mannered": 1, "mannichi": 1, "manno": 2, "manor": 3, "manorborn": 1, "manriki": 1, "manse": 1, "manta": 2, "manticore": 14, "mantis": 7, "mantle": 13, "mantra": 2, "manual": 2, "manuel": 1, "manufactor": 1, "manufactory": 2, "many": 9, "map": 6, "mar": 1, "maraleaf": 1, "maralen": 2, "marang": 1, "marath": 1, "marauder": 16, "marauders": 4, "marauding": 6, "maraxus": 2, "marble": 5, "march": 21, "marchesa": 5, "marching": 1, "mardu": 13, "mare": 6, "marhault": 2, "mari": 1, "marine": 4, "mariner": 1, "marionette": 1, "marisi": 2, "marit": 4, "marjhan": 1, "mark": 12, "marked": 1, "marker": 1, "market": 9, "markov": 20, "marmoset": 1, "marn": 1, "marneus": 1, "maro": 7, "marrow": 3, "marsh": 16, "marshal": 20, "marshaling": 2, "marshdrinker": 1, "martial": 4, "martyr": 14, "martyrdom": 1, "martyrs": 1, "marut": 3, "marvels": 5, "marwyn": 1, "mary": 1, "masako": 1, "mascot": 5, "masher": 1, "mask": 24, "masked": 7, "masks": 1, "maskwood": 1, "masons": 1, "masquerade": 1, "mass": 15, "massacre": 8, "masses": 1, "massive": 1, "master": 77, "masterful": 2, "masterless": 1, "mastermind": 4, "masterpiece": 1, "masters": 1, "masterstroke": 1, "masterwork": 2, "mastery": 13, "masticore": 6, "mastiff": 3, "mastodon": 3, "masumaro": 2, "matca": 1, "match": 5, "matcher": 1, "mate": 4, "mathas": 1, "matopi": 1, "matrix": 7, "matron": 4, "matsu": 2, "matt": 2, "matter": 3, "maul": 4, "mauler": 10, "maulfist": 2, "maulhorn": 1, "mauling": 1, "maurer": 2, "mausoleum": 3, "maverick": 2, "mavinda": 1, "mavren": 1, "maw": 8, "mawcor": 2, "mawloc": 1, "maximize": 1, "maximus": 1, "may": 1, "mayael": 3, "mayhem": 11, "maze": 20, "mazemind": 3, "mazirek": 1, "mazzy": 1, "mccabe": 2, "me": 6, "meadow": 2, "meadowboon": 1, "meandering": 1, "meaning": 1, "means": 2, "measure": 2, "meat": 1, "meathook": 2, "mech": 6, "mechanic": 7, "mechanical": 1, "mechanics": 1, "mechanist": 3, "mechanized": 1, "mechtitan": 1, "medallion": 2, "meddle": 1, "meddler": 2, "meddling": 3, "medic": 6, "medicine": 2, "medics": 1, "mediocrity": 1, "meditant": 1, "meditate": 1, "meditation": 5, "medium": 1, "medomai": 1, "medusa": 2, "meek": 5, "meekstone": 1, "meerkat": 1, "meet": 4, "meeting": 3, "megaliths": 1, "megalodon": 1, "megatherium": 1, "megatog": 1, "megatron": 2, "meglonoth": 1, "megrim": 1, "meha": 1, "meishin": 1, "melancholy": 1, "meldweb": 4, "melee": 3, "melek": 1, "melesse": 1, "meletis": 6, "melira": 4, "melody": 2, "meloku": 1, "melt": 1, "meltdown": 1, "melting": 2, "membrane": 1, "memento": 1, "memnarch": 1, "memoir": 1, "memorial": 5, "memoricide": 1, "memories": 7, "memory": 28, "men": 1, "menace": 2, "menacing": 1, "menagerie": 5, "mender": 4, "mending": 7, "meng": 3, "menial": 1, "mental": 6, "mentality": 1, "mentor": 31, "mephidross": 2, "mephistopheles": 1, "mephit": 1, "mephitic": 1, "mer": 2, "mercadia": 1, "mercadian": 2, "mercenaries": 2, "mercenary": 4, "merchant": 12, "merciful": 1, "merciless": 8, "mercurial": 9, "mercy": 6, "meren": 1, "merfolk": 34, "merge": 1, "merging": 1, "meria": 4, "merriment": 1, "merrow": 7, "merseine": 1, "mesa": 9, "mesas": 1, "mesmeric": 4, "mesmerist": 1, "mesmerizing": 1, "messenger": 8, "metal": 2, "metallic": 5, "metallurgeon": 1, "metallurgic": 1, "metalspinner": 1, "metalwork": 1, "metalworker": 1, "metamorph": 4, "metamorphic": 2, "metamorphose": 1, "metamorphosis": 2, "metatect": 2, "metathran": 4, "meteor": 8, "meteoric": 1, "meticulous": 1, "metrognome": 1, "metropolis": 2, "mettle": 1, "metzali": 1, "mezzio": 1, "miara": 1, "miasma": 3, "miasmic": 1, "michiko": 3, "micromancer": 1, "midlife": 1, "midnight": 23, "midvast": 1, "midway": 3, "might": 25, "mightmare": 1, "mightstone": 3, "mighty": 9, "migloz": 1, "migration": 3, "migratory": 2, "mihail": 1, "miirym": 3, "mijae": 1, "mikaeus": 2, "miko": 1, "mikokoro": 1, "mila": 3, "mild": 1, "militant": 2, "military": 1, "militia": 4, "mill": 1, "millennial": 1, "millicent": 1, "millikin": 1, "milling": 1, "millipede": 1, "millstone": 3, "mime": 2, "mimeofacture": 1, "mimeomancer": 1, "mimeoplasm": 1, "mimic": 16, "mimicry": 1, "miming": 1, "mina": 1, "minamo": 7, "mind": 49, "mindbender": 1, "mindblade": 1, "mindblaze": 1, "mindbreak": 1, "mindbreaker": 3, "mindcensor": 1, "mindclaw": 1, "mindcrank": 1, "mindculling": 1, "minded": 1, "mindeye": 1, "mindful": 2, "mindleech": 2, "mindleecher": 1, "mindless": 2, "mindlink": 1, "mindmelter": 1, "mindmoil": 1, "mindrazer": 1, "mindreaver": 1, "mindripper": 1, "minds": 2, "mindscour": 1, "mindseeker": 1, "mindservant": 1, "mindshrieker": 1, "mindsinger": 2, "mindslicer": 1, "mindsparker": 1, "mindsplice": 1, "mindstab": 1, "mindstatic": 1, "mindstorm": 1, "mindsucker": 1, "mindwrack": 2, "mine": 19, "miner": 3, "mini": 2, "minigame": 2, "minimus": 1, "mining": 1, "minion": 8, "minions": 4, "minister": 6, "ministrant": 1, "ministration": 1, "minor": 1, "minotaur": 29, "minotaurs": 1, "minsc": 4, "minthara": 2, "minute": 1, "miracle": 1, "miraculous": 1, "mirage": 9, "mirari": 3, "mire": 16, "miren": 1, "mirran": 3, "mirrex": 1, "mirri": 5, "mirrodin": 5, "mirror": 33, "mirrored": 1, "mirrorhall": 1, "mirrorlake": 1, "mirrormade": 1, "mirrorpool": 1, "mirrors": 1, "mirrorshell": 1, "mirrorweave": 1, "mirrorwood": 1, "mirrorworks": 1, "mirthless": 3, "miscalculation": 1, "mischief": 5, "mischievous": 5, "miscreant": 1, "misdirection": 1, "mise": 1, "miser": 2, "misers": 1, "misery": 3, "misfortune": 4, "misfortunes": 1, "mishap": 1, "mishra": 33, "misshapen": 1, "missile": 2, "missing": 1, "mission": 3, "missionaries": 2, "missionary": 4, "misstep": 2, "mist": 15, "mistake": 1, "mistakes": 1, "mistbind": 1, "mistcutter": 1, "mistfire": 1, "mistfolk": 1, "mistform": 9, "mistgate": 1, "misthollow": 1, "mistmeadow": 1, "mistmoon": 1, "mists": 11, "miststalker": 1, "mistvault": 3, "mistvein": 1, "mistwalker": 1, "misty": 1, "misunderstood": 1, "mite": 7, "miter": 1, "mites": 1, "mithral": 1, "mitotic": 2, "mizzet": 4, "mizzium": 5, "mnemonic": 4, "moa": 1, "moag": 1, "moan": 1, "moaning": 2, "moat": 3, "mob": 13, "mobile": 2, "mobilization": 1, "mobilize": 1, "mobilized": 2, "mobilizer": 1, "mobster": 1, "mockery": 6, "mocking": 4, "moderation": 1, "modern": 1, "modernity": 4, "modification": 2, "modify": 1, "modular": 1, "module": 3, "mogg": 16, "moggcatcher": 1, "mogis": 10, "moira": 1, "mold": 4, "molder": 3, "moldering": 1, "moldervine": 2, "moldgraf": 3, "mole": 4, "molimo": 1, "moloch": 3, "molten": 21, "moltensteel": 1, "molting": 2, "moment": 10, "momentary": 1, "moments": 1, "momentum": 2, "momir": 2, "monarch": 4, "monastery": 5, "mondrak": 3, "mondronen": 1, "money": 1, "moneychanger": 1, "mongoose": 2, "mongrel": 3, "monitor": 10, "monk": 20, "monkey": 4, "monolith": 3, "monologue": 1, "monomania": 1, "monoskelion": 1, "monoxa": 1, "mons": 6, "monsoon": 1, "monster": 17, "monsters": 2, "monstrify": 1, "monstrosaur": 1, "monstrosity": 9, "monstrous": 7, "month": 1, "monument": 10, "monumental": 1, "moodmark": 1, "moon": 30, "moonbow": 1, "moondrakes": 1, "moonfolk": 3, "moonglove": 3, "moonhold": 1, "moonlace": 1, "moonlight": 3, "moonlit": 3, "moonmist": 1, "moonrage": 1, "moonrager": 1, "moonring": 2, "moonrise": 4, "moons": 1, "moonscarred": 1, "moonshae": 1, "moonsilver": 3, "moonsnare": 1, "moonveil": 3, "moonvessel": 1, "moor": 2, "moorish": 1, "moorland": 2, "moors": 2, "moradin": 3, "moraine": 1, "morale": 4, "morality": 1, "moratorium": 1, "moraug": 2, "moray": 1, "morbid": 5, "mordenkainen": 5, "more": 3, "morgue": 4, "morinfen": 2, "moriok": 4, "moritte": 1, "morkrut": 3, "morning": 2, "morningstar": 2, "morningtide": 1, "mornsong": 2, "morophon": 1, "morphic": 2, "morphling": 1, "mors": 2, "morsel": 1, "morselhoarder": 1, "mortal": 5, "mortality": 5, "mortals": 2, "mortarion": 1, "mortarpod": 1, "mortars": 1, "mortician": 1, "mortify": 1, "mortipede": 1, "mortiphobia": 1, "mortis": 2, "mortuary": 2, "mortus": 1, "mosquito": 1, "moss": 8, "mossbeard": 1, "mossbridge": 1, "mosscoat": 1, "mossdog": 2, "mossfire": 2, "mosstodon": 1, "mosswort": 1, "most": 3, "moth": 3, "mother": 7, "mothrider": 4, "moths": 1, "motion": 3, "motivator": 1, "motives": 1, "motorist": 1, "mound": 1, "mount": 6, "mountain": 13, "mountaineer": 1, "mounted": 2, "mourner": 1, "mournful": 1, "mourning": 5, "mournwhelk": 1, "mournwillow": 1, "mouser": 1, "mouth": 3, "move": 1, "mover": 1, "mowu": 1, "mox": 13, "mr": 4, "mtenda": 2, "mu": 2, "muck": 3, "muckdraggers": 1, "mucklord": 1, "muckwader": 1, "mudbrawler": 2, "mudbutton": 1, "mudhole": 1, "mudslide": 1, "mugger": 1, "mugging": 1, "mukotai": 2, "mul": 2, "mulch": 1, "muldrak": 1, "muldrotha": 1, "mulldrifter": 2, "multani": 6, "multi": 1, "multiclass": 1, "multifarious": 1, "multitudes": 1, "multiverse": 5, "mummy": 8, "munda": 2, "mundungu": 1, "mungha": 1, "munitions": 2, "murad": 1, "muraganda": 2, "muralists": 1, "murasa": 8, "murder": 8, "murderer": 1, "murderous": 6, "murgish": 1, "murk": 2, "murkdiver": 1, "murkfiend": 1, "murktide": 3, "murkwater": 2, "murlodont": 1, "murmuring": 3, "murmurs": 3, "muscle": 4, "muse": 10, "musher": 1, "musician": 1, "musketeer": 1, "mutagenic": 1, "mutant": 3, "mutation": 11, "mutavault": 1, "mutineer": 1, "mutiny": 3, "mutual": 2, "muxus": 1, "muzzio": 2, "muzzle": 1, "mwonvuli": 4, "my": 16, "mycoderm": 1, "mycodrax": 1, "mycoid": 1, "mycologist": 1, "mycoloth": 1, "mycon": 1, "myconid": 4, "mycosynth": 3, "myojin": 13, "myr": 41, "myra": 4, "myrel": 1, "myriad": 2, "myriarch": 1, "myrkul": 6, "myrsmith": 1, "mysteries": 4, "mysterious": 4, "mystery": 4, "mystic": 47, "mystical": 2, "mystics": 3, "mystifying": 1, "myth": 4, "mythos": 5, "m\u00e1rton": 1, "n": 4, "naar": 2, "naban": 1, "nabber": 2, "nabob": 2, "nacatl": 5, "nacre": 1, "nadaar": 1, "nadier": 2, "nadir": 1, "nael": 3, "nafs": 1, "naga": 9, "nagao": 1, "nagging": 1, "naginata": 1, "nahiri": 12, "naiad": 2, "naiads": 1, "nail": 1, "najal": 3, "najeela": 1, "naked": 1, "naktamun": 2, "nalaar": 2, "nalfeshnee": 1, "nalia": 1, "nam": 5, "name": 4, "nameless": 4, "nanny": 1, "nantuko": 12, "naomi": 3, "nap": 1, "nar": 2, "narcissism": 1, "narcomoeba": 1, "narfi": 4, "narnam": 2, "narrow": 1, "narset": 4, "narstad": 1, "naru": 1, "narwhal": 1, "nascency": 1, "nascent": 1, "nashi": 3, "nassari": 1, "nassif": 2, "nath": 3, "natterknolls": 2, "natural": 7, "naturalist": 3, "naturalists": 1, "naturalize": 1, "nature": 30, "naught": 2, "naughty": 2, "nausea": 1, "nauseam": 1, "nautiloid": 3, "nautilus": 1, "nav": 1, "navigation": 1, "navigator": 7, "naya": 7, "nayan": 1, "nazahn": 2, "near": 1, "nearby": 1, "nearheath": 2, "nebelgast": 4, "nebuchadnezzar": 1, "nebula": 1, "neck": 2, "neckbreaker": 1, "necra": 1, "necravolver": 1, "necrite": 1, "necro": 2, "necrobite": 1, "necroblossom": 1, "necroduality": 1, "necrogen": 6, "necrogenesis": 1, "necrogenius": 3, "necrogoyf": 3, "necrolisk": 1, "necrologia": 1, "necromancer": 14, "necromancy": 1, "necromantic": 3, "necromass": 3, "necromaster": 1, "necromentia": 1, "necron": 3, "necropanther": 1, "necroplasm": 1, "necropod": 1, "necropolis": 8, "necropotence": 2, "necropouncer": 1, "necrosavant": 1, "necroskitter": 1, "necrosquito": 1, "necrosynthesis": 1, "necrotic": 4, "necrotitan": 1, "nectar": 2, "nectarpot": 1, "nectars": 1, "need": 3, "needle": 4, "needlebite": 1, "needlebug": 1, "needles": 1, "needleshot": 1, "needlethorn": 1, "needleverge": 3, "neera": 3, "nef": 1, "nefarious": 2, "nefarox": 2, "nefashu": 1, "negan": 1, "negate": 3, "negation": 1, "negative": 1, "negator": 2, "neglected": 1, "negotiations": 2, "negotiator": 4, "negotiators": 1, "neheb": 2, "neko": 1, "nekrataal": 1, "nekusar": 1, "nel": 2, "nema": 1, "nemata": 1, "nemesis": 11, "neoform": 1, "neonate": 2, "nephalia": 11, "nephilim": 4, "nerf": 1, "nessian": 7, "nest": 7, "nested": 4, "nesting": 1, "net": 6, "netcaster": 1, "nether": 3, "netherborn": 2, "netherese": 1, "nethroi": 1, "netsuke": 2, "netter": 1, "nettle": 1, "nettlecyst": 1, "nettletooth": 1, "nettlevine": 1, "nettling": 1, "network": 7, "neural": 1, "neurok": 6, "neutralize": 1, "neutralizing": 1, "never": 1, "neverending": 1, "nevermaker": 1, "nevermore": 1, "neverwinter": 4, "nevil": 1, "nevinyrral": 2, "new": 14, "newsie": 1, "newt": 2, "nexos": 1, "next": 1, "nexus": 12, "neyali": 1, "neyam": 1, "neyith": 1, "nezahal": 1, "nezumi": 6, "niambi": 2, "nibbler": 1, "nibblers": 1, "niblis": 4, "nice": 1, "nicol": 5, "nicolas": 2, "night": 42, "nightbird": 1, "nightblade": 2, "nightclub": 1, "nightcreep": 1, "nighteyes": 1, "nightfall": 1, "nightguard": 1, "nighthawk": 4, "nighthaze": 1, "nighthowler": 1, "nightly": 1, "nightmare": 23, "nightmares": 4, "nightmarish": 1, "nightpack": 1, "nightscape": 4, "nightshade": 6, "nightsinger": 1, "nightsky": 1, "nightsnare": 1, "nightsoil": 1, "nightsquad": 1, "nightstalker": 5, "nightstalkers": 1, "nightveil": 4, "nightwatch": 2, "nightwind": 1, "nightwing": 2, "nihil": 2, "nihilith": 1, "nihiloor": 1, "nikara": 1, "niko": 3, "nikya": 1, "nim": 10, "nimana": 3, "nimble": 7, "nimbleclaw": 1, "nimbus": 5, "nimraiser": 1, "nin": 3, "nine": 5, "ninja": 7, "ninth": 1, "nip": 1, "nipper": 1, "nirkana": 3, "nishoba": 2, "nissa": 23, "niv": 3, "niveous": 1, "nivix": 3, "nivmagus": 1, "nixilis": 9, "no": 12, "nobilis": 1, "noble": 17, "nocturnal": 2, "nocturnus": 3, "nodorog": 2, "noggin": 1, "noggle": 4, "noise": 1, "nomad": 6, "nomadic": 1, "nomads": 2, "non": 1, "noose": 2, "norika": 1, "norin": 1, "normal": 1, "norn": 12, "norritt": 1, "north": 2, "northern": 1, "norwood": 5, "nosferatu": 1, "nostalgic": 1, "nosy": 1, "not": 3, "note": 1, "notebook": 1, "nothic": 2, "nothing": 2, "nothingness": 1, "notion": 1, "notions": 1, "notorious": 2, "nourish": 1, "nourisher": 2, "nourishment": 1, "nova": 3, "novice": 4, "novijen": 2, "now": 4, "nowhere": 2, "noxious": 12, "noyan": 1, "nucklavee": 1, "nuijten": 1, "nuisance": 2, "null": 7, "nullhide": 1, "nullifier": 1, "nullify": 1, "nullmage": 1, "nullpriest": 1, "nulls": 1, "nullstone": 1, "nulltread": 1, "numa": 1, "numai": 1, "number": 2, "numbers": 1, "numbing": 2, "nurgle": 3, "nurse": 1, "nursery": 1, "nurturer": 3, "nurturing": 4, "nut": 1, "nuts": 1, "nykthos": 2, "nylea": 8, "nymris": 1, "nyx": 8, "nyxathid": 1, "nyxborn": 8, "o": 12, "oaf": 2, "oak": 12, "oaken": 3, "oakenform": 1, "oakenshield": 1, "oakgnarl": 1, "oakhame": 2, "oakheart": 1, "oaks": 2, "oakshade": 1, "oashra": 1, "oasis": 3, "oath": 19, "oathsworn": 6, "ob": 9, "obedience": 1, "obeka": 1, "obelisk": 9, "object": 1, "obligation": 1, "obligator": 1, "obliterate": 1, "obliterating": 1, "obliterator": 1, "oblivion": 9, "oboro": 6, "obosh": 1, "obscura": 13, "obscuring": 2, "observant": 1, "observer": 9, "obsession": 3, "obsessive": 5, "obsianus": 1, "obsidian": 5, "obsolescence": 1, "obsolete": 1, "obstinacy": 1, "obstinate": 2, "obstruction": 1, "obstructionist": 1, "obuun": 1, "obzedat": 3, "occult": 1, "occultist": 2, "occurred": 1, "oceans": 1, "oceanus": 1, "ochran": 1, "ochre": 2, "octavia": 1, "octo": 1, "octoprophet": 1, "octopus": 7, "ocular": 1, "oculus": 3, "oddity": 2, "oddly": 1, "odds": 3, "oddsmaker": 1, "odious": 3, "odo": 1, "odric": 7, "odunos": 2, "odylic": 1, "of": 2824, "off": 3, "offalsnout": 1, "offense": 1, "offensive": 2, "offer": 3, "offering": 15, "officer": 6, "official": 1, "officiant": 1, "offshoot": 1, "oggyar": 1, "oghma": 1, "oglor": 1, "ognis": 1, "ogre": 51, "ogress": 1, "ohabi": 1, "ohran": 2, "oil": 6, "ojanen": 5, "oji": 1, "ojutai": 13, "okaun": 1, "oketra": 7, "okiba": 3, "okina": 1, "okk": 1, "oko": 4, "ol": 1, "olag": 1, "old": 17, "oldest": 1, "oligarch": 1, "olivia": 13, "ollenbock": 2, "oloro": 1, "omega": 1, "omen": 9, "omenkeel": 1, "omenpaths": 1, "omenreader": 1, "omens": 1, "ominous": 5, "omnath": 7, "omnipotence": 1, "omnipotent": 2, "omniscience": 1, "omnispell": 1, "omnivore": 4, "on": 16, "onakke": 3, "once": 3, "ondu": 8, "one": 53, "oneiromancer": 1, "oneirophage": 1, "ones": 2, "ongoing": 1, "oni": 10, "only": 4, "onna": 4, "onslaught": 9, "onward": 1, "onyx": 3, "oona": 7, "ooze": 18, "opal": 7, "opalescence": 1, "opaline": 2, "open": 12, "opening": 1, "operative": 7, "ophidian": 1, "ophiomancer": 1, "opportunist": 5, "opportunistic": 1, "opposition": 2, "oppressive": 1, "oppressor": 1, "opt": 1, "optical": 1, "optimizer": 1, "optimus": 2, "opulence": 2, "opulent": 1, "opus": 3, "or": 6, "oracle": 25, "oracles": 1, "orah": 3, "oran": 5, "orangutan": 1, "orator": 4, "oraxid": 1, "orazca": 6, "orb": 14, "orbs": 1, "orc": 3, "orca": 1, "orchard": 5, "orcish": 17, "orcs": 2, "orcus": 2, "ordeal": 5, "order": 26, "orders": 3, "ordinary": 1, "ordruun": 2, "ore": 2, "oread": 2, "oreads": 1, "oreskos": 4, "orfeo": 4, "organ": 3, "organic": 1, "orgg": 2, "oriflamme": 1, "origin": 4, "origins": 3, "orim": 5, "oriq": 4, "oriss": 1, "orm": 1, "ormendahl": 1, "ormos": 1, "orms": 1, "ornament": 1, "ornate": 1, "ornery": 3, "ornithopter": 2, "orochi": 7, "orrery": 2, "orthion": 1, "orthodoxy": 2, "orvar": 3, "oryx": 1, "orzhov": 12, "orzhova": 3, "osgir": 1, "osprey": 2, "ossification": 1, "ossuary": 2, "ostracize": 1, "oswald": 1, "otaria": 1, "otarian": 1, "otawara": 1, "otepec": 1, "otharri": 1, "othelm": 1, "other": 2, "otherworld": 1, "otherworldly": 5, "otrimi": 1, "otter": 2, "oubliette": 1, "ouphe": 3, "oust": 1, "out": 15, "outbreak": 1, "outburst": 5, "outcast": 11, "outcasts": 2, "outfitter": 2, "outland": 3, "outlander": 5, "outlands": 1, "outlaw": 5, "outlaws": 1, "outmaneuver": 1, "outmuscle": 1, "outnumber": 1, "outpost": 4, "outrage": 2, "outrider": 17, "outwit": 1, "ovalchase": 2, "over": 7, "overabundance": 1, "overbeing": 1, "overblaze": 1, "overburden": 1, "overcharged": 1, "overcome": 1, "overdark": 1, "overeager": 1, "overflowing": 1, "overgrown": 7, "overgrowth": 2, "overlaid": 1, "overlay": 1, "overload": 1, "overlord": 11, "overmaster": 1, "override": 1, "overrule": 1, "overrun": 1, "overseer": 13, "oversimplify": 1, "overslime": 1, "oversold": 1, "overwhelm": 1, "overwhelmed": 2, "overwhelming": 8, "ovika": 1, "ovinize": 1, "ovinomancer": 1, "ow": 1, "owl": 8, "owlbear": 8, "owlin": 1, "own": 3, "ox": 9, "oxid": 1, "oxidda": 4, "oxidize": 1, "oyaminartok": 1, "oyster": 1, "ozolith": 1, "pacification": 1, "pacifism": 1, "pack": 30, "package": 2, "packbeast": 3, "packhunter": 1, "packleader": 2, "packmaster": 1, "packmate": 4, "packsong": 1, "pact": 16, "pactbound": 1, "pactweaver": 3, "page": 2, "pain": 10, "painbringer": 1, "paincaster": 1, "painful": 4, "painsmith": 1, "paint": 1, "painted": 2, "painter": 7, "paintermage": 1, "pair": 4, "paired": 1, "pala": 1, "palace": 9, "palaces": 1, "paladin": 39, "pale": 4, "paleoloth": 1, "paliano": 3, "palinchron": 1, "palisade": 1, "pall": 1, "palladia": 2, "pallbearer": 1, "palliation": 1, "palliator": 1, "pallid": 1, "pallimud": 1, "palm": 1, "panacea": 1, "pandemonium": 2, "pang": 1, "panglacial": 1, "pangolin": 3, "pangosaur": 1, "panharmonicon": 1, "panic": 3, "panicked": 1, "panoptic": 1, "panopticon": 1, "panorama": 5, "pantheon": 3, "panther": 5, "pants": 1, "paper": 1, "paperfin": 1, "paperwork": 1, "par": 1, "parade": 1, "paradigm": 1, "paradise": 7, "paradox": 3, "paragon": 18, "parallax": 5, "parallectric": 1, "parallel": 3, "paralysis": 2, "paralyze": 1, "paralyzing": 1, "paramnesia": 1, "paramount": 1, "paranoid": 3, "parapet": 2, "parasite": 3, "parasitic": 7, "paratrooper": 1, "paratroopers": 1, "parcel": 3, "parcelbeast": 1, "parch": 1, "pardic": 6, "parhelion": 2, "pariah": 3, "parish": 2, "park": 2, "parley": 1, "parnesse": 3, "paroxysm": 1, "parrot": 1, "parry": 1, "part": 3, "parter": 1, "parting": 2, "partisan": 4, "partition": 1, "partners": 1, "partnership": 1, "party": 11, "parun": 1, "paruns": 1, "pashalik": 3, "pass": 8, "passage": 11, "passageway": 1, "passion": 1, "passionate": 1, "passwall": 1, "past": 8, "pastcaller": 1, "pasture": 1, "pastures": 1, "patagia": 3, "patch": 3, "patchplate": 1, "patchwork": 2, "path": 27, "pathblazer": 1, "pathbreaker": 2, "pathcutter": 2, "pathetic": 1, "pathfinder": 1, "pathlighter": 4, "pathmage": 3, "pathmaker": 1, "paths": 1, "pathwarden": 1, "pathway": 26, "patient": 5, "patriar": 2, "patriarch": 5, "patrician": 5, "patrol": 27, "patron": 7, "pattern": 2, "patterns": 1, "paul": 2, "paupers": 1, "pause": 1, "pavel": 1, "pawn": 1, "pawnshop": 1, "paws": 3, "pay": 2, "payback": 1, "payment": 1, "pea": 1, "peace": 7, "peacekeeper": 5, "peacemaker": 1, "peacock": 1, "peafowl": 1, "peak": 3, "peaks": 2, "peanuts": 1, "pearl": 6, "pearled": 1, "pearls": 1, "peasants": 1, "peat": 1, "peatland": 1, "pedantic": 1, "peddler": 4, "peek": 1, "peel": 1, "peer": 5, "peerless": 2, "pegasus": 17, "pelagosaur": 1, "pelakka": 3, "pelt": 1, "pemmin": 1, "penance": 1, "pendant": 4, "pendelhaven": 1, "pendrell": 4, "pendulum": 3, "penitent": 4, "pennant": 1, "pennon": 1, "penregon": 2, "pensive": 1, "pentacle": 1, "pentad": 1, "pentagram": 1, "pentarch": 2, "pentavite": 1, "pentavus": 1, "penumbra": 4, "people": 2, "peppersmoke": 1, "perception": 1, "percher": 2, "perdition": 2, "peregrination": 1, "peregrine": 4, "perennial": 1, "perfect": 2, "perfected": 3, "perfection": 5, "perforator": 1, "performance": 2, "performer": 2, "peril": 2, "perilous": 7, "perimeter": 3, "perish": 1, "perished": 1, "permeating": 1, "pernicious": 1, "perplex": 1, "perplexing": 2, "perrie": 2, "persecute": 2, "persecutor": 1, "persist": 1, "persistent": 2, "personal": 4, "perspectives": 1, "persuasion": 3, "pest": 4, "pestermite": 1, "pestilence": 1, "pestilent": 2, "pests": 1, "pet": 7, "petal": 1, "petalmane": 1, "petals": 1, "petitioner": 1, "petitioners": 1, "petra": 1, "petradon": 1, "petrahydrox": 1, "petravark": 1, "petrified": 3, "petrifier": 1, "petroglyphs": 1, "pets": 1, "petty": 1, "pewter": 1, "ph": 1, "phabine": 3, "phage": 2, "phalanx": 13, "phandelver": 1, "phantasm": 9, "phantasmagorian": 1, "phantasmal": 7, "phantasms": 1, "phantatog": 1, "phantom": 19, "phantoms": 1, "pharagax": 1, "pharaoh": 8, "pharaohs": 1, "pharika": 7, "phase": 1, "phasing": 1, "pheasant": 1, "phelddagrif": 2, "phenax": 1, "pheres": 3, "philosopher": 3, "philosophy": 1, "phoberos": 1, "phobian": 1, "phoebe": 1, "phoenix": 28, "phone": 1, "phthisis": 1, "phylactery": 1, "phylath": 2, "phyresis": 3, "phyrexia": 10, "phyrexian": 82, "physician": 1, "physique": 1, "phytoburst": 1, "phytohydra": 2, "phytotitan": 1, "pia": 2, "pianna": 1, "pick": 5, "picker": 1, "pickpocket": 1, "pie": 6, "pieces": 3, "pierce": 2, "pierced": 1, "piercer": 3, "piercing": 4, "piety": 2, "pigeon": 1, "pigeons": 1, "pigment": 1, "pike": 1, "pikemaster": 1, "pikemen": 1, "piker": 2, "pile": 1, "piledriver": 1, "pilfered": 1, "pilferer": 4, "pilferers": 1, "pilfering": 2, "pilgrim": 16, "pilgrimage": 1, "pilgrims": 1, "pili": 1, "pillage": 3, "pillager": 2, "pillar": 11, "pillardrop": 2, "pillarfield": 1, "pillarverge": 3, "pillory": 1, "pilot": 6, "pin": 2, "pincer": 1, "pine": 3, "pinecrest": 1, "pinion": 1, "pinions": 2, "pink": 1, "pinnacle": 3, "pioneer": 4, "pious": 6, "piper": 8, "pippa": 1, "pir": 1, "piracy": 3, "piranha": 2, "piranhas": 1, "pirate": 7, "pirates": 5, "piru": 3, "piston": 2, "pistus": 1, "pit": 26, "pitchburn": 1, "pitchfork": 1, "pitchstone": 1, "pitfall": 1, "pith": 1, "pithing": 2, "pitiless": 4, "pitlord": 2, "pitmage": 1, "pits": 4, "pixie": 7, "pixies": 1, "pi\u00f1ata": 1, "places": 2, "plagiarize": 1, "plague": 29, "plaguebearer": 1, "plaguecrafter": 2, "plagued": 1, "plaguelord": 1, "plaguemaw": 1, "plain": 1, "plains": 6, "plan": 4, "planar": 15, "plane": 3, "planeswalker": 8, "planet": 3, "planetar": 1, "planewide": 2, "plank": 1, "planner": 2, "planning": 1, "plans": 8, "plant": 7, "plargg": 3, "plasm": 2, "plasma": 4, "plasmancer": 1, "plate": 7, "plateau": 1, "plated": 9, "plating": 3, "platinum": 4, "platoon": 1, "plax": 1, "plaxcaster": 1, "play": 6, "playable": 1, "player": 1, "playful": 1, "playground": 1, "plaza": 3, "plea": 3, "please": 1, "pledge": 5, "pledgemage": 3, "plenty": 2, "plot": 1, "plots": 2, "plotter": 2, "plow": 4, "plowbeast": 2, "plower": 1, "plowshares": 1, "ploy": 3, "plumb": 1, "plume": 3, "plumeveil": 1, "plummet": 1, "plunder": 6, "plundered": 1, "plunderer": 4, "plunderers": 1, "plundering": 2, "plunge": 1, "plus": 1, "poacher": 2, "pod": 2, "poet": 6, "point": 3, "pointed": 1, "pointy": 1, "poison": 8, "poisonbelly": 1, "poisoner": 2, "pokey": 1, "polar": 2, "polarity": 1, "polis": 1, "political": 1, "pollen": 3, "pollenbright": 1, "polluted": 4, "polluter": 1, "pollywog": 1, "poltergeist": 2, "polukranos": 4, "polymorph": 5, "polymorphist": 3, "polymorphous": 1, "polyraptor": 1, "ponder": 1, "pondering": 1, "pongify": 1, "pontiff": 3, "pony": 2, "ponyback": 1, "pool": 6, "pooling": 1, "pools": 3, "poplar": 1, "poppet": 4, "populace": 1, "popular": 1, "porcelain": 4, "porcuparrot": 1, "port": 6, "portal": 10, "portcullis": 1, "portent": 2, "portrait": 1, "portyr": 1, "possessed": 7, "possession": 5, "possibilities": 3, "possibility": 5, "post": 2, "postmortem": 1, "potential": 3, "potion": 2, "pouch": 1, "poultice": 1, "poultrygeist": 1, "pounce": 1, "pouncer": 4, "pouncing": 5, "pounder": 1, "powder": 5, "power": 35, "powerblade": 1, "powered": 3, "powerleech": 1, "powers": 2, "powerstone": 6, "pox": 1, "poxwalkers": 1, "practical": 1, "practiced": 1, "pradesh": 1, "praetor": 7, "praetorian": 1, "praetors": 2, "prahv": 3, "prairie": 4, "prakhata": 2, "prancer": 1, "prank": 1, "prankster": 1, "pranksters": 1, "prayer": 3, "prayers": 5, "preacher": 1, "precinct": 2, "precipitous": 2, "precision": 1, "precognition": 1, "precognitive": 1, "precursor": 3, "predation": 6, "predator": 23, "predators": 3, "predatory": 9, "predicament": 1, "predicaments": 1, "preeminent": 1, "preemptive": 1, "preferred": 1, "prejudice": 1, "prelate": 2, "premature": 1, "premises": 2, "preordain": 1, "preparations": 2, "prepare": 1, "prerogative": 1, "prescient": 1, "presence": 19, "present": 1, "preserve": 1, "preserver": 3, "press": 3, "pressure": 1, "preston": 1, "pretender": 4, "prevailer": 1, "prey": 8, "preypiercer": 1, "preyseizer": 1, "price": 6, "prickly": 2, "pride": 21, "pridemage": 1, "pridemalkin": 1, "pridemate": 1, "priest": 33, "priestess": 3, "primal": 30, "primalcrux": 1, "primarch": 2, "primaris": 2, "prime": 5, "primeval": 11, "primitive": 2, "primoc": 2, "primordial": 10, "primordials": 1, "primus": 2, "prince": 5, "princess": 4, "priority": 2, "prism": 6, "prismari": 8, "prismatic": 16, "prismite": 1, "prismwake": 1, "prison": 5, "prisoner": 2, "pristine": 3, "private": 1, "privilege": 1, "privileges": 1, "prize": 2, "prized": 3, "prizefight": 1, "prizefighter": 1, "probation": 1, "probe": 3, "problematic": 1, "procedure": 1, "procession": 5, "processor": 2, "proclamation": 2, "proctor": 2, "prodder": 1, "prodigal": 2, "prodigious": 1, "prodigy": 16, "production": 3, "profane": 7, "professional": 1, "professor": 8, "proficient": 1, "profit": 1, "profiteer": 1, "profusion": 1, "progenitor": 3, "progenitus": 3, "prognostic": 1, "progress": 11, "project": 5, "projection": 1, "prologue": 1, "promenade": 3, "promise": 5, "promised": 2, "promising": 1, "promotion": 1, "pronghorn": 1, "proofreader": 1, "propaganda": 1, "propagator": 1, "propeller": 1, "proper": 1, "prophecy": 6, "prophet": 11, "prophetic": 5, "prophets": 1, "proportions": 1, "proposal": 1, "prospector": 1, "prosper": 1, "prosperity": 2, "prosperous": 4, "prossh": 1, "prosthetic": 1, "protean": 4, "protect": 2, "protection": 17, "protector": 28, "protege": 2, "protester": 1, "proteus": 2, "protomatter": 1, "prototype": 6, "prototyper": 1, "proud": 2, "proven": 2, "provider": 1, "provinces": 2, "proving": 1, "provisioner": 1, "provocateur": 1, "provocation": 1, "provoke": 2, "prowess": 2, "prowl": 2, "prowler": 20, "prowling": 5, "proxy": 1, "prying": 2, "pseudamma": 1, "pseudodragon": 2, "psionic": 5, "psychatog": 1, "psyche": 1, "psychic": 19, "psychogenic": 1, "psychomancer": 1, "psychopath": 2, "psychosis": 3, "psychotic": 3, "psychotrope": 1, "pteramander": 1, "pterodon": 1, "pteron": 2, "public": 3, "publicist": 1, "puca": 3, "pugilist": 2, "pugnacious": 1, "pull": 4, "pulling": 1, "pulmonic": 1, "pulpit": 1, "pulse": 11, "pulsemage": 1, "pulverizer": 2, "puma": 2, "pummeler": 4, "pumpkin": 1, "punch": 2, "punchcard": 3, "puncture": 2, "puncturing": 2, "punish": 2, "punisher": 4, "punishment": 5, "puny": 1, "pup": 7, "pupil": 5, "pupils": 1, "puppet": 6, "puppeteer": 3, "puppetry": 1, "puppets": 1, "pure": 4, "pureblood": 1, "purebloods": 1, "purebred": 1, "purelace": 1, "puresight": 1, "puresteel": 1, "purestrain": 1, "purgatory": 1, "purge": 7, "purger": 1, "purification": 1, "purifier": 5, "purify": 1, "purifying": 5, "purists": 1, "purity": 4, "purphoros": 7, "purple": 3, "purpose": 2, "purraj": 1, "purse": 2, "pursue": 1, "pursued": 1, "pursuit": 8, "purveyor": 2, "pus": 1, "push": 1, "put": 1, "putrefaction": 1, "putrefy": 1, "putrescence": 1, "putrid": 6, "puzzle": 4, "puzzlebox": 1, "puzzleknot": 5, "puzzlemaker": 3, "pygmy": 5, "pyknite": 1, "pyleas": 1, "pyramid": 1, "pyramids": 1, "pyre": 8, "pyreling": 1, "pyretic": 1, "pyric": 1, "pyrite": 1, "pyroblast": 1, "pyroceratops": 1, "pyroclasm": 1, "pyroclast": 1, "pyroclastic": 2, "pyroconvergence": 1, "pyrodancer": 1, "pyrohelix": 1, "pyrohemia": 1, "pyromancer": 17, "pyromancy": 1, "pyromantic": 1, "pyromaster": 1, "pyromatics": 1, "pyrophobia": 1, "pyrostatic": 1, "pyrrhic": 2, "pyxis": 1, "q": 1, "qal": 3, "qarsi": 3, "qasali": 2, "qilin": 1, "quadropod": 1, "quag": 2, "quagmire": 2, "quagnoth": 1, "quakefoot": 1, "quan": 1, "quanar": 1, "quandary": 1, "quandrix": 11, "quarantine": 1, "quarry": 5, "quarter": 2, "quartermaster": 2, "quartermasters": 1, "quarters": 2, "quartzwood": 1, "quarum": 1, "quash": 1, "quasiduplicate": 1, "quasit": 1, "quay": 1, "queen": 28, "queller": 2, "quench": 1, "quenchable": 1, "quest": 11, "questing": 2, "question": 1, "questionable": 1, "questioning": 1, "questions": 1, "queue": 1, "queza": 3, "quick": 3, "quickchange": 1, "quicken": 1, "quickening": 1, "quickling": 1, "quicksand": 1, "quicksilver": 14, "quicksmith": 3, "quiet": 3, "quietus": 1, "quill": 4, "quilled": 3, "quillmane": 1, "quillograph": 1, "quillspike": 1, "quintorius": 2, "quirion": 5, "quiver": 1, "qumulox": 1, "quoz": 1, "r": 4, "rabbit": 3, "rabble": 5, "rabblemaster": 1, "rabid": 7, "race": 3, "racer": 1, "rack": 5, "racket": 1, "racketeer": 3, "racketeers": 1, "rackling": 1, "raconteur": 1, "rad": 1, "radagast": 1, "raddic": 1, "rade": 1, "radha": 6, "radiance": 5, "radiant": 17, "radiate": 1, "radiating": 1, "radical": 1, "radius": 1, "radix": 1, "radjan": 1, "rael": 1, "raff": 4, "raffine": 5, "rafiq": 3, "rafter": 1, "rag": 2, "ragamuffyn": 1, "ragavan": 2, "rage": 35, "ragebeast": 1, "rageblood": 1, "ragefire": 2, "ragemonger": 1, "ragemutt": 1, "rager": 9, "raggadragga": 1, "ragged": 2, "raging": 13, "ragnar": 1, "rags": 1, "ragworm": 1, "rahilda": 2, "raid": 4, "raider": 19, "raiders": 14, "raiding": 1, "raidmother": 1, "raiju": 1, "rain": 16, "rainbow": 3, "raine": 1, "rainforest": 1, "rainshaper": 1, "raise": 4, "raised": 2, "raiser": 2, "raiyuu": 4, "raka": 2, "rakavolver": 1, "rakdos": 23, "rake": 1, "rakeclaw": 1, "raker": 2, "raking": 1, "rakish": 4, "rakka": 1, "raksha": 2, "rakshasa": 7, "ral": 8, "rally": 12, "rallying": 1, "ram": 5, "rambler": 2, "ramirez": 3, "ramos": 6, "ramosian": 7, "rampage": 5, "rampager": 2, "rampaging": 5, "rampant": 2, "rampart": 4, "ramparts": 2, "ramroller": 1, "ramses": 2, "ramunap": 2, "rancid": 2, "rancor": 1, "randy": 2, "range": 3, "ranger": 29, "rangers": 2, "ranging": 1, "rank": 3, "rankle": 1, "ranks": 6, "rannet": 1, "ransack": 2, "ransacker": 2, "ransom": 2, "rapacious": 1, "raphael": 5, "rapid": 2, "rapier": 1, "rappelling": 1, "rapport": 1, "raptor": 24, "raptors": 2, "rare": 1, "rasaad": 6, "rascal": 2, "rashida": 1, "rashka": 1, "rasputin": 1, "rat": 10, "ratadrabik": 1, "ratcatcher": 1, "ratchet": 3, "rath": 7, "rathi": 5, "ratio": 1, "rats": 25, "ratter": 1, "rattle": 2, "rattlechains": 1, "raugrin": 1, "ravager": 13, "ravagers": 1, "ravages": 1, "ravaging": 2, "ravel": 1, "raveler": 1, "raven": 14, "ravener": 1, "ravengard": 1, "ravenloft": 1, "ravenous": 21, "ravine": 1, "raving": 2, "ravings": 2, "ravnica": 3, "ravos": 1, "ray": 12, "rayami": 1, "rayne": 1, "rays": 3, "razaketh": 2, "raze": 4, "razer": 3, "razerunners": 1, "razia": 1, "razing": 1, "razor": 4, "razorback": 1, "razorclaw": 1, "razorfield": 2, "razorfin": 2, "razorfoot": 1, "razorjaw": 1, "razorlash": 3, "razormane": 1, "razormaw": 1, "razors": 1, "razortide": 3, "razortip": 1, "razortooth": 1, "razorverge": 1, "re": 7, "reach": 11, "reaches": 4, "reaction": 1, "reactor": 1, "read": 3, "reader": 2, "ready": 2, "real": 2, "realities": 1, "reality": 21, "realization": 1, "realized": 1, "realm": 15, "realmbreaker": 2, "realms": 3, "realmwalker": 1, "realmwright": 1, "reanimate": 1, "reanimator": 1, "reap": 5, "reaper": 18, "reaping": 3, "reason": 5, "reassembling": 1, "reaver": 16, "reavers": 4, "rebbec": 1, "rebel": 4, "rebellion": 1, "rebellious": 1, "rebirth": 15, "reborn": 7, "rebound": 1, "rebuff": 4, "rebuild": 3, "rebuilding": 1, "rebuke": 8, "rebuking": 1, "rebuttal": 3, "recalibrate": 3, "recall": 3, "recantation": 1, "recharge": 1, "reciprocate": 1, "reckless": 27, "reckoner": 5, "reckoning": 8, "reclaim": 4, "reclaimer": 4, "reclaiming": 1, "reclamation": 12, "recluse": 17, "reclusive": 3, "recollect": 1, "recombinator": 1, "recombiner": 1, "recommission": 1, "reconfiguration": 1, "reconnaissance": 3, "reconstruct": 1, "reconstructed": 1, "reconstruction": 2, "reconstructor": 1, "record": 1, "recoup": 1, "recover": 1, "recovery": 4, "recross": 1, "recruit": 5, "recruiter": 8, "recruitment": 2, "recruits": 1, "rector": 2, "recumbent": 1, "recurring": 2, "recycla": 1, "recycler": 2, "red": 23, "redcap": 4, "redeem": 2, "redeemed": 1, "redeemer": 4, "redemption": 2, "redirect": 1, "redirection": 1, "reduce": 4, "redwood": 1, "reef": 5, "reejerey": 1, "referee": 1, "refibrillator": 1, "refined": 3, "refiner": 1, "refinery": 1, "reflect": 2, "reflecting": 2, "reflection": 12, "reflections": 4, "reflector": 2, "reflex": 1, "reflexes": 3, "refocus": 1, "reforge": 1, "reforged": 2, "reformation": 1, "refraction": 1, "refractor": 2, "refrain": 2, "refresh": 1, "refreshing": 1, "refuge": 6, "refugee": 1, "refurbish": 1, "refusal": 1, "refuse": 3, "regal": 4, "regalia": 1, "regathan": 1, "regenerate": 1, "regeneration": 1, "regent": 12, "regicide": 1, "regimen": 1, "regisaur": 2, "regna": 2, "regress": 1, "regret": 1, "regrowth": 3, "regulator": 3, "reid": 2, "reidane": 2, "reign": 4, "reignited": 2, "reikai": 2, "reincarnated": 1, "reincarnation": 3, "reinforced": 2, "reinforcements": 11, "reins": 4, "reinterpret": 1, "reiterate": 1, "reito": 3, "reject": 2, "rejection": 4, "rejuvenating": 1, "rejuvenation": 2, "rejuvenator": 5, "reki": 1, "relearn": 1, "release": 5, "relentless": 9, "relic": 14, "reliquary": 3, "rem": 3, "remains": 2, "remand": 1, "remark": 1, "remedies": 1, "remedy": 2, "remembered": 1, "remembrance": 2, "reminder": 1, "reminisce": 1, "remnant": 3, "remodel": 1, "remora": 1, "remorse": 4, "remorseful": 1, "remorseless": 1, "remote": 1, "removal": 1, "remove": 3, "ren": 1, "renaissance": 1, "renari": 2, "renata": 1, "rend": 4, "rendclaw": 1, "render": 5, "rendezvous": 1, "rending": 2, "renegade": 17, "renewal": 9, "renewed": 1, "renewer": 1, "renewing": 2, "renn": 1, "renounce": 1, "renowned": 2, "renunciation": 1, "rep": 1, "repair": 1, "repay": 1, "repeal": 2, "repeated": 1, "repeating": 1, "repel": 7, "repentance": 1, "repentant": 2, "repentia": 1, "repercussion": 1, "repetition": 1, "replenish": 1, "replica": 8, "replicate": 1, "replicated": 1, "replicating": 1, "replication": 3, "replicator": 4, "repopulate": 1, "repository": 3, "repossession": 2, "representative": 1, "reprieve": 2, "reprisal": 2, "reproach": 1, "reprobation": 1, "reprocess": 1, "reptilian": 1, "repudiate": 1, "repulse": 1, "repurposing": 1, "requiem": 2, "required": 1, "requisitioner": 2, "reroute": 1, "rescind": 1, "rescue": 6, "rescuer": 6, "resculpt": 1, "research": 11, "researcher": 7, "researchers": 1, "reserve": 1, "reserves": 2, "reservoir": 6, "reset": 1, "reshape": 2, "reshaper": 1, "resilient": 3, "resistance": 14, "resister": 1, "resolute": 13, "resolve": 6, "resonance": 2, "resonator": 1, "resounding": 3, "resourceful": 2, "resources": 2, "respect": 1, "respite": 3, "resplendent": 9, "responder": 1, "response": 6, "rest": 8, "restless": 8, "restoration": 14, "restore": 2, "restorer": 1, "restrain": 1, "restraint": 1, "restraints": 3, "resupply": 1, "resurgence": 4, "resurrected": 1, "resurrection": 2, "resurrector": 3, "resuscitate": 1, "retainer": 2, "retainers": 2, "retaliate": 1, "retaliation": 1, "retaliator": 1, "retether": 1, "retort": 1, "retraction": 1, "retreat": 6, "retribution": 11, "retributive": 1, "retrieval": 6, "retrieve": 4, "retriever": 5, "retrofitter": 2, "retromancer": 1, "return": 27, "returned": 9, "returns": 1, "reunion": 3, "reunited": 1, "revealer": 1, "revealing": 4, "reveille": 1, "reveka": 1, "revel": 7, "revelation": 13, "reveler": 9, "revelers": 4, "revelry": 2, "revels": 5, "revelsong": 1, "revenant": 7, "revenge": 9, "reverberate": 1, "reverberation": 2, "revered": 3, "reverent": 5, "reversal": 9, "reverse": 3, "revitalize": 3, "revival": 10, "revivalist": 1, "revive": 2, "revivify": 1, "reviving": 2, "revoke": 2, "revoker": 1, "revolt": 2, "revolution": 1, "revolutionary": 2, "revolutionist": 1, "revue": 1, "reward": 8, "rewards": 2, "reweave": 1, "rewind": 1, "rex": 3, "reya": 1, "reyhan": 1, "rhet": 1, "rhetoric": 2, "rhino": 10, "rhizome": 1, "rhonas": 5, "rhox": 11, "rhuk": 1, "rhys": 2, "rhystic": 7, "rhythmic": 1, "ria": 3, "rib": 1, "ribbon": 2, "ribbons": 3, "ribskiff": 1, "rich": 3, "richard": 1, "riches": 4, "ricochet": 3, "riddle": 1, "riddlekeeper": 1, "riddlemaster": 1, "riddles": 1, "riddlesmith": 1, "ride": 5, "rider": 30, "riders": 9, "ridge": 9, "ridgeback": 1, "ridgeline": 2, "ridges": 3, "ridgescale": 1, "ridgetop": 1, "ridgewolf": 2, "riding": 2, "rief": 5, "rift": 10, "riftcutter": 1, "riftmarked": 1, "riftsweeper": 1, "riftwalker": 1, "riftwatcher": 1, "rig": 4, "rigger": 4, "rigging": 1, "right": 2, "righteous": 13, "righteousness": 2, "rigo": 1, "rile": 1, "rilsa": 1, "rime": 1, "rimebound": 1, "rimefeather": 1, "rimehorn": 1, "rimerunner": 1, "rimescale": 1, "rimeshield": 1, "rimestaff": 1, "rimewall": 1, "rimewind": 3, "rimewood": 1, "ring": 23, "ringed": 1, "ringer": 1, "ringers": 1, "ringhart": 1, "ringleader": 2, "rings": 2, "ringskipper": 1, "rionya": 1, "riot": 6, "rioter": 1, "rioters": 2, "rip": 2, "riphook": 1, "riposte": 1, "ripper": 5, "ripscale": 1, "riptide": 13, "rise": 17, "risen": 6, "rishadan": 6, "rishkar": 1, "rising": 10, "risk": 1, "risky": 1, "risona": 3, "rite": 14, "riteknife": 1, "rites": 13, "rith": 5, "ritual": 24, "ritualist": 5, "rivalry": 2, "rivals": 2, "rivaz": 3, "riven": 1, "river": 23, "riverfall": 1, "riverglide": 1, "riverwheel": 1, "riverwinder": 1, "riveteers": 5, "riveting": 1, "rivulet": 1, "rix": 4, "roach": 1, "road": 9, "roadside": 1, "roalesk": 1, "roaming": 1, "roar": 18, "roaring": 5, "roastmaster": 1, "rob": 2, "robaran": 1, "robber": 12, "robbers": 1, "robe": 4, "robo": 2, "robot": 3, "roc": 8, "rock": 9, "rockcaster": 1, "rocket": 4, "rockshard": 1, "rockslide": 3, "rocky": 1, "rod": 4, "rodolf": 1, "rofellos": 2, "rograkh": 1, "rogue": 22, "rogues": 3, "rohgahh": 4, "roil": 7, "roiling": 3, "roilmage": 4, "rokiric": 2, "role": 1, "roll": 2, "roller": 1, "rollick": 2, "rollicker": 1, "rollicking": 1, "rolling": 4, "rom\u00e3o": 1, "rona": 2, "ronin": 7, "ronom": 2, "rooftop": 2, "rookie": 1, "room": 1, "roost": 2, "root": 9, "rootborn": 1, "rootbound": 1, "rootbreaker": 1, "rootcaster": 1, "rootcoil": 1, "rootcutters": 1, "rootgrapple": 1, "rootha": 3, "roothold": 1, "rooting": 1, "rootless": 1, "rootpath": 1, "roots": 7, "rootwalla": 4, "rootwater": 7, "rootweaver": 2, "rootwire": 1, "rope": 2, "roper": 3, "rorix": 1, "rose": 4, "rosemane": 1, "rosethorn": 2, "rosette": 1, "rosnakht": 1, "rot": 13, "rotation": 1, "rotbeast": 1, "rotbelly": 1, "rotcleaver": 1, "roterothopter": 1, "rotfeaster": 1, "rothga": 1, "rotlung": 1, "rotpriest": 1, "rotted": 3, "rottenheart": 1, "rotting": 5, "rotwidow": 1, "rotwurm": 1, "rough": 1, "roughrider": 1, "round": 1, "rouse": 2, "rouser": 1, "rousing": 2, "roustabout": 1, "route": 2, "routes": 2, "roving": 2, "row": 1, "rowan": 8, "rowdy": 1, "roxi": 1, "royal": 9, "rrik": 1, "ruadach": 1, "rubber": 1, "rubble": 2, "rubbleback": 1, "rubblebelt": 5, "rubblefort": 1, "rubblehulk": 1, "rubin": 2, "ruby": 1, "rude": 1, "ruel": 2, "ruff": 1, "ruffian": 2, "ruffians": 1, "rug": 1, "rugged": 2, "ruhan": 1, "ruin": 42, "ruination": 3, "ruinator": 1, "ruinblaster": 1, "ruiner": 2, "ruinous": 5, "ruins": 13, "rukh": 2, "rule": 2, "rules": 1, "rulik": 1, "rumble": 1, "rumbler": 2, "rumbling": 6, "rummaging": 2, "rumor": 3, "rumors": 1, "run": 15, "runadi": 1, "runaway": 4, "rune": 19, "runeaxe": 1, "runebinder": 1, "runeboggle": 1, "runebound": 1, "runecaster": 1, "runechanter": 2, "runeclaw": 1, "runed": 5, "runeflare": 1, "runehorn": 1, "runemark": 4, "runes": 3, "runestone": 1, "runesword": 1, "runewing": 1, "runic": 3, "runner": 19, "runners": 1, "runo": 3, "rupture": 1, "ruric": 1, "rusalka": 4, "ruse": 4, "rush": 10, "rushed": 1, "rusher": 1, "rushing": 1, "rushwood": 5, "russet": 1, "rust": 7, "rusted": 1, "rustic": 1, "rustrazor": 1, "rustspore": 1, "rustvale": 1, "rustvine": 1, "ruthless": 11, "rutstein": 1, "ruxa": 1, "rysorian": 1, "ryusei": 2, "r\u00fbf": 1, "s": 1527, "sabboth": 1, "saber": 2, "saberclaw": 1, "sabertooth": 7, "sable": 2, "sabotage": 1, "saboteur": 1, "sabretooth": 1, "sac": 1, "sacellum": 2, "sachi": 1, "sacrament": 3, "sacred": 16, "sacrifice": 5, "saddle": 2, "saddleback": 1, "saddlebags": 1, "saddlebrute": 2, "sadistic": 7, "safana": 1, "safe": 3, "safeguard": 6, "safehold": 3, "safehouse": 1, "safekeeper": 1, "safekeeping": 1, "safety": 3, "safewright": 1, "saffi": 1, "saga": 1, "sage": 40, "sages": 2, "sagittars": 2, "sagu": 2, "sah": 1, "saheeli": 6, "sahr": 1, "sai": 2, "saiba": 2, "said": 1, "sail": 1, "sailback": 3, "sailor": 3, "sailors": 1, "sails": 1, "saint": 3, "sainted": 1, "saji": 1, "sakashima": 6, "sakiko": 1, "sakura": 3, "salamander": 4, "salt": 6, "saltblast": 1, "saltcrusted": 1, "saltfield": 1, "saltskitter": 1, "saltwater": 1, "salvage": 9, "salvaged": 1, "salvager": 4, "salvagers": 1, "salvaging": 1, "salvation": 2, "salve": 1, "salvo": 4, "sam": 1, "sambar": 1, "samite": 8, "sampler": 1, "samurai": 14, "samut": 3, "samwise": 1, "san": 1, "sanctified": 1, "sanctifier": 9, "sanctifiers": 1, "sanctify": 1, "sanctimony": 1, "sanction": 2, "sanctions": 2, "sanctity": 1, "sanctuary": 30, "sanctum": 21, "sand": 11, "sandals": 2, "sandbar": 3, "sandblast": 1, "sandcrafter": 1, "sands": 15, "sandscout": 1, "sandskin": 1, "sandsower": 1, "sandstalker": 1, "sandsteppe": 4, "sandstone": 5, "sandstorm": 5, "sandswimmer": 1, "sandwalla": 1, "sandwich": 1, "sandwurm": 2, "sangrite": 2, "sangromancer": 1, "sangrophage": 1, "sanguimancy": 1, "sanguinary": 1, "sanguine": 10, "sanitarium": 1, "sanity": 10, "sanwell": 1, "sap": 2, "sapherd": 1, "sapling": 1, "sapphire": 4, "saprazzan": 5, "saproling": 11, "sapseep": 1, "sarah": 1, "sarcatog": 1, "sarcomancy": 1, "sarcophagus": 1, "sardia": 1, "sardian": 2, "sarevok": 6, "sarinth": 1, "sarkhan": 13, "sarpadian": 1, "sarulf": 6, "saruli": 1, "saryth": 1, "sash": 1, "saskia": 1, "sassy": 1, "satchel": 2, "satoru": 4, "satsuki": 3, "satyr": 11, "sauroform": 1, "sauron": 2, "saurus": 1, "sautekh": 1, "saut\u00e9": 1, "savaen": 1, "savage": 17, "savageborn": 1, "savagery": 1, "savai": 4, "savannah": 2, "savant": 6, "savants": 1, "save": 1, "saving": 2, "savior": 7, "savor": 1, "savra": 1, "savvy": 1, "saw": 3, "sawback": 1, "sawblade": 3, "sawjack": 2, "sawtooth": 3, "sawtusk": 1, "say": 1, "scab": 4, "scabland": 1, "scald": 1, "scalding": 3, "scaldkin": 1, "scale": 12, "scalebane": 2, "scaled": 4, "scaleguard": 2, "scalelord": 1, "scales": 4, "scaleshield": 1, "scalpelexis": 1, "scalper": 1, "scamp": 3, "scampering": 1, "scampire": 1, "scandalmonger": 1, "scanner": 1, "scapegoat": 1, "scapeshift": 1, "scar": 4, "scarab": 9, "scarabs": 1, "scarblade": 2, "scare": 1, "scarecrone": 1, "scarecrow": 8, "scared": 1, "scaretiller": 1, "scarhide": 1, "scarmaker": 1, "scarred": 3, "scars": 3, "scarscale": 1, "scarves": 2, "scarwood": 4, "scarzam": 1, "scathe": 1, "scatter": 5, "scattered": 1, "scattershot": 2, "scavenged": 3, "scavenger": 25, "scavengers": 2, "scavenging": 5, "scene": 1, "scenes": 1, "scent": 3, "scepter": 7, "sceptre": 1, "schematic": 1, "scheme": 2, "schemer": 5, "schemes": 1, "scheming": 6, "schismotivate": 1, "scholar": 25, "scholars": 1, "scholarship": 1, "school": 8, "schoolmaster": 1, "schooner": 1, "science": 2, "sciences": 1, "scientist": 1, "scimitar": 3, "scion": 30, "scions": 2, "scooch": 1, "scope": 1, "scorch": 4, "scorched": 3, "scorcher": 2, "scorching": 6, "scorchmark": 1, "scorchwing": 1, "score": 2, "scoria": 2, "scorn": 12, "scorned": 1, "scornful": 2, "scorpion": 12, "scoundrel": 2, "scoundrels": 2, "scour": 8, "scoured": 1, "scourer": 1, "scourge": 22, "scourgemark": 1, "scourger": 1, "scouring": 1, "scout": 31, "scouting": 1, "scouts": 3, "scrabbler": 2, "scrabbling": 1, "scragnoth": 1, "scramble": 1, "scrap": 7, "scrapbasket": 1, "scrapdiver": 1, "scrapheap": 1, "scrapling": 1, "scrapmelter": 1, "scrapper": 6, "scrappy": 2, "scrapskin": 1, "scrapsmith": 1, "scraptrap": 1, "scrapwork": 2, "scrapyard": 4, "scratch": 1, "scream": 3, "screamer": 1, "screaming": 4, "screamreach": 1, "screams": 2, "screech": 2, "screecher": 2, "screeching": 7, "screen": 1, "scrib": 1, "scribe": 2, "scriptures": 1, "scrivener": 2, "scroll": 10, "scrollkeeper": 1, "scrolls": 1, "scrounger": 6, "scrutiny": 2, "scryb": 2, "scryer": 1, "scrying": 4, "sculler": 1, "sculpt": 1, "sculpted": 2, "sculpting": 1, "sculptor": 12, "sculpture": 1, "scurry": 3, "scute": 1, "scuttlemutt": 1, "scuttler": 2, "scuttletide": 1, "scuttling": 4, "scuzzback": 2, "scythe": 6, "scythecat": 1, "scythemaster": 1, "sea": 42, "seachrome": 3, "seacoast": 1, "seafarer": 1, "seafaring": 1, "seafloor": 2, "seagraf": 1, "seaguard": 1, "seahawk": 1, "seahunter": 1, "seakite": 1, "seal": 10, "sealed": 2, "sealock": 1, "sear": 1, "searblades": 1, "search": 14, "searcher": 1, "searchlight": 3, "searing": 9, "searo": 1, "searstep": 1, "seas": 1, "seashell": 1, "seaside": 2, "seasinger": 1, "season": 6, "seasonal": 1, "seasoned": 8, "seasons": 3, "seastalkers": 1, "seastrider": 1, "seaswift": 1, "seat": 1, "seatower": 2, "secluded": 2, "seclusion": 1, "second": 11, "secrecy": 1, "secret": 10, "secretkeeper": 2, "secrets": 22, "secure": 2, "security": 6, "sedge": 3, "sedgemoor": 1, "sedraxis": 1, "sedris": 1, "see": 4, "seed": 4, "seedborn": 1, "seedcore": 2, "seedcradle": 1, "seeder": 1, "seedling": 1, "seedlings": 1, "seeds": 3, "seedsculptor": 1, "seedshark": 1, "seedtime": 1, "seeing": 3, "seek": 4, "seeker": 19, "seekers": 3, "seeking": 1, "seer": 27, "seething": 4, "sefris": 1, "segmented": 2, "segovia": 2, "segovian": 1, "seht": 1, "seism": 1, "seismic": 8, "seize": 7, "seizer": 1, "seizing": 1, "seizure": 1, "seizures": 1, "sejiri": 3, "sek": 1, "sekki": 1, "selden": 1, "select": 1, "selection": 4, "selective": 3, "selenia": 1, "selesnya": 13, "self": 5, "selfless": 8, "selhoff": 2, "selkie": 3, "sell": 6, "seller": 4, "seltzer": 1, "selvala": 4, "selves": 1, "sel\u00fbne": 1, "semblance": 2, "semester": 1, "sen": 1, "senate": 3, "send": 1, "sengir": 8, "sensation": 1, "sense": 2, "sensei": 2, "senseless": 1, "sensor": 1, "sensory": 1, "sentinel": 52, "sentinels": 8, "sentries": 1, "sentry": 28, "separatist": 1, "separator": 1, "sephara": 1, "septic": 1, "sepulcher": 2, "sepulchral": 1, "sequence": 3, "sequestered": 1, "seraph": 16, "seraphic": 1, "serendib": 3, "serene": 3, "serenity": 3, "sergeant": 9, "serow": 1, "serpent": 40, "serpentine": 6, "serpopard": 1, "serra": 26, "serrated": 2, "serum": 4, "serval": 1, "servant": 19, "servants": 1, "serve": 5, "served": 1, "server": 3, "service": 4, "servitor": 4, "servitude": 4, "servo": 2, "seshiro": 5, "session": 1, "set": 2, "setessan": 8, "sethron": 1, "seton": 1, "settle": 3, "settlement": 1, "settlers": 1, "seven": 7, "sever": 2, "severed": 2, "severina": 1, "sevinne": 1, "sewer": 2, "sewerdreg": 1, "sewers": 1, "sewn": 1, "sex": 1, "sextant": 2, "shacklegeist": 1, "shackles": 4, "shade": 20, "shadewing": 1, "shadow": 40, "shadowbane": 1, "shadowbeast": 1, "shadowblood": 2, "shadowborn": 2, "shadowcat": 2, "shadowcloak": 1, "shadowed": 2, "shadowfeed": 1, "shadowfugue": 1, "shadowgrange": 1, "shadowheart": 5, "shadowmage": 2, "shadows": 13, "shadowsage": 1, "shadowspear": 2, "shadowstorm": 2, "shady": 1, "shaggy": 1, "shah": 1, "shai": 1, "shaila": 1, "shaile": 3, "shake": 2, "shakedown": 1, "shakes": 2, "shalai": 2, "shaleskin": 2, "shall": 5, "shallow": 2, "shaman": 48, "shamanic": 1, "shambler": 13, "shambleshark": 1, "shambling": 10, "shandalar": 2, "shanid": 2, "shanker": 1, "shanktail": 1, "shanna": 4, "shanodin": 1, "shao": 2, "shape": 5, "shapelessness": 1, "shaper": 12, "shapers": 2, "shapesharer": 1, "shapeshifter": 10, "shapeshifters": 1, "shapestealer": 1, "shaping": 1, "shard": 8, "sharding": 1, "shardless": 1, "shards": 6, "share": 3, "shared": 6, "shark": 5, "sharktocrab": 1, "sharpened": 1, "sharpshooter": 3, "sharpshooters": 1, "sharran": 1, "sharuum": 1, "shatter": 6, "shattered": 15, "shattering": 3, "shatterskull": 4, "shatterstorm": 1, "shauku": 2, "shear": 1, "shed": 1, "shedder": 1, "sheen": 1, "sheep": 3, "shefet": 2, "shelkin": 1, "shell": 7, "shelldock": 1, "shellephant": 1, "shelter": 2, "sheltered": 2, "sheltering": 5, "shelters": 1, "shenanigans": 2, "sheoldred": 7, "shepherd": 18, "shessra": 1, "shidako": 1, "shidiqi": 1, "shield": 41, "shieldbasher": 1, "shieldbreaker": 1, "shielded": 3, "shieldgeist": 1, "shieldguard": 1, "shieldhide": 1, "shielding": 1, "shieldmage": 5, "shieldmate": 8, "shields": 4, "shift": 9, "shifting": 8, "shifty": 1, "shigeki": 2, "shiis": 1, "shikari": 2, "shimatsu": 1, "shimian": 2, "shimmer": 5, "shimmerdrift": 1, "shimmerer": 1, "shimmering": 6, "shimmerscale": 1, "shine": 1, "shinen": 4, "shineshadow": 1, "shinewend": 1, "shining": 2, "shinka": 2, "shinobi": 3, "shintai": 7, "shiny": 1, "ship": 11, "shipbreaker": 1, "shipment": 1, "shipwreck": 6, "shire": 1, "shirei": 1, "shirt": 1, "shisato": 1, "shiv": 3, "shivan": 17, "shizo": 2, "shizuki": 4, "shizuko": 1, "shoal": 6, "shoat": 1, "shock": 3, "shocker": 1, "shockmaw": 1, "shockwave": 1, "shoe": 1, "shoes": 1, "shoji": 1, "shoot": 1, "shop": 3, "shore": 4, "shorecomber": 1, "shorecrasher": 1, "shoreline": 4, "shores": 2, "shoreshark": 1, "shorethief": 1, "shorikai": 1, "short": 3, "shortcut": 2, "shortcutter": 1, "shortfang": 1, "shot": 8, "shoulder": 2, "shovel": 1, "shoving": 1, "show": 5, "showdown": 3, "shower": 3, "showstopper": 2, "shrapnel": 2, "shred": 1, "shredded": 1, "shredder": 6, "shredding": 1, "shreds": 1, "shrewd": 1, "shriek": 4, "shrieker": 3, "shriekgeist": 1, "shriekhorn": 1, "shrieking": 6, "shriekmaw": 1, "shrike": 3, "shrine": 18, "shrink": 1, "shrivel": 2, "shriveling": 1, "shroud": 3, "shrouded": 1, "shu": 8, "shudder": 1, "shuko": 1, "shunt": 1, "shuriken": 1, "shusher": 1, "shyft": 1, "si": 1, "sibling": 1, "sibsig": 3, "sicarian": 2, "sick": 1, "sickening": 2, "sickle": 3, "sickleslicer": 1, "sickness": 4, "sidar": 4, "side": 3, "sidearm": 1, "sided": 1, "sideswipe": 1, "sidewalk": 1, "sidewinder": 2, "sidisi": 2, "siege": 17, "siegebreaker": 2, "siegecraft": 1, "sieve": 1, "sift": 2, "sifter": 4, "sifters": 1, "sigarda": 15, "sigardian": 6, "sight": 3, "sightbender": 1, "sighting": 1, "sightless": 1, "sigil": 9, "sigiled": 6, "sign": 3, "signal": 2, "signaler": 1, "signature": 1, "signet": 9, "signs": 1, "sigrid": 1, "silas": 1, "silburlind": 1, "silcaw": 1, "silence": 17, "silencer": 6, "silencers": 1, "silent": 20, "silhana": 1, "silhouette": 1, "silk": 1, "silkbind": 1, "silkenfist": 2, "silklash": 1, "silkwing": 1, "silkwrap": 1, "silos": 1, "silt": 1, "siltlurker": 1, "silumgar": 10, "silvanus": 1, "silvar": 1, "silver": 13, "silverback": 2, "silverbeak": 1, "silverblade": 1, "silverbluff": 3, "silverclad": 1, "silverclaw": 1, "silvercoat": 1, "silverflame": 1, "silverfur": 1, "silvergill": 2, "silverglade": 1, "silverheart": 1, "silverpelt": 1, "silverquill": 6, "silverskin": 1, "silversmith": 1, "silversmote": 1, "silverstorm": 1, "silverstrike": 1, "silverwing": 2, "silverymoon": 1, "silvos": 1, "sim": 2, "sima": 1, "simian": 3, "simic": 14, "simon": 1, "simoon": 1, "simple": 1, "simplify": 1, "simulacra": 1, "simulacrum": 6, "sin": 3, "sindbad": 1, "sinew": 6, "sinful": 1, "singe": 1, "singer": 5, "singing": 1, "single": 1, "singularity": 4, "sinister": 7, "sink": 7, "sinkhole": 4, "sinking": 1, "sinks": 1, "sinner": 1, "sins": 1, "sinstriker": 1, "sinuous": 4, "siona": 1, "sip": 1, "siphoner": 1, "sipper": 1, "sire": 5, "siren": 12, "sirens": 1, "sirocco": 1, "sisay": 7, "sisma": 3, "sister": 6, "sisters": 3, "site": 3, "sivitri": 1, "sivriss": 1, "sivvi": 2, "six": 3, "sixth": 3, "sizzle": 1, "sizzling": 3, "skaab": 21, "skaabs": 1, "skald": 3, "skalds": 1, "skalla": 1, "skanos": 5, "skarrg": 2, "skarrgan": 3, "skate": 1, "skeins": 2, "skelemental": 2, "skeletal": 8, "skeleton": 13, "skeletonize": 1, "skeletons": 1, "skemfar": 7, "skerry": 1, "skewer": 2, "ski": 1, "skies": 4, "skifsang": 1, "skill": 4, "skilled": 1, "skillful": 1, "skills": 1, "skimmer": 3, "skin": 8, "skinbrand": 1, "skink": 1, "skinned": 1, "skinner": 1, "skinrender": 1, "skinshifter": 2, "skinthinner": 1, "skinwing": 1, "skirge": 7, "skirk": 9, "skirmisher": 9, "skirmishers": 1, "skirsdag": 2, "skithiryx": 1, "skitter": 4, "skitterbeam": 3, "skitterfang": 3, "skittering": 6, "skitterling": 1, "skittish": 2, "skizzik": 2, "skola": 2, "skophos": 3, "skorpekh": 1, "skred": 1, "skreelix": 1, "skrelv": 1, "skulduggery": 1, "skulk": 1, "skulker": 4, "skulkin": 5, "skulking": 4, "skull": 14, "skullbomb": 3, "skullbriar": 1, "skullcage": 1, "skullcairn": 3, "skullcleaver": 1, "skullcrack": 1, "skulldweller": 1, "skullhunter": 1, "skullkeeper": 1, "skullknocker": 1, "skullmane": 1, "skullmead": 1, "skullmulcher": 1, "skullport": 1, "skulls": 2, "skullscorch": 1, "skullslither": 1, "skullsnatcher": 1, "sky": 37, "skybind": 1, "skyblade": 2, "skyblazer": 1, "skyblinder": 1, "skybonder": 1, "skyboon": 3, "skybreak": 1, "skybreaker": 2, "skybreen": 1, "skybridge": 3, "skycaptain": 2, "skyclave": 19, "skyclaves": 1, "skycloud": 2, "skydancer": 1, "skydiver": 2, "skyfalls": 1, "skyfisher": 1, "skyflayer": 1, "skygames": 1, "skygate": 1, "skyguard": 3, "skyhunter": 9, "skyknight": 7, "skylasher": 1, "skyline": 4, "skylord": 1, "skymarch": 1, "skymarcher": 4, "skymark": 1, "skyraider": 1, "skyrider": 6, "skyruins": 1, "skyscanner": 1, "skyscout": 1, "skyscraper": 1, "skyscythe": 3, "skyshaper": 1, "skyshark": 1, "skyship": 4, "skyshooter": 1, "skyshroud": 18, "skysnare": 1, "skysovereign": 1, "skystreamer": 1, "skystrike": 1, "skysweeper": 1, "skyswimmer": 2, "skyturtle": 1, "skyward": 5, "skywarden": 1, "skywarp": 1, "skywatch": 1, "skyway": 3, "skywhale": 1, "skywhaler": 1, "skywinder": 1, "skywing": 1, "skywise": 1, "skywriter": 1, "slaad": 1, "slaanesh": 2, "slab": 1, "slabs": 1, "slag": 3, "slagheap": 1, "slagstone": 1, "slagstorm": 1, "slagwoods": 3, "slagwurm": 5, "slash": 10, "slasher": 5, "slate": 2, "slateback": 1, "slaughter": 13, "slaughterhorn": 1, "slaughterhouse": 1, "slave": 1, "slavedriver": 1, "slaver": 3, "slavering": 1, "slay": 1, "slayer": 19, "slayers": 1, "slaying": 2, "sled": 1, "sledge": 6, "sleek": 1, "sleep": 7, "sleeper": 13, "sleepers": 2, "sleeping": 1, "sleepless": 2, "sleeve": 2, "sleigh": 2, "sleight": 2, "sleuth": 8, "slice": 2, "slicer": 3, "slide": 3, "sliderunner": 1, "slight": 1, "slime": 8, "slimebind": 1, "slimefoot": 4, "slimy": 1, "sling": 3, "slingbow": 1, "slinger": 11, "slingers": 1, "slingshot": 2, "slinking": 2, "slinn": 1, "slip": 3, "slippery": 3, "slipstream": 2, "sliptide": 1, "slith": 6, "slither": 1, "slitherbore": 1, "slitherhead": 1, "slithermuse": 1, "slitherwisp": 1, "slithery": 1, "slitter": 1, "sliv": 1, "slivdrazi": 1, "sliver": 105, "sliversmith": 1, "slobad": 2, "slogurk": 1, "sloppity": 1, "sloth": 1, "slow": 2, "slows": 3, "sludge": 4, "slug": 8, "sluggishness": 1, "sluice": 1, "sluiceway": 1, "slum": 2, "slumber": 1, "slumbering": 3, "slumbermound": 3, "slumlord": 1, "slurrk": 1, "sly": 7, "slyblade": 1, "small": 1, "smart": 1, "smash": 5, "smasher": 8, "smashing": 3, "smell": 1, "smelt": 4, "smelter": 1, "smelting": 1, "smiles": 1, "smiling": 1, "smite": 4, "smiter": 1, "smith": 2, "smithereens": 1, "smiting": 1, "smitten": 1, "smog": 1, "smogbelcher": 1, "smogsteed": 1, "smoke": 6, "smokebraider": 1, "smokeshaper": 1, "smokestack": 1, "smolder": 2, "smoldering": 6, "smother": 1, "smothering": 2, "smuggler": 5, "smugglers": 1, "snag": 2, "snake": 11, "snakeform": 1, "snap": 3, "snapback": 1, "snapcaster": 1, "snapdax": 2, "snapjaw": 1, "snapper": 4, "snapping": 6, "snapsail": 1, "snare": 19, "snarecaster": 1, "snarl": 5, "snarling": 1, "snatch": 1, "snatcher": 1, "snazzy": 1, "sneak": 5, "sneaking": 1, "sneaky": 1, "snickerdoodle": 1, "snickering": 1, "snidd": 2, "snip": 1, "sniper": 4, "snitch": 3, "snoop": 3, "snooping": 1, "snorting": 1, "snow": 14, "snowblind": 1, "snowborn": 1, "snowcrusher": 1, "snowfall": 1, "snowfield": 1, "snowman": 1, "snubhorn": 2, "snuff": 2, "snuffers": 1, "soar": 1, "soaring": 6, "social": 2, "socialite": 4, "socketed": 1, "sod": 1, "soil": 5, "soilshaper": 1, "sojourner": 6, "sojourners": 5, "sokenzan": 5, "sol": 6, "solace": 1, "solaflora": 1, "solar": 3, "solarion": 1, "soldevi": 9, "soldier": 30, "soldiers": 5, "sole": 1, "solemn": 8, "solemnity": 1, "solid": 2, "solidarity": 7, "solifuge": 1, "solitary": 2, "soliton": 1, "solitude": 2, "soloist": 2, "solphim": 3, "soltari": 7, "solve": 1, "solvent": 1, "somberwald": 6, "sombrero": 1, "some": 1, "something": 1, "somnomancer": 1, "somnophore": 1, "son": 3, "sonata": 1, "song": 12, "songbirds": 1, "songs": 1, "songshaper": 1, "songstitcher": 1, "sonic": 3, "sonorous": 1, "soot": 3, "sootfeather": 1, "soothing": 1, "soothsayer": 4, "soothsaying": 1, "sootstoke": 1, "sootwalkers": 1, "sophisticate": 1, "soramaro": 1, "soratami": 7, "soraya": 1, "sorcerer": 23, "sorceress": 2, "sorin": 13, "sorrow": 6, "sorrows": 3, "sorry": 1, "sosuke": 2, "soul": 80, "soulbeast": 1, "soulblade": 1, "soulblast": 1, "soulbound": 1, "soulbright": 1, "soulcage": 1, "soulcaller": 1, "soulcatcher": 1, "soulcatchers": 1, "souleater": 4, "soulfire": 2, "soulflayer": 1, "soulgazer": 1, "soulherder": 3, "soulhunter": 1, "soulkeeper": 2, "soulless": 2, "soulmates": 1, "soulmender": 1, "soulreaper": 1, "soulripper": 1, "souls": 15, "soulscour": 1, "soulshriek": 1, "soulstealer": 1, "soulstoke": 1, "soulsurge": 1, "soulsworn": 1, "soultender": 2, "soultether": 1, "soultiller": 1, "sound": 1, "south": 1, "southern": 2, "souvenir": 1, "sovereign": 20, "sovereigns": 1, "sow": 1, "sower": 7, "space": 7, "span": 1, "spanking": 1, "spara": 7, "spare": 3, "spark": 13, "sparkcaster": 1, "sparkhunter": 1, "sparkle": 1, "sparkmage": 4, "sparks": 5, "sparkspitter": 1, "sparring": 5, "spasm": 3, "spatial": 3, "spawn": 17, "spawnbinder": 1, "spawnbroker": 1, "spawning": 8, "spawnington": 1, "spawnsire": 1, "spawnwrithe": 1, "speakeasy": 3, "speaker": 7, "speakers": 1, "spear": 7, "spearhunter": 1, "spearmaster": 1, "spearpoint": 1, "spears": 1, "specialist": 4, "species": 3, "specimen": 2, "specimens": 1, "spectacle": 5, "spectacular": 2, "specter": 20, "spectra": 1, "spectral": 23, "spectrum": 2, "speculation": 2, "speed": 6, "speedway": 1, "spell": 17, "spellbane": 1, "spellbinder": 1, "spellblade": 1, "spellbomb": 8, "spellbook": 2, "spellbound": 1, "spellbreaker": 2, "spellchain": 1, "spellchaser": 1, "spelldancer": 1, "spelldrain": 1, "spellduster": 1, "spelleater": 1, "spellgorger": 1, "spelling": 1, "spelljack": 1, "spellkeeper": 1, "spellmorph": 1, "spellpyre": 1, "spellrune": 2, "spells": 1, "spellseeker": 1, "spellshift": 1, "spellshock": 1, "spellskite": 1, "spellsnatcher": 1, "spellstutter": 1, "spellthief": 4, "spelltithe": 1, "spelltwine": 1, "spellweaver": 4, "spelunkers": 1, "spewer": 2, "sphere": 22, "spheres": 1, "sphinx": 43, "spicy": 1, "spider": 34, "spiders": 1, "spidersilk": 2, "spiderwig": 1, "spidery": 1, "spies": 1, "spike": 18, "spiked": 1, "spikefield": 2, "spikes": 1, "spikeshot": 1, "spiketail": 2, "spikewheel": 1, "spill": 1, "spin": 2, "spinal": 3, "spincrusher": 1, "spindrift": 1, "spine": 2, "spineback": 1, "spinebiter": 1, "spined": 6, "spinehorn": 2, "spineless": 1, "spinerock": 1, "spinner": 5, "spinneret": 1, "spinnerets": 1, "spinnerette": 1, "spinners": 1, "spinning": 2, "spinny": 1, "spinoderm": 1, "spiny": 1, "spiral": 3, "spiraling": 2, "spire": 11, "spirebluff": 1, "spires": 5, "spireside": 1, "spirespine": 1, "spirit": 88, "spiritbinder": 1, "spiritkeeper": 1, "spiritmonger": 1, "spirits": 6, "spiritual": 4, "spiritualist": 1, "spiritualize": 1, "spit": 1, "spite": 5, "spitebellows": 1, "spiteflame": 1, "spiteful": 9, "spitemare": 1, "spitfire": 4, "spitter": 5, "spitting": 7, "splash": 1, "splatter": 1, "splendid": 4, "splendor": 5, "splicer": 6, "splinter": 2, "splinterfright": 1, "splintering": 1, "splinters": 1, "split": 6, "splitter": 1, "splitting": 2, "spoils": 12, "sponge": 1, "sponsor": 1, "spontaneous": 4, "spooky": 2, "spore": 7, "sporeback": 2, "sporecrown": 1, "sporemound": 1, "spores": 3, "sporesinger": 1, "sporesower": 1, "sporeweb": 1, "sporocyst": 1, "sporogenesis": 1, "sporoloth": 1, "spot": 3, "spotlight": 4, "spotted": 2, "spotter": 1, "spout": 1, "sprawl": 1, "spray": 5, "spread": 1, "spreading": 5, "spree": 2, "spriggan": 1, "spring": 10, "springbloom": 1, "springcaller": 1, "springing": 1, "springjack": 3, "springjaw": 1, "springleaf": 1, "springmane": 1, "springmantle": 1, "springs": 3, "springsage": 1, "sprint": 1, "sprinter": 2, "sprinting": 1, "sprite": 16, "sprites": 2, "sprocketer": 1, "sprout": 3, "sproutback": 1, "sprouting": 7, "sproutling": 1, "spur": 1, "spurnmage": 1, "spurring": 1, "spurt": 1, "spy": 22, "spybug": 1, "spyder": 1, "spyglass": 2, "spymaster": 1, "squad": 16, "squadron": 5, "squall": 4, "squallmonger": 1, "squandered": 1, "square": 1, "squatters": 1, "squeaking": 2, "squealing": 1, "squee": 7, "squeeze": 1, "squelching": 1, "squid": 3, "squidnapper": 1, "squire": 8, "squirming": 1, "squirrel": 22, "squirrels": 2, "squirter": 1, "sram": 1, "stab": 1, "stabilizer": 1, "stabwhisker": 1, "stack": 2, "stadium": 3, "staff": 24, "stag": 6, "stage": 2, "staggering": 1, "stagnation": 2, "stain": 1, "stair": 1, "stairwell": 1, "stake": 2, "stalactite": 1, "stalked": 1, "stalker": 25, "stalking": 12, "stall": 1, "stallion": 1, "stalwart": 17, "stalwarts": 1, "stamina": 2, "stamp": 1, "stampede": 7, "stampeding": 2, "stance": 3, "stand": 12, "standard": 5, "standardize": 1, "standing": 4, "stands": 1, "standstill": 1, "stangg": 3, "star": 14, "starbreaker": 1, "stare": 1, "starfall": 1, "starfield": 2, "starfish": 3, "starke": 1, "starlight": 2, "starlit": 3, "starn": 1, "starnheim": 4, "starrix": 1, "stars": 5, "starstorm": 1, "start": 4, "startle": 1, "startling": 1, "starved": 1, "stash": 2, "stasis": 5, "state": 1, "statecraft": 1, "statement": 1, "states": 1, "static": 3, "staticaster": 1, "station": 3, "statuary": 4, "statue": 10, "statuette": 1, "stature": 1, "status": 2, "statute": 1, "staunch": 4, "stay": 3, "staying": 1, "steadfast": 11, "steadfastness": 1, "steady": 2, "steal": 2, "stealer": 2, "stealing": 1, "stealth": 1, "stealthsuit": 1, "steam": 9, "steamcore": 1, "steamflogger": 4, "steamfloggery": 1, "steed": 8, "steeds": 1, "steel": 21, "steelbane": 1, "steelbreaker": 1, "steelclad": 2, "steelclaw": 1, "steelcrusher": 1, "steelfin": 1, "steelform": 1, "steelgaze": 1, "steeling": 1, "steelshaper": 2, "steely": 1, "steeper": 3, "stegosaurus": 1, "stellar": 1, "stench": 4, "stenchskipper": 1, "stenn": 1, "stensia": 5, "step": 5, "steppe": 6, "sterling": 1, "stern": 5, "stet": 1, "steward": 8, "stick": 2, "stickers": 1, "stickfingers": 3, "sticky": 2, "stiff": 1, "stifle": 1, "stigma": 1, "still": 3, "stillmoon": 1, "stiltstrider": 1, "stimulus": 2, "sting": 6, "stinger": 11, "stinging": 3, "stingmoggie": 1, "stings": 1, "stinkweed": 1, "stir": 3, "stirge": 1, "stirring": 2, "stirrings": 1, "stirs": 1, "stitch": 2, "stitched": 4, "stitcher": 7, "stitchwing": 2, "stocking": 1, "stockpile": 2, "stoic": 7, "stoke": 1, "stoker": 2, "stolen": 7, "stomp": 4, "stomper": 4, "stomphowler": 1, "stomping": 1, "stone": 40, "stonebinder": 1, "stoneblades": 1, "stonebound": 1, "stonebrow": 1, "stonecoil": 1, "stoneforge": 4, "stoneforged": 1, "stonefury": 1, "stoneglare": 1, "stonehands": 1, "stonehewer": 2, "stonehoof": 1, "stonehorn": 2, "stonerise": 1, "stones": 3, "stoneseeker": 1, "stoneshaker": 1, "stoneshock": 1, "stonespeaker": 3, "stonewing": 1, "stonewise": 1, "stonewood": 2, "stonework": 2, "stonewright": 1, "stony": 2, "stonybrook": 2, "stop": 3, "storage": 2, "store": 2, "storehouse": 1, "storm": 76, "stormbind": 1, "stormblade": 1, "stormblood": 1, "stormbound": 1, "stormbreath": 1, "stormcaller": 4, "stormcarved": 1, "stormchaser": 2, "stormcleaver": 1, "stormcloud": 2, "stormfront": 2, "stormkin": 1, "stormlord": 1, "stormrider": 1, "storms": 3, "stormscale": 1, "stormscape": 3, "stormseeker": 1, "stormsire": 1, "stormsurge": 1, "stormtamer": 1, "stormtide": 1, "stormwatch": 1, "stormwild": 1, "stormwing": 1, "storrev": 1, "story": 4, "storyteller": 3, "storytelling": 3, "storyweave": 1, "stout": 1, "stoutarm": 1, "stouthearted": 1, "stowaway": 2, "strafe": 1, "strain": 3, "strait": 1, "strand": 2, "strands": 2, "strange": 1, "stranger": 1, "strangle": 2, "strangler": 3, "strangleroot": 1, "strangling": 2, "strata": 1, "stratagem": 1, "strategic": 1, "strategies": 1, "strategist": 4, "strategy": 1, "stratozeppelid": 1, "stratus": 2, "straw": 2, "stray": 3, "stream": 7, "streambed": 1, "streams": 1, "street": 14, "streetbreaker": 1, "streetwise": 2, "strefan": 1, "strength": 36, "stretch": 1, "strict": 1, "strictly": 2, "strider": 16, "strike": 44, "striker": 5, "striking": 1, "string": 1, "strings": 2, "strionic": 1, "strip": 3, "striped": 3, "strix": 5, "strobe": 1, "stroke": 10, "stromgald": 7, "stromkirk": 11, "strong": 1, "strongarm": 4, "strongbox": 1, "strongbull": 1, "stronghold": 14, "strossus": 1, "structural": 3, "struggle": 5, "strutting": 1, "stubborn": 1, "student": 5, "students": 1, "studies": 1, "study": 8, "stuffed": 1, "stuffy": 2, "stun": 1, "stunning": 2, "stunt": 1, "stupefying": 1, "stupor": 1, "sturmgeist": 1, "stygia": 1, "stylus": 1, "stymied": 1, "su": 3, "subcontract": 1, "subdual": 1, "subdue": 1, "subduer": 4, "subira": 1, "subject": 2, "subjugator": 1, "sublime": 3, "submerge": 1, "submerged": 1, "submersible": 1, "submersion": 1, "subordinate": 1, "substance": 1, "substitute": 1, "subterranean": 3, "subtle": 5, "subtlety": 3, "subtraction": 1, "subversion": 1, "subversive": 1, "success": 1, "succession": 2, "succumb": 1, "suck": 1, "sucker": 1, "sudden": 13, "suffer": 1, "suffering": 3, "suffocating": 1, "suffocation": 1, "suicidal": 1, "suit": 7, "suite": 1, "suitor": 1, "sulam": 1, "suleiman": 3, "sulfur": 3, "sulfurous": 3, "sultai": 7, "sumala": 1, "summary": 1, "summer": 3, "summit": 4, "summon": 3, "summoner": 14, "summoning": 8, "summonings": 1, "summons": 13, "sun": 52, "sunastian": 1, "sunbaked": 1, "sunbathing": 1, "sunbird": 1, "sunblade": 2, "sunblast": 1, "sunbond": 1, "sunbringer": 1, "sunburst": 1, "sunchaser": 1, "suncleanser": 1, "suncrusher": 1, "sunder": 2, "sundering": 5, "sundown": 3, "sune": 1, "sunfire": 1, "sunforger": 1, "sunglasses": 1, "sungold": 3, "sungrace": 1, "sungrass": 1, "sunhome": 3, "sunimret": 1, "sunken": 5, "sunlance": 1, "sunlight": 1, "sunlit": 2, "sunmane": 1, "sunmare": 1, "sunrise": 6, "suns": 6, "sunscape": 4, "sunscorch": 1, "sunscorched": 1, "sunscour": 1, "sunscourge": 2, "sunseed": 1, "sunseeker": 1, "sunset": 5, "sunsinger": 1, "sunslayer": 3, "sunspeaker": 1, "sunspire": 2, "sunspring": 1, "sunsteel": 1, "sunstone": 1, "sunstreak": 1, "sunstrike": 1, "sunstriker": 2, "suntail": 1, "suntouched": 1, "sunweb": 1, "super": 3, "superion": 1, "superlatorium": 6, "supernatural": 2, "supplant": 1, "supplicant": 2, "supplier": 1, "supplies": 1, "supply": 4, "suppress": 1, "suppression": 3, "suppressor": 2, "supreme": 6, "suq": 3, "sure": 1, "sureblade": 1, "sureshot": 2, "surge": 22, "surgehacker": 3, "surgeon": 6, "surgeons": 1, "surger": 1, "surgery": 2, "surgespanner": 1, "surgical": 5, "surging": 4, "surly": 1, "surprise": 1, "surrak": 2, "surrakar": 3, "surreal": 1, "surrender": 1, "sursi": 1, "surtland": 3, "surveillance": 4, "surveilling": 1, "survey": 2, "surveyor": 4, "survival": 1, "survivalist": 2, "survivalists": 1, "survive": 1, "survivor": 6, "survivors": 4, "suspend": 1, "suspension": 1, "suspicion": 1, "suspicions": 2, "suspicious": 4, "sustainer": 2, "sustaining": 1, "sustenance": 3, "suture": 2, "sutured": 1, "svella": 3, "svend": 1, "svyelun": 3, "svyelunite": 2, "swaggering": 1, "swallow": 1, "swallower": 4, "swallowing": 2, "swamp": 5, "swan": 1, "swap": 1, "swarm": 31, "swarming": 3, "swarmkeeper": 1, "swarmlord": 1, "swarmsnapper": 1, "swarmyard": 1, "swashbuckler": 2, "swashbuckling": 1, "swat": 2, "swath": 1, "sway": 2, "sweep": 5, "sweeper": 1, "sweepers": 1, "sweeping": 1, "sweet": 2, "sweltering": 1, "swift": 9, "swiftblade": 1, "swiftfoot": 1, "swiftgear": 1, "swiftspear": 1, "swiftwater": 1, "swiftwing": 1, "swimmer": 2, "swindle": 1, "swindler": 3, "swine": 6, "swinemaster": 1, "swing": 2, "swinging": 1, "swipe": 3, "swirl": 1, "swirling": 2, "switch": 2, "switcheroo": 1, "swoop": 1, "swooper": 2, "swooping": 3, "sword": 40, "swordjack": 1, "swordmaster": 1, "swords": 3, "swordsmith": 3, "swordtooth": 2, "swordwise": 1, "sworn": 3, "sycophant": 1, "sydri": 1, "sygg": 1, "sylex": 5, "sylvan": 20, "sylvia": 1, "sylvok": 4, "symbiont": 1, "symbiosis": 3, "symbiote": 2, "symbiotic": 4, "symbol": 3, "symbology": 1, "symmetrist": 1, "symmetry": 4, "synapse": 1, "synchronized": 1, "synchronous": 1, "syncopate": 1, "syndic": 1, "syndicate": 7, "synod": 2, "synthesis": 2, "synthesizer": 4, "synthetic": 1, "syphon": 10, "syphoned": 1, "syphoner": 2, "syr": 7, "syrix": 1, "sythis": 3, "szadek": 1, "szarekh": 1, "szat": 4, "s\u00e9ance": 1, "t": 8, "taa": 4, "tabby": 1, "tabernacle": 2, "table": 2, "tables": 1, "tablet": 5, "tactical": 1, "tactician": 14, "tactics": 13, "tadeas": 1, "tadpoles": 1, "tagsin": 1, "tah": 2, "tahngarth": 4, "taiga": 2, "taigam": 2, "tail": 12, "tails": 2, "taint": 1, "tainted": 15, "taj": 1, "tajic": 1, "tajuru": 9, "takahashi": 1, "takara": 1, "take": 11, "takedown": 2, "taken": 2, "takeno": 2, "takenuma": 3, "takeover": 1, "taker": 3, "takklemaggot": 1, "tal": 1, "talara": 2, "talas": 4, "tale": 1, "talent": 1, "tales": 5, "talisman": 19, "talks": 1, "tall": 1, "tallowisp": 1, "talon": 6, "talonrend": 1, "talons": 1, "talrand": 2, "talruum": 4, "talus": 1, "tamanoa": 1, "tamar": 1, "tamer": 2, "tameshi": 3, "tamiyo": 12, "tampering": 2, "tana": 1, "tanadon": 1, "tanaka": 2, "tanazir": 4, "tandem": 2, "tandris": 1, "tangle": 11, "tanglebloom": 1, "tangled": 3, "tanglepool": 3, "tangleroot": 1, "tangletrap": 1, "tanglewalker": 1, "tangleweave": 1, "tanglewurm": 1, "tank": 3, "tantalite": 3, "tantiv": 1, "tanuki": 2, "taoist": 1, "tap": 1, "tapestry": 1, "tar": 6, "taranika": 1, "tarfire": 1, "targ": 1, "target": 1, "targeting": 1, "tariel": 1, "tariff": 1, "tarkir": 2, "tarl": 1, "tarn": 1, "tarnished": 1, "tarox": 1, "tarpan": 1, "tarrasque": 4, "tasha": 3, "tasigur": 2, "task": 3, "taskmage": 1, "taskmaster": 4, "tasseled": 1, "taste": 4, "tatsunari": 2, "tattered": 5, "tatterkite": 1, "tattermunge": 3, "tatters": 1, "tattoo": 1, "tatyova": 2, "taunt": 1, "taunting": 5, "tauntings": 1, "taurean": 1, "tavern": 8, "tavoc": 1, "tawnos": 6, "tax": 3, "taxidermist": 1, "tayam": 1, "tazeem": 5, "tazri": 3, "tchotchke": 1, "te": 1, "teach": 3, "teacher": 2, "teachings": 1, "team": 9, "teamwork": 1, "tear": 2, "teardrop": 1, "tears": 4, "tech": 1, "technician": 3, "technique": 5, "technomancer": 2, "tectonic": 5, "teddy": 2, "teeg": 1, "teeka": 1, "teetering": 1, "teeth": 2, "teferi": 28, "tek": 1, "tekik": 1, "tekuthal": 1, "tel": 9, "telekinesis": 1, "telekinetic": 1, "telemin": 1, "telepath": 3, "telepathic": 3, "teleport": 1, "teleportal": 1, "teleportation": 1, "telethopter": 1, "telim": 2, "tell": 1, "teller": 7, "telling": 1, "tember": 1, "temblor": 1, "temmet": 2, "temp": 2, "temper": 4, "tempered": 5, "tempest": 12, "templar": 2, "temple": 21, "temporal": 17, "temporary": 3, "tempt": 5, "temptation": 3, "tempted": 1, "tempting": 3, "temur": 4, "tenacious": 2, "tenacity": 1, "tend": 1, "tender": 5, "tenderfoot": 1, "tendershoot": 1, "tendo": 1, "tendrils": 7, "teneb": 1, "tentacles": 1, "tenth": 4, "tenuous": 1, "tenured": 2, "tenza": 1, "tephraderm": 1, "terashi": 2, "terastodon": 1, "teremko": 1, "tergrid": 5, "terisian": 1, "term": 2, "termagant": 1, "terminal": 3, "termination": 1, "terminator": 1, "tern": 1, "teroh": 3, "terra": 3, "terraformer": 1, "terrain": 8, "terramancer": 1, "terramorph": 1, "terramorphic": 1, "terrarium": 1, "terravore": 1, "terrible": 1, "terrifying": 1, "territorial": 9, "territory": 1, "terror": 15, "terrors": 1, "tervigon": 1, "test": 7, "testament": 5, "testing": 1, "tether": 2, "tethered": 2, "tethers": 1, "tethmos": 1, "tetsuko": 1, "tetsuo": 2, "tetzimoc": 1, "tevesh": 3, "teyo": 2, "teysa": 3, "tezzeret": 13, "thada": 1, "thalakos": 5, "thalia": 8, "thalisse": 1, "thallid": 16, "than": 1, "thane": 4, "thantis": 1, "thar": 1, "thassa": 8, "that": 6, "thatcher": 1, "thaumatic": 1, "thaumatog": 1, "thaumaturge": 2, "thaumaturgist": 2, "thawing": 1, "thay": 1, "the": 1734, "theater": 2, "theft": 7, "their": 3, "thelon": 2, "thelonite": 3, "theoretical": 1, "theorist": 4, "theory": 4, "therapist": 1, "therapy": 1, "there": 1, "thermal": 3, "thermo": 1, "thermokarst": 1, "theros": 1, "thesis": 1, "thespian": 1, "they": 1, "thick": 1, "thicket": 8, "thief": 37, "thieves": 5, "thieving": 4, "thin": 1, "thing": 1, "things": 1, "think": 3, "thinking": 1, "third": 5, "thirst": 14, "thirsting": 1, "this": 4, "thistledown": 1, "thoctar": 3, "thopter": 20, "thopterist": 2, "thorn": 10, "thornbite": 1, "thornbow": 1, "thorned": 1, "thornglint": 3, "thornhide": 1, "thornling": 1, "thornmantle": 1, "thorns": 4, "thornscape": 3, "thorntooth": 1, "thornwatch": 1, "thornwood": 1, "thorough": 1, "those": 1, "thought": 23, "thoughtbind": 1, "thoughtbound": 2, "thoughtcast": 1, "thoughtcutter": 1, "thoughtflare": 1, "thoughtlace": 1, "thoughtleech": 1, "thoughtpicker": 1, "thoughts": 11, "thoughtseize": 1, "thoughtweft": 1, "thousand": 12, "thraben": 14, "thragg": 1, "thragtusk": 1, "thrakkus": 3, "thrall": 4, "thralls": 1, "thran": 17, "thrash": 3, "thrasher": 3, "thrashing": 2, "thrasta": 3, "thraxes": 1, "thraximundar": 1, "thraxodemon": 1, "threader": 2, "threads": 1, "threat": 1, "threaten": 1, "threats": 2, "three": 5, "threefold": 1, "thresher": 6, "threshold": 1, "thrice": 2, "thrill": 4, "thrinax": 1, "thriss": 1, "thrive": 1, "thriving": 10, "throat": 3, "throatseeker": 4, "throes": 3, "thromok": 1, "throne": 12, "throneguard": 1, "throng": 3, "throttle": 1, "through": 12, "throwback": 1, "throwing": 1, "thrull": 14, "thrumming": 1, "thrummingbird": 1, "thrun": 2, "thrush": 1, "thud": 1, "thug": 4, "thumb": 2, "thumbscrews": 1, "thunder": 14, "thunderblust": 1, "thunderbolt": 1, "thunderclap": 1, "thundercloud": 2, "thunderfist": 1, "thunderhawk": 1, "thunderheads": 1, "thunderherd": 1, "thunderhoof": 1, "thundering": 7, "thunderkin": 1, "thundermane": 1, "thundermare": 1, "thundermaw": 2, "thunderous": 4, "thunderscape": 4, "thundersong": 1, "thunderstaff": 1, "thunderwave": 1, "thune": 3, "thwacking": 1, "thwart": 4, "ti": 3, "tiamat": 8, "tiana": 2, "tibalt": 8, "tibor": 1, "tick": 1, "ticket": 1, "ticketomaton": 1, "ticking": 2, "tidal": 10, "tide": 23, "tidebinder": 1, "tidechannel": 1, "tideforce": 1, "tidehollow": 2, "tidemaker": 1, "tidepool": 1, "tides": 6, "tideshaper": 1, "tidespout": 1, "tideturner": 1, "tidewalker": 1, "tidewater": 1, "tidings": 2, "tidy": 1, "tiefling": 5, "ties": 1, "tiger": 15, "tigereye": 1, "tightening": 1, "tightrope": 1, "tigorilla": 1, "tiller": 3, "tilling": 2, "tilonalli": 4, "timber": 4, "timberland": 2, "timberline": 1, "timbermare": 1, "timbermaw": 1, "timberwatch": 1, "time": 29, "timebender": 2, "timecrafting": 1, "timeless": 12, "timely": 4, "timesifter": 1, "timestream": 1, "timetwister": 1, "timid": 1, "timin": 1, "timing": 1, "timmy": 1, "timothar": 1, "tin": 5, "tinder": 1, "tine": 2, "tinker": 1, "tinkerer": 3, "tinkering": 2, "tinviper": 1, "tinybones": 1, "tip": 1, "tired": 1, "tirel": 1, "tireless": 5, "tiro": 1, "tishana": 1, "titan": 35, "titania": 15, "titanic": 5, "titanium": 1, "titanoth": 1, "titans": 5, "titchwillow": 1, "tithe": 5, "tithebearer": 1, "tithes": 1, "tivadar": 1, "tivash": 1, "tivit": 3, "tizerus": 2, "tlincalli": 1, "to": 153, "toad": 6, "toady": 1, "toast": 1, "toastmaster": 1, "tobias": 2, "tocasia": 6, "tocatli": 1, "together": 8, "toggo": 1, "toils": 1, "tok": 2, "tolaria": 3, "tolarian": 8, "toll": 4, "tollkeeper": 1, "tolsimir": 2, "toluz": 1, "tolvada": 1, "tom": 5, "tomakul": 5, "tomb": 17, "tombfire": 1, "tombs": 2, "tombshell": 1, "tombstalker": 1, "tombstone": 1, "tombstones": 1, "tomcani": 1, "tome": 19, "tomebound": 1, "tomik": 1, "tomorrow": 9, "tomorrows": 2, "tomoya": 1, "tong": 1, "tongs": 1, "tongue": 5, "too": 1, "toolbox": 4, "toolkit": 1, "tools": 3, "tooth": 7, "toothy": 1, "top": 1, "topan": 2, "topaz": 1, "topdeck": 1, "topple": 1, "topplegeist": 1, "topples": 1, "topsy": 1, "tor": 5, "tora": 1, "toralf": 5, "torbran": 2, "torch": 13, "torchrunner": 1, "torgaar": 1, "tori": 2, "torii": 1, "torment": 11, "tormented": 8, "tormenting": 1, "tormentor": 6, "tormod": 3, "torn": 2, "tornado": 1, "tornellan": 1, "torpid": 1, "torpor": 2, "torque": 2, "torre": 3, "torrent": 7, "torrential": 1, "torsten": 2, "tortoise": 3, "torture": 2, "torturer": 2, "toshiro": 1, "toski": 3, "tosser": 1, "total": 1, "totally": 1, "totem": 12, "toth": 2, "touch": 22, "touched": 1, "touchstone": 1, "tour": 1, "tourach": 5, "tourist": 1, "tournament": 2, "tovolar": 5, "toward": 1, "towashi": 4, "tower": 27, "towering": 9, "towers": 4, "towershell": 1, "town": 7, "townsfolk": 1, "township": 3, "townships": 1, "toxic": 6, "toxicrene": 1, "toxrill": 1, "toy": 3, "toymaker": 1, "trace": 1, "tracer": 2, "track": 1, "tracker": 14, "tracks": 1, "trade": 3, "trademage": 2, "trader": 1, "traders": 1, "tradewind": 1, "tradewinds": 1, "trading": 1, "trafficker": 1, "traft": 2, "tragedies": 1, "tragic": 4, "trail": 6, "trailblazer": 8, "train": 1, "trained": 6, "trainee": 5, "trainer": 4, "training": 3, "traitor": 6, "traitorous": 3, "traitors": 1, "tramway": 1, "trance": 3, "tranquil": 5, "tranquility": 1, "transcendent": 3, "transfer": 3, "transfixer": 1, "transformation": 5, "transformations": 1, "transfusion": 1, "transguild": 2, "transience": 1, "transluminant": 1, "transmission": 2, "transmogrant": 5, "transmogrify": 1, "transmogrifying": 1, "transmutation": 1, "transmute": 1, "transmuter": 2, "transplant": 2, "transplanter": 1, "transport": 3, "transreliquat": 1, "trap": 28, "trapbreaker": 1, "trapeze": 2, "trapezist": 1, "trapfinder": 2, "trapjaw": 1, "trapmaker": 1, "trapper": 7, "trappers": 1, "trapping": 1, "traproot": 1, "traps": 1, "trash": 3, "trashmaster": 1, "trauma": 1, "traumatic": 3, "traumatize": 1, "travel": 1, "traveler": 6, "traveling": 5, "traverse": 2, "trawl": 1, "trawler": 6, "traxos": 1, "trazyn": 1, "treacherous": 7, "treachery": 3, "tread": 2, "treason": 1, "treasonous": 1, "treasure": 17, "treasurer": 1, "treasury": 1, "treatment": 1, "treats": 1, "treaty": 1, "trebuchet": 1, "tree": 30, "treeblazer": 1, "treefolk": 22, "treeline": 1, "trees": 1, "treeshaker": 1, "treespring": 1, "treetop": 5, "trek": 1, "trelasarra": 1, "trellis": 1, "tremble": 1, "tremor": 2, "tremors": 2, "trench": 5, "trenches": 2, "trenching": 1, "trendy": 1, "trepanation": 1, "trespass": 1, "trespasser": 3, "trespassers": 1, "trespassing": 1, "tresserhorn": 4, "trest": 3, "trestle": 1, "treva": 4, "triad": 2, "trial": 6, "trials": 3, "triangle": 1, "triarch": 2, "triassic": 1, "tribal": 2, "tribe": 9, "tributary": 1, "tribute": 10, "trick": 5, "trickbind": 1, "trickery": 6, "tricks": 1, "trickster": 17, "trident": 2, "trigger": 1, "trigon": 4, "triniform": 1, "trinisphere": 1, "trinket": 2, "trinketeer": 1, "triome": 4, "trip": 3, "triplets": 1, "triplicate": 2, "triskaidekaphile": 1, "triskaidekaphobia": 1, "triskelavite": 1, "triskelavus": 1, "triskelion": 1, "triton": 9, "triumph": 12, "triumphant": 4, "triumvirate": 1, "trivia": 3, "trokair": 3, "trokin": 2, "troll": 26, "troller": 1, "trollhide": 1, "trolls": 3, "tromokratis": 1, "tromp": 1, "trooper": 7, "troops": 8, "trophy": 2, "tropical": 1, "trostad": 1, "trostani": 3, "troubadour": 1, "troubled": 1, "troublemaker": 1, "troublesome": 1, "troupe": 2, "trove": 8, "trow": 2, "truce": 3, "truck": 1, "trudge": 3, "true": 12, "truefire": 2, "trueheart": 3, "truesword": 1, "trufflesnout": 1, "truga": 1, "trumpet": 2, "trumpeter": 4, "trumpeting": 2, "truss": 1, "trusted": 2, "trustworthy": 1, "trusty": 4, "truth": 11, "truths": 3, "try": 1, "trygon": 2, "trynn": 1, "tsabo": 4, "tsunami": 2, "tub": 1, "tubes": 1, "tug": 1, "tuinvale": 1, "tukatongue": 1, "tuknir": 1, "tuktuk": 3, "tulzidi": 1, "tumble": 2, "tumbledown": 1, "tumblestrum": 3, "tumbling": 1, "tundra": 3, "tunnel": 7, "tunneler": 2, "tunneling": 1, "tura": 1, "turbine": 2, "turbo": 2, "turf": 3, "turkey": 1, "turn": 8, "turnbull": 1, "turncoat": 1, "turnkey": 1, "turntimber": 6, "turret": 1, "turri": 1, "turtle": 11, "turvy": 1, "tusk": 3, "tuskcaller": 1, "tusker": 3, "tuskeri": 1, "tuskodon": 1, "tusks": 1, "tutelage": 2, "tutor": 15, "tuvasa": 1, "tuya": 1, "twain": 1, "twice": 2, "twiddle": 1, "twiddlestick": 1, "twig": 1, "twigwalker": 1, "twilight": 21, "twin": 5, "twinblade": 5, "twincast": 1, "twinclaws": 1, "twinferno": 2, "twingrove": 1, "twinning": 2, "twins": 5, "twinscroll": 1, "twinshot": 1, "twinstrike": 1, "twist": 4, "twisted": 8, "twister": 3, "twitch": 1, "two": 9, "tymaret": 3, "tymora": 1, "typhoon": 2, "tyr": 4, "tyranid": 5, "tyrannical": 1, "tyrannodon": 1, "tyranny": 1, "tyrant": 41, "tyrants": 2, "tyrite": 1, "tyrranax": 3, "tyvar": 5, "tzaangor": 1, "tzeentch": 2, "uba": 1, "uchuulon": 1, "ugin": 9, "ukkima": 1, "ukor": 1, "uktabi": 6, "ukud": 1, "ula": 1, "ulamog": 8, "ulasht": 1, "ulcerate": 1, "ulder": 1, "ulrich": 3, "ultimate": 2, "ultimatum": 8, "ultimus": 1, "ultra": 2, "ultramarines": 2, "ulvenwald": 15, "umara": 9, "umbilicus": 1, "umbra": 13, "umbral": 2, "umbris": 1, "umezawa": 10, "umori": 1, "unassuming": 1, "unbender": 1, "unbinding": 1, "unblinking": 4, "unbound": 5, "unbounded": 2, "unbowed": 1, "unbreakable": 2, "unbreathing": 1, "unbridled": 1, "unbroken": 3, "uncage": 1, "uncaged": 1, "uncaring": 1, "unchained": 2, "unchecked": 1, "unclaimed": 1, "uncle": 1, "unclean": 1, "uncomfortable": 1, "unconsciousness": 1, "uncontested": 1, "uncontrollable": 1, "unconventional": 1, "uncovered": 1, "unctus": 2, "undaunted": 1, "undead": 14, "undeath": 4, "under": 4, "undercellar": 2, "undercity": 11, "undercover": 1, "undercrypt": 1, "undercurrents": 1, "underdark": 3, "underdog": 1, "underdome": 1, "underfoot": 1, "underground": 2, "undergrowth": 4, "underling": 1, "undermine": 1, "underrealm": 1, "undersea": 1, "undersight": 1, "undertaker": 1, "undertow": 1, "underworld": 11, "undetected": 1, "undiscovered": 1, "undo": 1, "undoing": 4, "undurr": 1, "undying": 6, "unerring": 1, "unesh": 1, "uneven": 1, "unexpected": 4, "unexpectedly": 1, "unexplained": 2, "unflinching": 1, "unforge": 1, "unforgiving": 1, "unfriendly": 1, "unfulfilled": 1, "ungiven": 1, "unglued": 1, "unhallowed": 4, "unhinge": 1, "unhinged": 1, "unholy": 8, "unicorn": 17, "unicorns": 1, "unicycle": 1, "unified": 4, "unifier": 2, "unifying": 1, "union": 1, "unique": 1, "unit": 2, "unite": 1, "unites": 2, "unity": 7, "universal": 4, "universe": 1, "unknown": 3, "unlawful": 1, "unleash": 3, "unleashed": 2, "unlicensed": 1, "unlife": 1, "unlikely": 2, "unliving": 1, "unlucky": 1, "unmake": 2, "unmaking": 4, "unmarked": 1, "unmask": 1, "unnatural": 9, "unnerve": 1, "unnerving": 1, "unquenchable": 3, "unquestioned": 1, "unravel": 1, "unraveler": 3, "unraveling": 1, "unreal": 1, "unredeemed": 1, "unrest": 1, "unruly": 1, "unsanctioned": 1, "unscarred": 1, "unscathed": 1, "unscythe": 1, "unsealing": 1, "unseen": 4, "unshackled": 1, "unspeakable": 4, "unstable": 5, "unstoppable": 3, "unsubstantiate": 1, "unsummon": 1, "unsummoning": 2, "untaidake": 1, "untamed": 7, "untethered": 1, "untouchable": 2, "untouched": 1, "unwavering": 2, "unwilling": 1, "unwind": 1, "unwinding": 1, "unworthy": 2, "unx": 2, "unyaro": 3, "unyielding": 2, "up": 15, "updraft": 2, "upgrade": 2, "upheaval": 3, "upon": 8, "upriser": 1, "uprising": 5, "uproot": 1, "uprooting": 1, "upstart": 1, "ur": 3, "urabrask": 4, "urami": 1, "urban": 2, "urbane": 1, "urbis": 1, "urborg": 20, "urchin": 3, "urchins": 1, "urd": 1, "urden": 1, "urge": 5, "urgent": 1, "uril": 1, "urn": 2, "ursapine": 1, "ursine": 1, "ursus": 1, "urtet": 1, "urza": 49, "us": 2, "used": 1, "useful": 1, "usher": 3, "usurper": 7, "uthgardt": 1, "uthuun": 1, "utility": 1, "utopia": 4, "utopian": 1, "utter": 1, "utvara": 2, "uvilda": 1, "vacuum": 1, "vacuumelt": 1, "vadrik": 1, "vadrok": 2, "valakut": 11, "valduk": 1, "vale": 8, "valentin": 2, "valeron": 4, "valesk": 1, "valet": 1, "valhalla": 1, "valiant": 7, "valkas": 1, "valki": 3, "valkyrie": 14, "valkyries": 1, "valley": 6, "valleymaker": 1, "valor": 12, "valorous": 3, "vampire": 65, "vampires": 6, "vampiric": 8, "van": 4, "vance": 1, "vandal": 10, "vandalblast": 1, "vandalize": 1, "vandals": 2, "vanguard": 24, "vanish": 4, "vanisher": 1, "vanishing": 3, "vanity": 1, "vanquish": 3, "vanquisher": 2, "vantage": 1, "vantasaur": 1, "vantress": 2, "vapor": 4, "vaporkin": 1, "vaporous": 1, "vapors": 4, "varchild": 3, "varina": 1, "varis": 1, "varolz": 1, "varragoth": 1, "vassal": 8, "vast": 1, "vastlands": 1, "vastwood": 8, "vat": 5, "vatmother": 1, "vault": 20, "vaultbreaker": 1, "vaults": 1, "vazal": 1, "vazi": 1, "ve": 1, "vec": 14, "vecna": 2, "vectis": 4, "vector": 2, "vedalken": 11, "vega": 4, "vegetation": 1, "veggiesaur": 1, "vehicle": 1, "veil": 11, "veilborn": 1, "veiled": 5, "veiling": 1, "veils": 1, "veilstone": 1, "vein": 6, "veinfire": 1, "veins": 1, "veinwitch": 1, "vel": 3, "vela": 1, "veldt": 1, "velican": 1, "velis": 3, "velocity": 1, "velomachus": 3, "velus": 2, "venarian": 1, "vendetta": 1, "vendor": 1, "venerable": 5, "venerated": 4, "vengeance": 15, "vengeant": 2, "vengeful": 19, "vengevine": 1, "venom": 9, "venomcrawler": 1, "venomous": 6, "venomspout": 1, "venser": 7, "vent": 3, "ventifact": 1, "ventmaw": 1, "vents": 1, "venture": 2, "verazol": 1, "verbosity": 1, "verdant": 14, "verdeloth": 1, "verdict": 9, "verdigris": 1, "verduran": 2, "verdurous": 1, "verge": 2, "verix": 1, "vermiculos": 1, "vermin": 6, "vernadi": 1, "vernal": 2, "verrak": 1, "verse": 2, "vert": 1, "vertebrae": 1, "vertigo": 2, "very": 5, "vesper": 1, "vesperlark": 1, "vess": 1, "vessel": 12, "vestige": 4, "vesuva": 1, "vesuvan": 3, "veteran": 39, "veto": 1, "vexilus": 1, "vexing": 10, "vexyr": 1, "veyran": 1, "vhal": 6, "vhati": 1, "vial": 6, "viashino": 19, "viashivan": 1, "vibrating": 1, "viceroy": 2, "vicious": 9, "viconia": 5, "victim": 4, "victor": 1, "victory": 10, "victual": 1, "view": 1, "vig": 2, "vigean": 2, "vigil": 6, "vigilance": 1, "vigilant": 1, "vigilante": 3, "vigilantes": 1, "vigor": 7, "vigorous": 2, "vigorspore": 1, "vii": 1, "vikya": 1, "vildin": 2, "vile": 13, "vilis": 1, "village": 13, "villager": 2, "villagers": 1, "villainous": 2, "villains": 2, "vindicate": 1, "vindicator": 4, "vindictive": 4, "vine": 7, "vinecrasher": 1, "vinelasher": 1, "vines": 10, "vineshaper": 2, "vinesoul": 1, "vinesteed": 1, "vinewall": 1, "vineweft": 1, "vineyard": 2, "vintara": 1, "violent": 4, "violet": 1, "viper": 9, "viral": 2, "viridescent": 1, "viridian": 10, "viron": 1, "virtue": 5, "virtuoso": 2, "virtuous": 1, "virtus": 1, "virulent": 4, "virus": 1, "vis": 1, "visage": 4, "visara": 1, "viscera": 2, "viscerid": 3, "viscid": 1, "vise": 1, "viseling": 1, "vish": 1, "vishgraz": 1, "vision": 10, "visionary": 11, "visions": 10, "visit": 2, "visitation": 2, "visitor": 7, "vista": 6, "vitae": 2, "vital": 3, "vitalist": 1, "vitality": 9, "vitalizing": 2, "vitaspore": 1, "vito": 1, "vitriol": 1, "vitu": 6, "vivid": 5, "vivien": 15, "vivify": 1, "vivisection": 4, "vivisurgeon": 1, "vizier": 13, "vizkopa": 3, "vizzerdrix": 1, "vlaakith": 1, "vladimir": 1, "voda": 2, "vodalian": 17, "vogar": 1, "vohar": 1, "voice": 28, "voiceless": 1, "voices": 1, "void": 21, "voidmage": 4, "voidstone": 1, "voidwalk": 1, "voidwalker": 1, "voidwielder": 1, "voidwing": 1, "voja": 1, "vol": 2, "volatile": 7, "volatility": 1, "volcanic": 15, "volcanist": 1, "volcano": 6, "voldaren": 13, "volition": 1, "volley": 8, "volo": 4, "volrath": 9, "volshe": 1, "volt": 2, "voltage": 2, "voltaic": 3, "volunteer": 1, "volunteers": 1, "volute": 1, "von": 2, "vona": 2, "voodoo": 1, "voracious": 7, "vorapede": 1, "vorel": 1, "vorinclex": 2, "vorine": 1, "vorrac": 3, "vorstclaw": 1, "vortex": 14, "votary": 1, "voucher": 1, "vow": 5, "voyage": 6, "voyager": 7, "voyaging": 1, "vraan": 3, "vraska": 12, "vrock": 1, "vrondiss": 1, "vryn": 2, "vs": 2, "vu": 1, "vug": 1, "vulpikeet": 1, "vulpine": 1, "vulshok": 8, "vulture": 2, "vultures": 2, "vulturous": 2, "w": 1, "wage": 1, "wager": 1, "waif": 1, "wail": 5, "waildrifter": 3, "wailing": 2, "waiters": 1, "waiting": 1, "wake": 15, "wakecaster": 1, "wakedancer": 1, "wakening": 1, "waker": 5, "wakeroot": 1, "wakestone": 1, "waking": 2, "walk": 4, "walker": 12, "walkers": 2, "walking": 11, "wall": 79, "wallbreaker": 1, "wallop": 1, "waltz": 2, "waltzer": 3, "wand": 13, "wander": 1, "wanderbrine": 1, "wanderer": 16, "wanderguard": 1, "wandering": 18, "wanderings": 1, "wanderlight": 3, "wanderlust": 1, "wandermare": 1, "wanderwine": 1, "wane": 1, "waning": 2, "wanted": 4, "war": 78, "warbeard": 1, "warboss": 1, "warbreak": 1, "warbriar": 1, "warbringer": 1, "warbrute": 1, "warcaller": 4, "warchanter": 2, "warchief": 8, "warclamp": 1, "warclub": 1, "warcraft": 2, "warcrawler": 1, "warcry": 1, "ward": 24, "warded": 1, "warden": 31, "wardens": 5, "warder": 2, "warding": 1, "wardscale": 2, "wardwing": 1, "warehouse": 1, "warfare": 3, "warfire": 1, "warform": 1, "wargate": 1, "wargear": 1, "warhammer": 1, "warhawk": 1, "warhorn": 1, "warhorse": 2, "warhost": 1, "warhound": 2, "warhounds": 1, "warkite": 2, "warleader": 3, "warlock": 1, "warlord": 19, "warm": 2, "warmaster": 1, "warmind": 1, "warmonger": 6, "warmth": 1, "warning": 4, "warp": 9, "warpath": 2, "warped": 5, "warper": 1, "warping": 1, "warplow": 1, "warrant": 2, "warren": 4, "warrens": 1, "warrior": 66, "warriors": 4, "warshrieker": 1, "warsinger": 1, "warsteed": 1, "warstorm": 1, "warteye": 3, "warthog": 2, "warweaver": 1, "wary": 1, "warzone": 1, "was": 1, "wash": 2, "wasp": 2, "wasps": 1, "waste": 5, "wasteful": 1, "wasteland": 5, "wastes": 13, "watch": 9, "watchdog": 3, "watcher": 18, "watchers": 2, "watchful": 2, "watching": 2, "watchtower": 2, "watchward": 1, "watchwolf": 1, "water": 12, "watercourse": 1, "watercourser": 1, "waterdeep": 2, "waterfall": 1, "waterfront": 2, "waterkin": 1, "waterknot": 1, "waterlogged": 3, "watermarket": 1, "waters": 4, "waterspout": 2, "watertrap": 1, "waterveil": 2, "waterwhirl": 1, "watery": 1, "wauki": 2, "wave": 22, "wavebreak": 1, "wavebreakers": 1, "wavecaster": 1, "wavecrash": 1, "wavecrasher": 1, "waverider": 1, "waves": 5, "wavesifter": 1, "waveskimmer": 1, "wavewatch": 1, "wax": 1, "waxing": 1, "way": 10, "wayfarer": 3, "wayfaring": 1, "wayfinder": 4, "waylay": 1, "ways": 3, "wayward": 8, "we": 3, "weak": 6, "weakness": 3, "weakstone": 1, "weald": 1, "wealth": 1, "weapon": 7, "weaponcraft": 1, "weaponize": 1, "weaponmaster": 1, "weaponry": 4, "weapons": 2, "weaponsmith": 5, "wear": 1, "weary": 3, "weaselback": 1, "weather": 1, "weathered": 3, "weatherlight": 12, "weatherseed": 4, "weathervane": 1, "weave": 1, "weaver": 21, "web": 13, "webs": 1, "webspinner": 1, "webweaver": 1, "wed": 1, "wedding": 5, "wee": 1, "weed": 1, "weeds": 1, "weevil": 1, "wei": 12, "weight": 4, "weird": 8, "weirded": 1, "weirding": 4, "welcome": 10, "welcoming": 1, "weld": 1, "welder": 3, "weldfast": 3, "welding": 2, "welkin": 3, "well": 14, "wellgabber": 1, "wellspring": 5, "wellwisher": 1, "were": 2, "werebear": 2, "wererat": 1, "werewolf": 15, "wernog": 1, "west": 2, "westgate": 1, "wet": 1, "wetland": 1, "whack": 3, "whacker": 1, "whale": 6, "whalebone": 1, "whammy": 1, "wharf": 1, "what": 1, "wheel": 5, "wheelsmith": 1, "whelk": 1, "whelm": 1, "whelming": 1, "whelp": 8, "when": 3, "whetstone": 1, "which": 2, "whim": 2, "whims": 1, "whimsy": 1, "whimwader": 1, "whip": 12, "whipcorder": 1, "whipflare": 1, "whipgrass": 1, "whipkeeper": 1, "whiplash": 1, "whippoorwill": 1, "whipstitched": 1, "whiptail": 3, "whiptongue": 2, "whirler": 2, "whirlermaker": 1, "whirling": 3, "whirlpool": 3, "whirlwind": 4, "whisk": 1, "whiskergill": 1, "whiskers": 1, "whisper": 6, "whispered": 1, "whisperer": 6, "whispergear": 1, "whispering": 9, "whispers": 4, "whispersilk": 1, "whisperwood": 1, "whistle": 1, "white": 14, "whiteclay": 1, "whitemane": 1, "whiteout": 1, "whitesun": 1, "whitewater": 1, "who": 11, "whole": 1, "whuppin": 1, "wicked": 9, "wickedness": 1, "wicker": 3, "wickerbough": 1, "wickerwing": 1, "widespread": 3, "widget": 1, "widow": 1, "wielder": 4, "wielding": 1, "wight": 3, "wiitigo": 2, "wild": 47, "wildblood": 1, "wildbonder": 1, "wildborn": 2, "wildcall": 1, "wildcat": 1, "wildcats": 1, "wildcrafter": 1, "wilderness": 2, "wildest": 1, "wildfield": 1, "wildfire": 5, "wildgrowth": 1, "wildheart": 1, "wilding": 1, "wilds": 17, "wildsize": 1, "wildslayer": 1, "wildsong": 1, "wildspeaker": 2, "wildwood": 3, "wilhelt": 1, "will": 39, "willbender": 1, "willbreaker": 1, "willie": 1, "willing": 3, "willow": 7, "willowdusk": 1, "wills": 3, "wilson": 8, "wilt": 3, "wily": 3, "win": 1, "winchester": 2, "wind": 35, "windborn": 1, "windborne": 1, "windbrisk": 2, "windcaller": 1, "winder": 3, "windfall": 2, "windgrace": 4, "winding": 4, "window": 1, "windreader": 2, "windreaper": 1, "windreaver": 1, "windriddle": 1, "windrider": 3, "windrobber": 1, "winds": 19, "windscout": 1, "windscouter": 1, "windseer": 2, "windshaper": 1, "windstorm": 2, "wine": 2, "wing": 12, "wingcrafter": 1, "winged": 7, "wingfold": 1, "wingmare": 1, "wingmate": 1, "wingrattle": 1, "wings": 18, "wingshield": 3, "wingsmith": 1, "wingspan": 1, "wingsteed": 2, "winner": 1, "winnow": 1, "winnower": 4, "winnowing": 1, "winota": 2, "winter": 11, "winterflame": 1, "wintermoon": 1, "wintermoor": 1, "winterthorn": 1, "wipe": 2, "wire": 3, "wirecat": 1, "wirefly": 1, "wiretapping": 3, "wirewood": 8, "wisdom": 8, "wise": 4, "wisent": 1, "wish": 12, "wishclaw": 1, "wishcoin": 1, "wishes": 1, "wishful": 1, "wisps": 6, "wispweaver": 1, "wistful": 2, "wit": 1, "witch": 43, "witchbane": 1, "witchcraft": 1, "witches": 4, "witchstalker": 1, "with": 37, "withdraw": 1, "withengar": 1, "witherbloom": 8, "withercrown": 1, "withered": 1, "withering": 5, "witherscale": 1, "within": 5, "without": 2, "withstand": 1, "witness": 10, "wits": 2, "witsniper": 1, "witty": 2, "wizard": 26, "wizardry": 2, "wizards": 5, "wizened": 2, "woe": 4, "woebearer": 1, "woebringer": 1, "woeleecher": 1, "wojek": 5, "wolf": 39, "wolfbear": 1, "wolfbitten": 1, "wolfblood": 1, "wolfcaller": 1, "wolfgang": 1, "wolfhunter": 1, "wolfir": 2, "wolfkin": 2, "wolfrider": 2, "wolfwillow": 1, "wolverine": 6, "wolverines": 1, "wolves": 9, "wolvid": 1, "wombat": 1, "wonder": 4, "wonders": 2, "wondrous": 1, "wood": 11, "woodborn": 1, "woodcaller": 1, "woodcrasher": 1, "woodcutter": 1, "wooded": 3, "wooden": 2, "woodfall": 1, "woodland": 11, "woodlot": 2, "woodreaders": 1, "woodripper": 1, "woods": 5, "woodshaper": 1, "woodvine": 1, "woodweaver": 1, "woodworm": 1, "woodwraith": 1, "woolly": 4, "word": 12, "wordmail": 1, "words": 7, "work": 1, "worker": 7, "workhorse": 1, "workshop": 4, "world": 31, "worldfire": 1, "worldgorger": 1, "worldheart": 1, "worldly": 2, "worldpurge": 1, "worlds": 2, "worldslayer": 1, "worldspine": 1, "worldwaker": 1, "worm": 6, "wormfang": 5, "worms": 3, "wormwood": 1, "worn": 1, "worry": 1, "worship": 4, "worshippers": 1, "worst": 1, "wort": 1, "worth": 1, "worthy": 6, "would": 1, "wound": 7, "wrack": 1, "wraith": 4, "wrangler": 7, "wrap": 3, "wrappings": 1, "wrath": 13, "wrathful": 2, "wreak": 1, "wreath": 2, "wreckage": 3, "wrecker": 1, "wrecking": 2, "wren": 1, "wrench": 2, "wrenn": 6, "wretch": 3, "wretched": 7, "wrexial": 1, "wring": 1, "wrinkly": 1, "writ": 1, "write": 1, "writhing": 5, "wu": 8, "wulfgar": 1, "wumpus": 3, "wurm": 63, "wurmcalling": 1, "wurmcoil": 3, "wurmquake": 1, "wurms": 1, "wurmskin": 1, "wurmspeaker": 1, "wurmweaver": 1, "wydwen": 1, "wyleth": 1, "wyll": 7, "wyluli": 1, "wyrm": 4, "wyvern": 4, "x": 1, "xanathar": 3, "xander": 1, "xantcha": 1, "xanthic": 1, "xantid": 1, "xathrid": 6, "xenagos": 5, "xenic": 1, "xenk": 1, "xenosquirrels": 1, "xiahou": 1, "xinye": 1, "xira": 1, "xorn": 3, "xun": 2, "xyris": 1, "xyru": 1, "y": 2, "yahenni": 1, "yamabushi": 3, "yamazaki": 3, "yanggu": 2, "yanling": 3, "yannik": 1, "yard": 1, "yargle": 1, "yarok": 3, "yasharn": 1, "yasova": 1, "yavimaya": 25, "yawgmoth": 12, "yawning": 3, "year": 3, "yearling": 4, "yedora": 1, "yeenoghu": 1, "yellow": 2, "yennett": 1, "yesterdays": 1, "yet": 1, "yeti": 5, "yeva": 2, "yew": 3, "yi": 1, "yidaro": 2, "yidris": 1, "yield": 1, "yisan": 1, "yixlid": 1, "yn": 1, "yojimbo": 1, "yoke": 1, "yoked": 2, "yore": 1, "yosei": 1, "yoshimaru": 1, "yotia": 1, "yotian": 3, "you": 28, "young": 15, "younger": 1, "younghorn": 1, "your": 19, "yours": 1, "yourself": 2, "youth": 2, "youthful": 3, "youths": 1, "ysgard": 1, "yu": 4, "yuan": 5, "yuki": 1, "yukora": 1, "yule": 1, "yun": 1, "yuriko": 1, "yurlok": 1, "yusri": 1, "zabaz": 3, "zada": 2, "zagoth": 2, "zagras": 1, "zahid": 1, "zalto": 1, "zamriel": 1, "zanam": 1, "zanikev": 1, "zap": 1, "zar": 2, "zarek": 1, "zareth": 1, "zariel": 3, "zask": 1, "zaxara": 1, "zeal": 4, "zealot": 21, "zealots": 1, "zealous": 3, "zebra": 1, "zedruu": 1, "zegana": 2, "zegon": 1, "zektar": 1, "zel": 7, "zellix": 1, "zelyon": 1, "zendikar": 8, "zendikon": 6, "zenith": 6, "zephid": 1, "zephyr": 9, "zephyrim": 2, "zephyrnaut": 1, "zeppelid": 1, "zeppelin": 1, "zeriam": 1, "zero": 2, "zerrin": 1, "zetalpa": 1, "zev": 2, "zevlor": 3, "zhalfir": 3, "zhalfirin": 8, "zhang": 2, "zhao": 1, "zhava": 1, "zheng": 1, "zhentarim": 1, "zhong": 1, "zhou": 2, "zhur": 4, "zhurong": 1, "ziatora": 5, "ziggurat": 1, "zilong": 1, "zilortha": 1, "zimone": 3, "zink": 1, "zirda": 1, "zirilan": 1, "zndrsplt": 2, "zo": 1, "zoanthrope": 1, "zodiac": 8, "zoetic": 1, "zof": 3, "zombie": 42, "zombies": 3, "zombified": 1, "zone": 4, "zoological": 2, "zoologist": 1, "zoomancy": 3, "zopandrel": 3, "zu": 1, "zubera": 6, "zulaport": 3, "zuo": 1, "zur": 5, "zuran": 2, "zurgo": 3, "zurzoth": 1, "zzzyxas": 1, "\u00ae": 1, "\u00e0": 1, "\u0161lemr": 3 }, "str2idf": null, "type": "parallel_cnn", "use_bias": true, "vocab": [ "", "", "", "", "of", "/", ",", "the", "'", "s", "-", "goblin", "a", "dragon", "to", "elemental", "sliver", "giant", "blood", "and", "death", "in", "spirit", "knight", "phyrexian", "angel", "soul", "wall", "war", "mage", "avatar", "master", "storm", "for", "guardian", "drake", "fire", "warrior", "vampire", "god", "wurm", "golem", "champion", "emblem", "ancient", "one", "flame", "sentinel", "sun", "lightning", "charm", "druid", "ogre", "light", "blade", "captain", "dead", "lord", "urza", "mind", "shaman", "hunter", "fury", "command", "wild", "mystic", "aven", "eye", "demon", "from", "guard", "strike", "sphinx", "aether", "witch", "night", "kami", "curse", "hydra", "zombie", "agent", "ruin", "sea", "shield", "chaos", "tyrant", "eternal", "myr", "hope", "beast", "shadow", "griffin", "sword", "stone", "sage", "serpent", "will", "paladin", "gate", "veteran", "disciple", "wolf", "call", ".", "life", "kavu", "thief", "with", "blessing", "dawn", "growth", "sky", "djinn", "familiar", "battle", "strength", "dark", "force", "titan", "wind", "guide", "hunt", "herald", "by", "rage", "power", "bridge", "keeper", "spider", "merfolk", "horror", "dwarven", "gift", "mishra", "priest", "field", "(", ")", "king", "mirror", "chandra", "elvish", "hero", "angelic", "warden", "into", "mentor", "world", "swarm", "scout", "faerie", "frost", "all", "soldier", "jace", "nature", "scion", "sanctuary", "tree", "rider", "pack", "primal", "moon", "assassin", "guildmage", "lost", "blast", "plague", "ranger", "minotaur", "d", "liliana", "time", "charge", "adept", "heart", "phoenix", "sentry", "armor", "you", "hellkite", "elder", "trap", "mana", "memory", "protector", "\"", "glory", "voice", "blessed", "last", "geist", "teferi", "queen", "reckless", "dreams", "path", "decklist", "harvest", "legion", "return", "behemoth", "ghoul", "fiend", "seer", "living", "tower", "patrol", "order", "troll", "pathway", "acolyte", "grave", "cleric", "ajani", "pit", "general", "emissary", "wizard", "serra", "magus", "scavenger", "yavimaya", "scholar", "engine", "stalker", "assault", "bear", "oracle", "essence", "might", "rats", "bearer", "first", "burning", "elite", "ritual", "justice", "bio", "ward", "imp", "mask", "raptor", "apprentice", "kor", "bolt", "vanguard", "dream", "berserker", "invasion", "staff", "centaur", "binding", "rakdos", "nightmare", "cavalry", "spectral", "predator", "thought", "nissa", "iron", "insight", "grasp", "sorcerer", "red", "midnight", "tide", "grim", "ring", "river", "spy", "earth", "fleet", "healer", "secrets", "scourge", "initiate", "celestial", "avenger", "touch", "surge", "sphere", "elf", "doom", "rogue", "deep", "wave", "bane", "treefolk", "squirrel", "courier", "gargoyle", "void", "zealot", "infiltrator", "ambush", "steel", "dire", "colossus", "hand", "brute", "bond", "dryad", "march", "molten", "skaab", "dust", "reality", "city", "ravenous", "circle", "twilight", "cursed", "temple", "sanctum", "pride", "weaver", "hunger", "gideon", "prowler", "sovereign", "marshal", "silent", "sylvan", "flesh", "ghost", "high", "black", "urborg", "dread", "chosen", "commander", "bog", "maze", "forge", "great", "vault", "specter", "fate", "leonin", "thopter", "markov", "shade", "kraken", "monk", "boon", "charger", "snare", "winds", "presence", "warlord", "dean", "vengeful", "your", "tome", "runner", "slayer", "psychic", "ice", "mine", "talisman", "lotus", "cat", "bone", "form", "construct", "garruk", "raider", "breath", "skyclave", "phantom", "evil", "arcbound", "faith", "gaea", "seeker", "viashino", "augur", "cemetery", "oath", "rune", "cont", "golgari", "servant", "divine", "favor", "bird", "crystal", "feast", "grove", "land", "wandering", "devil", "clan", "shrine", "companion", "lantern", "!", "roar", "skyshroud", "paragon", "blight", "wings", "ooze", "butcher", "cathar", "embrace", "spike", "day", "reaper", "elephant", "kaya", "watcher", "crown", "shepherd", "llanowar", "lich", "tomb", "egg", "renegade", "spell", "radiant", "thran", "flowstone", "siege", "stalwart", "betrayal", "axe", "keldon", "despair", "dancer", "savage", "imperial", "at", "orcish", "pyromancer", "altar", "temporal", "recluse", "old", "shivan", "vodalian", "end", "harbinger", "rise", "unicorn", "enforcer", "hammer", "honor", "outrider", "protection", "benalish", "haunted", "spawn", "pegasus", "silence", "azorius", "monster", "crypt", "baloth", "wilds", "loxodon", "trickster", "inspiring", "treasure", "noble", "caller", "infantry", "cutthroat", "isle", "attendant", "mogg", "flames", "mire", "cruel", "bounty", "strider", "golden", "squad", "elspeth", "marauder", "brawler", "marsh", "artisan", "green", "crawler", "down", "artificer", "fallen", "hellion", "pact", "loyal", "blue", "wanderer", "mimic", "sprite", "aura", "thallid", "my", "collector", "on", "efreet", "prodigy", "sacred", "pilgrim", "lancer", "foundry", "reaver", "canopy", "rain", "seraph", "goliath", "cinder", "prismatic", "automaton", "cloud", "terror", "eldrazi", "realm", "helm", "dimir", "corpse", "harvester", "changeling", "furnace", "mass", "decree", "souls", "horde", "out", "defiant", "offering", "knowledge", "alchemist", "rebirth", "consuming", "titania", "engineer", "away", "duelist", "hound", "adversary", "abomination", "grand", "tutor", "vivien", "werewolf", "sigarda", "go", "run", "young", "sands", "tainted", "cavalier", "wake", "volcanic", "class", "basilisk", "lore", "planar", "lava", "shattered", "up", "desert", "vengeance", "en", "invoker", "mist", "tiger", "cyclops", "ulvenwald", "martyr", "dusk", "hall", "invocation", "snow", "samurai", "dominus", "stronghold", "archer", "skull", "chimera", "thraben", "tactician", "fiery", "raven", "simic", "forgotten", "thirst", "vortex", "new", "krosan", "lion", "diamond", "boar", "summoner", "arcane", "horn", "archfiend", "coalition", "grace", ":", "leyline", "verdant", "darksteel", "search", "raiders", "deadly", "rite", "dross", "kin", "relic", "white", "undead", "boros", "carrion", "resistance", "beetle", "gruul", "valkyrie", "quicksilver", "awakening", "street", "boggart", "star", "manticore", "necromancer", "gorger", "heliod", "thunder", "thrull", "hulk", "restoration", "vec", "kjeldoran", "orb", "well", "tracker", "intervention", "academy", "raging", "sorin", "spark", "izzet", "crimson", "mantle", "overseer", "eater", "tezzeret", "discovery", "archangel", "selesnya", "akki", "ruins", "sudden", "riptide", "ojutai", "summons", "crab", "cry", "darkness", "final", "mob", "resolute", "balduvian", "keep", "elves", "slaughter", "wand", "cunning", "edge", "voldaren", "olivia", "cabal", "ravager", "shadows", "demonic", "phalanx", "devourer", "village", "sleeper", "heroes", "mardu", "mastery", "vile", "armored", "vizier", "revelation", "gold", "apparition", "sarkhan", "crusader", "lurking", "rites", "human", "mountain", "hag", "cave", "_____", "obscura", "beacon", "wastes", "falkenrath", "flight", "half", "rot", "skeleton", "arms", "tactics", "umbra", "burst", "silver", "cryptic", "barrier", "mox", "web", "hawk", "kitsune", "wrath", "torch", "judgment", "hidden", "myojin", "righteous", "shambler", "shaper", "defense", "oak", "bolas", "citadel", "merchant", "artist", "siren", "scorpion", "vraska", "scorn", "liege", "scale", "no", "orzhov", "ethereal", "norn", "feral", "fall", "endless", "coast", "corrupted", "vessel", "walker", "rally", "drone", "leaf", "throne", "magma", "devouring", "totem", "mark", "archon", "conduit", "battlemage", "illusion", "reclamation", "kill", "burn", "charging", "bronze", "weatherlight", "tempest", "nexus", "yawgmoth", "false", "barbarian", "an", "excavation", "heir", "word", "spoils", "whip", "ashnod", "cloak", "inferno", "expedition", "triumph", "song", "insect", "robber", "sculptor", "claw", "stalking", "clockwork", "tamiyo", "wei", "true", "double", "nantuko", "reflection", "through", "open", "o", "gale", "hermit", "noxious", "regent", "timeless", "devoted", "water", "stand", "eyes", "wish", "ancestor", "nahiri", "wing", "ray", "thousand", "glider", "energy", "tail", "chain", "chant", "valor", "gods", "slinger", "conclave", "boss", "cosmos", "chief", "crusher", "prophet", "fountain", "inquisitor", "dauthi", "machine", "akroan", "font", "primeval", "arena", "spire", "blinding", "who", "cobra", "aeronaut", "passage", "walking", "wood", "stinger", "cauldron", "eidolon", "foul", "truth", "ruthless", "mists", "nephalia", "quest", "line", "nemesis", "rhox", "winter", "argothian", "magic", "vedalken", "crocodile", "is", "outcast", "make", "mutation", "destiny", "underworld", "sand", "mayhem", "turtle", "denial", "thoughts", "hatchling", "court", "second", "apex", "tangle", "lair", "crop", "artifact", "archmage", "host", "undercity", "satyr", "progress", "quandrix", "akoum", "dungeon", "pillar", "visionary", "valakut", "architect", "party", "ancestral", "chamber", "steadfast", "reach", "overlord", "torment", "leader", "alpha", "guild", "il", "veil", "fang", "head", "depths", "take", "emrakul", "snake", "reinforcements", "woodland", "research", "stromkirk", "bat", "pulse", "retribution", "defiance", "genesis", "ship", "ghitu", "saproling", "faithful", "channeler", "revival", "frenzied", "ground", "bazaar", "vines", "scroll", "thriving", "ancients", "syphon", "dance", "journey", "cultivator", "act", "muse", "monitor", "horizon", "seal", "cleansing", "mogis", "cephalid", "glacial", "malakir", "monument", "benalia", "halo", "infinite", "moment", "secret", "welcome", "forest", "pain", "sanguine", "vexing", "thorn", "diviner", "statue", "way", "mauler", "ingenious", "phyrexia", "rising", "rat", "breaker", "bandit", "shambling", "tidal", "guildpact", "brood", "explorer", "desperate", "game", "ascendancy", "daring", "oni", "silumgar", "nim", "haunting", "stroke", "flare", "archers", "victory", "witness", "visions", "devils", "emperor", "hold", "mammoth", "gix", "cultist", "primordial", "hedron", "greater", "graveyard", "fathom", "viridian", "umezawa", "epiphany", "vandal", "vision", "lookout", "gorgon", "cradle", "festival", "dog", "slash", "dawnhart", "rhino", "spring", "hive", "killer", "rift", "harpy", "bones", "decoy", "icatian", "catapult", "echo", "bastion", "authority", "sanity", "forces", "kessig", "portal", "eternity", "aerial", "tribute", "rush", "law", "explosive", "barrage", "key", "commando", "shapeshifter", "magmatic", "road", "agony", "holy", "krovikan", "triton", "malice", "steam", "wicked", "mistform", "cage", "invoke", "riders", "gorilla", "omen", "jaya", "break", "autumn", "celebrant", "many", "territorial", "maelstrom", "locus", "cluestone", "market", "plated", "hymn", "exile", "tajuru", "bruiser", "haven", "karn", "drana", "ally", "kher", "broken", "astral", "sigil", "forsaken", "oblivion", "scarab", "vitality", "royal", "ob", "nixilis", "genius", "sanctifier", "sergeant", "rager", "confluence", "signet", "mirage", "kindred", "returned", "edict", "lash", "locket", "augury", "lieutenant", "renewal", "lens", "tomorrow", "phantasm", "falcon", "verdict", "reversal", "claim", "zephyr", "impostor", "tel", "jilad", "guildgate", "clever", "advocate", "bound", "enigma", "reveler", "bloom", "kozilek", "unnatural", "damned", "root", "skyhunter", "skirmisher", "shift", "garden", "arbiter", "hollow", "arc", "observer", "brazen", "revenge", "mighty", "palace", "team", "predatory", "tribe", "claws", "haze", "avacyn", "umara", "alley", "kiss", "skirk", "obelisk", "kithkin", "ugin", "influence", "vicious", "monstrosity", "rock", "mercurial", "judge", "jeskai", "viper", "warp", "two", "bell", "enduring", "resplendent", "mesa", "battlefield", "herd", "onslaught", "ashes", "fortune", "ox", "intruder", "back", "brass", "naga", "glissa", "blizzard", "jund", "ridge", "amulet", "wolves", "licid", "experiment", "venom", "errant", "furious", "searing", "relentless", "watch", "ascension", "spiteful", "towering", "swift", "guardians", "salvage", "bogardan", "aberration", "soldevi", "core", "brutal", "volrath", "whispering", "tolarian", "band", "chieftain", "elven", "volley", "murder", "reckoning", "idol", "havoc", "nyxborn", "shu", "ral", "infernal", "tibalt", "bishop", "thicket", "pharaoh", "fear", "ichor", "dauntless", "dinosaur", "study", "broker", "anger", "body", "wisdom", "abzan", "creeping", "tavern", "vale", "boneyard", "makindi", "emeria", "kitesail", "meteor", "liberator", "door", "gambit", "aspirant", "slime", "balance", "headed", "denizen", "turn", "lizard", "shot", "laboratory", "necropolis", "feed", "distortion", "trailblazer", "ulamog", "benevolent", "shard", "arsonist", "konda", "steed", "t", "nylea", "plans", "gerrard", "zodiac", "glorious", "lorehold", "campus", "nyx", "spawning", "abandon", "gryff", "demise", "vulshok", "envoy", "it", "flux", "school", "skin", "esper", "kayla", "scour", "thassa", "curator", "messenger", "juggernaut", "homunculus", "huatli", "pyre", "firebrand", "overwhelming", "selfless", "angler", "&", "dragonlord", "ascendant", "defiler", "big", "past", "leech", "fell", "combat", "professor", "aspect", "warchief", "squire", "inner", "shifting", "restless", "aid", "summoning", "pass", "vassal", "assistant", "conjurer", "weird", "huntmaster", "lurker", "escape", "ambusher", "hierophant", "minion", "eruption", "kaito", "together", "gremlin", "fight", "wu", "steward", "wirewood", "ghostly", "tiamat", "castle", "long", "piper", "arlinn", "terrain", "roc", "replica", "ivory", "solemn", "crasher", "cavern", "khenra", "mummy", "boreal", "deceiver", "sentinels", "flayer", "seasoned", "troops", "murasa", "keyrune", "twisted", "tormented", "planeswalker", "prey", "trove", "skeletal", "chill", "unholy", "owlbear", "prismari", "legacy", "jungle", "sengir", "wilson", "argivian", "akroma", "brawl", "samite", "ad", "breach", "smasher", "zhalfirin", "basilica", "ashiok", "executioner", "ondu", "scarecrow", "rest", "setessan", "coastal", "colossal", "blades", "zendikar", "sleuth", "spellbomb", "ludevic", "rebuke", "goblins", "flock", "blazing", "vampiric", "massacre", "shieldmate", "gang", "whelp", "ultimatum", "filigree", "fist", "witherbloom", "rowan", "slug", "copper", "recruiter", "pursuit", "heat", "wayward", "ages", "upon", "seismic", "poison", "moss", "owl", "merciless", "maw", "air", "fanatic", "fatal", "thalia", "reward", "blow", "glint", "vastwood", "falls", "calm", "kitchen", "bladehold", "chaplain", "octopus", "gnoll", "deadeye", "navigator", "control", "possessed", "overgrown", "krark", "hour", "asari", "district", "jester", "reborn", "daybreak", "roil", "stromgald", "vigor", "maneuver", "caretaker", "covered", "conqueror", "wretched", "caress", "carnage", "hauler", "stampede", "crew", "spitting", "memories", "trapper", "skyknight", "mite", "willow", "savior", "re", "roots", "shell", "omnath", "valiant", "destructive", "tendrils", "words", "rath", "bomb", "anurid", "ants", "greed", "frontier", "electrostatic", "gloom", "bloodline", "praetor", "gilded", "voyager", "vine", "abyssal", "cohort", "bloodfire", "opal", "stitcher", "tunnel", "ghirapur", "null", "sleep", "sisay", "iteration", "flamekin", "purphoros", "island", "funeral", "winged", "bant", "illusionist", "nest", "arisen", "wyll", "affliction", "revenant", "squee", "dreadhorde", "karfell", "masked", "dominance", "folk", "kobold", "tooth", "chrome", "hunting", "stoic", "spara", "treacherous", "ronin", "revel", "rabid", "nessian", "cabaretti", "sinister", "erebos", "demolition", "hurloon", "ghastly", "soltari", "luminous", "harper", "oona", "jetmir", "town", "merrow", "library", "basri", "usurper", "painter", "benthic", "suit", "spore", "plate", "stolen", "council", "betrayer", "ardent", "monstrous", "bloodchief", "space", "wound", "banner", "dovin", "keld", "kiora", "trooper", "seven", "peace", "hidetsugu", "profane", "fracture", "venser", "fires", "five", "constrictor", "drowned", "rhystic", "sabertooth", "identity", "daru", "graves", "shintai", "seize", "doppelganger", "house", "scepter", "minamo", "coffin", "parasitic", "deepwood", "etherium", "dal", "nimble", "alabaster", "bulwark", "pirate", "torrent", "rootwater", "illusionary", "eiganjo", "exemplar", "stream", "coral", "pharika", "kraul", "mother", "teller", "sink", "lulu", "hollyphant", "phantasmal", "fervent", "aegis", "hexgold", "felidar", "grixis", "weapon", "mantis", "baleful", "bodyguard", "ageless", "plant", "kuldotha", "over", "checklist", "sultai", "gruesome", "galvanic", "helix", "speaker", "sower", "dakmor", "network", "as", "ramosian", "visitor", "sadistic", "ninja", "beyond", "perilous", "infestation", "thundering", "auriok", "unity", "volatile", "pixie", "researcher", "test", "skirge", "kamahl", "bretagard", "syndicate", "culling", "glittering", "maro", "matrix", "glade", "fierce", "ertai", "syr", "home", "natural", "pup", "patron", "untamed", "heretic", "gnomes", "oketra", "kazandu", "example", "destruction", "soratami", "immortal", "animist", "armory", "championships", "orochi", "bringer", "drain", "wrangler", "solidarity", "spear", "operative", "gatekeeper", "mechanic", "looter", "fangs", "paradise", "blighted", "eagle", "extinction", "voracious", "lae", "zel", "aerie", "rakshasa", "scrap", "screeching", "dromoka", "lim", "d\u00fbl", "naya", "pet", "skemfar", "ballista", "odric", "archive", "clear", "worker", "drop", "echoing", "mending", "blaze", "sheoldred", "theft", "sly", "infectious", "domri", "sprouting", "beastmaster", "purge", "man", "bow", "rust", "brain", "duty", "repel", "crafty", "vitu", "ghazi", "kruphix", "horizons", "salt", "favored", "riot", "hunted", "gorge", "endurance", "predation", "ash", "immersturm", "shatter", "blitz", "meletis", "explosion", "grid", "hallowed", "darigaaz", "alpine", "hedge", "drudge", "venomous", "i", "contest", "howlpack", "vermin", "warmonger", "legionnaire", "wisps", "sarulf", "whisper", "swine", "littjara", "advantage", "silverquill", "harrier", "trial", "sol", "approach", "firecat", "survivor", "sell", "atarka", "fearless", "hungry", "dwarf", "prism", "sorrow", "gauntlet", "battery", "trickery", "medic", "horned", "season", "sakashima", "fields", "ranks", "tocasia", "crush", "kemba", "lukamina", "forerunner", "nezumi", "nightshade", "beholder", "harsh", "thresher", "sledge", "chancellor", "volcano", "vhal", "toxic", "shredder", "cover", "forbidden", "defeat", "cateran", "glass", "arctic", "atraxa", "choking", "adventurer", "delver", "steppe", "accursed", "change", "shimmering", "worthy", "frenzy", "play", "somberwald", "hired", "lunge", "sarevok", "crashing", "vial", "marauding", "shoal", "caravan", "vigil", "spirits", "multani", "cliffs", "blind", "mockery", "wolverine", "find", "commune", "bay", "kroog", "lay", "cho", "hulking", "refuge", "banshee", "net", "evolution", "iroas", "pie", "lynx", "arcanist", "zenith", "b", "savant", "radha", "pool", "blademaster", "mace", "wrenn", "ferocious", "jukai", "scrounger", "soaring", "sojourner", "skittering", "flow", "chance", "silencer", "plunder", "hoard", "experimental", "bloodcrazed", "hoplite", "nomad", "impulse", "toad", "harness", "vein", "putrid", "rumbling", "minister", "edgar", "mental", "eyed", "oboro", "talon", "price", "loyalty", "gates", "trawler", "split", "awakener", "dogs", "or", "security", "saheeli", "labyrinth", "plains", "diregraf", "cult", "traitor", "howler", "stag", "myrkul", "chef", "finale", "retreat", "alaborn", "arrogant", "infusion", "prophecy", "mech", "eel", "officer", "ineffable", "bind", "chicken", "chalice", "drifter", "fortress", "prototype", "acid", "dagger", "worm", "snapping", "intellect", "flash", "ghoulcaller", "avernus", "rescue", "smoldering", "weak", "draugr", "spined", "splicer", "mount", "bite", "suns", "tar", "reservoir", "pearl", "incarnate", "tawnos", "boundless", "fledgling", "ramos", "crossroads", "powerstone", "murderous", "scheming", "crowned", "that", "grizzly", "kinsbaile", "bag", "sigiled", "me", "evangelist", "oathsworn", "sister", "farmer", "ivy", "gleeful", "whale", "karplusan", "horse", "shards", "crash", "enemy", "bottle", "hobgoblin", "mare", "capashen", "charmed", "traveler", "mons", "response", "bonds", "defender", "havengul", "healing", "arcum", "behold", "undying", "pious", "rescuer", "courage", "cannon", "smoke", "puppet", "flourishing", "dig", "rasaad", "vista", "ambition", "brokers", "retrieval", "vampires", "assembler", "valley", "skyrider", "giada", "oil", "cub", "desire", "fae", "pilot", "sigardian", "chorus", "tides", "necrogen", "bargain", "surgeon", "cackling", "evangel", "bramble", "drownyard", "pardic", "jade", "trail", "creation", "lake", "entry", "speed", "serpentine", "port", "ember", "den", "catacomb", "katilda", "shared", "free", "masticore", "baron", "drown", "lit", "xathrid", "blink", "shrieking", "kodama", "kirin", "chaotic", "superlatorium", "rishadan", "trained", "uktabi", "chasm", "maddening", "cacophony", "whisperer", "turntimber", "orazca", "safeguard", "sinew", "map", "duo", "simulacrum", "cogwork", "librarian", "glyph", "shipwreck", "kenrith", "curious", "lukka", "zubera", "zendikon", "scorching", "voyage", "tormentor", "fates", "sting", "scrapper", "hearth", "dorothea", "resolve", "scythe", "poet", "slith", "supreme", "bull", "sunrise", "devout", "mercy", "kingpin", "fungal", "neurok", "join", "risen", "indomitable", "jon", "crafter", "lat", "nam", "effigy", "vivid", "alara", "veiled", "quarry", "enchantress", "farm", "chains", "duel", "prison", "aphetto", "implement", "awe", "swamp", "bot", "instigator", "rack", "gray", "bears", "wojek", "tranquil", "outlaw", "elixir", "virtue", "shall", "project", "titans", "norwood", "tithe", "twins", "mischievous", "bride", "withering", "raphael", "leviathan", "erasure", "belligerent", "mythos", "borderpost", "flood", "reckoner", "orchard", "escort", "tazeem", "gilt", "writhing", "clown", "bar", "render", "warped", "unstable", "animate", "singer", "doll", "decay", "tourach", "dementia", "outlander", "wardens", "harvesttide", "sundering", "bubble", "student", "cut", "honored", "mirrodin", "caves", "shimmer", "far", "amalgam", "heartwood", "jhoira", "chimeric", "gyre", "perfection", "three", "ripper", "clutch", "brine", "rejuvenator", "snarl", "pupil", "frog", "mirri", "bombardment", "smuggler", "boots", "memorial", "trainee", "powder", "invader", "purifying", "hornet", "coils", "urge", "2000", "match", "grenzo", "hinterland", "cascade", "prince", "reason", "fearsome", "tablet", "saprazzan", "opportunist", "estate", "prowling", "treetop", "attendants", "spray", "ram", "can", "sneak", "obsidian", "ojanen", "canyon", "kaldra", "transformation", "recruit", "tender", "citanul", "gisa", "shadowheart", "crow", "gnarled", "roaring", "slagwurm", "nicol", "pygmy", "within", "formation", "splendor", "action", "lunarch", "revels", "sandstorm", "bloodthirsty", "dragonfly", "sylex", "empyrial", "dual", "meek", "giants", "waste", "ordeal", "menagerie", "puzzleknot", "rushwood", "self", "howling", "tom", "de", "bladewing", "assembly", "barbed", "prayers", "kumano", "faces", "epic", "struggle", "gempalm", "m", "lunar", "uprising", "face", "twin", "nacatl", "cache", "guile", "hagra", "patient", "beetles", "nimbus", "fish", "capricious", "desolation", "incendiary", "kargan", "frenetic", "wheel", "bloodsoaked", "polymorph", "bonder", "mischief", "dispersal", "artillery", "raffine", "meditation", "agonizing", "fodder", "skanos", "extraction", "ruinous", "initiative", "aggressive", "scavenging", "clay", "insatiable", "sparks", "wormfang", "magistrate", "twinblade", "highland", "step", "traveling", "soldiers", "spitter", "ire", "yuan", "guul", "draz", "hollowhenge", "hybrid", "informant", "stern", "frilled", "nightstalker", "peacekeeper", "tempered", "tales", "rampage", "cosmic", "sandstone", "shape", "drogskol", "mangara", "marble", "heavy", "fog", "dryads", "tor", "goldmeadow", "spectacle", "purifier", "ominous", "promise", "tyranid", "courser", "prophetic", "vat", "linvala", "genju", "spires", "forced", "bard", "glare", "prime", "grinder", "ever", "dismissal", "tomakul", "wasteland", "riveteers", "trench", "rhonas", "shieldmage", "deathless", "thieves", "hot", "bee", "innistrad", "testament", "possession", "weaponsmith", "chilling", "quirion", "garrison", "lady", "jaheira", "jin", "gitaxias", "xenagos", "ascended", "fyndhorn", "mad", "ass", "consul", "rabble", "retriever", "marvels", "gaze", "very", "radiance", "convergence", "rampaging", "keening", "excavator", "pledge", "gnarlid", "mortality", "tin", "wellspring", "beasts", "ego", "chittering", "blackblade", "karlach", "ambassador", "curiosity", "tempt", "zur", "parallax", "gustcloak", "tyvar", "kell", "runed", "sheltering", "spreading", "bring", "rubblebelt", "clock", "creeper", "lier", "orim", "wedding", "anointed", "vow", "wizards", "mascot", "haunt", "brilliant", "industry", "gnottvold", "thalakos", "patrician", "taunting", "boulder", "choice", "extus", "waves", "rotting", "yeti", "mangler", "aurora", "standard", "transmogrant", "griselbrand", "venerable", "surgical", "fallaji", "astrolabe", "crowd", "titanic", "carnival", "gut", "sire", "pick", "reef", "pirates", "daredevil", "outburst", "guidance", "seshiro", "jackal", "tattered", "reverent", "generous", "archaeologist", "gibbering", "stars", "shark", "reap", "scatter", "book", "cleaving", "historian", "immortality", "gluttonous", "increasing", "civic", "morbid", "viconia", "borderland", "howl", "psionic", "ziatora", "abundant", "incinerator", "ritualist", "heron", "ebony", "banishing", "otherworldly", "tongue", "cliffhaven", "tectonic", "hierarch", "braids", "abyss", "peer", "subtle", "sokenzan", "koth", "trick", "haazda", "humble", "family", "sparring", "lingering", "lance", "grisly", "awaken", "woods", "mizzium", "ambergris", "dihada", "blossoming", "obsessive", "joraga", "rith", "liberated", "fighter", "baku", "marchesa", "show", "festering", "waker", "stasis", "mortal", "divinity", "cause", "disaster", "colony", "impact", "pouncing", "stensia", "aggression", "caustic", "look", "alora", "panther", "captured", "crucible", "nine", "gavony", "sunken", "anchor", "monastery", "cameo", "dweller", "smash", "herder", "rathi", "technique", "spinner", "flaming", "covetous", "gateway", "careful", "highborn", "sojourners", "hostile", "unbound", "sweep", "ascetic", "brian", "falling", "ride", "geth", "adarkar", "mordenkainen", "squadron", "spite", "mourning", "striker", "serve", "collective", "arashin", "wildfire", "panorama", "schemer", "ink", "captivating", "lambholt", "procession", "forgemaster", "soil", "chariot", "release", "femeref", "ainok", "gardener", "slasher", "oran", "rief", "wail", "angrath", "destroy", "cheerful", "magnetic", "possibility", "boseiju", "third", "come", "hex", "cold", "feywild", "tovolar", "garbage", "tiefling", "tireless", "instinct", "enlightenment", "bhaal", "skyward", "tergrid", "skulkin", "sacrifice", "metallic", "kheru", "agonies", "dragonborn", "toralf", "punishment", "boa", "displacer", "multiverse", "patriarch", "booster", "legate", "crater", "sunset", "dispute", "geralf", "due", "krasis", "erratic", "emergent", "strix", "witches", "raze", "child", "utopia", "farmland", "monarch", "onna", "extractor", "ezuri", "be", "marit", "lage", "clinging", "firestorm", "doomed", "birth", "riches", "runaway", "resurgence", "rakish", "kobolds", "redeemer", "duskmantle", "desecration", "warriors", "gutter", "weaponry", "annex", "yu", "glen", "elendra", "know", "service", "nighthawk", "stoneforge", "armament", "image", "fleeting", "smite", "atlas", "fiendish", "minions", "madness", "rusalka", "k", "nurturing", "?", "deluge", "endeavor", "zhur", "taa", "fetid", "balloon", "peddler", "triome", "ben", "mysterious", "ghor", "common", "zone", "salvager", "jhessian", "drowner", "future", "vapor", "crazed", "scrying", "klement", "domination", "akiri", "unexpected", "voidmage", "drinker", "intrepid", "valeron", "reduce", "wielder", "mysteries", "bonded", "hypnotic", "revealing", "lies", "scorch", "heirloom", "vapors", "burgeoning", "impulsive", "venerated", "argoth", "tilonalli", "harald", "extract", "brimstone", "toolbox", "heralds", "suspicious", "wonder", "spitfire", "scrapyard", "salvo", "express", "manipulation", "brigand", "gallery", "mwonvuli", "homarid", "unseen", "raiyuu", "skyship", "vectis", "flooded", "lazotep", "retrieve", "wraith", "shanna", "mnemonic", "born", "elements", "reign", "squall", "drill", "janosch", "k\u00fchn", "rig", "timber", "skyline", "sunscape", "engulfer", "drifting", "twist", "citizen", "temper", "magnus", "reclaimer", "harbor", "hands", "clash", "noggle", "plan", "poppet", "factory", "supply", "etched", "imprisonment", "symmetry", "partisan", "selvala", "necrotic", "kyren", "serum", "unmaking", "allosaurus", "ace", "enraged", "trusty", "warren", "rebel", "impetus", "winding", "crackling", "soothsayer", "sniper", "nested", "kazuul", "bathe", "fading", "skulking", "fugitive", "narset", "ixalan", "start", "herbalist", "marine", "devastator", "bugbear", "pull", "under", "van", "logt", "thrall", "aysen", "thunderscape", "trainer", "grip", "raid", "r", "existence", "universal", "arrester", "bitter", "strategist", "scar", "conscription", "towashi", "sapphire", "dragonspeaker", "hoverguard", "penumbra", "alms", "tears", "forever", "embereth", "hellraiser", "enchanter", "surveyor", "kasmina", "windgrace", "seed", "undeath", "devotion", "pale", "astarion", "shore", "spontaneous", "undoing", "tanazir", "little", "selection", "warning", "entity", "graven", "militia", "whirlwind", "hospitality", "groundbreaker", "hurkyl", "rolling", "pummeler", "remorse", "launch", "empty", "javelineer", "stitched", "penitent", "screaming", "recovery", "interceptor", "scuttling", "heartless", "deal", "synthesizer", "crumbling", "headless", "exquisite", "raise", "plasma", "bats", "drag", "gore", "unhallowed", "loathsome", "eos", "winnower", "lapse", "machinist", "towers", "clouds", "metathran", "beebles", "chameleon", "skymarcher", "kelpie", "tenth", "shizuki", "satoru", "n", "fencer", "standing", "army", "granite", "intimidator", "monkey", "smelt", "artful", "puzzle", "unspeakable", "lu", "advisor", "echoes", "savai", "asp", "elesh", "machines", "pilferer", "fair", "seething", "isolation", "yearling", "biting", "butler", "nightveil", "tragic", "kabira", "bontu", "shatterskull", "demilich", "illusory", "cerodon", "runemark", "fevered", "fisher", "shields", "aerialist", "innkeeper", "woe", "treva", "pretender", "sparkmage", "misfortune", "brontodon", "chemister", "bloodlord", "quill", "ignite", "keen", "minsc", "boo", "temur", "felhide", "skitter", "vindictive", "celebrants", "expert", "rohgahh", "rootwalla", "hoarder", "containment", "muscle", "scarwood", "reclaim", "throatseeker", "junk", "lone", "neverwinter", "spellweaver", "moonrise", "morgue", "juniper", "honden", "heavens", "kardur", "departed", "borders", "attack", "steamflogger", "pits", "canal", "belbe", "ebon", "oreskos", "strongarm", "good", "hit", "jailer", "myra", "triumphant", "amethyst", "boughs", "feeder", "name", "mizzet", "melira", "cure", "avenging", "martial", "mercenary", "now", "snapper", "mastermind", "surveillance", "deserted", "oko", "graf", "wise", "seller", "reflections", "confidant", "leshrac", "purity", "chronicler", "talas", "maniac", "stomper", "inga", "backup", "dragons", "drannith", "nebelgast", "anima", "thane", "servitor", "barrens", "rampart", "stormcaller", "weight", "carapace", "kindly", "ending", "chained", "conviction", "freyalise", "volo", "intangible", "disruption", "talruum", "fanatical", "seek", "vega", "everythingamajig", "beeble", "painful", "unified", "spotlight", "climber", "this", "outpost", "mr", "orfeo", "see", "waters", "spellthief", "shinen", "swallower", "peregrine", "amber", "maul", "stench", "bloodletter", "splendid", "birthing", "meldweb", "lead", "rebuff", "redcap", "enchanted", "faceless", "badger", "marauders", "dramatic", "convert", "bouncer", "singularity", "vindicator", "incursion", "damping", "carriage", "timely", "bala", "ged", "dennick", "games", "brigade", "gatherer", "archetype", "abundance", "prosperous", "cyclone", "sickness", "moriok", "rigger", "bellowing", "myconid", "esika", "nameless", "wanted", "slimefoot", "celebration", "flawless", "descent", "pure", "prairie", "sandsteppe", "custodi", "pendrell", "robe", "symbiotic", "center", "warcaller", "frontline", "rose", "negotiator", "sylvok", "custody", "joiner", "protean", "elk", "meet", "narfi", "locust", "falconer", "danitha", "incubation", "bellow", "sinkhole", "jar", "gnarr", "chaser", "discordant", "gust", "eerie", "thunderous", "orator", "tarrasque", "dogged", "scales", "reavers", "urabrask", "absolute", "arch", "mocking", "woolly", "subduer", "polluted", "taste", "blackbloom", "socialite", "omnivore", "brush", "nightscape", "revelers", "cartouche", "anvil", "shoreline", "roilmage", "burial", "pest", "tsabo", "theorist", "heroic", "array", "dawnbringer", "bold", "fortified", "spiritual", "skulker", "alliance", "daxos", "igneous", "goro", "souleater", "tresserhorn", "thieving", "razor", "looming", "carrier", "majestic", "reins", "grotesque", "instincts", "kalastria", "apothecary", "blex", "anowon", "laquatus", "surging", "staunch", "personal", "ashmouth", "scab", "worship", "undergrowth", "mesmeric", "punisher", "dart", "joint", "flowering", "jet", "apocalypse", "pathlighter", "agadeem", "imaginary", "summit", "vestige", "hazezon", "anointer", "champions", "illuminator", "carnivorous", "jabari", "catacombs", "besieged", "shackles", "innovator", "thorns", "alrund", "appetite", "khalni", "anthem", "mothrider", "collapse", "connoisseur", "toll", "visage", "abbey", "matron", "emergence", "plunderer", "vanish", "cerulean", "wyvern", "kalonian", "sidar", "grifter", "blossom", "avenant", "whispers", "novice", "weirding", "iconoclast", "skies", "draco", "hacker", "polukranos", "leopard", "heights", "how", "itinerant", "trigon", "reaches", "oriq", "druidic", "arcavios", "bloodsworn", "walk", "sinuous", "fists", "statuary", "dying", "condor", "arrow", "jwari", "apostle", "macabre", "aurochs", "hideous", "barrin", "szat", "goggles", "anaba", "pioneer", "rod", "morale", "glimpse", "myth", "earthquake", "zeal", "fleetfoot", "replicator", "bin", "specialist", "avalanche", "focus", "consulate", "dragonfire", "sifter", "banneret", "unblinking", "tyr", "trumpeter", "blank", "counter", "sludge", "gargantuan", "pouncer", "scaled", "entangler", "battalion", "crag", "indrik", "diva", "starnheim", "thrill", "niblis", "pendant", "beloved", "nightmares", "contortionist", "mole", "skill", "packmate", "rend", "taskmaster", "metamorph", "weatherseed", "bracers", "karametra", "shriek", "compleat", "killing", "dazzling", "mystery", "tahngarth", "inspiration", "dakkon", "eager", "origin", "virulent", "grimoire", "cheetah", "hell", "victim", "fractal", "mold", "workshop", "cleaver", "princess", "joy", "ashen", "wayfinder", "deeproot", "mate", "cackler", "dungeoneer", "wyrm", "ferocity", "lumengrid", "rejection", "theory", "exarch", "creativity", "stomp", "jodah", "exalted", "rocket", "oxidda", "meria", "fox", "coven", "raff", "chainer", "ruse", "salamander", "mender", "missionary", "archivist", "piercing", "only", "admiral", "ambitious", "cast", "violent", "acidic", "diabolic", "dancing", "thwart", "avizoa", "thug", "majesty", "needle", "pitiless", "vivisection", "plow", "fright", "pair", "circuit", "survivors", "blooming", "gladiator", "farideh", "rix", "maadi", "nephilim", "kiki", "jiki", "dominaria", "porcelain", "fungus", "bladed", "crystalline", "story", "magemark", "modernity", "servitude", "regal", "irenicus", "platinum", "clone", "selective", "archdemon", "press", "lamp", "caryatid", "wumpus", "copperline", "bookwurm", "glistening", "askari", "mirthless", "grinning", "jeska", "cutpurse", "runes", "saint", "scorched", "skullcairn", "guilds", "devastating", "plargg", "augusta", "evos", "transport", "worms", "trash", "striped", "odds", "amphin", "okiba", "drivnod", "stinging", "appeal", "sublime", "fabled", "point", "mazemind", "arrows", "engulfing", "grotag", "zealous", "skimmer", "trueheart", "idyllic", "horrors", "ballard", "task", "gown", "arbor", "mastiff", "rem", "karolus", "whiptail", "brink", "niko", "aris", "feedback", "unleash", "when", "copy", "strip", "grunt", "ramirez", "depietro", "burnwillows", "bloodsucker", "yotian", "archdruid", "necromass", "paradox", "qarsi", "ricochet", "once", "hook", "lullmage", "korlessa", "tolaria", "entropic", "pine", "aggressor", "shop", "honorable", "rockslide", "eyeblight", "history", "brawlers", "wayfarer", "dormant", "dominion", "thornscape", "psychosis", "draconic", "glaciers", "progenitus", "escaped", "valki", "expertise", "watchdog", "serendib", "suffering", "kolaghan", "baral", "deflection", "snap", "sizzling", "nova", "inescapable", "korozda", "indulgence", "off", "longbow", "skyguard", "forked", "prized", "dunes", "storyteller", "odious", "slide", "scream", "halberdier", "tymaret", "underdark", "coralhelm", "sustenance", "budoka", "rogues", "blooded", "jolrael", "orvar", "slippery", "dominator", "midway", "ganax", "dregscape", "spiral", "runic", "thrasta", "springjack", "michiko", "hogaak", "sibsig", "rafiq", "subterranean", "ley", "spot", "crested", "crescendo", "reflexes", "blistering", "skyscythe", "arrest", "chardalyn", "exiled", "doomsayer", "compleation", "birgi", "storytelling", "thrash", "tundra", "petrified", "flats", "caracal", "pheres", "fumes", "maestros", "battering", "offer", "refuse", "rebuttal", "contingency", "flailing", "reconnaissance", "pools", "not", "own", "efrava", "squid", "diffusion", "gatekeepers", "cenn", "reincarnation", "resurrector", "kefnet", "feeding", "clearwater", "assemble", "ignition", "banisher", "willing", "tortoise", "entourage", "mongrel", "blackguard", "planet", "packbeast", "wrap", "saw", "allied", "mightstone", "gauntlets", "surtland", "anhelo", "quicksmith", "flower", "amrou", "hopes", "mayael", "casting", "deathmark", "shrieker", "weary", "safe", "think", "migration", "farewell", "wills", "plea", "seasons", "arrim", "corsair", "svella", "skyway", "rabbit", "yew", "conscripts", "2001", "disdainful", "consume", "stay", "replication", "rich", "trest", "wire", "answered", "sight", "soot", "phyresis", "mirran", "spores", "tinkerer", "ahn", "sandbar", "nath", "combo", "crovax", "nether", "halls", "jagged", "varchild", "corrosive", "everdream", "mystics", "gear", "crushing", "moonlit", "regulator", "dutiful", "crackle", "bayou", "challenge", "sharpshooter", "trade", "imperious", "piercer", "satsuki", "sonic", "tiller", "gitaxian", "tormod", "warfare", "suppression", "lonis", "cryptozoologist", "pieces", "lagac", "meeting", "warleader", "weakness", "monolith", "bloodseeker", "impetuous", "throat", "bandits", "exchange", "ornery", "hyena", "sundown", "trip", "grafted", "waltzer", "production", "abrade", "mutant", "origins", "murmurs", "cyclopean", "blossoms", "knife", "jinxed", "abominable", "pillage", "damage", "vorrac", "azra", "kick", "unraveler", "charbelcher", "loam", "shower", "inspired", "miner", "skarrgan", "firebird", "ixidor", "frantic", "dictate", "immolation", "module", "discipline", "rivaz", "paws", "camel", "elfhame", "inexorable", "grazing", "ti", "skybridge", "detention", "pledgemage", "estwald", "icebreaker", "leeches", "lesson", "simian", "ill", "coveted", "upheaval", "sakura", "joven", "tools", "symbol", "blockade", "orc", "orders", "su", "forager", "grief", "mahadi", "emporium", "smashing", "stones", "ethersworn", "patch", "possibilities", "wicker", "armaments", "colos", "dose", "public", "sailor", "courtyard", "lose", "shiv", "technician", "takenuma", "coat", "onyx", "respite", "firewalker", "landscape", "strangler", "moth", "share", "stadium", "ayara", "acrobat", "vizkopa", "forgehammer", "centurion", "depot", "alarm", "pristine", "still", "geier", "misery", "crane", "rex", "sawtooth", "marut", "ape", "ironclaw", "perimeter", "turf", "garenbrig", "grakmaw", "pantheon", "dirge", "chromatic", "rootha", "voltaic", "charged", "rank", "alert", "lift", "debt", "juggler", "hard", "cylix", "conversion", "ceaseless", "illithid", "robot", "organ", "ashenmoor", "necromantic", "fast", "currents", "covert", "ghouls", "fraying", "basalt", "cloaked", "wildwood", "sickle", "djeru", "fork", "bauble", "yawning", "doomscourge", "locked", "negate", "jasmine", "fissure", "disciples", "falco", "pactweaver", "zariel", "archduke", "purple", "fortunes", "henzie", "torre", "compleated", "slag", "catalyst", "buccaneer", "brimaz", "chimney", "karok", "critical", "puppeteer", "pelakka", "ribbons", "ridges", "scurry", "collar", "corrupt", "decanter", "arcus", "ith", "transfer", "guest", "fateful", "showdown", "shaile", "naomi", "station", "harmony", "regrowth", "harmonic", "pariah", "storms", "niv", "famine", "colonnade", "justiciar", "nimana", "gitrog", "loch", "prahv", "necron", "traumatic", "inkfathom", "tivit", "gravity", "kura", "strain", "cathedral", "coatl", "phabine", "emerald", "duergar", "lonely", "buried", "alive", "qal", "sisma", "ideal", "suleiman", "quilled", "effort", "grasping", "current", "starlit", "stop", "company", "maja", "bloodscale", "rotted", "psychotic", "shock", "solar", "graft", "captive", "refined", "ashling", "viscerid", "sixth", "inn", "machinations", "forger", "graceful", "fan", "drider", "najal", "deathbloom", "sunslayer", "zombies", "maggot", "ana", "thelonite", "dissent", "remnant", "windrider", "tasha", "infested", "journal", "axebane", "slicer", "meddling", "fatigue", "seeing", "solphim", "swords", "ways", "scouts", "druids", "mirari", "opus", "hate", "haughty", "telepathic", "clearing", "matter", "gleam", "lights", "hypnotist", "ghosts", "tax", "realms", "punchcard", "runo", "parallel", "knights", "muck", "starfish", "skyboon", "parcel", "hexcatcher", "wanderlight", "six", "heritage", "reaping", "senate", "doubling", "guiding", "ephemerate", "inversion", "flail", "wreckage", "junji", "exuberant", "are", "mondrak", "precursor", "yarok", "beach", "landing", "evidence", "millstone", "wilt", "transcendent", "dragoon", "anax", "wiretapping", "igniter", "waildrifter", "colfenor", "makeshift", "spinal", "slumbermound", "remove", "teroh", "melee", "angelfire", "gemstone", "pashalik", "biomathematician", "resilient", "necrogenius", "hubris", "sworn", "sheep", "hide", "piru", "invisibility", "velis", "vel", "defenses", "truce", "ouphe", "priestess", "goldnight", "etali", "sisters", "stormscape", "restraints", "sawblade", "scamp", "breaking", "rumor", "astor", "site", "zurgo", "race", "static", "needleverge", "pillarverge", "conquistador", "most", "haunter", "emberwilde", "spasm", "hisoka", "year", "breakthrough", "forgery", "naturalist", "delirium", "arkbow", "friend", "exotic", "craw", "halimar", "kathari", "trokair", "ratchet", "box", "leap", "flamespeaker", "tusk", "asunder", "vigilante", "battlethopter", "gabriel", "youthful", "sign", "shielded", "lowland", "rainbow", "shrike", "hounds", "twister", "svyelun", "moonglove", "communion", "mindbreaker", "atmosphere", "throng", "tantalite", "better", "vanishing", "morkrut", "endling", "jeweled", "rays", "moldgraf", "etchings", "enslaved", "crosis", "weldfast", "serenity", "wight", "fly", "ploy", "shattering", "icy", "lands", "thoctar", "valorous", "garna", "bloodfist", "side", "borborygmos", "moonsilver", "devastation", "probe", "perfected", "locthwain", "mouth", "cormela", "glamour", "legends", "mastodon", "constable", "whack", "glyphweaver", "parnesse", "exhibition", "magician", "builder", "reliquary", "seekers", "gwyllion", "custodian", "stray", "nurgle", "ettercap", "pathmage", "pollen", "zulaport", "durkwood", "eureka", "sailback", "skitterfang", "keranos", "grizzled", "range", "springs", "unbroken", "contender", "suq", "ata", "more", "tattermunge", "glee", "lesser", "selkie", "kindler", "snoop", "crawling", "filth", "invitation", "candlegrove", "letter", "arni", "brokenbrow", "trolls", "kha", "hippogriff", "vent", "mycosynth", "geyadrone", "ardenvale", "sling", "lumbering", "livaan", "chiss", "goria", "sunhome", "seachrome", "piracy", "love", "quiet", "brightclimb", "grimclimb", "bloodrage", "toski", "fugue", "summon", "orzhova", "sejiri", "front", "infection", "paranoid", "trivia", "bubbling", "cocoon", "chatterfang", "contagion", "hatchery", "moonlight", "sorrows", "cowl", "sprout", "oasis", "nin", "preserver", "ur", "zhalfir", "pinnacle", "coil", "trance", "tuktuk", "enforcers", "altisaur", "promenade", "bully", "innocent", "malicious", "legions", "outland", "decimator", "lagacs", "fangren", "polymorphist", "trostani", "obzedat", "wily", "krushok", "vital", "enthusiast", "amplifier", "tank", "wooded", "infuriate", "made", "zof", "fens", "chat", "carth", "beledros", "barge", "trudge", "skophos", "bad", "gem", "warteye", "skullbomb", "descendant", "1997", "manaform", "truths", "foretold", "temptation", "moloch", "arbalest", "done", "leak", "dack", "imposing", "evelyn", "ancestry", "winder", "necrogoyf", "tusker", "marrow", "zopandrel", "trials", "vesuvan", "canoptek", "urchin", "recall", "do", "damn", "seeds", "spatial", "treachery", "chronatog", "telepath", "usher", "bend", "manor", "aron", "loremaster", "scent", "investigation", "anafenza", "brutality", "adaptive", "havenwood", "rimewind", "caldera", "teysa", "capture", "lumimancer", "murktide", "wretch", "shinobi", "scarred", "roiling", "obsession", "forcemage", "bloodstained", "spare", "feaster", "contraband", "jadzi", "mission", "carthalion", "vanquish", "inscription", "short", "xorn", "shroud", "generator", "paliano", "lucid", "tempting", "mila", "codex", "baba", "kaervek", "henge", "invention", "pendulum", "chillerpillar", "footsteps", "mutiny", "welder", "silverbluff", "kashi", "soulherder", "son", "jerren", "balm", "dueling", "tyrranax", "snitch", "repository", "enclave", "temporary", "adult", "taker", "subtlety", "hardened", "koll", "grounds", "excavating", "crackdown", "need", "azor", "vraan", "ruination", "encampment", "deny", "progenitor", "crusade", "bile", "panic", "mausoleum", "thrakkus", "thornglint", "fertile", "celestus", "brago", "reclusive", "candlekeep", "eradicator", "traitorous", "gnat", "compass", "samut", "base", "searchlight", "nocturnus", "resounding", "patagia", "wingshield", "moradin", "grappler", "era", "sin", "skitterbeam", "puca", "greven", "structural", "training", "thune", "ulrich", "thrasher", "epicure", "hourglass", "their", "cosima", "callous", "surrakar", "plaza", "persuasion", "revitalize", "geyser", "incarnation", "onakke", "nurturer", "peak", "serene", "ceratops", "plane", "mechanist", "super", "swarming", "terminal", "unstoppable", "battlewing", "safehold", "teach", "trespasser", "forebear", "razortide", "stir", "quick", "swooping", "every", "fated", "jedit", "cao", "unyaro", "yamazaki", "nirkana", "nashi", "oaken", "reito", "razorlash", "luxior", "contractual", "blueprints", "laughter", "plating", "weathered", "yamabushi", "headquarters", "cruelty", "whirling", "ria", "ivor", "finality", "we", "unquenchable", "slaver", "waterlogged", "toy", "tanglepool", "kros", "contractor", "clad", "informer", "hezrou", "adaptation", "cockatrice", "elminster", "sulfurous", "burden", "deranged", "gurmag", "rebuild", "risona", "camp", "leeching", "imbraham", "swindler", "dice", "slip", "lys", "alana", "egon", "angels", "stangg", "racketeer", "nivix", "stance", "dispatch", "tevesh", "goldmire", "ravnica", "chimes", "unknown", "sulfur", "cartographer", "malevolent", "kumena", "molder", "township", "settle", "fragment", "gone", "flameskull", "jakub", "\u0161lemr", "acorn", "downfall", "jwar", "slagwoods", "miirym", "fever", "scars", "eruth", "guess", "deafening", "clarion", "scalding", "athreos", "insectile", "wurmcoil", "yanling", "armasaur", "isperia", "holding", "cathartic", "desecrator", "scavenged", "pontiff", "geists", "kytheon", "davriel", "meng", "stickfingers", "koilos", "kinsmith", "ashore", "sedge", "flowers", "dirty", "sacrament", "gales", "powered", "scimitar", "biblioplex", "ephara", "genestealer", "parasite", "asmoranomardicadaistinaculdacar", "tazri", "hunters", "zoomancy", "part", "krenko", "flumph", "decadent", "jadar", "gnome", "reverse", "hooded", "dragonkind", "stonespeaker", "swordsmith", "tangled", "murmuring", "nael", "sythis", "gardens", "irregulars", "hanna", "devour", "kosei", "armorer", "fractured", "balor", "imoen", "malfegor", "enlightened", "eladamri", "exploration", "speakeasy", "server", "loran", "ignus", "lackey", "neera", "blaster", "zevlor", "elturel", "philosopher", "reunion", "whirlpool", "awareness", "digger", "geode", "elementalist", "hedgewitch", "enter", "xanathar", "expanse", "clique", "explore", "goldspan", "above", "godo", "throes", "read", "flametongue", "futurist", "ellywick", "tumblestrum", "karumonix", "motion", "ceremonial", "anje", "plume", "firja", "interloper", "depth", "enormous", "combatants", "manipulator", "inquiry", "safety", "queza", "terra", "claimed", "hoarding", "gearhulk", "defabricate", "mistvault", "moat", "invigorating", "tameshi", "heist", "iname", "kitt", "kanto", "moonfolk", "puzzlemaker", "razer", "swipe", "cultivation", "awakened", "miasma", "sequence", "1999", "feud", "link", "entertainer", "manifest", "dina", "steeper", "flagship", "velomachus", "destroyer", "prayer", "consumption", "earthshaker", "symbiosis", "moonveil", "cuts", "firebeast", "predators", "species", "fool", "zabaz", "glimmerwasp", "welkin", "widespread", "roper", "summer", "thermal", "hireling", "sungold", "slows", "faeries", "coming", "contract", "gloomwidow", "annihilation", "nautiloid", "surgehacker", "revered", "deliverance", "kitten", "oculus", "forged", "honeymoon", "hearse", "recalibrate", "orah", "disdain", "lagrella", "magpie", "potential", "skald", "slumbering", "zimone", "garth", "absorb", "pangolin", "castaway", "embodiment", "barrow", "maiden", "unx", "ragavan", "journeymage", "ilysian", "thumb", "surrak", "goreclaw", "glittermonger", "saddlebrute", "waterfront", "rivals", "plaguecrafter", "thrice", "exterminator", "viceroy", "shrapnel", "dissenter", "traft", "randy", "buehler", "pyrrhic", "mortis", "pentarch", "debtors", "galleon", "momentum", "banquet", "meadow", "ends", "axgard", "benefactor", "guan", "leadership", "disassembly", "tribal", "serrated", "pathbreaker", "ibex", "plundering", "masterwork", "vertigo", "breaching", "lotleth", "fumarole", "horobi", "anew", "kiln", "lyrist", "lagonna", "count", "tampering", "bare", "balefire", "pathcutter", "corrosion", "swashbuckler", "illicit", "stratus", "pillager", "ketria", "rubin", "venture", "shakes", "iguana", "ark", "car", "foreboding", "islet", "hood", "crime", "snag", "skola", "west", "praetors", "stuffy", "timberland", "refractor", "east", "thaumaturgist", "number", "le", "scrappy", "kamigawa", "jetpack", "magical", "warthog", "osprey", "worlds", "managorger", "biogenic", "upgrade", "arm", "cathars", "deceit", "rouse", "gravel", "extinguish", "confusion", "granger", "goldbug", "humanity", "tilling", "fylgja", "moldervine", "mitotic", "neck", "confessor", "soloist", "righteousness", "nel", "toth", "boiling", "unites", "opulence", "rhetoric", "knotvine", "chatterstorm", "kagemaro", "comber", "brinebound", "capenna", "frostboil", "oaks", "sweet", "affa", "experience", "scions", "rooftop", "nuisance", "idea", "intrusion", "mobilized", "agrus", "kos", "bloodvial", "purveyor", "injury", "strand", "harm", "keg", "revive", "ironhoof", "flameborn", "lavarunner", "tok", "gourna", "barkhide", "grafter", "insolent", "neonate", "scrivener", "nabob", "balthor", "neheb", "mantra", "proteus", "scuttler", "signal", "clans", "grind", "brownie", "heightened", "estrid", "layer", "puncture", "quartermaster", "dave", "humpherys", "finger", "forgeborn", "orcs", "deadshot", "wildspeaker", "mounted", "dreadknight", "maurer", "denied", "desecrated", "component", "coronation", "centaurs", "ignoble", "ultramarines", "honour", "orrery", "secluded", "exorcism", "zar", "grey", "sunspire", "term", "persistent", "specimen", "shadowspear", "seatower", "vildin", "traverse", "hellfire", "tidings", "chisel", "negotiations", "rag", "dealer", "belly", "bed", "stowaway", "post", "caleria", "footed", "queller", "dromar", "ready", "drawbridge", "roving", "glorifier", "ravings", "ambuscade", "malcator", "ceratok", "injector", "anarchist", "umbral", "frostpyre", "kuro", "taken", "sai", "thopterist", "redemption", "orgg", "epityr", "biomancer", "disrupting", "reconstruction", "places", "glimmer", "aria", "entrancer", "monsters", "prisoner", "wrathful", "again", "flying", "bruna", "flayed", "raised", "vultures", "ceremony", "rollick", "discharge", "sureshot", "glistener", "bearers", "hatred", "tidehollow", "creature", "wooden", "branching", "leovold", "reader", "nomads", "doomsday", "exorcist", "stealer", "airdrop", "wingsteed", "squeaking", "jousting", "stonybrook", "taigam", "revoke", "phylath", "f", "furry", "incriminate", "trenches", "obstinate", "vigorous", "dasher", "drover", "illuminated", "godhead", "eccentric", "warm", "wasp", "dubious", "hemorrhage", "advanced", "swat", "stunning", "bust", "fleshtaker", "display", "coal", "naar", "goes", "gryffwing", "gladewalker", "rip", "rampant", "kari", "zev", "hear", "siegebreaker", "bottomless", "unifier", "torture", "combustion", "shadowborn", "cannibal", "spidersilk", "girl", "viral", "warder", "hill", "hibernation", "lux", "biologist", "prosperity", "remedy", "sense", "ransom", "avian", "cockroaches", "rapid", "robo", "nishoba", "homura", "rancid", "powers", "stony", "interplanar", "charlatan", "necropotence", "kragma", "masterful", "spinning", "ingenuity", "caught", "nearheath", "sepulcher", "skirsdag", "tatsunari", "supplicant", "tinkering", "guided", "burrowing", "coastline", "ashcoat", "skinshifter", "right", "foot", "grime", "nazahn", "alhammarret", "animation", "beleren", "major", "counterpart", "primus", "malfunction", "prize", "secure", "liturgy", "protege", "momir", "vig", "jewel", "retrofitter", "cerebral", "resurrection", "forbidding", "exultant", "kogla", "yidaro", "coiling", "beam", "psychopath", "decision", "ashaya", "awoken", "spyglass", "morphic", "unmake", "celebrity", "backwoods", "brittle", "fomori", "table", "performance", "spiraling", "embers", "soulfire", "notorious", "quarter", "kagachi", "takedown", "jarad", "kanar", "deadfall", "muzzio", "kudro", "inquisition", "terashi", "murkwater", "baird", "argive", "stonehewer", "updraft", "dismantling", "currency", "device", "numbing", "mercadian", "bountiful", "means", "vantress", "secretkeeper", "lifeforce", "grudge", "equilibrium", "waterspout", "fruition", "kord", "goblet", "outrage", "hollows", "shefet", "gathering", "morningstar", "taiga", "spellrune", "regna", "sanction", "endbringer", "itlimoc", "nodorog", "divergent", "ablaze", "halberd", "mortuary", "nefarox", "goma", "fada", "animator", "deputy", "primarch", "everlasting", "netsuke", "bloodhall", "abhorrent", "kird", "medallion", "piker", "pillardrop", "elgaud", "optimus", "waterveil", "kangee", "manic", "tournament", "famished", "deft", "jockey", "tzeentch", "raptors", "shelter", "tandem", "rangers", "introduction", "borrowed", "brainstealer", "peaks", "volt", "splinter", "food", "lanterns", "questing", "phelddagrif", "liberate", "cap", "stormcloud", "empires", "gull", "crossing", "vigean", "gun", "archpriest", "iona", "2", "despoiler", "caldaia", "live", "reflector", "apparatus", "compelling", "valentin", "beyeen", "tah", "encore", "diver", "templar", "marshaling", "chi", "natterknolls", "ticking", "mime", "error", "morinfen", "rubble", "tatyova", "boldwyr", "cairn", "greenwarden", "synthesis", "isshin", "armageddon", "tumble", "percher", "arcanis", "omnipotent", "ancestors", "zegana", "heresy", "trapeze", "paul", "mccabe", "bravado", "razorfield", "chakram", "jan", "distraction", "soulless", "hardy", "velus", "myriad", "eunuchs", "shortcut", "lathnu", "ordruun", "scalebane", "ball", "skyblade", "cantor", "foriysian", "noose", "trident", "mephidross", "diligent", "gets", "resonance", "hopper", "torsten", "founder", "shenanigans", "getaway", "sickening", "curtains", "dodger", "candelabra", "cadence", "prowess", "molting", "kjeldor", "lockdown", "muraganda", "plasm", "reserves", "vadrok", "sealed", "logic", "declaration", "parapet", "watchers", "arynx", "nightwatch", "bojuka", "perplexing", "auction", "gnarlroot", "wardscale", "catgeist", "catlike", "equinox", "kresh", "bloodbraided", "utvara", "ditch", "vengeant", "voda", "maraxus", "ephemera", "lithoform", "elderfang", "feat", "eliminate", "skycaptain", "odunos", "arachnus", "baneslayer", "torbran", "ironroot", "e", "wolfir", "without", "equal", "argent", "scaleguard", "left", "jushi", "krallenhorde", "enthralling", "buggy", "skarrg", "cannonball", "roost", "inevitable", "whiptongue", "hematite", "advance", "orthodoxy", "pilfering", "sift", "floating", "firebreathing", "dune", "poacher", "lithomancer", "enlistment", "proclamation", "alexi", "expendable", "welding", "germ", "reinforced", "acquisitions", "check", "planner", "mortals", "jaded", "hammerheim", "spikefield", "crossbow", "tarkir", "tizerus", "worldly", "impending", "bedlam", "homing", "vitae", "discerning", "douser", "seedcore", "social", "spectrum", "status", "dinosaurs", "collected", "heroism", "feeling", "figure", "remembrance", "zuran", "houndmaster", "hostility", "screams", "disease", "branch", "brutalizer", "lavabrink", "die", "liara", "immolating", "cube", "bloated", "dress", "disk", "krumar", "mer", "nightblade", "castigator", "survey", "gristle", "cadet", "greatsword", "electromancer", "riding", "primitive", "conjuring", "jaddi", "consign", "lorian", "moor", "truefire", "amnesia", "pod", "drawn", "slaanesh", "elegant", "persecute", "absolution", "urn", "munitions", "scavengers", "deathbellow", "rukh", "constricting", "archaeomancer", "madcap", "unsummoning", "greeting", "evening", "hussar", "irencrag", "exhumer", "segmented", "aquatic", "windfall", "ecstatic", "rope", "candlelit", "waking", "shadowmage", "bonfire", "bola", "bushwhacker", "nowhere", "fallow", "leaves", "sagittars", "conductor", "reprieve", "haakon", "killbot", "avid", "editor", "lifecrafter", "villainous", "swooper", "stagnation", "perdition", "honey", "seafloor", "contortion", "stake", "stormchaser", "sagu", "gifts", "pseudodragon", "mindless", "diminish", "starlight", "raiser", "cullblade", "leering", "modification", "ramunap", "erayo", "slate", "ruffian", "ixalli", "novijen", "sages", "mudbrawler", "katana", "jiang", "yanggu", "shining", "ringleader", "sticky", "strangling", "metatect", "creative", "eclipse", "zero", "vitalizing", "page", "daughter", "finisher", "bloodtithe", "equation", "grimlock", "hart", "border", "gatewatch", "enhanced", "quag", "warhound", "suspicions", "tabernacle", "hindering", "skeins", "prakhata", "spectacular", "tolsimir", "vs", "which", "azami", "stoker", "pandemonium", "bomber", "winchester", "draft", "acrobatic", "gorion", "arsonists", "devkarin", "aspiring", "aviator", "sunlit", "sicarian", "kalemne", "backdraft", "adamant", "bladewhirl", "offensive", "painted", "saber", "leveler", "oaf", "stirring", "impaler", "knollspine", "botanical", "doric", "nassif", "sunder", "sustainer", "tombs", "aku", "stonehorn", "chanter", "promised", "mercenaries", "verse", "hull", "gloomhunter", "scornful", "highway", "enfeeblement", "peril", "firecannon", "combine", "blaring", "baffling", "bash", "smothering", "driver", "stimulus", "package", "armed", "dragonsoul", "ragefire", "naught", "but", "flicker", "renari", "eating", "detective", "scoundrel", "lazav", "minthara", "rummaging", "circus", "blanchwood", "electric", "karlov", "havva", "meathook", "faithless", "watching", "piston", "trapfinder", "trow", "reviving", "reverberation", "torpor", "arcades", "spinehorn", "boom", "cannot", "semblance", "wistful", "bureaucrats", "shinka", "silkenfist", "battlegear", "defector", "purpose", "masumaro", "fey", "snidd", "blacksmith", "astartes", "tiana", "pyroclastic", "dripping", "fade", "jhovall", "assembled", "glasskite", "luck", "vulturous", "deploy", "overgrowth", "quintorius", "avarice", "1", "disappear", "determined", "barrenton", "verge", "dreadful", "gargadon", "pestilent", "hekma", "forms", "arterial", "alchemy", "visit", "nightwing", "scrapwork", "fervor", "capsule", "lust", "sorceress", "transmission", "nothic", "eaten", "indignation", "klothys", "blinkmoth", "hat", "grist", "penregon", "ryusei", "ransack", "lab", "skydiver", "nocturnal", "greathorn", "plotter", "thrun", "conscience", "hippocamp", "jandor", "lawbringer", "misstep", "audacious", "nihil", "ollenbock", "figment", "maaka", "araba", "precinct", "iridescent", "hornbeetle", "trumpeting", "armodon", "sidewinder", "switch", "spellbook", "wauki", "scoundrels", "winota", "runechanter", "newt", "delusions", "vineshaper", "gladehart", "woodlot", "firstborn", "acquisition", "shores", "entangling", "landslide", "shadowblood", "gomazoa", "mulldrifter", "proven", "combatant", "firemaw", "deathbonnet", "parish", "tyrants", "defenders", "ideas", "jugan", "encounter", "hail", "groundshaker", "pteron", "sauron", "wildborn", "evolved", "arvad", "dega", "nevinyrral", "emancipation", "dynamo", "drafna", "shikari", "rahilda", "henrika", "full", "biolume", "blasting", "cannons", "construction", "caterpillar", "discover", "severed", "talara", "ban", "unleashed", "sculpted", "takeno", "threats", "stampeding", "naughty", "carnivore", "reforged", "provinces", "abolisher", "real", "bloodsky", "distorting", "stonewood", "disposal", "fingers", "isolated", "chapel", "inventor", "artisans", "decorated", "necro", "gixian", "congregation", "jubilant", "duke", "instill", "jetfire", "gamer", "craven", "erdwal", "farrel", "skulls", "carnarium", "darkwater", "medusa", "dense", "occultist", "ragged", "skewer", "forging", "aeon", "burglar", "flurry", "jalum", "were", "lives", "sheltered", "sunscourge", "sawjack", "shadowed", "rattle", "admonition", "skybreaker", "brave", "bestiary", "rambler", "vol", "nourisher", "artifice", "sensei", "planewide", "leotau", "waning", "embraal", "shake", "failure", "tethered", "funnel", "narnam", "engineers", "diversion", "breathstealer", "warchanter", "yourself", "empress", "investigator", "fayden", "pattern", "corpses", "krosa", "flaring", "kaijin", "lavinia", "bosh", "ingot", "silverwing", "ghazb\u00e1n", "seaside", "mtenda", "kondo", "solitary", "confinement", "reid", "tremors", "sway", "repentant", "viscera", "sandwurm", "extruder", "steelclad", "tori", "fears", "wash", "strings", "daretti", "ghalma", "preparations", "discord", "cone", "tenured", "inkcaster", "grub", "calming", "devotee", "stage", "missile", "adanto", "fort", "ones", "tasigur", "tread", "outfitter", "talrand", "inquisitors", "cyber", "slaying", "servo", "repossession", "vryn", "ronom", "dreadmaw", "lumberknot", "yellow", "scarves", "melting", "cytoplast", "skycloud", "migratory", "route", "shallow", "tenacious", "spotted", "dizzying", "fireball", "windbrisk", "lavamancer", "foxfire", "demolisher", "pay", "heed", "thelon", "jack", "skyswimmer", "koi", "prodigal", "turbine", "sim", "han", "rings", "drift", "torque", "yoked", "kadena", "naiad", "sporeback", "calamity", "meddler", "diabolical", "salvation", "supernatural", "reflect", "case", "age", "vector", "bonesplitter", "miser", "devilish", "remains", "divination", "gloves", "nefarious", "starfield", "freewind", "equenaut", "whirler", "interference", "redeem", "creepy", "ghostfire", "mobile", "shigeki", "ifnir", "wrench", "counselor", "grandeur", "fools", "zhang", "ghired", "demonlord", "unlikely", "jared", "demigod", "splitting", "banishment", "glasspool", "pony", "attended", "teacher", "creakwood", "patchwork", "murk", "lyev", "inventory", "hellhole", "duplication", "feather", "underground", "arcanum", "razorfin", "proud", "store", "swirling", "kr\u00f6ger", "score", "dragster", "ultra", "lysaga", "junkyard", "oread", "disrupt", "opaline", "aminatou", "bloodstone", "gremlins", "eons", "intimidation", "vulture", "shrivel", "deathcap", "contagious", "zephyrim", "cobbled", "chin", "showstopper", "intercessor", "slipstream", "sosuke", "corrupter", "sable", "just", "steady", "bloody", "teddy", "coach", "stick", "heap", "thoughtbound", "primoc", "razaketh", "nalaar", "militant", "scuzzback", "hystrodon", "warcraft", "shizo", "luxa", "extortionist", "consecrated", "spree", "disappearance", "tine", "lifecraft", "lammasu", "drillmaster", "stamina", "yeva", "sunstriker", "scribe", "packleader", "trumpet", "rosethorn", "mossdog", "rivalry", "bright", "scryb", "sprites", "choose", "heath", "card", "raksha", "heavenly", "punch", "fen", "manufactory", "delusion", "ghastbark", "hippo", "wipe", "wizardry", "smith", "maneuvers", "fireslinger", "sleight", "folio", "losses", "archery", "academic", "gossamer", "kudzu", "dokuchi", "synod", "eon", "matsu", "screech", "shaleskin", "repeal", "palladia", "mors", "ruiner", "acererak", "archlich", "barricade", "swimmer", "otter", "lions", "netherborn", "keepers", "geistcatcher", "art", "borrower", "portent", "rob", "archives", "auspicious", "debaser", "dam", "decisions", "witty", "cannonade", "lawmage", "moors", "hieromancer", "oakhame", "enigmatic", "minds", "astronomer", "kiran", "krovod", "munda", "retainers", "maverick", "anarch", "farbog", "aboshan", "opposition", "ridgewolf", "loon", "wizened", "prickly", "blister", "waltz", "foothills", "watchful", "gather", "beauty", "rejuvenation", "greatwurm", "streetwise", "negator", "transguild", "foraging", "squirrels", "prelate", "elderhall", "duper", "brothers", "cultivate", "marisi", "bluffs", "perfect", "aim", "maulfist", "mukotai", "sanctions", "grinding", "avacynian", "solitude", "curio", "survivalist", "aristocrat", "heaven", "mul", "daya", "protect", "mystical", "clue", "pia", "jarkeld", "spooky", "insidious", "polar", "werebear", "slobad", "horns", "warpath", "villager", "southern", "stitch", "accord", "nar", "companions", "slice", "threader", "silverback", "contact", "vernal", "ghast", "thaumaturge", "swordtooth", "crack", "zhou", "deserter", "quarters", "shandalar", "doomskar", "mossfire", "highspire", "fold", "temp", "moraug", "raker", "sprinter", "care", "delif", "moaning", "plowbeast", "hullbreaker", "tear", "snapdax", "distant", "melody", "imprison", "chest", "tanuki", "nicolas", "labarre", "science", "twice", "whim", "symbiote", "oddity", "club", "stonework", "puma", "briar", "outcasts", "rector", "reprisal", "githzerai", "dralnu", "charmer", "ramses", "thundermaw", "syphoner", "lucky", "lunacy", "evasion", "goryo", "manno", "dominating", "bees", "geistflame", "berserkers", "becoming", "trygon", "performer", "triplicate", "mutual", "teyo", "ayesha", "tanaka", "tetsuo", "wonders", "warkite", "resources", "unyielding", "rumbler", "metamorphic", "alteration", "phage", "untouchable", "abaddon", "krotiq", "graypelt", "saving", "unctus", "dragonscale", "unwavering", "dropper", "unexplained", "kibler", "retainer", "strands", "goldwarden", "north", "obscuring", "scheme", "durable", "spine", "disruptive", "nabber", "accomplished", "attraction", "svyelunite", "libation", "sangrite", "anoint", "magnigoth", "megatron", "spellbreaker", "fauna", "sacellum", "breeding", "mini", "stack", "driller", "sunblade", "tsunami", "kederekt", "scarblade", "bloodlust", "manual", "zoological", "firefiend", "drifters", "coordinated", "javelin", "intuition", "succession", "civil", "wailing", "autonomous", "initiation", "steelshaper", "rewards", "lasher", "other", "azusa", "wits", "extricator", "grafkeeper", "soulkeeper", "plots", "bleak", "lodestone", "hanweir", "intent", "confidence", "rugged", "asylum", "glutton", "fable", "beanstalk", "recruitment", "set", "azure", "ravaging", "hours", "fleetfeather", "overwhelmed", "laccolith", "gangrenous", "recurring", "dosan", "leave", "transplant", "hakka", "selhoff", "shapers", "reflecting", "windstorm", "pierce", "ochre", "jelly", "goldmane", "contempt", "firemind", "marhault", "elsdragon", "sewer", "metropolis", "mu", "birds", "suture", "adventure", "dreamshackle", "reidane", "beguiler", "shadowstorm", "gravelgill", "tamer", "wreath", "renewing", "dracula", "rootweaver", "hysteria", "huo", "duskrider", "nykthos", "fireblade", "crumble", "ghalta", "triarch", "proctor", "mikaeus", "unit", "adder", "basal", "bounding", "orcus", "barony", "parting", "behind", "auto", "xun", "farmhand", "typhoon", "duplicant", "conclusion", "moonring", "conundrum", "ossuary", "cloister", "hinata", "weapons", "vineyard", "trophy", "tobias", "groom", "improvised", "ransacker", "medicine", "fame", "contaminated", "assassins", "ribbon", "insanity", "people", "algae", "hans", "stash", "vanquisher", "indentured", "prowl", "reikai", "brand", "invert", "calendar", "dromedary", "earthen", "incite", "rascal", "spiketail", "channel", "resourceful", "trusted", "zada", "sandals", "ovalchase", "covenant", "moorland", "straw", "ironclad", "wine", "icon", "verduran", "niambi", "visitation", "artillerist", "vorinclex", "asphodel", "turbo", "prying", "kiku", "strictly", "animus", "us", "mawcor", "revelry", "crippling", "savannah", "nothing", "minigame", "bamboozle", "blackcleave", "alesha", "reignited", "indulgent", "qasali", "requiem", "eulogist", "poltergeist", "unchained", "park", "consultation", "sextant", "sleepless", "raving", "shauku", "defend", "apathy", "dive", "inventive", "cellar", "shalai", "mindwrack", "rhys", "trinket", "erhnam", "hada", "extravagant", "stockpile", "recycler", "apes", "binder", "dreg", "defensive", "alloy", "skelemental", "against", "balshan", "collaborator", "ohran", "pithing", "zndrsplt", "flickering", "hatcher", "zagoth", "theater", "insurrection", "hagi", "regisaur", "evincar", "alluring", "kenku", "teeth", "revolutionary", "cycle", "hordes", "brushstroke", "shao", "realmbreaker", "lobber", "entreat", "bliss", "aladdin", "longlegs", "patriar", "vandals", "menace", "loreweaver", "shanid", "sleepers", "von", "animal", "technomancer", "ore", "azcanta", "atrocity", "scrutiny", "sleeve", "bomat", "quagmire", "geometric", "aethermage", "kappa", "baldur", "bosk", "gorehorn", "below", "distinguished", "frozen", "close", "ikoria", "beamtown", "segovia", "lapis", "emergency", "jaguar", "explorers", "puncturing", "twinferno", "ornithopter", "cervin", "leaping", "potion", "spin", "pin", "raka", "tremor", "purse", "shimian", "innocence", "ekundu", "levy", "early", "subject", "vona", "bestial", "drooling", "fells", "stitchwing", "graverobber", "undercellar", "carpet", "farsight", "warhorse", "sap", "warrant", "caverns", "plenty", "hordechief", "lighthouse", "soultender", "punish", "inertia", "snubhorn", "tutelage", "auntie", "crooked", "hexplate", "area", "parhelion", "battlewise", "slingshot", "sever", "ultimate", "customer", "busybody", "akros", "scrabbler", "higure", "sivvi", "renowned", "freedom", "wolfrider", "saddle", "poisoner", "abandoned", "augmenter", "karona", "rousing", "refrain", "braidwood", "watchtower", "reject", "feldon", "missionaries", "paralysis", "lethal", "censer", "suppressor", "illumination", "entomber", "arco", "flagellant", "ferrous", "rokiric", "giver", "vecna", "transmuter", "footing", "mongoose", "evolving", "mageta", "restore", "rioters", "tomorrows", "homicidal", "confrontation", "topan", "freeblade", "aurelia", "lampad", "skittish", "phytohydra", "antoine", "ruel", "faced", "gelatinous", "incubator", "halana", "skizzik", "manalith", "conspiracy", "thundercloud", "forceful", "revolt", "goring", "ramparts", "routes", "baeloth", "barrityl", "sidisi", "icingdeath", "aesthir", "telim", "curtain", "piranha", "scattershot", "premises", "virtuoso", "gharial", "ascent", "cloakwood", "fresh", "guilt", "torturer", "inspection", "trokin", "destined", "wiitigo", "arcee", "timebender", "groodion", "mindful", "expand", "deathbringer", "provoke", "nadier", "exhaustion", "cloudchaser", "cheese", "expel", "clasp", "cylian", "bidding", "nectar", "manifestation", "rule", "scoria", "morning", "delta", "liquimetal", "peerless", "urban", "youth", "incandescent", "trademage", "gond", "mindleech", "maralen", "mornsong", "draconian", "measure", "reshape", "fangblade", "eviscerator", "slow", "cats", "precipitous", "sleigh", "sardian", "unworthy", "wilderness", "swing", "comet", "harmless", "bounds", "aviary", "alena", "branded", "pugilist", "snuff", "villains", "dangerous", "storage", "advice", "pinions", "requisitioner", "argentum", "eminent", "aeons", "torn", "intelligence", "dominarioes", "spewer", "fluffy", "walkers", "tunneler", "beskir", "saiba", "baan", "ghostform", "shadowcat", "smolder", "scorcher", "swallowing", "geothermal", "metamorphosis", "thrashing", "metal", "priority", "dimensional", "speculation", "maid", "dishonor", "get", "gatstaf", "cell", "temmet", "naktamun", "buzzard", "deity", "cerberus", "eight", "tails", "unbounded", "rending", "kit", "late", "dinner", "twinning", "invasive", "surgery", "ridgeline", "dragonclaw", "involuntary", "baton", "kindle", "solid", "kirtar", "longboat", "piety", "slum", "strangle", "finkel", "grapeshot", "celestine", "breeder", "wolfkin", "triad", "immobilizer", "manta", "wrecking", "leafkin", "rofellos", "backlash", "troupe", "flamewar", "consuls", "steal", "satchel", "dukhara", "tracer", "perrie", "pulverizer", "matt", "linde", "istfell", "immolator", "kings", "slinking", "primaris", "screecher", "ishi", "friends", "windreader", "aeromoeba", "shoulder", "adorned", "koskun", "darkmoss", "djinni", "windseer", "tether", "rampager", "event", "drive", "fairgrounds", "mindsinger", "lupine", "corruption", "infinity", "pitlord", "brokkos", "lifeblood", "rona", "koma", "heal", "hauken", "inspector", "concerted", "processor", "boomerang", "roll", "unbreakable", "ii", "grovedancer", "kaalia", "silvergill", "foremost", "waterdeep", "kruin", "y", "grolnok", "stormfront", "voltage", "tuknir", "deathlock", "quartermasters", "sigrid", "warhounds", "illuminate", "countervailing", "virtus", "answers", "mycon", "ravine", "gemrazer", "kaleidoscorch", "fetish", "haru", "firewheeler", "ghoulraiser", "tinder", "ragamuffyn", "mephistopheles", "coronet", "hixus", "vineweft", "noyan", "dar", "deathreap", "playable", "delusionary", "webs", "pondering", "sunweb", "karmic", "reroute", "burrog", "befuddler", "battlewand", "assumptions", "annul", "instrument", "bards", "deathcurse", "broodmaster", "spiritkeeper", "foothold", "prognostic", "upriser", "workhorse", "gridlock", "alphabet", "unesh", "criosphinx", "sovereigns", "ruff", "underdog", "champ", "akuba", "darkbore", "slitherbore", "naturalists", "mindreaver", "plateau", "greasefang", "dunerider", "pedantic", "learning", "expropriate", "skulk", "mindshrieker", "bloodmist", "embercat", "draught", "chitterspitter", "sainted", "bask", "sandskin", "counterlash", "they", "euthanist", "exhalation", "searo", "magebane", "dawnray", "paupers", "portcullis", "whiskergill", "barry", "fiendslayer", "drainpipe", "grange", "snowcrusher", "subcontract", "s\u00e9ance", "lawless", "gross", "fertilid", "plagued", "brainstorm", "kestia", "nevil", "lull", "bloodforged", "ringers", "flamesage", "begin", "disappearing", "learn", "wildfield", "rusted", "ruric", "thar", "unbowed", "tariel", "bupkis", "complicate", "diplomatic", "hind", "erithizon", "headdress", "inside", "shipment", "wring", "browbeat", "wingspan", "stifle", "limousine", "dogsnail", "argosy", "forth", "brushfire", "chromescale", "undaunted", "farmstead", "gleaner", "rosemane", "mindblade", "burnt", "balmgiver", "prescient", "smell", "physique", "murkdiver", "doctor", "grail", "creek", "sip", "hemlock", "sharuum", "hegemon", "puresteel", "bloodsprout", "anvilwrought", "archwing", "parley", "optical", "optimizer", "drakestown", "grappling", "shear", "stormtide", "conquers", "dreadbringer", "lampads", "teneb", "spinerock", "knoll", "kilnmouth", "connections", "urchins", "slaad", "lineage", "manascape", "borrowing", "contrition", "musician", "crunch", "allies", "trellis", "heifer", "persecutor", "irregular", "flatten", "bloodpainter", "grothama", "costume", "supplier", "cullers", "counterintelligence", "reki", "seltzer", "hack", "political", "horncrest", "taranika", "zagras", "heartbeats", "talonrend", "stupefying", "capsize", "belisarius", "cawl", "distract", "stoneseeker", "pounce", "crevasse", "elsha", "savor", "ponder", "skywing", "baaallerina", "fishes", "expunge", "freighter", "sram", "crawlspace", "parch", "lazier", "sloppity", "bilepiper", "makers", "compliance", "linnorm", "ghostblade", "rotpriest", "maim", "curfew", "emerge", "unscathed", "avenged", "information", "booth", "cannoneers", "concentration", "crusading", "puzzlebox", "meren", "kagha", "trebuchet", "necroskitter", "nanny", "shortfang", "stabwhisker", "write", "being", "aesi", "strait", "rageblood", "antagonism", "brion", "stoutarm", "scald", "docent", "row", "distinction", "disintegrate", "worldspine", "urami", "younghorn", "ichiga", "topples", "carnassid", "nettle", "inkshield", "brallin", "skyshark", "bloodcaster", "bloodbat", "bogbonder", "camaraderie", "confetti", "underling", "otaria", "cumber", "bombshell", "insurance", "urbis", "radical", "sureblade", "debilitating", "brims", "barone", "mobster", "arboreal", "grazer", "martyrs", "atogatog", "slagheap", "magewright", "odylic", "gravelord", "nightmarish", "portrait", "muckdraggers", "banewasp", "steamfloggery", "plaxcaster", "frogling", "burr", "saffi", "eriksdotter", "skywhaler", "impeccable", "timing", "stout", "ruffians", "hangar", "logger", "herdcaller", "shelkin", "subversive", "dieflyn", "jaspera", "thralls", "barkripper", "baru", "wurmspeaker", "exocrine", "reminisce", "stonebound", "pointy", "sophisticate", "brassclaw", "harnfel", "prizefighter", "impounding", "lot", "yurlok", "riftcutter", "isamaru", "impersonators", "extirpate", "illness", "necrotitan", "byode", "inverse", "pouch", "heedless", "hookhand", "mariner", "riphook", "instruments", "uncovered", "clues", "depravity", "melesse", "keymaster", "paratroopers", "eelectrocute", "headstrong", "vaporous", "viron", "realities", "bridgebreaker", "masters", "sluice", "undertow", "pentad", "illuminatus", "aarakocra", "cloudform", "greataxe", "skullcrack", "malignus", "unbinding", "barracuda", "synchronized", "urgent", "examination", "adjudicators", "charmaw", "calciform", "darkest", "jerboa", "chlorophant", "terravore", "tideforce", "nevermore", "runners", "cavekeeper", "scrapheap", "foresee", "charnel", "magefire", "dodecapod", "wetland", "sambar", "gild", "jhess", "headmaster", "mindservant", "artifacts", "vorstclaw", "dronepack", "necroduality", "convalescence", "teamwork", "outlands", "rime", "woodreaders", "gulf", "vladimir", "godfrey", "stenchskipper", "flunk", "plummet", "thing", "hazduhr", "abbot", "sapherd", "scarhide", "yesterdays", "assure", "ichormoon", "seafaring", "fowl", "hexblade", "doomgape", "concoction", "stonewright", "fusillade", "ohabi", "sure", "bloodcurdler", "transience", "snatch", "overblaze", "sanwell", "calix", "crook", "condemnation", "darkthicket", "colt", "breakneck", "karador", "came", "glurg", "pus", "sorry", "mouser", "grindstone", "reejerey", "seakite", "startle", "vegetation", "cookbook", "omniscience", "nihiloor", "prosthetic", "herring", "monstrify", "weakstone", "nalfeshnee", "warbriar", "skylord", "ambitions", "shiny", "goremand", "balustrade", "klauth", "kronch", "redirect", "tumbling", "sunspring", "dash", "archaeology", "zerrin", "goods", "katherine", "harpoon", "riverwinder", "zetalpa", "zhentarim", "inchblade", "rebellious", "weaponize", "glasses", "four", "frightcrawler", "kh\u00e2rn", "jailbreaker", "festerhide", "gamekeeper", "men", "maned", "serval", "nyxathid", "samwise", "stouthearted", "fateshaper", "tangletrap", "otherworld", "evacuation", "bloodhaze", "karve", "broodmother", "rebuking", "gigantoplasm", "fossil", "traxos", "feudkiller", "innocuous", "swaggering", "pradesh", "gypsies", "fireforger", "scratch", "xantcha", "steelform", "jadecraft", "chillbringer", "sculler", "inflicted", "acuity", "edgewalker", "warshrieker", "facet", "scared", "stiff", "akuta", "quillspike", "batterfist", "xyru", "spireside", "traders", "sam", "ichthyomorphosis", "aeronauts", "seizer", "grubfellows", "kasla", "redwood", "abian", "luvion", "dummy", "laugh", "bardiche", "kakkazan", "etching", "resculpt", "prerogative", "rutstein", "goham", "vadrik", "nullmage", "oggyar", "solvent", "prosper", "dragonkin", "disarm", "reanimate", "topdeck", "meloku", "clouded", "pewter", "ironfist", "thunderblust", "aethershield", "about", "timid", "dictation", "quillograph", "windrobber", "meteoric", "flamerush", "germinator", "overabundance", "masterstroke", "zheng", "thrush", "servants", "groff", "daggerback", "gluetius", "maximus", "ishai", "cowardice", "ruxa", "throttle", "kennel", "citywide", "oligarch", "hokey", "pokey", "quietus", "seedshark", "rustrazor", "alarum", "seizure", "skerry", "graxiplon", "crystallization", "latch", "anatomist", "tidewalker", "scalpelexis", "queue", "dromad", "purebred", "magmaroth", "frailty", "trufflesnout", "shieldbreaker", "jasconius", "akim", "shah", "silverbeak", "harvestguard", "alseids", "furtive", "whipcorder", "engines", "drove", "cacophodon", "overeager", "wharf", "aryel", "pathetic", "marionette", "gatecrasher", "bey", "stormwing", "cries", "checks", "balances", "harrow", "snowblind", "ensnare", "intolerance", "firedancer", "slitter", "instructor", "halberdiers", "karakas", "lavastep", "kitty", "diminishing", "returns", "unhinge", "aquastrand", "painsmith", "pinion", "incision", "remorseful", "precision", "radiating", "sex", "04", "cybernetica", "datasmith", "leatherback", "malach", "dilophosaur", "spotter", "pensive", "suspend", "squallmonger", "yoke", "closing", "statement", "bugler", "demons", "speakers", "startling", "development", "filthy", "cur", "carven", "calim", "splinters", "ma", "r\u00fbf", "despoil", "declare", "agenda", "sunstone", "annihilate", "nalia", "arnise", "smokestack", "reprocess", "temblor", "juggletron", "katabatic", "protomatter", "prototyper", "sound", "stature", "warboss", "cranial", "clothing", "smelter", "tentacles", "oversold", "repair", "recharge", "earthbrawn", "dawnstrider", "runebound", "spellbinder", "seahawk", "mosquito", "cadets", "steamcore", "utility", "isu", "oneirophage", "blistergrub", "cephalopod", "zeriam", "enslave", "warclub", "realmwright", "pianna", "richard", "garfield", "ph", "fourth", "deepcavern", "smokeshaper", "befuddle", "heartstopper", "hemophage", "rafter", "ve", "been", "stealing", "whipflare", "alandra", "dreamer", "chupacabra", "grimclaw", "withstand", "boneslasher", "rorix", "gudul", "bottom", "chainwalker", "palm", "hushwing", "twinscroll", "krav", "unredeemed", "aethergeode", "howlgeist", "solifuge", "ant", "pernicious", "deed", "violet", "pall", "scrollkeeper", "logbook", "slaughterhorn", "salvaged", "manaworker", "teeka", "bloodmad", "drey", "panopticon", "siegecraft", "unclean", "triskelavite", "springleaf", "drum", "certainty", "imperiosaur", "counterspell", "peatland", "birdsticker", "believer", "offalsnout", "pentacle", "flamescroll", "soulblade", "croaking", "drakkis", "mages", "thriss", "overflowing", "scene", "webweaver", "sandstalker", "saji", "malison", "lavaball", "needlebug", "volshe", "tideturner", "villagers", "bonescythe", "perforator", "bursting", "grozoth", "squelching", "avabruck", "blightning", "grabby", "tabby", "camouflage", "nevermaker", "insult", "drunau", "voidwing", "sandwalla", "plunderers", "zask", "swarmlord", "sporesower", "earsplitting", "sanctifiers", "pulmonic", "soultether", "mudbutton", "torchrunner", "cinderhorn", "thunderkin", "endure", "bruenor", "battlehammer", "seizures", "ghathrod", "gimbal", "unconsciousness", "pyroconvergence", "loner", "albino", "peacock", "division", "telemin", "lydari", "metalspinner", "springcaller", "renaissance", "frankenstein", "fireboar", "tendershoot", "invigorated", "geistchanneler", "withercrown", "strossus", "refocus", "silvos", "gifted", "bruvac", "grandiloquent", "jirina", "disinformation", "campaign", "skyblinder", "tethmos", "pounder", "success", "magmaw", "proficient", "pyrodancer", "stratagem", "silklash", "canonist", "geek", "conjured", "jamming", "araumi", "tymora", "starved", "shapeshifters", "warcrawler", "neckbreaker", "slitherhead", "wydwen", "arrogance", "winner", "choir", "gavi", "execution", "humbugs", "canker", "thermo", "conscript", "desertion", "warfire", "hofri", "ghostforge", "gohei", "deadlock", "brainstone", "inspirit", "wildsong", "comes", "peasants", "maniacal", "skyfalls", "embraced", "fettergeist", "scrapdiver", "tuskeri", "fumiko", "lowblood", "galecaster", "surprise", "hobbling", "goldenglow", "northern", "keepsake", "fray", "skymark", "telethopter", "tidespout", "gallowbraid", "pilgrimage", "cougar", "seas", "snorting", "gahr", "leng", "clockspinning", "constellation", "sunscorch", "gains", "fogey", "widow", "dregs", "ion", "countermand", "growing", "demolok", "limestone", "toast", "suspicion", "threefold", "boomstacker", "transformations", "rude", "alarmist", "ichneumon", "saboteur", "goon", "waterfall", "chronic", "flooding", "larceny", "frondland", "departure", "skywise", "sungrace", "duskdale", "next", "skilled", "acquittals", "wakeroot", "daggerdare", "shunt", "beck", "titanoth", "armistice", "divest", "waylay", "ayula", "tour", "submersion", "refreshing", "caregiver", "buzzardiers", "dismisser", "mairsil", "shieldbasher", "carver", "bramblesnap", "electrickery", "expressive", "landscaper", "autobot", "diluvian", "earthshaking", "si", "trapping", "snowfall", "changing", "dane", "lifegift", "mirrorpool", "thistledown", "highcliff", "pyramid", "hangman", "tromp", "domains", "cloneforge", "cryptothrall", "farseer", "varis", "silverymoon", "mindcrank", "scrapsmith", "birchlore", "even", "imposter", "paramount", "petrifier", "teetering", "tolvada", "rhizome", "lurcher", "winnow", "unicorns", "amateur", "auteur", "inverter", "poisonbelly", "owlin", "kaladesh", "moorish", "bonehoard", "nayan", "ticketomaton", "magnanimous", "jareth", "leonine", "auratog", "hungering", "commit", "cacodemon", "laurels", "oracles", "archghoul", "liquify", "cindervines", "hydropon", "tadpoles", "flamefiend", "valduk", "smitten", "swordmaster", "curry", "lifelace", "everflowing", "kookus", "timestream", "evershrike", "bloodcurdling", "sonorous", "howlbonder", "mindsplice", "shadowfeed", "motorist", "kelsinko", "deterrence", "ruinator", "muxus", "grandee", "windscout", "beastcaller", "warclamp", "lavafume", "omnipotence", "erg", "commodore", "saryth", "barkshell", "inlaid", "sproutling", "mycodrax", "sivriss", "heretical", "waterknot", "sidewalk", "oriflamme", "exemplars", "akron", "wolfgang", "eder", "renunciation", "dakra", "fireheart", "aqueduct", "energizer", "abu", "ja", "unravel", "neural", "silkwing", "geosurge", "heavyweights", "derision", "deckhand", "orms", "collapsing", "razortooth", "runecaster", "rough", "bituminous", "ferropede", "utopian", "sliptide", "melancholy", "manaweft", "ridgetop", "erupting", "dreadwolf", "whuppin", "keensight", "ensoul", "tragedies", "adeline", "gnathosaur", "kambal", "allocation", "rackling", "laughing", "repulse", "necrobite", "tomcani", "counterbore", "fulgent", "fruitful", "unite", "distress", "denouncer", "terrors", "flameshot", "foragers", "thunderherd", "fruitcake", "pincer", "silk", "battlemaster", "list", "kismet", "lurkers", "embrose", "skybind", "seedlings", "mamba", "cadira", "small", "tayam", "dirigible", "aeolipile", "nebuchadnezzar", "calamities", "outbreak", "kite", "briarknit", "firedrinker", "byway", "cursecatcher", "populace", "tanadon", "parun", "boggarts", "haberdasher", "persist", "torgaar", "rayne", "xenosquirrels", "asphyxiate", "generosity", "glaivemaster", "abc", "sharktocrab", "lockjaw", "swiftfoot", "kairi", "skydancer", "calcify", "racketeers", "stalked", "rendezvous", "accomplices", "industrial", "advancement", "fortify", "concealing", "focused", "funambulist", "troublesome", "hedonist", "emry", "obeka", "chronologist", "briarpack", "firemantle", "interpret", "signs", "uncomfortable", "ghosthelm", "darien", "envelop", "wickerbough", "gush", "alchor", "ballot", "rimescale", "larder", "altered", "volunteer", "nagao", "negation", "scute", "lorescale", "skitterling", "everdawn", "officiant", "groundswell", "circular", "transfixer", "stormsurge", "neyith", "soilshaper", "bowl", "grunn", "kiri", "refurbish", "okina", "brontotherium", "whipstitched", "harried", "skyflayer", "rhet", "spearmaster", "bouncing", "stormblood", "aside", "convulsions", "norritt", "arborback", "oswald", "fiddlebender", "crypsis", "jeering", "fylamarid", "overwhelm", "dissension", "halfdane", "mavinda", "students", "combust", "stab", "razorclaw", "scalper", "maenads", "bonepicker", "gatewarden", "shredding", "dungeons", "spurt", "truga", "amaranthine", "vexyr", "ich", "tekik", "misfortunes", "deeper", "mesmerist", "mindslicer", "lucea", "kane", "flamecore", "cryptoplasm", "inniaz", "stormkin", "hazy", "scholarship", "sponsor", "cromat", "barishi", "unraveling", "inhibitor", "dispatcher", "avarax", "simoon", "mindcensor", "legs", "unfulfilled", "desires", "thragg", "archaeomender", "glarecaster", "windreaver", "dichotomancy", "hanging", "tomoya", "revealer", "vindicate", "wolfbitten", "commanding", "irini", "electrify", "wingcrafter", "coffers", "commence", "endgame", "aqueous", "trinisphere", "auramancy", "springing", "deepwalker", "drakes", "conscripted", "naturalize", "skystrike", "jor", "kadeen", "prevailer", "greensleeves", "seastalkers", "warehouse", "favorite", "limb", "booby", "gouger", "deprive", "trespass", "aegar", "freezing", "cardboard", "rigging", "bravery", "artistry", "hartebeest", "scathe", "witchstalker", "therapy", "dissipation", "unwinding", "pathmaker", "bristling", "depopulate", "thornbite", "rootcoil", "nightcreep", "defang", "urtet", "memnarch", "inordinate", "intellectual", "circlet", "brigid", "uba", "bjorna", "nightfall", "unexpectedly", "absent", "reinterpret", "wheelsmith", "godtracker", "sunstreak", "unwind", "steelbreaker", "atemsis", "ornate", "kanzashi", "flay", "breezedancer", "boing", "grain", "woebringer", "stocking", "viashivan", "ocular", "nauseam", "oxid", "sweeper", "telekinetic", "rockshard", "rappelling", "maga", "razors", "deacon", "lethargy", "hazard", "tagsin", "conjecture", "fruit", "octo", "forsake", "skullport", "gingerbrute", "orm", "murkfiend", "unsubstantiate", "inzerva", "insights", "badlands", "varolz", "lochmere", "spies", "troubled", "ula", "elenora", "paleoloth", "campfire", "songshaper", "halvar", "cannibals", "decompose", "putrescence", "forgefire", "snapback", "meticulous", "korlash", "plunge", "misshapen", "drubb", "frostbeast", "recross", "paths", "necrosquito", "belongs", "predicaments", "thumbscrews", "deflecting", "irrigated", "neko", "te", "reunited", "lowlands", "sinking", "alin", "indulging", "macie", "carriers", "cockroach", "hadar", "garami", "kabuto", "wallop", "corridor", "ovika", "arbormage", "orthion", "sided", "daggerclaw", "portyr", "tember", "breathless", "hearthcage", "dingus", "seizing", "pursued", "necropouncer", "farseek", "ek", "statecraft", "employee", "bloodied", "navigation", "skyruins", "nosferatu", "veilstone", "seedborn", "kardum", "arvinox", "stamp", "approval", "wolfbear", "innumerable", "automated", "dilu", "crosswinds", "strangleroot", "geoscope", "fensnake", "upstart", "goat", "director", "unmask", "firebug", "holistic", "savaen", "throwback", "craving", "yeenoghu", "lifestrider", "branchsnap", "mazirek", "sterling", "clinic", "stoke", "mournwhelk", "cooperation", "induced", "blightbeetle", "skyturtle", "splash", "asha", "edgecrafters", "muralists", "remark", "preston", "vanisher", "meaning", "sepulchral", "helionaut", "mary", "sealock", "dreadmalkin", "centipede", "morality", "costly", "preeminent", "umbilicus", "sanctity", "nail", "unfriendly", "displace", "paralyzing", "ironwright", "trickbind", "ambushed", "pyrite", "enchantments", "scampire", "neoform", "rosnakht", "skills", "searcher", "uril", "miststalker", "castellan", "synchronous", "stormbind", "shipbreaker", "magmaquake", "flitter", "ingress", "rysorian", "losheel", "square", "spurring", "gretchen", "titchwillow", "derevi", "assimilation", "condemned", "signaler", "aquamorph", "olag", "sunbond", "quickening", "neverending", "octoprophet", "infamy", "runebinder", "tunneling", "geopede", "formless", "spidery", "uncaring", "saruli", "saga", "hellish", "impenetrable", "caligo", "whiteclay", "anavolver", "toluz", "icehide", "tables", "urd", "kezzerdrix", "lure", "caterwauling", "firestoker", "frazzled", "wealth", "thunderstaff", "aggravate", "cached", "binox", "tenuous", "plasmancer", "bulvox", "confound", "deputized", "protester", "nettlevine", "slimebind", "moggcatcher", "uthgardt", "brown", "kazarov", "pureblood", "talons", "iroan", "kaboom", "hormagaunt", "dreamsower", "cremate", "cordial", "immaculate", "wavecrasher", "jori", "handservant", "blacklance", "mannichi", "frostwind", "uncaged", "lifespark", "spout", "entering", "ungiven", "stonebrow", "fetch", "scramble", "trace", "caprichrome", "pyroblast", "reciprocate", "languish", "partnership", "cankerous", "javelineers", "pooling", "rakavolver", "pheasant", "ties", "bladegriff", "berserk", "murlodont", "graceblade", "evermind", "vesuva", "detritivore", "appraiser", "fireshrieker", "knell", "feathers", "tanglewurm", "syphoned", "bitterbow", "sharpshooters", "wildcrafter", "execute", "money", "censor", "gemhide", "adventurers", "guildhouse", "corpseweft", "concealment", "heraldic", "kormus", "coliseum", "innovative", "nightclub", "transmutation", "ao", "cardpecker", "gnawing", "corrupting", "bramblefort", "fink", "aftershocks", "gnawbone", "etherwrought", "metamorphose", "sachi", "archaeological", "atonement", "savants", "holdout", "settlement", "exclude", "kumo", "hurr", "dwarfhold", "solve", "wurmcalling", "charnelhoard", "shadowcloak", "headhunter", "snakeform", "dinobot", "mycoid", "burnished", "contradict", "karma", "demonspine", "cost", "attempted", "mosswort", "aquitect", "incisor", "aerostat", "melt", "sassy", "cenobite", "faithbound", "sinner", "chronosavant", "dawnstrike", "confirm", "oppressive", "treeshaker", "floriferous", "vinewall", "plot", "troller", "starke", "bug", "adeliz", "bangchuckers", "was", "airborne", "grant", "marn", "ziggurat", "carrionette", "carlos", "rom\u00e3o", "consecrator", "tap", "deathmask", "wavewatch", "statuette", "sow", "scryer", "pyxis", "engulf", "candleguide", "bypass", "abdel", "adrian", "harold", "firmament", "flagstones", "battlegrowth", "room", "treasurer", "divert", "monologue", "flamestoker", "boulderfoot", "dissident", "put", "sarcatog", "sunglasses", "racer", "sootwalkers", "farbogs", "lifestaff", "sick", "tired", "obliterate", "pitchstone", "overrun", "faithbonder", "narrow", "minded", "baloney", "fireworks", "cecily", "boartusk", "yard", "miter", "deadbeat", "otepec", "daghatar", "dromosaur", "scarmaker", "masses", "nascency", "greet", "nosy", "latulla", "sporoloth", "preyseizer", "zanikev", "retaliate", "hindervines", "fickle", "embermaw", "dabbling", "quasiduplicate", "loafing", "glimmering", "mephitic", "baboons", "razorfoot", "korvold", "paint", "arjun", "yield", "townships", "defenestrate", "tigorilla", "nebula", "palinchron", "depala", "blightblade", "undo", "mindstorm", "rewind", "spellduster", "sewers", "estark", "imoti", "lithatog", "slinn", "atoll", "teleport", "juxtapose", "longbowman", "stormwild", "capridor", "drow", "apostate", "spiteflame", "janitor", "spinnerette", "arachnobat", "hoodwink", "scooch", "voiceless", "cloverdell", "flensing", "wanderbrine", "rootcutters", "kannushi", "channeling", "doomwake", "firefright", "robaran", "nymris", "rashka", "leafcrown", "tyranny", "riteknife", "grinner", "skywarden", "thalisse", "medium", "tributary", "icefall", "battlefly", "conservator", "chrysalis", "rashida", "pallid", "mycoderm", "topplegeist", "fuming", "nerf", "hajar", "bits", "gotten", "inheritance", "kids", "singing", "charix", "curdle", "stare", "sevinne", "chronoclasm", "viscid", "lemures", "hierarchy", "seedcradle", "baithook", "plumeveil", "janjeet", "cleanfall", "zephid", "gecko", "squatters", "gobhobbler", "brineborn", "domineering", "balancing", "sear", "deftblade", "colossodon", "cake", "discount", "submersible", "stymied", "dwarves", "ayli", "hover", "lieges", "jokulmorder", "inalla", "tura", "kenner\u00fcd", "packhunter", "aeromunculus", "trendy", "lethe", "kykar", "savra", "toymaker", "compulsion", "cankerbloom", "flammable", "terrifying", "unshackled", "antagonist", "gnarlback", "willowdusk", "initiates", "pili", "pala", "zuo", "ci", "tukatongue", "mortipede", "waiting", "weeds", "fblthp", "gigantotherium", "mechanized", "snazzy", "looting", "verix", "adriana", "johan", "mirrorlake", "threshold", "spelling", "timberwatch", "snuffers", "mindscour", "rendclaw", "nimbleclaw", "gleaming", "waiters", "management", "duskwalker", "crenellated", "idle", "shimatsu", "bloodcloaked", "kroxa", "gigapede", "sabboth", "mystifying", "problematic", "omega", "dhund", "pelagosaur", "gunk", "haphazard", "embalmer", "seeder", "brackwater", "vacuumelt", "damnation", "firefly", "zealots", "seht", "d\u00e9j\u00e0", "vu", "tithebearer", "bladecoil", "thunderhawk", "gunship", "kulrath", "thinking", "branchbender", "carbonize", "dreadbore", "shinewend", "buccaneers", "roadside", "jackals", "kaho", "detour", "breya", "nip", "homeward", "premature", "whispersilk", "parcelbeast", "cinderclasm", "spinebiter", "spiritbinder", "membrane", "smog", "pilfered", "mistmoon", "segovian", "revelsong", "hyperion", "duskfang", "gearcrafter", "lymph", "flourish", "loose", "lips", "hallow", "eve", "conflux", "xira", "arien", "riverfall", "witchcraft", "doomfall", "reaction", "sheen", "alphas", "medics", "would", "have", "necromancy", "ambushers", "waxing", "rapacious", "anglerfish", "rejuvenating", "lightmine", "ramroller", "komainu", "lush", "hellcarver", "wishclaw", "arahbo", "hordewing", "preferred", "circuits", "pyrohemia", "balan", "reya", "horrifying", "relearn", "cataract", "separator", "corondor", "league", "silverclad", "ferocidons", "grindclock", "visara", "buffoon", "sinstriker", "dawnfeather", "fortitude", "freejam", "transreliquat", "beachhead", "deathmist", "bluff", "windscouter", "odo", "razormane", "opening", "nightsoil", "petroglyphs", "obosh", "preypiercer", "cadric", "courageous", "rubber", "glue", "petradon", "improbable", "cursebound", "modular", "save", "tibor", "lumia", "cryptek", "hooligan", "foal", "incoming", "chainwhip", "throwing", "kilnspire", "shapesharer", "boarded", "window", "vacuum", "greenwidow", "fried", "plaguelord", "duskborne", "design", "poxwalkers", "rookie", "mistake", "pasture", "rusher", "hydrosurge", "appeasement", "scythemaster", "strongbull", "vazi", "trespassing", "galestrike", "dynacharge", "uprooting", "gwyn", "ashvale", "hyrax", "lofty", "irrigation", "volcanist", "soulmates", "grassland", "netherese", "blightsoil", "pigeons", "thraxes", "myriarch", "grab", "fabricate", "enhancement", "stickers", "lightshield", "silkwrap", "soulsworn", "whalebone", "cryptbreaker", "vogar", "leery", "fogbeast", "fa", "adiyah", "deathraiders", "grifters", "oversimplify", "grateful", "disrepair", "scriptures", "inkmoth", "fuseling", "gutwrencher", "permeating", "perished", "across", "hexdrinker", "hare", "cliffgate", "eviction", "ammit", "thrive", "eisenhorn", "qumulox", "ghastlord", "naru", "meha", "petalmane", "pyromaster", "pathblazer", "diplomacy", "flip", "tell", "younger", "bloodborn", "depleter", "church", "deals", "aetherstorm", "wellgabber", "ripscale", "inherited", "magnify", "grovetender", "silverfur", "hargilde", "miko", "zzzyxas", "diplomats", "hickory", "canyons", "ranging", "hivestone", "forlorn", "pseudamma", "everglove", "footfalls", "irradiate", "abolish", "wanderwine", "hub", "battered", "overload", "headlong", "nectarpot", "bloodstoke", "dragonmaster", "darkslick", "shoot", "razorverge", "imotekh", "stormlord", "veggiesaur", "dismiss", "bitterblade", "witherscale", "mezzio", "mugger", "lorwyn", "winnowing", "moderation", "cloudsteel", "follow", "tracks", "wombat", "empire", "boneknitter", "claustrophobia", "woodripper", "skink", "thrummingbird", "whispered", "beneath", "guildmages", "forum", "frillscare", "emblazoned", "defends", "kinseekers", "hum", "radix", "caelus", "reflex", "bloodthirster", "opt", "subtraction", "rustic", "clachan", "concession", "fireweaver", "necropod", "lidless", "skullscorch", "zhao", "zilong", "sporogenesis", "disturbance", "grenadier", "hundred", "cloudscraper", "numbers", "bamboozling", "each", "akosa", "droplet", "file", "entrancing", "lyre", "wilhelt", "rotcleaver", "cubwarden", "wolfwillow", "stormbreath", "motives", "pyroclasm", "hoopoe", "wordmail", "hooting", "mandrills", "otharri", "barging", "alligator", "expedite", "domnathi", "grunts", "eloren", "pacifism", "vance", "whippoorwill", "pennon", "efficient", "wrack", "formula", "ragemutt", "quakefoot", "turri", "hatchet", "pigment", "reminder", "anya", "feroz", "goldenhide", "tug", "wellwisher", "nema", "siltlurker", "narwhal", "architects", "sunsteel", "shredded", "sails", "dim", "smiter", "beaker", "unerring", "icebind", "undercrypt", "leina", "brace", "deferment", "writ", "strategy", "trapbreaker", "simple", "kalitas", "ghet", "+", "curate", "razortip", "zareth", "san", "handful", "anarchomancer", "airship", "alaundo", "pallimud", "duh", "quagnoth", "jest", "sprawl", "archelos", "lagoon", "weaselback", "ow", "thornhide", "kunai", "scapeshift", "maraleaf", "brambles", "safekeeping", "nekrataal", "vinecrasher", "coercive", "salve", "hopping", "scuttlemutt", "oxidize", "switcheroo", "keene", "purification", "lifeline", "brights", "tamar", "silversmith", "tremble", "bandar", "goblinslide", "impotence", "recommission", "skyscout", "revivalist", "ulder", "ravengard", "valkyries", "scientist", "ferrovore", "stormtamer", "timmy", "silvanus", "swarmsnapper", "weaponcraft", "blightspeaker", "gargantua", "nullify", "triniform", "frostwalk", "evolutionary", "escalation", "springjaw", "midvast", "converter", "easy", "kong", "grotto", "foliage", "swiftspear", "bladestitched", "veins", "uchuulon", "steeds", "hanabi", "intrigues", "tyrite", "promotion", "decomposition", "bailiff", "wander", "skullmane", "mistakes", "drakuseth", "hollowsage", "loreseeker", "skalla", "ladybug", "cluster", "lightwalker", "misunderstood", "mesas", "constant", "soliton", "quickling", "husk", "spiny", "spincrusher", "shadowsage", "work", "nucklavee", "metallurgeon", "tuskcaller", "dispel", "loyalties", "anara", "wolvid", "sproutback", "cloudcrown", "sarpadian", "vii", "indenture", "lashes", "nightly", "skybreen", "govern", "guildless", "flaccify", "fishliver", "geology", "bess", "bumper", "cars", "wurmquake", "board", "nobilis", "kiyomaro", "bloodscent", "cautery", "skyclaves", "entirely", "normal", "armchair", "leapfrog", "stenn", "unglued", "pea", "brained", "domineer", "erase", "foundations", "silverclaw", "skaabs", "dismal", "ophiomancer", "marked", "duskguard", "may", "civilization", "consider", "risky", "move", "outlaws", "merriment", "geistcaller", "heartseeker", "lucille", "electrodominance", "silverheart", "pinecrest", "sanguimancy", "rooting", "oryx", "lucent", "liminid", "dispense", "laurine", "barter", "digging", "useful", "fence", "godsire", "mound", "forebears", "drastic", "wormwood", "subversion", "nut", "matcher", "ironworks", "hooves", "remand", "syndic", "tithes", "forgetful", "bonesetter", "woodworm", "kamber", "ogress", "riftsweeper", "armada", "cheap", "absence", "dousing", "nikara", "glamorous", "lifesmith", "slagstorm", "herdchaser", "nursery", "necrologia", "thoughtbind", "petitioners", "bloodfeather", "suntail", "disenchant", "shriekgeist", "lightfoot", "rebbec", "spyder", "gwenna", "squealing", "bahamut", "consideration", "flickerwisp", "sulam", "dragger", "lairwatch", "thoughtcutter", "drizzt", "urden", "prancer", "catti", "brie", "mithral", "mycoloth", "zelyon", "soar", "roalesk", "send", "compelled", "worst", "dulcet", "sirens", "leitbur", "adrenaline", "savageborn", "absolver", "restrain", "weathervane", "travel", "velican", "tangleroot", "merging", "legerdemain", "vernadi", "sustaining", "expose", "nightsnare", "beachfront", "flycatcher", "giraffid", "rockcaster", "platoon", "skysweeper", "westgate", "proportions", "mill", "sarcomancy", "niveous", "interlude", "grimace", "wurmskin", "miscalculation", "auramancer", "tanglebloom", "vess", "charisma", "azamuki", "incident", "has", "occurred", "schematic", "ecologist", "terrarium", "disruptor", "incongruity", "armorguard", "kraum", "xyris", "empath", "autograph", "gravestorm", "fraternal", "exaltation", "tidebinder", "nivmagus", "manaforce", "rootgrapple", "turncoat", "oakheart", "greatbow", "doyen", "commandeer", "ratadrabik", "findbroker", "lathiel", "bounteous", "dreamstone", "lightkeeper", "necrosavant", "gilanra", "ignacio", "verbosity", "nullifier", "rebound", "chick", "hazoret", "valhalla", "ysgard", "demotion", "frogkin", "kidnapper", "tenacity", "mundungu", "capricopian", "oakgnarl", "ladies", "scanner", "jiao", "pangosaur", "swoop", "iymrith", "ongoing", "barbs", "gossipmonger", "incited", "firewild", "termination", "facilitator", "flanking", "scrib", "nibblers", "psychotrope", "seahunter", "sawtusk", "sporesinger", "deglamer", "bloodletting", "sunchaser", "skinbrand", "heidar", "dragonskull", "dowser", "gutterbones", "cobalt", "annihilating", "excommunicate", "twincast", "gyrus", "moments", "retromancer", "gas", "ochran", "2004", "staticaster", "veilborn", "cloudkin", "sneaking", "bookie", "nostalgic", "cutter", "coves", "aerosaur", "voidstone", "interception", "rouser", "wanderguard", "jeleva", "dustspeaker", "imitation", "kwain", "smother", "modern", "enthusiastic", "valet", "leadfoot", "asceticism", "lavaclaw", "mise", "stoneforged", "withered", "shudder", "hollowborn", "barghest", "socketed", "sprocketer", "skullsnatcher", "knighted", "gravelighter", "farfinder", "dragonheart", "threaten", "inkrise", "granny", "payback", "nezahal", "woodborn", "thraximundar", "carom", "reyhan", "galvanizer", "subdual", "loremage", "leafdrake", "dizzy", "abstruse", "choker", "bloodstock", "emmara", "tandris", "opalescence", "guttersnipe", "deadlands", "notion", "tocatli", "cherubael", "forsworn", "honed", "khopesh", "shuriken", "metalwork", "genetic", "recombinator", "fei", "elderscale", "livestock", "piledriver", "hornbash", "oust", "thoughtcast", "stealth", "cryptborn", "oreads", "timbermare", "wargear", "tirel", "torii", "watchward", "ordinary", "triangle", "sponge", "minute", "chopping", "goldvein", "spurnmage", "mirrorhall", "mimicry", "voyaging", "sail", "nightsquad", "deadhead", "ghen", "log", "flume", "acrolith", "restraint", "luminate", "manuel", "bevand", "furyblade", "liesa", "danse", "shardless", "adnate", "rottenheart", "briefing", "eggwatcher", "shidako", "broodmistress", "screen", "mina", "denn", "mutagenic", "mechtitan", "whispergear", "insects", "teachings", "touched", "solemnity", "timothar", "purelace", "pickpocket", "mudslide", "theoretical", "nullhide", "ferox", "maggots", "tauntings", "harmonize", "dambreaker", "gagglemaster", "string", "disappearances", "irresistible", "stoneblades", "maddened", "decorum", "palisade", "deliver", "arboria", "terminator", "said", "track", "ascend", "anticipation", "summary", "liar", "baldin", "century", "herdmaster", "snickering", "drummer", "followed", "tek", "pike", "kolvori", "kinship", "ringhart", "crest", "ihsan", "isleback", "worldpurge", "taoist", "ministration", "transluminant", "sandblast", "dissolver", "kukemssa", "spinnerets", "renewer", "surgespanner", "vantasaur", "catoblepas", "slumber", "erne", "mobilization", "loggers", "spanking", "blastminer", "imi", "wyluli", "partition", "deformity", "jokulhaups", "jadecrafter", "wishful", "collared", "balloonist", "cement", "shoes", "unnerving", "blur", "fashioned", "deathknell", "ormendahl", "sunforger", "obsolescence", "desserts", "blightwing", "harridan", "whiteout", "everbark", "slave", "spit", "befriending", "moths", "repercussion", "raconteur", "gelid", "shapelessness", "cryptologist", "foulblooded", "killian", "forfend", "wort", "raidmother", "humongulus", "timesifter", "crib", "swap", "morningtide", "bribe", "customs", "mettle", "metzali", "riftmarked", "brushhopper", "vibrating", "firemage", "jackalope", "daniel", "zink", "molimo", "mossbridge", "razorjaw", "storehouse", "sideswipe", "activated", "wingmare", "bellowsbreath", "duplicity", "rattlechains", "repentance", "dockside", "thunderbolt", "awol", "multifarious", "millipede", "suicidal", "spelleater", "helldozer", "sunstrike", "broodmoth", "bogstomper", "helmsmasher", "krazy", "kow", "titanium", "petal", "repetition", "powerblade", "reserve", "em", "roterothopter", "xinye", "lammastide", "weave", "arsenal", "gravebane", "seedling", "mutavault", "unbender", "sunseeker", "scourger", "aeve", "wurmweaver", "dawns", "erinis", "reincarnated", "tivadar", "terastodon", "precognition", "sickleslicer", "festercreep", "rootpath", "feasting", "miming", "dunecaster", "caster", "virus", "barker", "bloodthief", "obedience", "trader", "globe", "survivalists", "dominate", "pixies", "cloudhoof", "silverglade", "pathfinder", "azar", "nibbler", "aisha", "rodolf", "duskbringer", "saltblast", "ukud", "tempted", "cricket", "sifters", "fluros", "shyft", "dreamborn", "shamanic", "g", "kenessos", "chainwhirler", "rollicking", "memento", "kyoki", "insubordination", "misdirection", "thundersong", "escapee", "countdown", "greatness", "anguished", "imagination", "drowsing", "tyrannodon", "pyrophobia", "dearly", "convolute", "representative", "hovermyr", "sibling", "triskelion", "wavebreakers", "ossification", "taxidermist", "necromaster", "megrim", "rubbleback", "sanguinary", "floe", "invaders", "rotfeaster", "zephyrnaut", "noggin", "expulsion", "rancor", "skinthinner", "bevy", "morsel", "harbin", "qilin", "glance", "fit", "lightwielder", "cindermaw", "drums", "countryside", "accorder", "keruga", "macrosage", "soothing", "masks", "dokai", "sieve", "carah", "spineback", "glacian", "regret", "lyzolda", "nulltread", "valkas", "sharpened", "pitchfork", "vaults", "beetleback", "commissar", "severina", "raine", "kalain", "loaming", "rug", "bellows", "tapestry", "replicating", "conquering", "beatdown", "maulhorn", "nightpack", "liger", "dismissive", "manufactor", "truss", "advantageous", "sunbringer", "necromentia", "kwende", "skithiryx", "necropanther", "ampryn", "isles", "deathlace", "zirda", "dawnwaker", "flair", "phytoburst", "hippodrome", "coals", "innovation", "ravener", "nice", "prodder", "wet", "willie", "gustha", "soulbright", "audience", "muldrotha", "gravetide", "incessant", "provocation", "caltrops", "acceptable", "shire", "lumberjack", "khod", "etlan", "shiis", "avengers", "ringer", "jays", "lunk", "harrowing", "stalwarts", "ashuza", "bulette", "embercoiler", "probation", "judith", "strutting", "turkey", "cadaver", "silencers", "neglected", "vinelasher", "vulpikeet", "crookshank", "uncontested", "pumpkin", "ezzaroot", "errantry", "flaxen", "armix", "seat", "shieldhide", "frolicker", "vorapede", "whelming", "szarekh", "cultbrand", "slagstone", "refinery", "elas", "hana", "insist", "compulsory", "windcaller", "yuki", "quandary", "plower", "thay", "mobilizer", "moldering", "millennial", "beastbreaker", "frostwielder", "onward", "marker", "phoberos", "haktos", "unscarred", "bloodbriar", "husher", "spellbound", "omenkeel", "silverpelt", "flotilla", "propagator", "rumble", "beggar", "fetters", "gravitational", "detonate", "skywinder", "bellower", "bloodboiler", "takara", "conflagrate", "karrthus", "allah", "witsniper", "delaying", "puresight", "dragonslayer", "finders", "ruinblaster", "furycalm", "opportunistic", "twiddlestick", "appreciation", "hoverwings", "wilding", "iridian", "beckon", "interdict", "bloodhusk", "untouched", "eland", "eladrin", "unreal", "overbeing", "bludgeon", "churn", "ruhan", "biowaste", "blob", "starrix", "ettin", "wildcat", "deathspitter", "sash", "soothsaying", "yasharn", "implacable", "floodwater", "contentious", "roastmaster", "selenia", "oji", "naked", "stabilizer", "slab", "hexmage", "exoskeletal", "hammerskull", "mistwalker", "spellmorph", "sethron", "catlacan", "prepare", "treaty", "gluntch", "bestower", "cytoshape", "puny", "shriekmaw", "gravewaker", "spill", "abattoir", "unsanctioned", "marwyn", "admirer", "nectars", "warsteed", "brownscale", "dermotaxi", "restorer", "greaves", "finish", "arachnoform", "kry", "chronicle", "spellkeeper", "gollum", "addle", "agonas", "tub", "lionheart", "boneflinger", "phenax", "godhunter", "extinguisher", "lita", "mechanical", "landfill", "hysterical", "blindness", "tech", "diplomat", "wax", "wane", "postmortem", "zellix", "spinneret", "marmoset", "sursi", "trapmaker", "skulduggery", "plank", "omnispell", "gnats", "townsfolk", "masquerade", "larcenist", "vazal", "varragoth", "boareskyr", "tollkeeper", "diaochan", "mulch", "sarinth", "cycling", "insolence", "thoughtpicker", "aviation", "rigo", "pyreling", "rootcaster", "powerleech", "cetavolver", "detection", "cloudpost", "firecraft", "harpooner", "shelters", "commission", "propeller", "uncage", "inaction", "injunction", "mari", "stiltstrider", "manacles", "paruns", "touchstone", "glinting", "fencing", "kujar", "seedsculptor", "wishes", "averna", "riposte", "antiquities", "menacing", "convulsing", "thrumming", "keys", "jungleborn", "rimefeather", "goose", "magnificent", "venomcrawler", "serow", "divers", "lick", "treeline", "milling", "prank", "vigilantes", "lobster", "hackrobat", "hellrider", "cliffside", "selden", "kindling", "paroxysm", "impossible", "enchantmentize", "plumb", "m\u00e1rton", "hypergenesis", "sculpt", "myrsmith", "infatuation", "slavedriver", "soulripper", "kinetic", "ren", "threads", "disloyalty", "stallion", "earthlink", "malady", "regenerate", "lattice", "pyknite", "vantage", "indifference", "scoured", "kalonia", "fueled", "deathsprout", "cloudstone", "wildbonder", "multiclass", "baldric", "bump", "amphitheater", "fixer", "boulders", "spawnbinder", "fain", "heiko", "karoo", "meerkat", "prejudice", "undercover", "guildscorn", "seaswift", "obuun", "trapjaw", "grimblade", "greener", "pastures", "spearpoint", "skillful", "frillback", "needlethorn", "nikya", "shedder", "glowing", "anemone", "philosophy", "mites", "negotiators", "skylasher", "graces", "convincing", "woodweaver", "glaive", "skygate", "scrolls", "revolution", "carnifex", "varina", "trollhide", "meltdown", "scare", "conjurant", "icequake", "despotic", "pile", "bloodtallow", "candle", "moonhold", "zebra", "bookworms", "oyaminartok", "fireflux", "zap", "sunfire", "skyblazer", "rustspore", "negan", "rrik", "mindsparker", "saberclaw", "pentavite", "standardize", "eyeless", "finks", "vivisurgeon", "depraved", "farhaven", "fighting", "deathgazer", "cobble", "connive", "concoct", "mournwillow", "alexandria", "esix", "circu", "lobotomist", "yahenni", "conquer", "days", "kidnappers", "broodbirth", "headache", "perish", "mortify", "remembered", "vilis", "verdeloth", "hangarback", "regimen", "gisela", "unmarked", "scorned", "moonscarred", "bodyguards", "cagebreakers", "palliation", "emberstrike", "atris", "targ", "twain", "sumala", "woodshaper", "yn", "bashir", "stormcarved", "mazzy", "truesword", "remedies", "mondronen", "magehunter", "greenwheel", "venomspout", "brackus", "lenses", "prismwake", "bartel", "runeaxe", "vaporkin", "muckwader", "akrasan", "gurzigost", "stonecoil", "firestarter", "broodhunter", "dong", "deer", "kindslaver", "casualties", "battlegrace", "equenauts", "silhana", "ledgewalker", "fanged", "wingrattle", "rumors", "jail", "misers", "wispweaver", "seedtime", "ratcatcher", "doorbuster", "lifechanter", "goyf", "horseman", "subordinate", "accumulated", "juri", "revue", "skullhunter", "juke", "gnaw", "soulcatchers", "ivorytusk", "quanar", "pemmin", "surreal", "memoir", "ingester", "arborea", "mentality", "cryptwailing", "golgothian", "sparkle", "shadowgrange", "kongming", "sleeping", "manakin", "stylus", "boneshard", "distemper", "seashell", "nearby", "watery", "spiked", "mindsucker", "kapsho", "kitefins", "kai", "budde", "whims", "caged", "othelm", "selves", "mindmelter", "jelenn", "borderguard", "finned", "skywhale", "drench", "bowman", "hexhunter", "fireblood", "bonus", "round", "shusher", "lucius", "domestication", "anaconda", "present", "ixhel", "handler", "sharding", "scythecat", "leuk", "pir", "floodgates", "spitemare", "triskaidekaphobia", "clandestine", "tombshell", "pyromantic", "shineshadow", "simon", "fortunate", "few", "saddlebags", "careless", "ali", "basin", "clarity", "consecrate", "sungrass", "narstad", "conductive", "carry", "timecrafting", "deathgaze", "biskelion", "spears", "elocutors", "overdark", "banefire", "copter", "gallant", "bloodwitch", "eyetwitch", "ballynock", "purger", "slithermuse", "symbology", "huang", "zhong", "enroll", "charity", "gravitic", "lobotomy", "magnivore", "indebted", "sunseed", "miracle", "courtesy", "axiom", "engraver", "silos", "desk", "slogurk", "overslime", "degavolver", "sangrophage", "bannerhide", "picker", "spheres", "inkwell", "wayfaring", "taurean", "dreamspoiler", "unclaimed", "territory", "hailfire", "vengevine", "balls", "condemn", "suck", "reforge", "1998", "beaming", "heirs", "win", "condition", "chauffeur", "poultrygeist", "fanatics", "kynaios", "tiro", "woeleecher", "trazyn", "petravark", "intrusive", "chub", "dispenser", "guerrillas", "aerathi", "firstblade", "belligerence", "grass", "fleece", "demanding", "swiftwing", "erosion", "arguel", "aclazotz", "hazardous", "prankster", "whiskers", "grimdancer", "flusterstorm", "deepglow", "skate", "talks", "limited", "raugrin", "slavering", "nulls", "lifespinner", "bogle", "mirrorworks", "fieldmist", "saskia", "char", "impede", "dampening", "groffskithur", "battletide", "downdraft", "mandate", "woodvine", "armillary", "skreelix", "pets", "mathas", "batterhorn", "agyrem", "atinlay", "igpay", "undersight", "lancers", "weather", "sensation", "lapidary", "ski", "ragebeast", "iizuka", "teremko", "corpulent", "jellyfish", "ceremonious", "palliator", "archweaver", "vulpine", "hordemate", "auger", "ridgescale", "ninth", "kianne", "substance", "estates", "hinder", "integrity", "finesse", "merciful", "valleymaker", "pippa", "duchess", "kharasha", "mycologist", "moondrakes", "panharmonicon", "knighthood", "aldergard", "jingzhou", "chainbreaker", "browse", "scandalmonger", "handicraft", "floor", "ascending", "reptilian", "ghoulflesh", "galina", "sootstoke", "shielding", "plax", "rootborn", "thaumatic", "dr", "julius", "jumblemorph", "abiding", "fangtail", "anarchy", "vertebrae", "preordain", "hesitation", "attrition", "mudhole", "mirrex", "generation", "moratorium", "whacker", "splinterfright", "riftwalker", "jawbone", "jackhammer", "disentomb", "zhurong", "tchotchke", "lila", "hostess", "raking", "austere", "deathfang", "streams", "spawnwrithe", "sunbird", "jaxis", "troublemaker", "spellshock", "tuvasa", "dreamwinder", "skywarp", "ukkima", "anchorite", "avalanchers", "skullslither", "resister", "decaying", "gum", "voidwielder", "expendables", "orangutan", "traps", "chaff", "starfall", "nourishment", "levitation", "godspeaker", "sandscout", "000", "li", "moodmark", "frankie", "peanuts", "trestle", "gerrymandering", "pastcaller", "children", "korlis", "moonrage", "gutmorn", "pactbound", "pith", "tramway", "nesting", "targeting", "yun", "contested", "narcomoeba", "baloths", "scrapbasket", "whisk", "meddle", "cruise", "scragnoth", "paradigm", "inciter", "lhurgoyf", "fortification", "termagant", "armguard", "razing", "tick", "hypersonic", "forgestoker", "crumple", "bloodmark", "childhood", "prologue", "brushstrider", "rayami", "skullcage", "dragonloft", "windborn", "slight", "low", "barrel", "damnable", "devilthorn", "marshdrinker", "exava", "aboroth", "sparkspitter", "turret", "bombadil", "trashmaster", "acceptance", "mindblaze", "anemones", "garrulous", "sycophant", "gravedigger", "flamingo", "wolfhunter", "quiver", "otrimi", "playful", "purraj", "levitator", "riddlemaster", "diversity", "stigma", "uncontrollable", "seeking", "criminal", "gosta", "dirk", "fengraf", "somnophore", "sneaky", "chronomancer", "rotlung", "reanimator", "dissolve", "slaughterhouse", "hypothesizzle", "entrails", "burrenton", "bombardier", "dwellers", "span", "centuries", "kinzu", "goatnapper", "disorder", "lavalanche", "tinker", "toward", "duet", "bloodrock", "foriys", "pointed", "discussion", "mimeomancer", "phase", "dolphin", "floodchaser", "epicenter", "yargle", "unforgiving", "moltensteel", "betrays", "deathgrip", "netcaster", "marang", "atropal", "storyweave", "ragnar", "tall", "whitesun", "dredging", "cream", "deceitful", "questioning", "overrule", "adrift", "rare", "firesong", "sunspeaker", "fastbond", "coma", "bullwhip", "undermine", "warping", "pharagax", "sliderunner", "silas", "renn", "angry", "steadfastness", "glamerdye", "whistle", "ophidian", "zaxara", "exemplary", "duct", "duplicate", "coldsteel", "shoe", "automatic", "hollowhead", "forays", "linebreaker", "kopala", "afoul", "sculpting", "nurse", "cazur", "bushmeat", "rowdy", "somnomancer", "evangela", "guma", "blinking", "mercadia", "oldest", "cancel", "hewed", "kotose", "bladescout", "lamplighter", "stirrings", "succumb", "heroics", "knave", "shatterstorm", "spelltithe", "tusks", "unlucky", "embiggen", "channelers", "soulflayer", "pearled", "darkblade", "geistblaster", "immerwolf", "wildgrowth", "gaveleer", "aethersnatch", "vents", "researchers", "steely", "cyclical", "worn", "basher", "magmasaur", "foresight", "earwig", "frostfist", "ce", "conquerer", "omenpaths", "evanescent", "ikra", "shidiqi", "blasted", "skred", "sune", "generated", "slumlord", "mishap", "passageway", "frostpeak", "dynaheir", "fur", "wolverines", "naban", "rustvale", "florian", "sunlance", "altac", "remorseless", "eightfold", "petitioner", "attorney", "dolmen", "panacea", "launcher", "sightbender", "knot", "rubblefort", "herbalists", "proving", "infest", "distracting", "lavabelly", "dressed", "bident", "geistpack", "bloodboil", "bedevil", "spawnsire", "blorpityblorpboop", "hackblade", "awaits", "sliv", "hivemind", "hush", "cinematic", "bladebrand", "vish", "kal", "viseling", "bloodhunter", "squidnapper", "too", "slingbow", "inscrutable", "najeela", "daggertooth", "ardenn", "pestermite", "wakestone", "swordjack", "omens", "bent", "wasps", "bellstriker", "meditate", "notebook", "subdue", "depart", "comply", "deathdealer", "conspicuous", "skyshooter", "thick", "skinned", "pigeon", "standstill", "canticle", "axeshark", "duskworker", "thoughtseize", "weald", "mak", "fawa", "bedeck", "bedazzle", "vigorspore", "brinelin", "frame", "feisty", "stegosaurus", "physician", "invading", "ashcloud", "ib", "halfheart", "whetstone", "goldhound", "souvenir", "shirt", "privileges", "snowfield", "armorcraft", "pyrohelix", "stinkweed", "shimmerdrift", "wickerwing", "spiders", "adephage", "breena", "demagogue", "vitriol", "battleshaper", "macar", "creeperhulk", "passion", "scrapskin", "stillmoon", "vitalist", "flameblast", "bonecrusher", "cogworker", "snowborn", "simulacra", "wanderings", "realized", "mavren", "leaden", "petra", "lucrezia", "peek", "skybreak", "expectations", "psyche", "millicent", "union", "mightmare", "greatshark", "d00", "dl", "caricaturist", "slivdrazi", "swallow", "whole", "azimaet", "imps", "taunt", "fiendbonder", "lakor", "gamble", "bruse", "tarl", "boorish", "festivities", "headstone", "yuriko", "unlawful", "boilerworks", "rimerunner", "replenish", "glowspore", "heckling", "fiends", "hythonia", "mungha", "note", "burlfist", "scholars", "psychomancer", "wererat", "bleeder", "kunoros", "abrupt", "shovel", "quash", "bloodshed", "condescend", "bearscape", "sizzle", "framed", "oppressor", "smugglers", "j\u00f6tun", "nihilith", "toxrill", "gorgers", "ravenloft", "kinjalli", "huntsman", "let", "galaxy", "beckett", "tavoc", "warmaster", "dragoons", "bandage", "dawnbreak", "kudu", "corona", "trepanation", "greel", "claire", "donate", "bloodflies", "striking", "uncle", "istvan", "riddles", "rootless", "trenching", "induce", "proper", "basics", "hypochondria", "something", "hundroog", "praetorian", "indestructibility", "cadian", "confounding", "streambed", "aquitects", "thornling", "bottled", "mutineer", "shockwave", "entrapment", "climb", "privilege", "darkling", "belltoll", "soulcaller", "ardor", "outnumber", "fasting", "tactical", "andrion", "wavecrash", "caribou", "votary", "finery", "belzenlok", "toady", "incorrigible", "youths", "guerrilla", "served", "quillmane", "karstoderm", "dredge", "yannik", "catastrophes", "afflicted", "firefist", "jaws", "kira", "displacement", "bombers", "don", "try", "runeflare", "shortcutter", "promising", "duskmage", "levitating", "granitic", "boiler", "blim", "comedic", "demoralize", "crocanura", "mindstab", "eminence", "hanged", "briefcase", "blazebringer", "churning", "boltwing", "durnan", "rabblemaster", "blufferfish", "hankyu", "grudges", "spellseeker", "aquifer", "vito", "mawloc", "thoughtweft", "manriki", "gusari", "glademuse", "sombrero", "beamsplitter", "sanitarium", "lutri", "spellchaser", "miara", "vesper", "its", "prismite", "hatching", "greatest", "stoneshaker", "cotton", "candy", "agoraphobia", "pyramids", "recruits", "eriksson", "ceta", "unbridled", "flameshadow", "cursebreak", "runadi", "gearseeker", "savagery", "alex", "borteh", "stirge", "antiquity", "dragonwing", "symbiont", "vehicle", "prophets", "liquid", "lathril", "puppets", "multitudes", "favorites", "invent", "battleground", "guildsworn", "dynavolt", "skullmulcher", "pronghorn", "tasseled", "brilliance", "benediction", "moons", "paperfin", "scapegoat", "jura", "gigadrowse", "malignant", "sylvia", "brightspear", "petrahydrox", "terramancer", "blisterspit", "zanam", "atsushi", "undertaker", "hellhound", "runeclaw", "calcutron", "godsend", "konrad", "repopulate", "pyroceratops", "el", "hajj\u00e2j", "septic", "downhill", "pi\u00f1ata", "xander", "subira", "tulzidi", "caravanner", "inspirational", "antelope", "kaleidoscope", "tongs", "rules", "lawyer", "freeze", "tornellan", "tuskodon", "candles", "glow", "taj", "spirebluff", "songs", "battlehorns", "thirsting", "environmental", "sciences", "camato", "mephit", "enthusiasm", "stirs", "contaminator", "benthicore", "untethered", "armies", "megaliths", "seastrider", "fateshifter", "uthuun", "collectigull", "best", "wingfold", "esteemed", "edgewright", "tuya", "bearclaw", "blackmail", "animosity", "panicked", "bystander", "culprit", "obstinacy", "sangromancer", "tishana", "swarmyard", "musketeer", "nightguard", "warform", "erstwhile", "jorubai", "thwacking", "hotshot", "liao", "hefei", "questions", "quicken", "awesome", "colossification", "assert", "moonrager", "lictor", "ormos", "cinderheart", "inquiries", "safekeeper", "survive", "rograkh", "thoughtleech", "passwall", "sen", "triplets", "naginata", "tethers", "sunmare", "minor", "spellblade", "adherent", "twinclaws", "waveskimmer", "multi", "gobbling", "geyserfield", "daggers", "barkweave", "forktail", "marching", "duodrone", "fanboy", "defy", "zegon", "argument", "lavaborn", "backfire", "sole", "venarian", "reactor", "undiscovered", "thawing", "brought", "shadowfugue", "bookcase", "flamebreak", "iceberg", "cancrix", "radagast", "willbender", "arboretum", "crisis", "skinrender", "phthisis", "slingers", "sarah", "nexos", "darkheart", "reshaper", "pilferers", "misthollow", "dispeller", "settlers", "treeblazer", "marjhan", "bilious", "skulldweller", "hushbringer", "unsummon", "procedure", "vermiculos", "hyalopterous", "lemure", "worldslayer", "xenic", "forbid", "lorcan", "warlock", "neutralize", "stonehands", "mistfolk", "moray", "aesthetic", "gristleback", "bearded", "amorphous", "pteramander", "snarling", "embercleave", "befitting", "amok", "pillory", "hissing", "iguanar", "biomantic", "sek", "kuar", "deathkeeper", "blademane", "ankh", "refibrillator", "cragganwick", "cremator", "baneblade", "baneclaw", "momentary", "waterwhirl", "aerialephant", "decoction", "gnomeball", "mirrormade", "cogmentor", "kurbis", "pyric", "tarpan", "gargoyles", "mowu", "ovinize", "bioluminary", "pridemate", "staying", "rhuk", "tephraderm", "wyleth", "crier", "fogwalker", "shambleshark", "blightwidow", "blockbuster", "firebolt", "tetzimoc", "pyrostatic", "livio", "oriss", "crossway", "patchplate", "jacques", "vert", "kasimir", "proposal", "jovial", "synapse", "spearhunter", "masterpiece", "flamewave", "scouring", "censorship", "dawnblade", "lunatic", "concentrate", "oashra", "aphemia", "greenhilt", "salvaging", "llawan", "craterhoof", "scaldkin", "dreamroot", "frostwalla", "sparkhunter", "rimewood", "darkblast", "drelnoch", "poultice", "deekah", "hypnox", "dualcaster", "gargaroth", "foothill", "warhorn", "damnations", "thorntooth", "frostwaker", "soulmender", "mover", "dj", "swan", "cloven", "stranger", "hivis", "jansen", "barktooth", "warbeard", "madblind", "complete", "disregard", "widget", "contraption", "chirurgeon", "hammerfist", "lavakin", "rushed", "pridemalkin", "magister", "worth", "brawn", "telling", "freebooter", "geistwave", "stonebinder", "springmantle", "veyran", "duality", "improvement", "stratozeppelid", "blisterstick", "there", "scarscale", "grell", "resuscitate", "wulfgar", "icewind", "dale", "frostweb", "jalira", "sunburst", "twiddle", "ichorclaw", "skywriter", "cornered", "hokori", "pharaohs", "junkyo", "ravages", "feign", "transplanter", "wrappings", "pupils", "obsianus", "sculpture", "boreas", "single", "quicksand", "rainshaper", "alirios", "enraptured", "dawnglade", "downpour", "suitor", "phytotitan", "hamlet", "necra", "boulderfall", "searblades", "pendelhaven", "boarder", "pulling", "whitewater", "naiads", "grafdigger", "gor", "muldrak", "amphinologist", "flamer", "gonti", "firehoof", "harpist", "kaysa", "blazethorn", "paintermage", "throneguard", "unwilling", "tivash", "metallurgic", "summonings", "battlerager", "marath", "infiltration", "massive", "lightcaster", "morophon", "strange", "what", "yours", "duskhunter", "lathliss", "episode", "scope", "curve", "lobe", "preemptive", "ethercaste", "strict", "boat", "axegrinder", "singe", "matopi", "bioshift", "jailbreak", "ignorant", "w", "shaggy", "shred", "freak", "bowling", "waterkin", "ironwood", "bleeding", "jilt", "cragtreads", "tightening", "vigilance", "haggle", "rile", "scaleshield", "detail", "sutured", "battershield", "comrade", "non", "woodcutter", "grit", "malachite", "quartzwood", "suncrusher", "pilgrims", "corpsejack", "vintara", "pacification", "hakim", "bodies", "floorboards", "flummoxed", "ursine", "burly", "ursus", "keiga", "rapport", "rotwurm", "larger", "than", "hydradoodle", "perplex", "desynchronize", "extortion", "jamuraa", "spawnbroker", "transmogrifying", "moritte", "yixlid", "henchfiend", "ukor", "adapter", "tana", "bloodsower", "breeches", "reweave", "firbolg", "flutist", "guy", "swashbuckling", "lizards", "hammerfest", "boomtacular", "vohar", "soulreaper", "stomphowler", "beckoner", "smithereens", "mortus", "drumbellower", "oglor", "vandalize", "bit", "pridemage", "wavesifter", "strongbox", "nausea", "cavaliers", "ruby", "shacklegeist", "feline", "malcolm", "gobsmacked", "cling", "windriddle", "palaces", "krydle", "glitterflitter", "medomai", "haberthrasher", "cosmotronic", "dreamstealer", "fix", "earthcraft", "terisian", "peppersmoke", "blightcaster", "aetherspouts", "coup", "fertility", "wasteful", "charming", "unquestioned", "chatzuk", "briarbridge", "triskaidekaphile", "tubes", "roach", "cosi", "vorel", "clade", "divide", "clifftop", "biotransference", "weirded", "jazal", "brigadier", "biomass", "citywatch", "knockout", "castigate", "pikemaster", "meishin", "aetherize", "entrance", "kotori", "those", "hatebound", "loft", "launderer", "checkpoint", "geistblast", "zilortha", "deployment", "snapjaw", "bullies", "limbs", "caetus", "scalelord", "brightflame", "ratio", "weld", "invincible", "recycla", "lacerator", "hazmat", "used", "stormwatch", "exploding", "leashling", "moan", "aswan", "archaic", "vastlands", "chwinga", "squeeze", "shaila", "riverwheel", "aerialists", "dawnglare", "necrosynthesis", "ratter", "swiftgear", "ultimus", "thada", "adel", "acquisitor", "ironscale", "wrecker", "teardrop", "springmane", "krakilin", "chromeshell", "despondency", "sanctify", "snooping", "newsie", "rilsa", "rael", "chisei", "oceans", "tangleweave", "impassioned", "heartstone", "tattoo", "snapcaster", "cyclonic", "elderwood", "gemblades", "contamination", "conformity", "needles", "collection", "candletrap", "raggadragga", "goreguts", "pang", "tong", "bucknard", "everfull", "2003", "wildslayer", "parter", "veils", "pyretic", "fully", "grown", "frodo", "thermokarst", "barreling", "splatter", "fellwar", "pentagram", "sardia", "fleshgrafter", "salvagers", "mindbreak", "reveille", "octavia", "thesis", "cliff", "sydri", "callow", "jaraku", "epistolary", "purify", "elusive", "endoskeleton", "spirespine", "clover", "observant", "alseid", "evasive", "horribly", "awry", "shadowbeast", "sighting", "frightful", "confront", "atrocious", "spelldancer", "minimus", "aethersphere", "fleshformer", "enshrined", "kaima", "magan", "recoup", "flashfires", "sparkcaster", "sporemound", "goreseeker", "windreaper", "falter", "dollhouse", "terramorphic", "assembles", "aradara", "awakens", "insignia", "guidemother", "baki", "dozen", "wolfblood", "assimilator", "sailors", "desiccated", "gloomdrifter", "tajic", "plaguebearer", "lonesome", "busy", "ambulatory", "edifice", "lithophage", "mugging", "aetherborn", "nightbird", "clutches", "cloudskate", "yojimbo", "eutropia", "emiel", "affectionate", "twinshot", "vise", "nighteyes", "zoetic", "furystoke", "intruders", "acridian", "edgin", "larcenous", "lutenist", "wee", "skywatch", "snickerdoodle", "senseless", "staggering", "deadwood", "gelectrode", "speedway", "bombard", "kurgadon", "necrogenesis", "mimeoplasm", "maskwood", "disfigure", "cryptkeeper", "nafs", "didgeridoo", "watertrap", "alharu", "unique", "pants", "bladder", "sunmane", "fault", "mortiphobia", "pterodon", "dracoplasm", "inert", "dramatist", "barren", "razorback", "brisela", "interdisciplinary", "sel\u00fbne", "trading", "seasinger", "battlesphere", "warrens", "cottage", "obstructionist", "macetail", "ribskiff", "implant", "undersea", "scrapling", "verdurous", "roxi", "publicist", "gwafa", "hazid", "profiteer", "jenara", "asura", "finest", "ravos", "shimmerscale", "trigger", "happy", "cryomancer", "hapato", "deface", "chart", "course", "frostburn", "bladegraft", "lena", "revivify", "everywhere", "top", "view", "illusions", "questionable", "cuisine", "yet", "another", "blyte", "ability", "grazilaxx", "wallbreaker", "nettling", "morphling", "jolene", "circling", "stet", "proofreader", "pitmage", "mucklord", "\u00ae", "scarabs", "ellyn", "harbreeze", "recumbent", "urbane", "forethought", "fearful", "silverstrike", "triumvirate", "skullbriar", "castaways", "seaguard", "discourtesy", "clerk", "swiftblade", "shreds", "gyox", "carnivora", "scarecrone", "skygames", "leading", "mortarpod", "bereavement", "dreamstalker", "bloodhill", "sac", "piranhas", "longshot", "kelsien", "noise", "firewake", "eesha", "profit", "loss", "abjure", "elsewhere", "flask", "raddic", "tal", "freerunner", "snapsail", "lacerate", "joyous", "sarcophagus", "elderleaf", "genasi", "flamethrower", "sonata", "counterflux", "kaminari", "cross", "forerunners", "burrows", "rootwire", "louvaq", "aberrant", "toggo", "spellpyre", "slitherwisp", "thunderheads", "ayumi", "jun\u00fan", "grounded", "fifty", "feet", "footbottom", "private", "preserve", "preacher", "tidepool", "chancery", "decisive", "stygia", "miasmic", "immortals", "imperfection", "boris", "devilboon", "nemata", "consequences", "rescind", "faeburrow", "whipkeeper", "pyromancy", "aragorn", "arwen", "wed", "hieroglyphic", "kyodai", "chronozoa", "bartizan", "jegantha", "reveka", "sod", "bloodfell", "toils", "serpopard", "ringskipper", "grimgrin", "circuitous", "sunimret", "mauling", "broodpit", "shine", "demystify", "spiritualize", "racket", "acclaimed", "topple", "dilation", "nullpriest", "practical", "apart", "foam", "kiosk", "dervish", "stun", "tatterkite", "gatebreaker", "profusion", "seclusion", "aquus", "groundling", "flavor", "tzaangor", "conch", "cane", "rankle", "hoodlums", "fluxcharger", "finishing", "phasing", "incurable", "electryte", "pitchburn", "porcuparrot", "cove", "muzzle", "enraging", "whisperwood", "flamepainter", "entomb", "flameblade", "chaindancer", "cratermaker", "riveting", "adun", "oakenshield", "briarhorn", "elders", "shellephant", "threat", "near", "moonlace", "grandmother", "oghma", "floodtide", "proxy", "sweltering", "risk", "factor", "mechanics", "silverskin", "certarch", "quenchable", "gemini", "valesk", "soulbound", "heartstabber", "frogtosser", "nomadic", "needlebite", "survival", "magnetism", "jitte", "kaseto", "kangaroo", "arek", "elturgard", "fistful", "mannequin", "necroplasm", "darting", "invisible", "convalescent", "broodwarden", "talent", "bonecaller", "banding", "coppercoats", "highlands", "florahedron", "tarnished", "vorine", "horrible", "synthetic", "psychatog", "edition", "befoul", "wakecaster", "prodigious", "hapatra", "cantivore", "suncleanser", "espionage", "glintwing", "sandswimmer", "controlled", "thud", "godtoucher", "challenger", "ghoulsteed", "necrolisk", "voidwalk", "chop", "tale", "droning", "mindripper", "greenwood", "nascent", "windborne", "thunderhoof", "chainweb", "aracnir", "unlicensed", "disintegration", "nimraiser", "rimebound", "manglehorn", "blasphemous", "coinsmith", "sawback", "paper", "confiscate", "monoskelion", "bloodcrusher", "khorne", "steelfin", "woodcaller", "fenlurker", "sanctimony", "skysnare", "volute", "gnawers", "vitaspore", "hammers", "sprint", "sekki", "scabland", "spiritualist", "archway", "testing", "soulstealer", "luxurious", "scrabbling", "impersonator", "role", "shady", "boompile", "halam", "baghdad", "wakening", "subjugator", "negative", "warplow", "lavacore", "spellbane", "realmwalker", "strefan", "skullkeeper", "panoptic", "headcleaver", "hoversail", "joust", "johnny", "player", "ticket", "bucket", "demonmail", "hauberk", "flinthoof", "lokhust", "transmogrify", "resupply", "lazuli", "mindculling", "bargaining", "daze", "polluter", "esperzoa", "battlesinger", "shorikai", "sima", "yi", "counterbalance", "duskshell", "skirmishers", "nuts", "agility", "bloodwater", "acquire", "ghoulish", "expressionist", "hateful", "treasury", "battlement", "discombobulate", "buzzing", "doodle", "golos", "skymarch", "hengegate", "mistgate", "mesmerizing", "croakid", "amphibonaut", "state", "reformation", "teleportal", "egotist", "elaborate", "unnerve", "pollywog", "midlife", "cleaning", "disembowel", "deathspore", "crowded", "winterflame", "volunteers", "signature", "spells", "wildsize", "auratouched", "tend", "pests", "archimandrite", "kindled", "failed", "melek", "founders", "woodcrasher", "monomania", "joyride", "warstorm", "shriveling", "kaza", "silburlind", "encrust", "nautilus", "antagonize", "motivator", "gasp", "limitless", "painbringer", "swirl", "puppetry", "oloro", "antler", "transfusion", "xiahou", "dun", "delve", "respect", "graybeard", "caravel", "coupe", "blightstep", "searstep", "malignity", "brushland", "tlincalli", "tideshaper", "afterlife", "gyrfalcon", "liturgist", "kaleidostone", "vlaakith", "keral", "duelcraft", "wildblood", "goretusk", "zombified", "gateguards", "warhammer", "overcharged", "skyscanner", "kathril", "warper", "nefashu", "diseased", "excavations", "solaflora", "intergalactic", "boxing", "mandatory", "friendship", "organic", "runestone", "yore", "unforge", "imprisoned", "diadem", "clambassadors", "cooperate", "icing", "ignorance", "flensermite", "tigereye", "skeletons", "pitfall", "ledev", "pongify", "sirocco", "active", "ballroom", "rulik", "scouting", "trek", "polarity", "revolutionist", "skifsang", "mail", "nullstone", "supplant", "repeating", "nightstalkers", "designs", "overlaid", "mindlink", "din", "fireherd", "lyra", "welcoming", "boulderbranch", "fleshcutter", "devastate", "splitter", "duskenel", "soultiller", "fireblast", "moonvessel", "batterbone", "mahamoti", "illuna", "jarl", "hopeful", "uvilda", "nassari", "expression", "verazol", "propaganda", "wrinkly", "tern", "merseine", "magnet", "recollect", "denry", "klin", "lightsmith", "lifelink", "ulasht", "topaz", "spectra", "kestrel", "andrios", "roaming", "aggregate", "sunsinger", "parrot", "blowfly", "gigamole", "jetting", "allegiance", "payment", "ebonblade", "stonefury", "civilized", "windshaper", "planetar", "krond", "ironshell", "scrapmelter", "putrefaction", "cleanup", "drillworks", "projection", "dissipate", "nacre", "marneus", "calgar", "veinfire", "always", "transmute", "harnessed", "petty", "luna", "boot", "nipper", "shifty", "foster", "coating", "riverglide", "lavaglide", "dehydration", "skystreamer", "nekusar", "mindrazer", "given", "toolkit", "watchwolf", "stormseeker", "empyreal", "responder", "evernight", "swiftwater", "timbermaw", "larva", "grimnarch", "ironsmith", "ironfang", "obliterating", "lovisa", "coldeyes", "torrential", "disappointment", "vikya", "bothersome", "quasit", "flues", "gateless", "zhava", "kei", "takahashi", "phantasms", "manorborn", "immovable", "realization", "kelinore", "collision", "lozhan", "replicated", "hornswoggle", "hydroblast", "moonmist", "chaosphere", "excoriate", "darter", "virtuous", "terraformer", "par", "aethersnipe", "dragonstalker", "outmuscle", "ichorspit", "yule", "shoving", "sandwich", "icefeather", "cymede", "peel", "blustersquall", "horus", "branchwalker", "basandra", "quadropod", "charioteers", "coppercoat", "schemes", "fabrication", "ephemeron", "abuna", "crude", "thorned", "hyenas", "trynn", "shed", "target", "allenal", "ruadach", "spikes", "chainflinger", "kraj", "eberhart", "duplimancy", "soulstoke", "thespian", "shriekhorn", "wildcall", "bramblecrush", "hellsteed", "stormbound", "goo", "soulbeast", "numa", "consciousness", "glidemaster", "exterminatus", "handed", "sweeping", "cleave", "stunt", "hoar", "tidewater", "galepowder", "zektar", "hoisted", "indecisive", "heronblade", "skeletonize", "yedora", "cruelties", "chord", "calling", "dragonshift", "pikemen", "fulminator", "weevil", "haruspex", "bribery", "pallbearer", "corpsehatch", "extremely", "comparative", "analysis", "halaster", "watermarket", "grollub", "stall", "aardwolf", "parallectric", "corps", "evangelize", "monsoon", "simplify", "volatility", "burns", "brightest", "cliffstomper", "froghemoth", "necrite", "sinks", "glitterfang", "glorified", "deck", "things", "gallantry", "mourner", "dampen", "tenza", "cosplay", "chronomaton", "tekuthal", "hydromorph", "patterns", "underfoot", "maalfeld", "kinnan", "landbind", "impelled", "eron", "select", "agents", "dragonrider", "radjan", "rad", "ish", "sah", "stonewise", "fortifier", "total", "spinoderm", "icebreakers", "regalia", "greatheart", "astroquarium", "surger", "hurler", "dais", "worldgorger", "blastoderm", "lightbringer", "gilder", "bairn", "batterskull", "myrel", "believers", "sephara", "exsanguinate", "anathemancer", "hampering", "vivify", "quoz", "rotwidow", "footfall", "instability", "dreadnought", "undetected", "glimmerbell", "ixidron", "pranksters", "infuse", "humiliate", "dracogenius", "skalds", "headwater", "sentries", "equestrian", "concordia", "eradicate", "brains", "bifurcate", "mindclaw", "trapezist", "sanctified", "asmodeus", "juvenile", "cataclysm", "junktroller", "jagwasp", "mediocrity", "shaping", "vendor", "runewing", "purebloods", "pierced", "meekstone", "stonerise", "cup", "dwindle", "battleflight", "yisan", "ensnaring", "menial", "partners", "plagiarize", "convicted", "tariff", "missing", "zarek", "lizardfolk", "librarians", "hideout", "dignitary", "candlelight", "implode", "mistvein", "hillcomber", "krothuss", "deepwater", "galedrifter", "fendeep", "dreadlord", "meglonoth", "megatherium", "solace", "yosei", "ozolith", "silkbind", "backstreet", "ceremonies", "rootbound", "humility", "ridgeback", "moonshae", "spitebellows", "bunrei", "cragplate", "ach", "syrix", "arming", "gala", "comeuppance", "harmattan", "annelid", "cognivore", "plowshares", "tornado", "mossbeard", "ministrant", "obligation", "edgewall", "turnkey", "wandermare", "goldmaw", "neyam", "shai", "murad", "phantasmagorian", "soulshriek", "influx", "ponyback", "aethertow", "supplies", "ensouled", "rimewall", "xenk", "polyraptor", "flashfreeze", "saltskitter", "bladeseeker", "military", "glitters", "silverblade", "playground", "angelheart", "diving", "toothy", "bower", "juju", "abnormal", "chishiro", "xanthic", "floodplain", "narcissism", "gouged", "infiltrate", "beatstick", "dockhand", "cool", "saurus", "moonbow", "firebombers", "daryl", "driven", "fluxmage", "tradewind", "chronostutter", "allay", "official", "sucker", "emeritus", "thundermare", "pox", "guilty", "seraphic", "wanderlust", "insufferable", "heartbeat", "frenemy", "avoid", "entertainment", "practiced", "lagomos", "guttural", "biophagus", "record", "blightfang", "rebellion", "peregrination", "mobilize", "schismotivate", "putrefy", "murgish", "bladesmith", "alter", "thornmantle", "cherished", "crowns", "sled", "giantbaiting", "soulblast", "tarn", "gimme", "dissonant", "makes", "blisterzoa", "falthis", "effluence", "riddle", "knows", "sloth", "remote", "adventurous", "phoebe", "daemogoth", "flaying", "shockmaw", "damning", "stair", "fusion", "composite", "aggravated", "warmind", "silvercoat", "soulcatcher", "carabid", "hailstorm", "shizuko", "needleshot", "hexbane", "skorpekh", "frontiers", "truck", "wirefly", "capital", "offense", "states", "manse", "linden", "unflinching", "karst", "furyborn", "augmenting", "tomebound", "undercurrents", "watercourser", "thoughtflare", "mortars", "hole", "coercion", "spinny", "kamiz", "coalflinger", "dematerialize", "borca", "warsinger", "allure", "glassdust", "wolfcaller", "excavated", "journeys", "likeness", "squirming", "shocker", "forgeling", "harmonious", "magosi", "group", "stings", "handoff", "withdraw", "trostad", "disperse", "rade", "wit", "boarding", "antique", "skyfisher", "fuel", "norin", "wary", "surly", "badgersaur", "scenes", "dapper", "chipper", "chopper", "opulent", "otawara", "nightsky", "vanity", "cystbearer", "ersatz", "galerider", "yusri", "exonerator", "unliving", "fleshbag", "approaches", "parry", "smiles", "snip", "swinging", "phobian", "mistcutter", "panglacial", "meat", "webspinner", "cuff", "solarion", "unassuming", "flailer", "afflict", "rakka", "mar", "hydroid", "footlight", "superion", "thragtusk", "draining", "whelk", "tombstalker", "faultless", "amplifire", "earl", "wurms", "slimy", "plaguemaw", "sluiceway", "cannibalize", "gleemax", "fogbringer", "paratrooper", "rishkar", "furrier", "duress", "lexivore", "sapling", "veinwitch", "coilbug", "spellskite", "charcoal", "flamewake", "demolish", "murderer", "retaliator", "shrouded", "mild", "mannered", "gravepurge", "psychogenic", "trespassers", "pearls", "creator", "hatamoto", "treespring", "gadrak", "treats", "twingrove", "tranquility", "nightsinger", "scorchwing", "countersquall", "refusal", "kibo", "clearcutter", "nef", "moraine", "ravagers", "spellsnatcher", "swarmkeeper", "paralyze", "rimehorn", "broodmate", "lullaby", "zeppelin", "spellchain", "huntbonder", "reset", "clout", "smelting", "firm", "eviscerate", "talus", "tuinvale", "wickedness", "disowned", "tarox", "cudgels", "dawntreader", "lynde", "aisling", "leprechaun", "glaring", "siona", "pyleas", "purists", "helper", "clubber", "purestrain", "ragworm", "esior", "wardwing", "bake", "demand", "sedris", "pulsemage", "dovescape", "leosaur", "stretch", "mirrorweave", "earthbind", "casket", "ferrets", "herons", "bequeathal", "smogbelcher", "whimwader", "reconfiguration", "separatist", "grusilda", "masher", "cryptolith", "bivouac", "lifted", "warcry", "kothophed", "branches", "jasconian", "lichenthrope", "traproot", "tomik", "advokist", "savvy", "arixmethes", "mountaineer", "clackbridge", "earthly", "provider", "bank", "job", "outmaneuver", "megatog", "statute", "regicide", "mimeofacture", "kydele", "kentaro", "smiling", "sindbad", "sunscorched", "loot", "rake", "shapestealer", "dreamscape", "sapseep", "miren", "competition", "excruciator", "sygg", "fireborn", "stuffed", "tantiv", "starbreaker", "slither", "bloodbraid", "viridescent", "sins", "cloudgoat", "scorchmark", "taint", "wren", "packmaster", "tora", "untaidake", "buzz", "wingmate", "tarfire", "wirecat", "diabolist", "vesperlark", "bioplasm", "kokusho", "meadowboon", "pawnshop", "beaver", "rushing", "heavily", "clowning", "around", "vexilus", "dawning", "bobcat", "spindrift", "amped", "sandcrafter", "boomflinger", "runeboggle", "faithkeeper", "burakos", "branchrider", "rags", "tombstones", "screamreach", "impure", "oyster", "bioessence", "razormaw", "twitch", "distorted", "stealthsuit", "predicament", "liu", "bei", "hearted", "employment", "fallout", "silt", "foxes", "kenriths", "inkling", "dismantle", "dawnguard", "mirrors", "brindle", "shoat", "cloudreach", "glassblower", "\u00e0", "la", "credit", "voucher", "exclusion", "sturmgeist", "foundation", "leucrocota", "whimsy", "triassic", "trappers", "lorthos", "tidemaker", "beetleform", "barrowin", "undurr", "goblinson", "masterless", "dismember", "hottie", "morselhoarder", "worldwaker", "cleanse", "ifh", "b\u00edff", "bloodshot", "yoshimaru", "terrible", "ionize", "spiritmonger", "fleshpulper", "faren", "hengehammer", "phylactery", "miraculous", "underrealm", "conquerors", "divining", "stupor", "stalactite", "battleflies", "recombiner", "moonsnare", "destructor", "attune", "swordwise", "glimmerpost", "takeover", "nourish", "vug", "primalcrux", "redirection", "lurebound", "exponential", "steelgaze", "hotheaded", "lurching", "rotbeast", "julien", "nuijten", "gulping", "scraptrap", "tormenting", "phantoms", "festergloom", "gus", "stubborn", "oddsmaker", "sivitri", "scarzam", "seafarer", "quay", "auxiliary", "quarantine", "wintermoor", "encircling", "sakiko", "crumbs", "legged", "masons", "skullcleaver", "slurrk", "ingesting", "collusion", "endrek", "sahr", "overmaster", "battlecaster", "vizzerdrix", "amareth", "lustrous", "aetherplasm", "witchbane", "bortuk", "bonerattle", "popular", "deadapult", "boonweaver", "lane", "silversmote", "mirrored", "wildest", "belfry", "ulcerate", "tropical", "balmor", "jump", "lamprey", "dreamshaper", "carefree", "swinemaster", "ragemonger", "elbrus", "withengar", "ichorplate", "exert", "merge", "mandible", "riddlesmith", "dalakos", "kris", "akrasa", "dropping", "everflame", "loathing", "nothingness", "cloudcrest", "bunnies", "rupture", "smokebraider", "orca", "stoneglare", "directive", "yukora", "disciplined", "clamavus", "hydroform", "otarian", "floodhound", "raiju", "sunlight", "recantation", "sedraxis", "helvault", "unconventional", "offshoot", "footpad", "songbirds", "norika", "chronarch", "barl", "some", "required", "shorecomber", "arachnogenesis", "jermane", "pathwarden", "polymorphous", "phone", "mindseeker", "eddy", "mikokoro", "glenn", "cuombajj", "twig", "latchkey", "strafe", "stellar", "uproot", "clattering", "diversionary", "meditant", "spicy", "renewed", "wreak", "shrink", "retributive", "dreadlight", "deepfathom", "refiner", "wager", "courtly", "provocateur", "stomping", "slabs", "arenson", "rootbreaker", "pressure", "spybug", "brash", "steelcrusher", "grapple", "eternals", "firebomb", "guardianship", "snarecaster", "engineered", "skysovereign", "floodbringer", "enervate", "yennett", "springbloom", "vrock", "briarberry", "deeds", "cannoneer", "cower", "daunting", "gaseous", "worry", "beads", "wishcoin", "dowsing", "siphoner", "obligator", "equity", "okaun", "strionic", "resonator", "shimmerer", "pestilence", "galea", "overburden", "renata", "called", "veldt", "blastfire", "anodet", "oakshade", "volition", "arclight", "fretwork", "miscreant", "leinore", "dodgy", "jalopy", "smogsteed", "monoxa", "manager", "dermoplasm", "clot", "paperwork", "aleatory", "shieldgeist", "chewer", "jackknight", "aground", "yidris", "ostracize", "calciderm", "thunderclap", "regathan", "celebr", "8000", "disturbed", "overcome", "sautekh", "rakeclaw", "wielding", "sluggishness", "scourer", "gyome", "plain", "empyrean", "pursue", "flameheart", "q", "purgatory", "waif", "bartered", "cow", "screamer", "saltcrusted", "barbtooth", "conscriptor", "repeated", "zedruu", "greathearted", "symmetrist", "irreverent", "kataki", "wage", "dawnfluke", "vaultbreaker", "beseech", "misty", "rainforest", "takklemaggot", "fancies", "sequestered", "weed", "remora", "override", "carnophage", "deception", "daggersail", "gird", "twinstrike", "enatu", "disharmony", "dispensary", "greenweaver", "woodfall", "goatnap", "cormorants", "evaporate", "tanglewalker", "peacemaker", "already", "belcher", "wernog", "netter", "seasonal", "darkwatch", "sceptre", "exploit", "quan", "ironsoul", "glowstone", "sedgemoor", "suffocating", "timin", "thunderfist", "hecatomb", "iwamori", "aphotic", "numai", "shelldock", "repay", "kind", "keeneye", "ventifact", "skinwing", "brainspoil", "quickchange", "mortician", "greatmaw", "broodlings", "chainmage", "paincaster", "unruly", "harvests", "alexander", "clamilton", "indestructible", "specimens", "necroblossom", "poplar", "chaoslace", "moag", "bloomweaver", "wargate", "stonehoof", "sporecrown", "reclaiming", "impatient", "haywire", "animating", "willbreaker", "baneful", "necravolver", "repurposing", "mosscoat", "goriak", "roustabout", "sporeweb", "betrothed", "brew", "safewright", "assailant", "applied", "aeronautics", "hellspark", "gavel", "scattered", "sewn", "thorough", "derelor", "firespout", "knightly", "grubs", "martyrdom", "arnjlot", "bu", "shoreshark", "coerced", "confession", "skyshaper", "thoughtlace", "besmirch", "eliminator", "kelp", "rib", "nadaar", "bureaucracy", "howltooth", "gravestone", "whitemane", "boars", "modify", "crawl", "soulsurge", "voja", "bottling", "prizefight", "inquisitorial", "rosette", "ipnu", "rivulet", "prossh", "skyraider", "warbreak", "rubblehulk", "sunblast", "theros", "fill", "bloodflow", "embersmith", "hystrix", "obsolete", "razia", "emperion", "fat", "coward", "parade", "duneblast", "shadewing", "laureate", "gyruda", "terramorph", "spellstutter", "bloodghast", "spelljack", "alibou", "nettletooth", "frostveil", "ventmaw", "dirgur", "silcaw", "shessra", "underdome", "locksmith", "neutralizing", "outwit", "hermetic", "wildheart", "starstorm", "accelerate", "moira", "hikari", "crackshot", "helium", "squirter", "expansion", "unrest", "reprobation", "jorn", "kaldring", "rimestaff", "skrelv", "disemvowel", "arteeoh", "toastmaster", "wavebreak", "precognitive", "perception", "debtor", "pulpit", "matca", "impediments", "spur", "graveborn", "stingmoggie", "plundered", "mosstodon", "tombfire", "zoologist", "embermage", "didn", "say", "please", "woebearer", "amass", "components", "tip", "desolate", "refugee", "bronzeplate", "songstitcher", "vandalblast", "electrolyze", "endures", "dredger", "gallows", "deathgreeter", "umori", "soulscour", "happily", "after", "rasputin", "oneiromancer", "assquatch", "tosser", "loamspeaker", "airlift", "mindmoil", "bankrupt", "warded", "battlements", "arts", "pistus", "coiled", "tinviper", "ovinomancer", "omenreader", "kurkesh", "knollridge", "main", "fecundity", "guiltfeeder", "arcana", "blunt", "bamboo", "nighthaze", "deathgorge", "strategies", "vhati", "treatment", "riven", "turnbull", "dreamcatcher", "fume", "trinketeer", "faultgrinder", "hipparion", "totally", "arcbond", "hapless", "quarum", "cloudreader", "mirrorshell", "moa", "phandelver", "lightscribe", "millikin", "dreamfinder", "x", "unicycle", "grabber", "tombstone", "stairwell", "foreshadow", "jinnie", "fay", "spikeshot", "referee", "vis", "isolate", "stain", "battledriver", "worldheart", "burdened", "laserbeak", "paired", "squandered", "scourgemark", "penance", "consumes", "ghyrson", "starn", "kelermorph", "doorkeeper", "wildcats", "implements", "favorable", "enchantment", "amplimancer", "kediss", "emberclaw", "built", "livewire", "shanodin", "mournful", "heartfire", "shuko", "wisent", "chromanticore", "bosom", "buddy", "osgir", "reconstructor", "retether", "brinebarrow", "eloise", "eddytrail", "sweepers", "occult", "riddlekeeper", "hexmark", "gravecrawler", "domain", "greyfax", "smart", "obstruction", "geistlight", "cloudskater", "interrogator", "regeneration", "kusari", "gama", "shrewd", "disempower", "ghoultree", "retaliation", "believe", "revoker", "oakenform", "bonders", "springsage", "magics", "devious", "tyrannical", "refraction", "harbingers", "lithoforming", "defile", "scaretiller", "cyberdrive", "victor", "sunscour", "wrexial", "luxury", "suite", "flute", "breezecaller", "ankle", "shanker", "access", "shakedown", "push", "runehorn", "busted", "fiora", "hearthfire", "defiled", "imminent", "surgeons", "secrecy", "meandering", "towershell", "retort", "sensory", "deprivation", "seacoast", "evra", "halcyon", "indulge", "excess", "clairvoyance", "rapier", "dee", "kay", "finder", "slayers", "invade", "rhythmic", "dreampod", "question", "thundermane", "armadillo", "tromokratis", "fatespinner", "soramaro", "trawl", "pennant", "aurification", "steeling", "submerge", "arashi", "voidwalker", "guise", "grow", "sewerdreg", "clam", "session", "clawing", "vendetta", "mistfire", "sleek", "schooner", "strong", "packsong", "catastrophe", "radius", "thornwatch", "vigilant", "ognis", "geargrabber", "reassembling", "okk", "glimmerdust", "nap", "tidy", "ornament", "saut\u00e9", "reiterate", "sprinting", "warbrute", "timberline", "unchecked", "thantis", "warweaver", "archipelagore", "zalto", "glimmerpoint", "become", "immense", "mistmeadow", "coupon", "vinesteed", "zurzoth", "toshiro", "anticipate", "lifespring", "warmth", "prospector", "whammy", "perennial", "calligrapher", "jacob", "xantid", "vinesoul", "slateback", "runesword", "biovisionary", "renounce", "schoolmaster", "arden", "skullknocker", "cliffrunner", "rocky", "rep", "firenado", "weaponmaster", "allergy", "nethroi", "jenson", "mirrorwood", "hostage", "kemuri", "faithmender", "lieutenants", "skyscraper", "concord", "metalworker", "vela", "monumental", "facade", "ephemeral", "culmination", "studies", "ursapine", "impervious", "banehound", "gutless", "treasonous", "inundate", "nagging", "petals", "oubliette", "johtull", "descend", "sinful", "gearshift", "dreadhound", "eldest", "slyblade", "happen", "dreadfeast", "cityscape", "auramancers", "safehouse", "bloodmage", "toxicrene", "brackish", "archmagi", "strata", "excise", "hightower", "almighty", "brushwagg", "facevaulter", "armorsmith", "snatcher", "saddleback", "humiliation", "pelt", "megalodon", "despot", "verrak", "jinx", "acrobatics", "oceanus", "zoanthrope", "liability", "doran", "troubadour", "feathered", "zo", "zu", "scampering", "glarewielder", "aboleth", "augermage", "suspension", "zirilan", "paramnesia", "jamuraan", "thornwood", "wondrous", "glamer", "spinners", "nav", "commandos", "forcefield", "whirlermaker", "hammerhead", "refresh", "encroaching", "lifetime", "holder", "perspectives", "cognician", "lawkeeper", "clickslither", "skybonder", "destinies", "stormrider", "traumatize", "hostel", "deus", "fracturing", "twigwalker", "brooch", "anguish", "mijae", "decommission", "choirmaster", "pillarfield", "mihail", "hospitaller", "knives", "aethersquall", "razerunners", "spelunkers", "warbringer", "whelm", "ket", "rionya", "flamecaller", "clamor", "galazeth", "reverberate", "professional", "folly", "zeppelid", "bronzehide", "delraich", "jangling", "brightstone", "jadelight", "rannet", "tinybones", "vast", "doomguide", "holographic", "peafowl", "barb", "surveilling", "mindeye", "south", "thatcher", "soulcage", "migloz", "repentia", "steelclaw", "brightmare", "farguide", "kyler", "heedbonder", "homestead", "substitute", "repudiate", "replicate", "jolt", "rotbelly", "sunbathing", "stoneshock", "advisors", "zahid", "reconstructed", "gingerbread", "cabin", "gandalf", "warhawk", "adorable", "warhost", "abdallah", "primordials", "provisioner", "dreamcaller", "dissatisfied", "masako", "humorless", "gladecover", "sabotage", "tallowisp", "train", "eat", "deepfire", "raveler", "seton", "pawn", "cloudkill", "germination", "ironfoot", "breezekeeper", "benefaction", "belt", "sharran", "dispersing", "therapist", "shorethief", "rollicker", "bowmaster", "stormblade", "sampler", "arid", "jerrard", "closed", "dogpile", "flag", "emcee", "bladetusk", "izoni", "aetherflux", "sipper", "doomsuits", "manaforge", "garza", "taskmage", "semester", "sootfeather", "andradite", "snowman", "guacamole", "tightrope", "whiplash", "tatters", "impale", "carnelian", "bloodthrone", "between", "heads", "haldan", "sightless", "topsy", "turvy", "thaumatog", "nightwind", "denying", "pyromatics", "trauma", "wintermoon", "steelbane", "amugaba", "ickspitter", "smiting", "soulgazer", "rotation", "hornclaw", "quench", "musher", "silverflame", "deathmantle", "unhinged", "metrognome", "dancers", "nadir", "bloodbond", "fatestitcher", "inspire", "unlife", "seagraf", "triskelavus", "feint", "boneclad", "streetbreaker", "ringed", "bo", "spiderwig", "mindbender", "githyanki", "ferocidon", "suppress", "lightform", "kaboomist", "memoricide", "wear", "cloistered", "zamriel", "torpid", "thornbow", "frigate", "recover", "yasova", "fjord", "critics", "orbs", "warding", "mindstatic", "trafficker", "maximize", "velocity", "hitchclaw", "longhorn", "wavecaster", "malevolence", "sliversmith", "douse", "fables", "domesticated", "watercourse", "redeemed", "month", "cessation", "spellshift", "wakedancer", "pavel", "maliki", "mistbind", "moneychanger", "spineless", "albatross", "pause", "extraplanar", "pentavus", "silhouette", "gibbon", "spelldrain", "tendo", "thin", "blackstaff", "calculated", "oddly", "uneven", "lodge", "gatecreeper", "sefris", "polis", "warzone", "duplicator", "notions", "worshippers", "passionate", "sabretooth", "sauroform", "concealed", "demonfire", "braid", "gravecaller", "concierge", "damia", "global", "keskit", "waverider", "trees", "graveblade", "pink", "fleshless", "glowrider", "rebuilding", "golems", "reconstruct", "object", "thraxodemon", "crucias", "suntouched", "sensor", "aetherflame", "saltfield", "voodoo", "lineprancers", "jihad", "shieldguard", "cinderhaze", "bramblewood", "seism", "micromancer", "decimate", "submerged", "accessories", "khorvath", "rioter", "incremental", "slithery", "roller", "coaster", "attention", "kalamax", "stormsire", "thunderwave", "bleb", "sunbaked", "sandsower", "spelltwine", "greevil", "regress", "storrev", "nettlecyst", "resurrected", "flunkies", "adamaro", "deathleaper", "svend", "geertsen", "hateflayer", "immediate", "trelasarra", "spikewheel", "isareth", "abeyance", "plus", "harlequin", "raiding", "frightshroud", "silvar", "suffer", "swindle", "infernius", "spawnington", "iii", "esq", "removal", "legend", "al", "abara", "ol", "buzzbark", "jayemdae", "lashwrithe", "edric", "spymaster", "gargos", "verdigris", "fraction", "jackson", "atzocan", "never", "aligned", "unsealing", "luminesce", "rothga", "gaddock", "teeg", "pollenbright", "riftwatcher", "fake", "nighthowler", "cloudheath", "inward", "manaplasm", "thromok", "splintering", "epochrasite", "immard", "stormcleaver", "unbreathing", "blindblast", "deviant", "spread", "bloodbog", "brainiac", "tricks", "vishgraz", "doomhive", "encouragement", "tourist", "laser", "hugging", "grayscaled", "amphibious", "utter", "veto", "he", "hungers", "juz\u00e1m", "harabaz", "hobgoblins", "safana", "calimport", "deceits", "scuttletide", "russet", "katsumasa", "telekinesis", "sidearm", "hoof", "spriggan", "adverse", "conditions", "lifebane", "ledger", "swath", "dachi", "mortarion", "daemon", "aetherwind", "basker", "saltwater", "pyroclast", "pugnacious", "advent", "fleshmad", "header", "sunastian", "lychguard", "barkchannel", "tidechannel", "vrondiss", "remodel", "coireall", "voices", "calibrated", "antiquarian", "guides", "dissolution", "confronted", "robbers", "bumbling", "battleguard", "b\u00f6sium", "traitors", "treason", "skullmead", "bonebreaker", "overlay", "tamanoa", "radiate", "indatha", "lannery", "insightful", "chulane", "cloudshredder", "monstrosaur", "obliterator", "timetwister", "syncopate", "beckoning", "ravel", "rustvine", "machete", "reproach", "szadek", "peat", "shisato", "minotaurs", "shoji", "linessa", "stormscale", "yotia", "declares", "immobilizing", "graftmage", "roughrider", "neyali", "fend", "graaz", "surrender", "retraction", "eldritch", "cease", "dragonrage", "trustworthy", "winterthorn", "teleportation", "gurgling", "bloodspore", "thrinax", "errand", "strobe", "etrata", "phantatog", "wingsmith", "sporocyst", "soraya", "glacier", "tumbledown", "rimeshield", "shirei", "hushblade", "soulhunter", "unifying", "shorecrasher", "tadeas", "stands", "alone", "cinders", "ensemble", "aetherstream", "mining", "veiling", "downsize", "suffocation", "shadowbane", "tetsuko", "beatings", "unscythe", "umbris", "cooldown", "batwing", "brume", "broodhatch", "mindleecher", "cytospawn", "roothold", "whipgrass", "ior", "keralia", "doooooooooooom", "strategic", "planning", "collateral", "invigorate", "intimations", "slay", "oraxid", "vatmother", "frazzle", "cultural", "silverstorm", "barbarians", "spellgorger", "ebb", "cedars", "charmseeker", "crystacean", "worldfire", "bushi", "tenderfoot", "kenzo", "hardhearted", "certain", "amoeboid", "tervigon", "gorging", "woodwraith", "victual", "bloodtracker", "heliophial", "stonewing", "antagonizer", "shanktail", "universe", "coalhauler", "tradewinds", "gearsmith", "fun", "rallying", "skinner" ], "vocab_size": 14455, "weights_initializer": "xavier_uniform" }, "name": "name", "preprocessing": { "cache_encoder_embeddings": false, "compute_idf": false, "computed_fill_value": "", "fill_value": "", "lowercase": true, "max_sequence_length": 256, "missing_value_strategy": "fill_with_const", "most_common": 20000, "ngram_size": 2, "padding": "right", "padding_symbol": "", "pretrained_model_name_or_path": null, "prompt_template": null, "sequence_length": null, "tokenizer": "space_punct", "unknown_symbol": "", "vocab_file": null }, "proc_column": "name_cwwMIs", "tied": null, "type": "text" } ], "ludwig_version": "0.8.dev", "model_type": "ecd", "output_features": [ { "active": true, "calibration": false, "column": "type_line", "decoder": { "bias_initializer": "zeros", "fc_activation": "relu", "fc_bias_initializer": "zeros", "fc_dropout": 0.0, "fc_layers": null, "fc_norm": null, "fc_norm_params": null, "fc_output_size": 256, "fc_use_bias": true, "fc_weights_initializer": "xavier_uniform", "input_size": 384, "num_classes": 32, "num_fc_layers": 0, "type": "classifier", "use_bias": true, "weights_initializer": "xavier_uniform" }, "default_validation_metric": "accuracy", "dependencies": [], "input_size": 384, "loss": { "class_similarities": null, "class_similarities_temperature": 0, "class_weights": null, "confidence_penalty": 0, "robust_lambda": 0, "type": "softmax_cross_entropy", "weight": 1.0 }, "name": "type_line", "num_classes": 32, "preprocessing": { "cache_encoder_embeddings": false, "computed_fill_value": "", "fill_value": "", "lowercase": false, "missing_value_strategy": "drop_row", "most_common": 10000 }, "proc_column": "type_line_YwJjWN", "reduce_dependencies": "sum", "reduce_input": "sum", "top_k": 3, "type": "category" }, { "active": true, "calibration": false, "column": "colors", "decoder": { "bias_initializer": "zeros", "fc_activation": "relu", "fc_bias_initializer": "zeros", "fc_dropout": 0.0, "fc_layers": null, "fc_norm": null, "fc_norm_params": null, "fc_output_size": 256, "fc_use_bias": true, "fc_weights_initializer": "xavier_uniform", "input_size": 384, "num_classes": 32, "num_fc_layers": 0, "type": "classifier", "use_bias": true, "weights_initializer": "xavier_uniform" }, "default_validation_metric": "accuracy", "dependencies": [], "input_size": 384, "loss": { "class_similarities": null, "class_similarities_temperature": 0, "class_weights": null, "confidence_penalty": 0, "robust_lambda": 0, "type": "softmax_cross_entropy", "weight": 1.0 }, "name": "colors", "num_classes": 32, "preprocessing": { "cache_encoder_embeddings": false, "computed_fill_value": "", "fill_value": "", "lowercase": false, "missing_value_strategy": "drop_row", "most_common": 10000 }, "proc_column": "colors_YwJjWN", "reduce_dependencies": "sum", "reduce_input": "sum", "top_k": 3, "type": "category" } ], "preprocessing": { "oversample_minority": null, "sample_ratio": 1.0, "split": { "probabilities": [ 0.7, 0.1, 0.2 ], "type": "random" }, "undersample_majority": null }, "trainer": { "batch_size": 512, "bucketing_field": null, "checkpoints_per_epoch": 0, "compile": false, "early_stop": 5, "epochs": 100, "eval_batch_size": 512, "evaluate_training_set": false, "gradient_accumulation_steps": 1, "gradient_clipping": { "clipglobalnorm": 0.5, "clipnorm": null, "clipvalue": null }, "increase_batch_size_eval_metric": "loss", "increase_batch_size_eval_split": "training", "increase_batch_size_on_plateau": 0, "increase_batch_size_on_plateau_patience": 5, "increase_batch_size_on_plateau_rate": 2.0, "learning_rate": 0.001, "learning_rate_scaling": "linear", "learning_rate_scheduler": { "decay": null, "decay_rate": 0.96, "decay_steps": 10000, "reduce_eval_metric": "loss", "reduce_eval_split": "training", "reduce_on_plateau": 0, "reduce_on_plateau_patience": 10, "reduce_on_plateau_rate": 0.1, "staircase": false, "warmup_evaluations": 0, "warmup_fraction": 0.0 }, "max_batch_size": 1099511627776, "optimizer": { "amsgrad": false, "betas": [ 0.9, 0.999 ], "eps": 1e-08, "type": "adam", "weight_decay": 0.0 }, "regularization_lambda": 0.0, "regularization_type": "l2", "should_shuffle": true, "steps_per_checkpoint": 0, "train_steps": null, "use_mixed_precision": false, "validation_field": "type_line", "validation_metric": "accuracy" } }