Skip to content

Commit

Permalink
Forest trash updates, make field stone a bit more common and useful (C…
Browse files Browse the repository at this point in the history
…leverRaven#77788)

* Forest trash updates, add fieldstone to digging results, also can be turned to rock

* update innawoods forest trash, too
  • Loading branch information
NetSysFire authored Nov 13, 2024
1 parent a562b30 commit d39cf9b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
1 change: 1 addition & 0 deletions data/json/itemgroups/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
{ "item": "rock_flaking", "count": [ 1, 4 ], "prob": 2 },
{ "item": "flint", "prob": 1 },
{ "item": "rock_large", "prob": 10 },
{ "item": "field_stone", "prob": 10, "count": [ 1, 4 ] },
{ "item": "pebble", "count": [ 1, 4 ], "prob": 15 }
]
},
Expand Down
9 changes: 6 additions & 3 deletions data/json/itemgroups/trash_and_debris.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
"type": "item_group",
"id": "trash_forest",
"items": [
{ "item": "twig", "prob": 100, "count": [ 5, 20 ] },
[ "rock", 80 ],
{ "item": "twig", "prob": 100, "count": [ 5, 40 ] },
{ "item": "rock", "prob": 80, "count": [ 1, 3 ] },
[ "rock_flaking", 80 ],
[ "flint", 20 ],
[ "stick", 80 ],
Expand All @@ -110,9 +110,10 @@
[ "straw_pile", 80 ],
[ "tanbark", 80 ],
[ "rock_large", 70 ],
[ "field_stone", 70 ],
[ "ceramic_shard", 10 ],
[ "pine_bough", 70 ],
[ "splinter", 70 ],
{ "item": "splinter", "prob": 70, "count": [ 1, 5 ] },
[ "hickory_root", 65 ],
[ "hickory_nut", 65 ],
[ "tinder", 50 ],
Expand Down Expand Up @@ -159,10 +160,12 @@
[ "steel_chunk", 3 ],
{ "item": "scrap", "prob": 3 },
{ "item": "glass_shard", "prob": 3 },
{ "item": "pebble", "prob": 30, "count": [ 1, 5 ] },
[ "wire_barbed", 3 ],
[ "syringe", 3 ],
[ "spike", 3 ],
[ "thermos", 3 ],
[ "log", 3 ],
[ "bag_body_bag", 1 ]
]
},
Expand Down
14 changes: 14 additions & 0 deletions data/json/recipes/other/parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,20 @@
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [ [ [ "rock_flaking", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "MODERATE_EXERCISE",
"result": "rock",
"charges": 3,
"byproducts": [ [ "pebble", 9 ] ],
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "survival",
"time": "5 m",
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [ [ [ "field_stone", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "MODERATE_EXERCISE",
Expand Down
9 changes: 7 additions & 2 deletions data/mods/innawood/itemgroups/trash_and_debris.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"type": "item_group",
"id": "trash_forest",
"items": [
[ "rock", 80 ],
{ "item": "twig", "prob": 100, "count": [ 5, 40 ] },
{ "item": "rock", "prob": 80, "count": [ 1, 3 ] },
[ "rock_flaking", 80 ],
[ "stick", 80 ],
[ "acorns", 80 ],
Expand All @@ -13,15 +14,19 @@
[ "straw_pile", 80 ],
[ "tanbark", 80 ],
[ "rock_large", 70 ],
[ "field_stone", 70 ],
[ "pine_bough", 70 ],
[ "splinter", 70 ],
{ "item": "splinter", "prob": 70, "count": [ 1, 5 ] },
[ "hickory_root", 65 ],
[ "hickory_nut", 65 ],
[ "tinder", 50 ],
{ "item": "feather", "prob": 40, "count": [ 1, 10 ] },
{ "item": "pebble", "prob": 30, "count": [ 1, 5 ] },
[ "bone", 30 ],
[ "flint", 20 ],
[ "chunk_copper", 1 ],
[ "chunk_cassiterite", 1 ],
[ "log", 2 ],
[ "chunk_hematite", 2 ]
]
}
Expand Down

0 comments on commit d39cf9b

Please sign in to comment.