Skip to content

Commit

Permalink
No more being offal + Fishers
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Simakov <[email protected]>
  • Loading branch information
TheShadowFerret and GuardianDll committed Sep 3, 2024
1 parent b87e895 commit c6aed73
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
7 changes: 3 additions & 4 deletions data/json/hobbies.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@
"prof_knapping",
"prof_carving",
"prof_butchering_basic",
"prof_skinning_basic",
"prof_butchery_offal"
"prof_skinning_basic"
],
"traits": [ "OUTDOORSMAN" ]
},
Expand Down Expand Up @@ -863,7 +862,6 @@
"prof_knife_skills",
"prof_butchering_basic",
"prof_skinning_basic",
"prof_butchery_offal",
"prof_gross_anatomy",
"prof_intro_biology"
]
Expand Down Expand Up @@ -1172,7 +1170,8 @@
"points": 1,
"description": "A quiet day at the lake would be a welcome break from the hordes. Though, now that you think about it, the fish have been acting strangely vicious lately too.",
"skills": [ { "level": 2, "name": "survival" }, { "level": 1, "name": "swimming" } ],
"traits": [ "OUTDOORSMAN" ]
"traits": [ "OUTDOORSMAN" ],
"proficiencies": [ "prof_butchering_basic" ]
},
{
"subtype": "hobby",
Expand Down
8 changes: 3 additions & 5 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3995,8 +3995,7 @@
"prof_trapsetting",
"prof_knives_familiar",
"prof_butchering_basic",
"prof_skinning_basic",
"prof_butchery_offal"
"prof_skinning_basic"
],
"recipes": [ "beartrap" ],
"items": {
Expand Down Expand Up @@ -5078,8 +5077,7 @@
"prof_auto_rifles_familiar",
"prof_gross_anatomy",
"prof_butchering_basic",
"prof_skinning_basic",
"prof_butchery_offal"
"prof_skinning_basic"
],
"skills": [
{ "level": 4, "name": "gun" },
Expand Down Expand Up @@ -5274,7 +5272,7 @@
"description": "You spent most of your days fishing in the swamp, getting by quietly on your catch. You found the buzzing of insects enjoyable, but recently they've gotten bigger and meaner. Now their horrible noises have you spooked - you just hope the fish aren't as nasty.",
"points": 2,
"skills": [ { "level": 5, "name": "survival" }, { "level": 2, "name": "swimming" } ],
"proficiencies": [ "prof_fibers", "prof_knives_familiar" ],
"proficiencies": [ "prof_fibers", "prof_knives_familiar", "prof_butchering_basic" ],
"items": {
"both": {
"entries": [
Expand Down
2 changes: 1 addition & 1 deletion data/mods/innawood/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
"points": 3,
"skills": [ { "level": 2, "name": "swimming" }, { "level": 2, "name": "survival" } ],
"traits": [ "OUTDOORSMAN" ],
"proficiencies": [ "prof_fibers", "prof_knives_familiar" ],
"proficiencies": [ "prof_fibers", "prof_knives_familiar", "prof_butchering_basic" ],
"items": {
"both": {
"entries": [
Expand Down

0 comments on commit c6aed73

Please sign in to comment.