forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from John-Candlebury/magiclism-herbs
Magiclism herbs
- Loading branch information
Showing
2 changed files
with
353 additions
and
0 deletions.
There are no files selected for viewing
196 changes: 196 additions & 0 deletions
196
data/mods/Magiclysm/furniture_and_terrain/furniture_plants.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,196 @@ | ||
[ | ||
{ | ||
"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 it's believed.", | ||
"symbol": "y", | ||
"color": "ligt_cyan", | ||
"looks_like": "f_dandelion", | ||
"move_cost_mod": 0, | ||
"required_str": -1, | ||
"light_emitted": 10, | ||
"flags": [ "TRANSPARENT", "TINY", "FLAMMABLE_ASH", "NOCOLLIDE", "FLOWER" ], | ||
"examine_action": "harvest_furn_nectar", | ||
"harvest_by_season": [ { "seasons": [ "spring", "summer", "autumn" ], "entries": [ { "drop": "moonflowers", "base_num": [ 1, 2 ] } ] } ], | ||
"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", "ORGANIC" ], | ||
"examine_action": "harvest_furn", | ||
"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": "t_underbrush", | ||
"description": "Dark colored leaves and bitter roots, firmly entrenched in untrodden earth. They 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", | ||
"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_glowning_mushroom", | ||
"name": "glowing mushrooms", | ||
"description": "A bioluminescent mushroom shaped like a small nest. Motes of light occasionally detach from its surface and float upwards before fading.", | ||
"symbol": "o", | ||
"color": "light_cyan", | ||
"looks_like": "f_dandelion", | ||
"move_cost_mod": 0, | ||
"required_str": -1, | ||
"light_emitted": 10, | ||
"flags": [ "TRANSPARENT", "TINY", "FLAMMABLE_ASH", "NOCOLLIDE", "ORGANIC" ], | ||
"examine_action": "harvest_furn", | ||
"harvest_by_season": [ { "seasons": [ "spring", "summer", "autumn" ], "entries": [ { "drop": "glowing_mushroom", "base_num": [ 1, 2 ] } ] } ], | ||
"bash": { "str_min": 2, "str_max": 6, "sound": "crunch.", "sound_fail": "whish." } | ||
}, | ||
{ | ||
"type": "terrain", | ||
"id": "f_horn_moss", | ||
"name": "horn moss", | ||
"looks_like": "t_grass", | ||
"description": "A cluster of red moss, so called for the white capsules that it will grow during spring.", | ||
"symbol": ".", | ||
"color": "light_red", | ||
"move_cost": 2, | ||
"flags": [ "TRANSPARENT", "DIGGABLE", "FLAT" ], | ||
"harvest_by_season": [ { "seasons": [ "spring" ], "entries": [ { "drop": "horn_moss_capsule", "base_num": [ 1, 2 ] } ] } ], | ||
}, | ||
{ | ||
"type": "furniture", | ||
"id": "f_golden_reed", | ||
"name": "Golden reed", | ||
"description": "Thin stalks colored deep yellow, crowned with blue feather-like leaves.", | ||
"symbol": "i", | ||
"color": "yellow", | ||
"looks_like": "f_cattails", | ||
"move_cost_mod": 0, | ||
"required_str": -1, | ||
"flags": [ "TRANSPARENT", "TINY", "FLAMMABLE_ASH", "NOCOLLIDE", "FLOWER" ], | ||
"examine_action": "harvest_furn", | ||
"harvest_by_season": [ { "seasons": [ "spring", "summer", "autumn" ], "entries": [ { "drop": "golden_reed_stalk", "base_num": [ 1, 4 ] } ] } ], | ||
"bash": { "str_min": 2, "str_max": 6, "sound": "crunch.", "sound_fail": "whish." } | ||
}, | ||
{ | ||
"type": "furniture", | ||
"id": "f_barnacle_weed", | ||
"name": "barnacle weed", | ||
"description": "A wooden pod kept aloft by a spiral stalk and the short, dagger-shaped leaves growing at its base.", | ||
"symbol": "i", | ||
"color": "brown", | ||
"looks_like": "f_cattails", | ||
"move_cost_mod": 0, | ||
"required_str": -1, | ||
"flags": [ "TRANSPARENT", "TINY", "FLAMMABLE_ASH", "NOCOLLIDE", "FLOWER" ], | ||
"examine_action": "harvest_furn", | ||
"harvest_by_season": [ { "seasons": [ "spring", "summer", "autumn" ], "entries": [ { "drop": "wood_barnacle", "base_num": [ 1, 4 ] } ] } ], | ||
"bash": { "str_min": 2, "str_max": 6, "sound": "crunch.", "sound_fail": "whish." } | ||
}, | ||
{ | ||
"type": "furniture", | ||
"id": "f_dragonail", | ||
"name": "Dragonails", | ||
"description": "A small tangle of old and crooked wood, completely covered with black menacing thorns.", | ||
"symbol": "y", | ||
"color": "brown", | ||
"looks_like": "f_leaves_pile", | ||
"move_cost_mod": 2, | ||
"required_str": -1, | ||
"flags": [ "TRANSPARENT", "TINY", "FLAMMABLE_ASH", "NOCOLLIDE", "ORGANIC" ], | ||
"examine_action": "harvest_furn", | ||
"harvest_by_season": [ { "seasons": [ "spring", "summer", "autumn" ], "entries": [ { "drop": "dragonnails", "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. Known since Ancient Greece, it was brought to the New World by european druids long ago.", | ||
"symbol": "f", | ||
"color": "white", | ||
"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." } | ||
}, | ||
{ | ||
"type": "furniture", | ||
"id": "f_flowering_fern", | ||
"name": "flowering fern", | ||
"description": "A seemingly normal fern, which has somehow produced a single red flower.", | ||
"symbol": "y", | ||
"color": "light_green", | ||
"looks_like": "f_dandelion", | ||
"move_cost_mod": 0, | ||
"required_str": -1, | ||
"flags": [ "TRANSPARENT", "TINY", "FLAMMABLE_ASH", "NOCOLLIDE", "ORGANIC" ], | ||
"examine_action": "harvest_furn", | ||
"harvest_by_season": [ { "seasons": [ "spring", "summer", "autumn" ], "entries": [ { "drop": "fern_flower", "base_num": 1 } ] } ], | ||
"bash": { "str_min": 2, "str_max": 6, "sound": "crunch.", "sound_fail": "whish." } | ||
}, | ||
{ | ||
"type": "furniture", | ||
"id": "f_funnelcap", | ||
"name": "Funnelcap", | ||
"description": "A man sized mushroom, with most of its bulk defined by a tall funnel shaped pileus, which collects rainfall.", | ||
"symbol": "V", | ||
"color": "white", | ||
"looks_like": "t_fungal_tree", | ||
"move_cost_mod": 3, | ||
"required_str": -1, | ||
"flags": [ "FLAMMABLE_ASH", "ORGANIC", "REDUCE_SCENT" ], | ||
"examine_action": "harvest_furn", | ||
"harvest_by_season": [ { "seasons": [ "summer", "autumn" ], "entries": [ { "drop": "funnelcap_chunk", "base_num": [ 10, 25 ] } ] } ], | ||
"bash": { "str_min": 2, "str_max": 6, "sound": "crunch.", "sound_fail": "whish." } | ||
}, | ||
{ | ||
"type": "furniture", | ||
"id": "f_sojourners_palm", | ||
"name": "Sojourner's palm", | ||
"description": "A large magical palm tree, normaly you would find it in the tropics, but this plant also has the well documented ability to teleport randomly.", | ||
"symbol": "Y", | ||
"color": "green", | ||
"looks_like": "t_fungal_tree", | ||
"move_cost_mod": 3, | ||
"required_str": -1, | ||
"flags": [ "FLAMMABLE_ASH", "ORGANIC", "REDUCE_SCENT" ], | ||
"examine_action": "harvest_furn", | ||
"harvest_by_season": [ { "seasons": [ "summer", "autumn" ], "entries": [ { "drop": "sojourners_flower", "base_num": [ 1, 5 ] } ] } ], | ||
"bash": { "str_min": 2, "str_max": 6, "sound": "crunch.", "sound_fail": "whish." } | ||
}, | ||
{ | ||
"type": "furniture", | ||
"id": "f_whiskflower", | ||
"name": "Whiskflower bush", | ||
"description": "A small plant with curled leaves and pink whisk-shaped flowers. It has a very strong alcoholic smell.", | ||
"symbol": "v", | ||
"color": "pink", | ||
"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": "whiskflower", "base_num": [ 1, 2 ] } ] } ], | ||
"bash": { "str_min": 2, "str_max": 6, "sound": "crunch.", "sound_fail": "whish." } | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,157 @@ | ||
[ | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "platonic_flower", | ||
"name": { "str": "philosopher's flower", "str_pl": "philosopher's flowers" }, | ||
"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.", | ||
"price": 1000, | ||
"material": "veggy", | ||
"volume": "50 ml", | ||
"fun": 8, | ||
"vitamins": [ [ "vitC", 5 ], [ "iron", 3 ], [ "calcium", 2 ] ], | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "moonflowers", | ||
"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, delicately shielding toxic pollen that will lead to an agonizing, if mercifully quick death. Infamously used by romantic assassins, when an artistic death is deemed more important than practicality.", | ||
"volume": "5 ml" | ||
}, | ||
{ | ||
"type": "furniture", | ||
"id": "olieribos", | ||
"name": { "str": "olieribos sheaf", "str_pl": "olieribos sheaves" }, | ||
"description": "Dark colored leaves and bitter roots, firmly tied together in a small sheaf.", | ||
"color": "light_grey", | ||
"looks_like": "wheat", | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "glowning_mushroom", | ||
"name": { "str": "glowing mushroom caps", "str_pl": "glowing mushroom caps" }, | ||
"description": "Slim stripes cut from a bioluminescent mushroom, still surrounded by a fain glowing aura.", | ||
"symbol": "o", | ||
"color": "light_cyan", | ||
"looks_like": "mushroom", | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "horn_moss_capsule", | ||
"name": { "str": "horn moss capsules", "str_pl": "horn moss capsules" }, | ||
"description": "Pure white moss capsules, shaped like a goat's horn. The fine spores contained within are a powerfull magical reagent, and can be consumed to recover small amounts of mana.", | ||
"symbol": "o", | ||
"color": "white", | ||
"looks_like": "mushroom", | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "golden_reed_stalks", | ||
"copy-from": "platonic_flower", | ||
"name": { "str": "golden reed stalks", "str_pl": "golden reed stalks" }, | ||
"color": "yellow", | ||
"symbol": "%", | ||
"calories": 800, | ||
"comestible_type": "FOOD", | ||
"looks_like": "wheat", | ||
"description": "Stalks cut from a golden reed. They have a strong, spiced aroma." | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "wood_barnacle", | ||
"copy-from": "platonic_flower", | ||
"name": { "str": "wood barnacle", "str_pl": "wood barnacles" }, | ||
"color": "brown", | ||
"calories": 800, | ||
"comestible_type": "FOOD", | ||
"looks_like": "egg", | ||
"description": "Heavy wooden shells surrounding a diminutive white fruit." | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "dragon_nail", | ||
"copy-from": "platonic_flower", | ||
"name": { "str": "dragon nails", "str_pl": "dragonails" }, | ||
"color": "brown", | ||
"calories": 800, | ||
"comestible_type": "FOOD", | ||
"looks_like": "egg", | ||
"description": "Knife sharp thorns from a dragonail bush. Eating them raw would be a dangerous challenge." | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "moly_tuber", | ||
"copy-from": "platonic_flower", | ||
"name": { "str": "moly tuber", "str_pl": "moly tubers" }, | ||
"color": "grey", | ||
"symbol": "%", | ||
"calories": 70, | ||
"comestible_type": "FOOD", | ||
"description": "The black root of a moly plant, extracted from the ground through great effort. Rumored to grant protection to those who consume it." | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "fern_flower", | ||
"copy-from": "platonic_flower", | ||
"name": { "str": "moly tuber", "str_pl": "moly tubers" }, | ||
"color": "grey", | ||
"symbol": "%", | ||
"calories": 70, | ||
"comestible_type": "FOOD", | ||
"description": "A small flowwer cut from a fern, it has a faint honeyed aroma. Believed to bring good luck to whoever finds it." | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "funnelcap_chunk", | ||
"copy-from": "platonic_flower", | ||
"name": { "str": "funnelcap chunk", "str_pl": "funnelcap chunks" }, | ||
"color": "grey", | ||
"symbol": "%", | ||
"calories": 70, | ||
"comestible_type": "FOOD", | ||
"description": "Large chunks of funnelcap meat, still leaking fine amounts of clear sap." | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "sojourners_flower", | ||
"copy-from": "platonic_flower", | ||
"name": { "str": "sojourner's flower", "str_pl": "sojourner's flowers" }, | ||
"color": "red", | ||
"symbol": "o", | ||
"calories": 10, | ||
"comestible_type": "FOOD", | ||
"description": "A red puffball flower cut from a sojourner's palm. When wind wafts between its petals, you can hear the sounds of faraway places.", | ||
"volume": "10 ml" | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "whiskflower", | ||
"copy-from": "platonic_flower", | ||
"name": { "str": "whiskflower", "str_pl": "whiskflowers" }, | ||
"color": "red", | ||
"symbol": "o", | ||
"calories": 10, | ||
"comestible_type": "FOOD", | ||
"description": "A pink whisk shaped flower with a powerful alcoholic smell.", | ||
"volume": "10 ml" | ||
} | ||
] |