Skip to content

Commit

Permalink
Add vampire naked and afraid
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Nov 3, 2024
1 parent e3842d9 commit f2d0b27
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,19 @@
"eoc": [ "scenario_once_bitten" ],
"requirement": "avchievement_gains_vampire_trait",
"flags": [ "LONE_START" ]
},
{
"type": "scenario",
"id": "once_bitten_naked_and_afraid",
"copy-from": "infected",
"name": "Once Bitten, Naked and Afraid",
"points": 0,
"description": "Whether you were visiting Salem's Lot, boating on the Demeter, vacationing to Transylvania, or just another lost boy or girl, you've been bitten by a stranger at twilight the night before. And to make matters worse, when you woke up, you were alone in the wilderness with no sign of humanity anywhere. You're going to have to survive somehow.",
"start_name": "Alone",
"allowed_locs": [ "sloc_field", "sloc_forest", "sloc_desert_island", "sloc_river" ],
"professions": [ "naked" ],
"eoc": [ "scenario_once_bitten" ],
"requirement": "avchievement_gains_vampire_trait",
"flags": [ "LONE_START" ]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"werewolf_native_naked_unafraid",
"xe_lilin_scenario",
"xe_lilin_scenario_naked_afraid",
"once_bitten"
"once_bitten",
"once_bitten_naked_and_afraid"
]
}
]

0 comments on commit f2d0b27

Please sign in to comment.