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.
created 3 new .jsons -- locations_mapextras, agriculture and gear_civilian. Moved spawn lists from item_groups and gear.jsons into various lists.
- Loading branch information
1 parent
88cbf39
commit 3fb2a3f
Showing
6 changed files
with
701 additions
and
695 deletions.
There are no files selected for viewing
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,129 @@ | ||
[ | ||
{ | ||
"type": "item_group", | ||
"id": "farming_seeds", | ||
"items": [ | ||
[ "seed_blueberries", 60 ], | ||
[ "seed_strawberries", 60 ], | ||
[ "seed_blackberries", 60 ], | ||
[ "seed_cranberries", 60 ], | ||
[ "seed_raspberries", 60 ], | ||
[ "seed_wheat", 60 ], | ||
[ "seed_barley", 60 ], | ||
[ "seed_sugar_beet", 60 ], | ||
[ "seed_lettuce", 60 ], | ||
[ "seed_cabbage", 60 ], | ||
[ "seed_onion", 60 ], | ||
[ "seed_carrot", 60 ], | ||
[ "seed_sunflower", 60 ], | ||
[ "seed_pumpkin", 60 ], | ||
[ "seed_corn", 60 ], | ||
[ "seed_oats", 60 ], | ||
[ "soybean_seed", 60 ], | ||
[ "seed_broccoli", 60 ], | ||
[ "seed_celery", 60 ], | ||
[ "seed_cucumber", 60 ], | ||
[ "seed_potato_raw", 60 ], | ||
[ "seed_zucchini", 60 ], | ||
[ "seed_cotton_boll", 10 ], | ||
[ "seed_tobacco", 10 ], | ||
[ "seed_cactus", 10 ], | ||
[ "seed_flower", 60 ], | ||
[ "seed_beans", 60 ], | ||
[ "seed_chili_pepper", 60 ], | ||
[ "seed_tomato", 60 ] | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "farming_tools", | ||
"items": [ | ||
[ "hoe", 60 ], | ||
[ "shovel", 60 ], | ||
[ "g_shovel", 60 ], | ||
[ "trimmer_off", 60 ], | ||
[ "boots", 60 ], | ||
[ "bucket", 40 ], | ||
[ "gloves_rubber", 60 ], | ||
[ "fertilizer_liquid", 20 ], | ||
[ "fertilizer_commercial", 30 ], | ||
[ "fungicide", 20 ], | ||
[ "insecticide", 30 ], | ||
{ "item": "chem_saltpetre", "prob": 15, "charges-min": 10, "charges-max": 50 }, | ||
[ "sickle", 40 ], | ||
[ "toolbox", 10 ], | ||
[ "bullwhip", 30 ], | ||
[ "distaff_spindle", 2 ], | ||
[ "carding_paddles", 2 ], | ||
[ "scythe", 40 ], | ||
[ "tree_spile", 40 ], | ||
[ "material_quicklime", 30 ], | ||
[ "pitchfork", 40 ], | ||
[ "steam_triple_small", 1 ], | ||
[ "steam_triple_medium", 1 ], | ||
[ "v_plow_item", 41 ], | ||
[ "v_planter_item", 41 ], | ||
[ "v_reaper_item", 41 ], | ||
[ "v_reaper_item_advanced", 8 ], | ||
[ "v_planter_item_advanced", 8 ] | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "hydro", | ||
"items": [ | ||
[ "blueberries", 3 ], | ||
[ "strawberries", 2 ], | ||
[ "grapes", 7 ], | ||
[ "cranberries", 2 ], | ||
[ "raspberries", 3 ], | ||
[ "blackberries", 2 ], | ||
[ "rhubarb", 5 ], | ||
[ "wheat", 6 ], | ||
[ "barley", 6 ], | ||
[ "sugar_beet", 4 ], | ||
[ "hops", 4 ], | ||
[ "cotton_boll", 1 ], | ||
[ "seed_cotton_boll", 1 ], | ||
[ "seed_wheat", 1 ], | ||
[ "seed_tomato", 1 ], | ||
[ "seed_blueberries", 1 ], | ||
[ "seed_strawberries", 1 ], | ||
[ "seed_blackberries", 1 ], | ||
[ "seed_cranberries", 1 ], | ||
[ "seed_raspberries", 1 ], | ||
[ "seed_barley", 1 ], | ||
[ "seed_sugar_beet", 1 ], | ||
[ "seed_lettuce", 1 ], | ||
[ "seed_cabbage", 1 ], | ||
[ "seed_onion", 1 ], | ||
[ "seed_carrot", 1 ], | ||
[ "seed_pumpkin", 1 ], | ||
[ "seed_sunflower", 1 ], | ||
[ "seed_flower", 1 ], | ||
[ "seed_cactus", 1 ], | ||
[ "seed_corn", 1 ], | ||
[ "soybean_seed", 1 ], | ||
[ "raw_edamame", 1 ], | ||
[ "seed_hops", 1 ], | ||
[ "seed_beans", 1 ], | ||
[ "seed_lentils", 1 ], | ||
[ "seed_chili_pepper", 1 ], | ||
[ "seed_garlic", 1 ], | ||
[ "tomato", 9 ], | ||
[ "pumpkin", 6 ], | ||
[ "broccoli", 9 ], | ||
[ "cucumber", 10 ], | ||
[ "zucchini", 7 ], | ||
[ "potato", 10 ], | ||
[ "corn", 7 ], | ||
[ "celery", 4 ], | ||
[ "onion", 3 ], | ||
[ "garlic", 3 ], | ||
[ "carrot", 3 ], | ||
[ "withered", 40 ], | ||
[ "straw_pile", 20 ], | ||
[ "survnote", 1 ] | ||
] | ||
} | ||
] |
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
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
Oops, something went wrong.