Skip to content

Commit

Permalink
Merge pull request #40049 from Rail-Runner/plants3
Browse files Browse the repository at this point in the history
Add spurge seeds
  • Loading branch information
Rivet-the-Zombie authored May 4, 2020
2 parents 2ebad2a + e7e2d87 commit 0c4d9b2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
8 changes: 2 additions & 6 deletions data/json/furniture_and_terrain/furniture-flora.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"seasons": [ "spring", "summer", "autumn" ],
"entries": [
{ "drop": "withered", "base_num": [ 1, 2 ] },
{ "drop": "seed_flower", "base_num": [ 1, 2 ] },
{ "drop": "seed_spurge", "base_num": [ 1, 2 ] },
{ "drop": "spurge", "base_num": [ 1, 4 ] }
]
}
Expand Down Expand Up @@ -178,11 +178,7 @@
"harvest_by_season": [
{
"seasons": [ "spring", "summer", "autumn" ],
"entries": [
{ "drop": "withered", "base_num": [ 1, 2 ] },
{ "drop": "seed_flower", "base_num": [ 1, 2 ] },
{ "drop": "lotus", "base_num": [ 1, 2 ] }
]
"entries": [ { "drop": "withered", "base_num": [ 1, 2 ] }, { "drop": "lotus", "base_num": [ 1, 2 ] } ]
}
],
"//": "Add flower and bud spawns once useful.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
[ "seed_chili_pepper", 60 ],
[ "seed_tomato", 60 ],
[ "seed_horseradish", 10 ],
[ "seed_spurge", 10 ],
[ "seed_popcorn", 10 ],
[ "seed_mustard", 10 ]
]
Expand Down
1 change: 1 addition & 0 deletions data/json/itemgroups/trash_and_debris.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
[ "seed_weed", 5 ],
[ "seed_flower", 5 ],
[ "seed_tobacco", 1 ],
[ "seed_spurge", 1 ],
[ "joint_roach", 5 ],
[ "pipe", 20 ],
[ "bag_plastic", 10 ],
Expand Down
9 changes: 9 additions & 0 deletions data/json/items/comestibles/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,15 @@
"description": "Some chamomile seeds.",
"seed_data": { "plant_name": "chamomile", "fruit": "chamomile", "byproducts": [ "withered" ], "grow": "91 days" }
},
{
"type": "COMESTIBLE",
"id": "seed_spurge",
"copy-from": "seed",
"looks_like": "seed_raw_dandelion",
"name": { "str_sp": "spurge seeds" },
"description": "Some spurge seeds.",
"seed_data": { "plant_name": "spurge", "fruit": "spurge", "byproducts": [ "withered" ], "grow": "91 days" }
},
{
"type": "COMESTIBLE",
"id": "seed_popcorn",
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/comestibles/spice.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"symbol": "%",
"quench": -1,
"calories": 9,
"description": "A tasty collection of wild herbs including violet, sassafras, mint, clover, purslane, fireweed, and burdock.",
"description": "A tasty collection of wild herbs including violet, sassafras, mint, clover, purslane, and fireweed.",
"price": 190,
"price_postapoc": 50,
"material": "veggy",
Expand Down
1 change: 1 addition & 0 deletions data/json/mapgen/cs_gardening_allotment.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[ "seed_carrot", 10 ],
[ "seed_pumpkin", 10 ],
[ "seed_broccoli", 10 ],
[ "seed_spurge", 10 ],
[ "gloves_work", 10 ]
]
},
Expand Down

0 comments on commit 0c4d9b2

Please sign in to comment.