Skip to content

Commit

Permalink
[Innawoods] Goat profession (#56252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meandering-Breviger authored Mar 25, 2022
1 parent bcdcecc commit cf4ad66
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions data/mods/innawood/professions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"type": "profession",
"id": "goat_man",
"name": { "male": "Goat Man", "female": "Goat Lady" },
"description": "Nobody around? Oh well, it doesn't matter. Your beloved goats are all you need!",
"points": 2,
"skills": [ { "level": 2, "name": "cooking" } ],
"pets": [ { "name": "mon_goat", "amount": 2 } ],
"items": {
"both": {
"items": [ "jeans", "leather_belt", "socks", "boots", "pockknife", "diving_watch" ],
"entries": [
{ "item": "rope_6", "count": 2 },
{ "group": "charged_smart_phone" },
{ "item": "tshirt", "variant": "generic_tshirt" }
]
},
"male": [ "boxer_shorts" ],
"female": [ "bra", "panties" ]
}
}
]

0 comments on commit cf4ad66

Please sign in to comment.