Skip to content

Commit

Permalink
Add Crazy Party scenario and Frat Boy/Sorority Girl profession (#37512)
Browse files Browse the repository at this point in the history
  • Loading branch information
CountAlex authored and ZhilkinSerg committed Apr 1, 2020
1 parent 7a6c803 commit 1a393dc
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4023,5 +4023,19 @@
]
}
}
},
{
"type": "profession",
"ident": "frat",
"name": { "male": "Frat Boy", "female": "Sorority Girl" },
"description": "You were living the high life, spending your parents money without a care in the world. You were at one of your usual crazy parties when the guests became hungry for more than your drugs. You still have a chance to use the last symbol of your luxurious life - your sport car - and get far away.",
"points": 2,
"skills": [ { "level": 1, "name": "speech" }, { "level": 2, "name": "driving" } ],
"vehicle": "car_sports",
"items": {
"both": { "items": [ "gold_watch", "water_mineral", "smart_phone", "money_bundle", "cig", "ref_lighter" ] },
"male": [ "boxer_shorts", "pants", "dress_shoes", "polo_shirt", "socks" ],
"female": [ "tank_top", "bra", "panties", "skirt", "heels", "jacket_leather", "stockings" ]
}
}
]
11 changes: 11 additions & 0 deletions data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,5 +527,16 @@
"allowed_locs": [ "mil_base_2g" ],
"professions": [ "unemployed", "soldier", "specops", "bio_soldier", "bio_sniper", "labtech", "medic" ],
"flags": [ "CHALLENGE", "LONE_START" ]
},
{
"type": "scenario",
"ident": "presort",
"name": "Crazy party",
"points": 0,
"description": "You thought things couldn't get any worse when the cops came over to bust your wild party, even though you booked it at a private resort. When the guests started fighting with the police you tried to get them to calm down, only to find out they hungered for more.",
"start_name": "Private resort",
"allowed_locs": [ "p_resort_2ss" ],
"professions": [ "frat", "gangster", "lost_sub", "lawyer", "politician", "dancer", "bio_gangster" ],
"flags": [ "CHALLENGE", "LONE_START" ]
}
]
6 changes: 6 additions & 0 deletions data/json/start_locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,5 +427,11 @@
"ident": "mil_base_2g",
"name": "Military Base Warehouse",
"target": "mil_base_2g"
},
{
"type": "start_location",
"ident": "p_resort_2ss",
"name": "Private resort",
"target": "p_resort_2ss"
}
]

0 comments on commit 1a393dc

Please sign in to comment.