Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magical plants and where to find them #37103

Closed
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions data/mods/Magiclysm/furniture_and_terrain/furniture_plants.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"type": "furniture",
"id": "f_moonflower",
"name": "Moonflower Bush",
"description": "A silver colored vine, whose luminescent flowers will only bloom during night.\n\nAmazingly rare, it grows only in places were heroic deeds took place, or so its believed.",
John-Candlebury marked this conversation as resolved.
Show resolved Hide resolved
"symbol": "y",
"color": "cyan",
"looks_like": "f_dandelion",
"move_cost_mod": 0,
"required_str": -1,
"flags": [ "TRANSPARENT", "TINY", "FLAMMABLE_ASH", "NOCOLLIDE", "FLOWER" ],
"examine_action": "harvest_furn_nectar",
"harvest_by_season": [ { "seasons": [ "spring", "summer", "autumn" ], "entries": [ { "drop": "moon_flowers", "base_num": [ 1, 6 ] } ] } ],
"bash": { "str_min": 2, "str_max": 6, "sound": "crunch.", "sound_fail": "whish." }
},
{
"type": "furniture",
"id": "f_kämpuch",
"name": "Kämpuch",
"description": "The tiny and lethal rod flowers of the Kämpuch break the underbrush like small ivory thorns.",
"symbol": "i",
"color": "cyan",
"looks_like": "f_dandelion",
"move_cost_mod": 0,
"required_str": -1,
"flags": [ "TRANSPARENT", "TINY", "FLAMMABLE_ASH", "NOCOLLIDE", "FLOWER" ],
"examine_action": "harvest_furn_nectar",
"harvest_by_season": [ { "seasons": [ "spring", "summer", "autumn" ], "entries": [ { "drop": "kämpuch", "base_num": [ 1, 4 ] } ] } ],
"bash": { "str_min": 2, "str_max": 6, "sound": "crunch.", "sound_fail": "whish." }
},
{
"type": "furniture",
"id": "f_olieribos",
"name": "Olieribos",
"description": "Dark colored leaves and bitter roots, firmly entrenched in old earth. It can be used to ward against evil, or to attract it.",
"symbol": "f",
"color": "cyan",
"looks_like": "f_dandelion",
"move_cost_mod": 0,
"required_str": -1,
"flags": [ "TRANSPARENT", "TINY", "FLAMMABLE_ASH", "NOCOLLIDE", "FLOWER" ],
"examine_action": "harvest_furn_nectar",
"harvest_by_season": [ { "seasons": [ "spring", "summer", "autumn" ], "entries": [ { "drop": "olieribos", "base_num": [ 1, 4 ] } ] } ],
"bash": { "str_min": 2, "str_max": 6, "sound": "crunch.", "sound_fail": "whish." }
},
{
"type": "furniture",
"id": "f_moly",
"name": "Moly",
"description": "A small herb with milk white flowers and pitch black roots. A magical plant known since Ancient Greece, it was brought to the new-world by european druids long ago.",
John-Candlebury marked this conversation as resolved.
Show resolved Hide resolved
"symbol": "f",
"color": "cyan",
"looks_like": "f_dandelion",
"move_cost_mod": 0,
"required_str": -1,
"flags": [ "TRANSPARENT", "TINY", "FLAMMABLE_ASH", "NOCOLLIDE", "FLOWER" ],
"examine_action": "harvest_furn_nectar",
"harvest_by_season": [ { "seasons": [ "spring", "summer", "autumn" ], "entries": [ { "drop": "moly_tuber", "base_num": [ 1, 2 ] } ] } ],
"bash": { "str_min": 2, "str_max": 6, "sound": "crunch.", "sound_fail": "whish." }
},
]
67 changes: 67 additions & 0 deletions data/mods/Magiclysm/items/herbs_and_flowers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[

{
"type": "COMESTIBLE",
"id": "platonic_flower",
"name": { "str": "urflower", "str_pl": "urflowers" },
"weight": "60 g",
"color": "pink",
"comestible_type": "FOOD",
"symbol": "%",
"calories": 400,
"description": "A fractal corolla winds inward in mathematical harmony, reflecting beauty in its ideal form.",
John-Candlebury marked this conversation as resolved.
Show resolved Hide resolved
"price": 1000,
"material": "veggy",
"volume": "250 ml",
"fun": 8,
"vitamins": [ [ "vitC", 5 ], [ "iron", 3 ], [ "calcium", 2 ] ],
},
{
"type": "COMESTIBLE",
"id": "moonflower",
"copy-from": "platonic_flower",
"name": { "str": "moonflowers", "str_pl": "moonflowers" },
"color": "cyan",
"comestible_type": "FOOD",
"description": "A handful of moonflowers glitter like tiny stars and faintly smell of morning dew. Properly harvested, they will never wilt or wither.",
"volume": "250 ml",
"use_action": "ROYAL_JELLY",
"vitamins": [ [ "vitC", 5 ], [ "iron", 3 ], [ "calcium", 2 ] ],
},
{
"type": "COMESTIBLE",
"id": "kämpuch",
"copy-from": "platonic_flower",
"name": { "str": "kämpuch", "str_pl": "kämpuch" },
"color": "purple",
"comestible_type": "FOOD",
"description": "A small rod of curled white petals. Inhaling or ingesting the pollen within will lead to an agonizing if mercifully quick death. Infamously used by romantic assassins, when an artistic death is deemed more important than practicality.",
John-Candlebury marked this conversation as resolved.
Show resolved Hide resolved
"volume": "250 ml",
"vitamins": [ [ "vitC", 5 ], [ "iron", 3 ], [ "calcium", 2 ] ],
},
{
"type": "COMESTIBLE",
"id": "golden_reed_rhizome",
"copy-from": "platonic_flower",
"name": { "str": "golden reed rhizomes", "str_pl": "golden reed rhizomes" },
"color": "yellow",
"symbol": "%",
"calories": 800,
"comestible_type": "FOOD",
"description": "Starchy rhizomes from a golden reed. They have a strong, spiced aroma.",
"volume": "250 ml",
"vitamins": [ [ "vitC", 5 ], [ "iron", 3 ], [ "calcium", 2 ] ],
},
{
"type": "COMESTIBLE",
"id": "moly_tuber",
"copy-from": "plaonic_flower",
"name": { "str": "moly tuber", "str_pl": "moly tubers" },
"color": "grey",
"symbol": "%",
"calories": 800,
"comestible_type": "FOOD",
"description": "The black root of a moly plant, extracted from the ground through great effort. Will grant .",
John-Candlebury marked this conversation as resolved.
Show resolved Hide resolved
"volume": "250 ml",
"vitamins": [ [ "vitC", 5 ], [ "iron", 3 ], [ "calcium", 2 ] ],
}
John-Candlebury marked this conversation as resolved.
Show resolved Hide resolved