Skip to content

Commit

Permalink
Merge pull request #57744 from Termineitor244/Beach-professions
Browse files Browse the repository at this point in the history
Beach professions
  • Loading branch information
Rivet-the-Zombie authored May 20, 2022
2 parents 58ab772 + eda0a53 commit f5861b7
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4608,6 +4608,122 @@
}
}
},
{
"type": "profession",
"id": "tourist_swimmer",
"name": "Tourist Swimmer",
"description": "You went to the beach to have a nice and relaxed vacation. What you didn't know was that the people in there would become crazy and try to use your head to play beach volleyball, at least you managed to grab your bag with your things before running away.",
"points": 0,
"skills": [ { "level": 2, "name": "swimming" } ],
"items": {
"both": {
"items": [ "sunglasses", "straw_hat", "dive_bag", "beach_volleyball" ],
"entries": [
{ "item": "waterproof_smart_phone_case", "variant": "black_smart_phone_case", "contents-group": "charged_smart_phone" },
{ "item": "towel", "custom-flags": [ "no_auto_equip" ] },
{ "item": "flip_flops", "custom-flags": [ "no_auto_equip" ] }
]
},
"male": { "items": [ "trunks", "swim_briefs" ], "entries": [ { "item": "tank_top", "custom-flags": [ "no_auto_equip" ] } ] },
"female": {
"entries": [
{ "item": "bikini_top", "variant": "tropical_bikini_top" },
{ "item": "bikini_bottom", "variant": "tropical_bikini_bottom" },
{ "item": "halter_top", "custom-flags": [ "no_auto_equip" ] },
{ "item": "skirt", "custom-flags": [ "no_auto_equip" ] }
]
}
}
},
{
"type": "profession",
"id": "professional_swimmer",
"name": "Professional Swimmer",
"description": "After much practice you were sure the next competition would be your big hit, but your rivals started killing each other and you had to escape with only your competition gear on you. Could your years of training save you one more time? Let's find out.",
"points": 2,
"skills": [ { "level": 1, "name": "dodge" }, { "level": 4, "name": "swimming" } ],
"traits": [ "OUTDOORSMAN" ],
"items": {
"both": [ "goggles_swim", "swim_cap" ],
"male": [ "speedo" ],
"female": { "entries": [ { "item": "flag_swimsuit", "variant": "generic_swimsuit" } ] }
}
},
{
"type": "profession",
"id": "surfer",
"name": "Surfer",
"description": "You went to ride the waves, but the waves ended up riding you instead when a putrid hand appeared from underwater and grabbed you by the ankle. You could have lost your surfboard in favor of a kickboard, but that will not stop you from riding the next big wave, the wave of undead.",
"points": 2,
"flags": [ "NO_BONUS_ITEMS" ],
"skills": [ { "level": 2, "name": "dodge" }, { "level": 3, "name": "swimming" } ],
"traits": [ "OUTDOORSMAN" ],
"items": {
"both": [ "swimming_kickboard" ],
"male": [ "wetsuit_top", "wetsuit_shorts" ],
"female": [ "wetsuit_spring_sleeveless" ]
}
},
{
"type": "profession",
"id": "lifeguard",
"name": "Lifeguard",
"description": "Your job was to safeguard the lives of everyone in the beach, but when the swimmers started drowning each other you knew the situation was out of your hands.",
"points": 2,
"skills": [ { "level": 2, "name": "firstaid" }, { "level": 3, "name": "swimming" } ],
"traits": [ "OUTDOORSMAN" ],
"proficiencies": [ "prof_wound_care" ],
"items": {
"both": [ "whistle", "sunglasses", "diving_watch" ],
"male": { "items": [ "trunks", "swim_briefs" ], "entries": [ { "item": "rashguard", "variant": "lifeguard_rashguard_shirt" } ] },
"female": { "entries": [ { "item": "flag_swimsuit", "variant": "lifeguard_swimsuit" } ] }
}
},
{
"type": "profession",
"id": "diver",
"name": "Diver",
"description": "You were enjoying the company of submarine life when you noticed something weird on the nearby beach, you decided to swim away when you heard the screams.",
"points": 4,
"skills": [ { "level": 5, "name": "swimming" } ],
"traits": [ "OUTDOORSMAN" ],
"items": {
"both": {
"items": [ "wetsuit", "wetsuit_hood", "wetsuit_booties", "wetsuit_gloves", "diving_watch", "diveknife" ],
"entries": [ { "item": "rebreather", "ammo-item": "rebreather_filter", "charges": 20 } ]
}
}
},
{
"id": "captain_inflatable",
"type": "profession",
"name": "Captain",
"description": "You were the captain of your small ship, making a living by driving divers and tourists around the sea. The last excursion went wrong after your passengers tried a mutiny, but you managed to escape with your precious ship intact.",
"points": 4,
"skills": [ { "level": 3, "name": "driving" }, { "level": 3, "name": "swimming" } ],
"traits": [ "OUTDOORSMAN" ],
"items": {
"both": {
"items": [ "trunks", "bastsandals", "dive_bag", "wristwatch", "flotation_vest", "hand_pump", "inflatable_boat" ],
"entries": [
{ "item": "rashguard", "variant": "tropical_rashguard_shirt" },
{ "item": "hat_ball", "variant": "generic_hatball" },
{
"item": "waterproof_smart_phone_case",
"variant": "black_smart_phone_case",
"contents-group": "charged_smart_phone"
}
]
},
"male": [ "swim_briefs" ],
"female": {
"entries": [
{ "item": "bikini_top", "variant": "tropical_bikini_top" },
{ "item": "bikini_bottom", "variant": "tropical_bikini_bottom" }
]
}
}
},
{
"type": "profession",
"id": "hitman",
Expand Down

0 comments on commit f5861b7

Please sign in to comment.