Skip to content

Commit

Permalink
Merge pull request #3 from AlisW02/patch-4
Browse files Browse the repository at this point in the history
updated descriptions
  • Loading branch information
BeastFolks authored May 14, 2020
2 parents a3cf44d + d6f61e4 commit 4b7213c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/json/furniture_and_terrain/furniture-domestic_plants.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"symbol": "^",
"color": "green",
"move_cost_mod": 2,
"description": "A variety of plant, used for decoration.",
"description": "A small potted plant, used for decoration indoors. It appears to have dried up and died a while ago.",
"required_str": 5,
"max_volume": "10 L",
"flags": [ "CONTAINER", "FLAMMABLE_ASH", "PLACE_ITEM", "ORGANIC", "TINY", "TRANSPARENT", "EASY_DECONSTRUCT" ],
Expand Down Expand Up @@ -39,7 +39,7 @@
"type": "furniture",
"id": "f_indoor_plant_y",
"name": "yellow indoor plant",
"description": "A variety of plant for decoration. It's yellow.",
"description": "A decorative potted plant with a yellow flower, it looks to have wilted and died some time ago.",
"symbol": "^",
"color": "yellow",
"move_cost_mod": 2,
Expand Down Expand Up @@ -75,7 +75,7 @@
"type": "furniture",
"id": "f_plant_harvest",
"name": "harvestable plant",
"description": "This plant is ready for harvest. Examine it more closely to identify how to harvest the plant appropriately.",
"description": "This plant is fully grown and ready to be harvested. Identifying how to harvest it requires closer examination.",
"symbol": "#",
"color": "light_green",
"move_cost_mod": 0,
Expand All @@ -89,7 +89,7 @@
"type": "furniture",
"id": "f_plant_mature",
"name": "mature plant",
"description": "This plant has matured.",
"description": "This plant has matured, and will be ready to harvest before long.",
"symbol": "#",
"color": "green",
"move_cost_mod": 0,
Expand All @@ -103,7 +103,7 @@
"type": "furniture",
"id": "f_plant_seed",
"name": "seed",
"description": "A humble planted seed. Actions are the seed of fate deeds grow into destiny.",
"description": "A freshly planted seed. If properly tended to, it could grow into a healthy plant.",
"symbol": "^",
"color": "brown",
"move_cost_mod": 0,
Expand All @@ -117,7 +117,7 @@
"type": "furniture",
"id": "f_plant_seedling",
"name": "seedling",
"description": "This plant is just getting started.",
"description": "A seed that has just begun to sprout its first roots.",
"symbol": "^",
"color": "green",
"move_cost_mod": 0,
Expand Down Expand Up @@ -165,7 +165,7 @@
"type": "furniture",
"id": "f_planter_harvest",
"name": "planter with harvestable plant",
"description": "A garden planter full of soil and slatted to allow adequate drainage. Can be used for planting crops. This one contains a planted seed",
"description": "A garden planter full of soil and slatted to allow adequate drainage. This one has a fully grown plant, and will need closer examination to harvest.",
"symbol": "#",
"color": "light_green",
"looks_like": "f_plant_harvest",
Expand Down Expand Up @@ -199,7 +199,7 @@
"type": "furniture",
"id": "f_planter_mature",
"name": "planter with mature plant",
"description": "A garden planter full of soil and slatted to allow adequate drainage. Can be used for planting crops. This one contains a planted seed",
"description": "A garden planter full of soil and slatted to allow adequate drainage. This one has a matured plant that should be ready for harvest before long.",
"symbol": "#",
"color": "green",
"looks_like": "f_plant_mature",
Expand Down Expand Up @@ -233,7 +233,7 @@
"type": "furniture",
"id": "f_planter_seed",
"name": "planter with seed",
"description": "A garden planter full of soil and slatted to allow adequate drainage. Can be used for planting crops. This one contains a planted seed",
"description": "A garden planter full of soil and slatted to allow adequate drainage. This one contains a planted seed, and will need attention to grow fully.",
"symbol": "^",
"color": "brown",
"looks_like": "f_plant_seed",
Expand Down Expand Up @@ -267,7 +267,7 @@
"type": "furniture",
"id": "f_planter_seedling",
"name": "planter with seedling",
"description": "A garden planter full of soil and slatted to allow adequate drainage. Can be used for planting crops. This one contains a planted seedling",
"description": "A garden planter full of soil and slatted to allow adequate drainage. This one has a seed that has just begun to sprout its first roots.",
"symbol": "^",
"color": "green",
"looks_like": "f_plant_seedling",
Expand Down

0 comments on commit 4b7213c

Please sign in to comment.