Skip to content

Commit

Permalink
feat(content): add a new post-apoc profession for starting with scale…
Browse files Browse the repository at this point in the history
…skin/tooth gear (#5644)
  • Loading branch information
chaosvolt authored Nov 2, 2024
1 parent 038584f commit 0950e76
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 4 deletions.
55 changes: 55 additions & 0 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,18 @@
"id": "bandolier_roadwarrior",
"entries": [ { "item": "shot_00", "charges": 18 } ]
},
{
"type": "item_group",
"subtype": "collection",
"id": "quiver_monster_hunter_1",
"entries": [ { "item": "arrow_tooth", "charges": 20 } ]
},
{
"type": "item_group",
"subtype": "collection",
"id": "quiver_monster_hunter_2",
"entries": [ { "item": "arrow_stinger", "charges": 20 } ]
},
{
"type": "profession_item_substitutions",
"trait": "WOOLALLERGY",
Expand Down Expand Up @@ -3912,6 +3924,49 @@
},
"flags": [ "SCEN_ONLY" ]
},
{
"type": "profession",
"id": "monster_hunter",
"name": "Monster Hunter",
"description": "With the fall of civilization, you took to living off the land and grew into a competent hunter. The abominations that thrive in this new world may not be good eating, but their hides and bones make for quite practical trophies.",
"points": 6,
"skills": [
{ "level": 5, "name": "tailor" },
{ "level": 4, "name": "fabrication" },
{ "level": 2, "name": "gun" },
{ "level": 3, "name": "archery" },
{ "level": 3, "name": "survival" },
{ "level": 2, "name": "melee" },
{ "level": 1, "name": "stabbing" },
{ "level": 3, "name": "dodge" },
{ "level": 3, "name": "cooking" }
],
"items": {
"both": {
"items": [
"armor_scute",
"armguard_scute",
"backpack_leather",
"boots_scute",
"gauntlets_scute",
"helmet_scute",
"clay_pot",
"waterskin",
"needle_bone",
"fire_drill"
],
"entries": [
{ "item": "knife_stinger", "container-item": "sheath" },
{ "item": "quiver", "contents-group": "quiver_monster_hunter_1" },
{ "item": "quiver", "contents-group": "quiver_monster_hunter_2" },
{ "item": "compositebow_short", "custom-flags": [ "auto_wield" ] }
]
},
"male": [ "chestwrap_fur", "loincloth_fur" ],
"female": [ "bikini_top_fur", "hot_pants_fur" ]
},
"flags": [ "SCEN_ONLY" ]
},
{
"type": "profession",
"id": "mall_cop",
Expand Down
8 changes: 5 additions & 3 deletions data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@
"hardened_survivor",
"road_warrior",
"waste_ranger",
"player_bandit"
"player_bandit",
"monster_hunter"
]
},
{
Expand Down Expand Up @@ -397,7 +398,8 @@
"hardened_survivor",
"road_warrior",
"waste_ranger",
"player_bandit"
"player_bandit",
"monster_hunter"
]
},
{
Expand Down Expand Up @@ -483,7 +485,7 @@
"description": "You find yourself in the most alien place you've ever seen. The hot humid air and the organic aspect of the structure makes you feel like you're trapped inside a giant creature. Whatever it is, you need to get out of here before They find you.",
"allowed_locs": [ "sloc_mi-go_camp" ],
"start_name": "Mi-Go Camp",
"professions": [ "captive", "rescuer" ],
"professions": [ "captive", "rescuer", "monster_hunter" ],
"flags": [ "LONE_START", "CHALLENGE", "WIN_START" ]
},
{
Expand Down
4 changes: 3 additions & 1 deletion data/mods/DinoMod/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"start_name": "Wilderness",
"allowed_locs": [ "sloc_field", "sloc_forest", "sloc_swamp", "sloc_campsite", "sloc_campground" ],
"flags": [ "LONE_START" ],
"surround_groups": [ [ "GROUP_DINOSAUR_MEGA_CARNIVORE", 70.0 ] ]
"surround_groups": [ [ "GROUP_DINOSAUR_MEGA_CARNIVORE", 70.0 ] ],
"add_professions": true,
"professions": [ "monster_hunter" ]
},
{
"type": "scenario",
Expand Down

0 comments on commit 0950e76

Please sign in to comment.