Show all tags [ListTags(*,{"glue":", "})] => adjective, adjective::age::object, adjective::age::person, adjective::condition, adjective::fantastic, adjective::feeling, adjective::material, adjective::monster, adjective::quality, adjective::quantity, adjective::shape, adjective::size, adjective::sound, adjective::taste, adjective::temperature, adjective::time, adjective::weather, adventure::danger, adventure::what, adventure::where, adventure::who, alignment, biome, blue, brown, building::room, chaos_boundary::start, chaos_boundary::t1, chaos_boundary::t2, chaos_boundary::t3, chaos_boundary::t4, character, character_role, color, color::basic, definite, discovery, discovery::treasure, doom, doom::event, dungeon, dungeon_area, dungeon_exit, edible, edible::drink, edible::food, enterable, environment::sound, environment::sound::init, environment::weather::init, environment::weather::precipitation, environment::weather::temperature, environment::weather::wind, exotic_name, female, female_name, feminine, forest, fruit, game::funnel::bond, game::funnel::gender, game::funnel::npc_stats, game::funnel::occupation, game::funnel::personality_trait, game::funnel::physical_trait, game::funnel::villager, gem_stone, green, hair_type, indefinite, jewellery, job, landscape, living::animal, living::animal::fantasy, living::animal::fantasy::properties, magical_item, magical_item::enhancement, magical_item::item, male, male_name, masculine, monster, negative, neutral, npc, npc::class, npc_stats, object, oracle_wisdom, orange, person, personality, phenomenon::magic, physical_property, place, plural, positive, quest, quest::deadline, race, red, settlement, singular, size_quantifier, skin_color, smell, smell::bad, smell::good, spell, taste, terrain, test, test::compound, test::item, trait, vague_reference, verb::past_participle::covered, weapon, wisdom, world, world::description::celestial, world::description::moon, world::description::sun, world::property, yellow Show all tags containing "color" [ListTags(color,{"glue":", "})] => color, color::basic, skin_color Atom i am an atom => i am an atom Atom & Molecule [Choose(fruit)] and [Choose(color)] => lychee and plum Simple choose [Choose(fruit)] => strawberries Choose fruit or color [Choose(fruit|color)] => dark cyan Choose red fruit [Choose(fruit&red)] => cherry Choose red fruit or yellow fruit [Choose(fruit&red|fruit&yellow)] => banana Choose some red fruit or yellow fruit [Choose(fruit&red|fruit&yellow,{"count":4,"glue" : ", "})] => cherry, apple, apple, apple Choose 4 articled fruit [Choose(fruit,{"count":4,"glue" : ", ","article":"any"})] => a grape, a kumquat, the oranges, the raisin Choose 4 fruit or color separated by , [Choose(fruit|color,{"count":4,"glue" : ", "})] => bananas, cherimoya, orange red, purple Choose singular [Choose(fruit&singular)] => blueberry Choose plural [Choose(fruit&plural)] => star fruits Choose 4 items [Choose(fruit,{"count":4})] => star fruits damsons jabuticabas star fruits Choose 1d6 items [Choose(fruit,{"count":"1d6"})] => durians quince damson peachs Simple Select [Select(red|blue|green)] => green Select Commands [Select([Choose(fruit)]|[Choose(fruit)]|[Choose(fruit)])] => [Choose(fruit)] Select 4 times [Select(red|blue|green,{"count":4})] => green green red red Simple Roll [Roll(2d6 + 2)] => 8 Roll, 4 times [Roll(2d6 + 2,{"count":4})] => 12 4 9 11 Roll, 1D4 + 1 times [Roll(2d6 + 2,{"count":"1D4 + 1"})] => 10 9 11 8 Roll percentage [Roll(1d101 - 1)]% => 1% Atom i am an atom => i am an atom Choose [Choose(fruit)] => redcurrant Choose with ref [Choose(male_name,{"var":"hero1"})] => Rilvon Choose with ref [Choose(female_name,{"var":"hero1"})] => Jfmiph Choose with ref [Choose(female_name,{"var":"hero1"})] => Jfmiph Ref female [Ref(male_name,{"var":"hero1"})] => he Choose with ref [Choose(monster,{"var":"monster1"})] => spectre Ref monster [Ref(monster,{"var":"monster1"})] => it Ref monster possesive [Ref(monster,{"var":"monster1","determiner":"possessive"})] => its Ref monster demonstrative near [Ref(monster,{"var":"monster1","determiner":"demonstrative", "closeness" : "near"})] => this Ref monster demonstrative far [Ref(monster,{"var":"monster1","determiner":"demonstrative", "closeness" : "far"})] => that A Quest [Choose(quest)] => rescue IneqBioma Hioriccedia, the hobgoblin from a Billiva, a member of the royal house of Wiledy a monster [Choose(personality|exotic_name,{"captitalize":"first","article":"definite"})] [Choose(monster&plural)] of [Choose(place,{"article":"any"})] => the charmless kobolds of twin large cities of Emvii and Emmett a quest find [Choose(male,{"var":"male1"})] and deliver [Choose(monster|villain,{"article" : "any","var":"monster6"})] to [Ref(male,{"var":"male1"})] => find Iza Ottin Brislyove and deliver gray oozes to he Choose with ref [Choose(monster,{"var":"monster1"})] => spectre Choose with ref [Choose(monster,{"var":"monster1"})] => spectre Ref monster [Ref(monster,{"var":"monster1"})] => it Simple Roll [Roll(2d6 + 2)] => 11 Simple Select [Select(red|blue|green,{"capitalize" : "uppercase"})] => BLUE Compound [Choose(fruit|color)], [Choose(color,{"capitalize" : "uppercase"})] => spring green, AZURE Choose singular [Choose(fruit&singular)] => persimmon Choose plural [Choose(fruit&plural)] => cherimoyas Choose multiple values [Choose(fruit,{"count":4})] => durians durian pineapples olives Atom & Molecule [Choose(fruit)] and [Choose(color)] => oranges and rosy brown Simple choose and articlize [Choose(fruit,{"article":"any"})] => figs Simple choose and articlize [Choose(fruit,{"article":"definite"})] => the apples Simple choose and articlize [Choose(fruit,{"article":"indefinite"})] => a redcurrant