From 7a2ecd3198dc1c33d3529e755b6f2885e90a2827 Mon Sep 17 00:00:00 2001 From: yh-liao-07 Date: Sun, 19 Jul 2026 15:38:59 +0800 Subject: [PATCH] Add Baby Rubber Plant species pack --- data/species/peperomia_obtusifolia.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/species/peperomia_obtusifolia.json diff --git a/data/species/peperomia_obtusifolia.json b/data/species/peperomia_obtusifolia.json new file mode 100644 index 0000000..df8502a --- /dev/null +++ b/data/species/peperomia_obtusifolia.json @@ -0,0 +1,22 @@ +{ + "species": "peperomia_obtusifolia", + "common_name": "Baby Rubber Plant", + "family": "Plantae", + "care": { + "light": "Bright indirect light", + "water": "Water when top 2cm of soil is dry", + "humidity": "40-60%", + "temperature": "18-26 C", + "soil": "Well-draining potting mix", + "fertilizer": "Monthly during growing season" + }, + "identification": { + "leaves": "Oval to round leaves on slender stems", + "growth_habit": "Upright, spreading", + "max_height_cm": 30 + }, + "notes": { + "source": "community", + "reviewed": false + } +} \ No newline at end of file