Skip to content

Commit

Permalink
primitive survival update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGoatGod committed Oct 4, 2024
1 parent 298e2b4 commit 61a1e9c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions data/Goats_mods/Primitive_Survival/Construction/Construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,18 @@
"pre_terrain": "t_grass_long",
"post_terrain": "t_dirt"
},
{
"type": "construction",
"id": "constr_excavate_grass_tall",
"group": "constr_excavate_forestfloor",
"category": "CONSTRUCT",
"required_skills": [ [ "survival", 1 ] ],
"time": "5 m",
"qualities": [ [ { "id": "DIG", "level": 1 } ] ],
"byproducts": [ { "item": "twig", "count": [ 2, 10 ] }, { "item": "leaves", "count": [ 10, 50 ] } ],
"pre_terrain": "t_grass_tall",
"post_terrain": "t_dirt"
},
{
"type": "construction",
"id": "constr_excavate_recess",
Expand Down
2 changes: 1 addition & 1 deletion data/Goats_mods/Primitive_Survival/Primitive-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ deconstruct pile of leaves to get leaves ATM.
```markdown
- [x] Mud
- [x] Leaves
- [x] Peat
- [ ] Peat
- [x] Bamboo
- [x] Cloth
```
Expand Down

0 comments on commit 61a1e9c

Please sign in to comment.