green-environment 0.1.0

This crate contains various location strings we can use to specify a green environment, full of trees, wholesome skills, aquatic, and arboreal life.
Documentation
// ---------------- [ File: green-environment/src/you_are_here.rs ]
crate::ix!();

pub const YOU_ARE_HERE: &'static str = "
A panoramic scene from the top of a great natural dome, revealing a breathtaking
view of a vast green landscape extending to the horizon. A clear blue river
flows gracefully, flanked by evergreen trees. The sky is a crystal clear blue,
imbued with a mystical aura. The ground is covered in fresh snow, reflecting the
bright sunshine, creating a clear and cool atmosphere. In the distance, smoke
rises from the chimneys of a primitive village nestled in the snow, suggesting
life and warmth. Farther away, a shining city is visible, embracing a green
mountain in the far distance, adding a touch of civilization's reach amidst the
natural beauty.

In the foreground, a primitive village bustles with life, smoke rising from
chimneys and a common square visible at its center, indicating a gathering place
for villagers. Surrounding the village, evergreen trees stretch endlessly into
the distance. A clear blue river meanders through the landscape, bordered by
freshly fallen snow. The sky above is a mythic clear blue, illuminated by
a radiant sun, creating a serene yet otherworldly atmosphere. In the far
distance, a stone city carved into a mountain looms, hinting at the grandeur and
mystery of this mythic planet.
";

//pub const CLASSIC_SKILL: &'static str = "ice-fishing";
//pub const CLASSIC_SKILL: &'static str = "knife-fighting";
//pub const CLASSIC_SKILL: &'static str = "bar-fighting";
//pub const CLASSIC_SKILL: &'static str = "boxing";
//pub const CLASSIC_SKILL: &'static str = "breakdancing";
//pub const CLASSIC_SKILL: &'static str = "improvised-combat";
//pub const CLASSIC_SKILL: &'static str = "judo";
//pub const CLASSIC_SKILL: &'static str = "knife-throwing";
//pub const CLASSIC_SKILL: &'static str = "krav-maga";
//pub const CLASSIC_SKILL: &'static str = "lockpicking";
//pub const CLASSIC_SKILL: &'static str = "medieval-calisthenics";
//pub const CLASSIC_SKILL: &'static str = "natural-movement";
//pub const CLASSIC_SKILL: &'static str = "parkour";
//pub const CLASSIC_SKILL: &'static str = "pilates";
//pub const CLASSIC_SKILL: &'static str = "primitive-fish-trapping";
//pub const CLASSIC_SKILL: &'static str = "primitive-hunting";
//pub const CLASSIC_SKILL: &'static str = "quigong";
//pub const CLASSIC_SKILL: &'static str = "rafting";
//pub const CLASSIC_SKILL: &'static str = "river-crossing-techniques";
pub const CLASSIC_SKILL: &'static str = "sanskrit-yoga";

pub const CLASSIC_SUB_ENVIRONMENTS: &[&'static str] = &[
    "The Cave",
    "The Forest",
    "The Arctic",
    "The River",
    "The Old Town",
    "The Swamp",
    "The Jungle",
    "The Tundra",
    "The Desert",
];

pub const CLASSIC_SKILL_NEIGHBORS: &[&'static str] = &[
    "alleyway-agility",
    "amphibious-combat-tactics",
    "animal-flow",
    "aquatic-grappling",
    "balance",
    "bar-fighting",
    "boxing",
    "breakdancing",
    "breathwork",
    "bushcraft",
    "calisthenics",
    "camouflage",
    "canoeing",
    "capoeira",
    "close-quarters-combat",
    "cobblestone-street-running",
    "cold-water-conditioning",
    "evasion",
    "fishing",
    "forest-based-archery",
    "forest-orienteering",
    "forest-slacklining",
    "guerrilla-combat-tactics",
    "gymnastics",
    "historic-meditation",
    "historic-urban-bushcraft",
    "historical-archery",
    "historical-european-martial-arts",
    "historical-site-yoga",
    "hydrotherapy",
    "improvised-combat",
    "judo",
    "knife-fighting",
    "knife-throwing",
    "krav-maga",
    "lockpicking",
    "love",
    "medieval-calisthenics",
    "meditation",
    "natural-movement",
    "parkour",
    "pilates",
    "primitive-fish-trapping",
    "primitive-hunting",
    "quigong",
    "rafting",
    "river-crossing-techniques",
    "river-running",
    "river-swimming",
    "riverbank-bushcraft",
    "riverside-balance-training",
    "riverside-yoga",
    "rooftop-traversal",
    "snow-love",
    "snow-love-building",
    "snow-love-building-advanced",
    "snow-love-building-masterful",
    "snow-love-campfire",
    "spearfishing",
    "stealth-movement",
    "swiftwater-parkour",
    "swiftwater-rescue",
    "tai-chi",
    "trail-running",
    "trapping",
    "tree-climbing",
    "urban-entry-techniques",
    "urban-foraging",
    "urban-historical-parkour",
    "urban-slacklining",
    "urban-stealth",
    "waterborne-archery",
    "watercraft-construction",
    "whitewater-kayaking",
    "wilderness-first-aid",
    "woodland-yoga",
    "yoga-sanskrit",
];