Files
TheriapolisV3/Content/Data/quests/side_act_i_fence_lines.json
T

34 lines
1.3 KiB
JSON
Raw Normal View History

{
"id": "side_act_i_fence_lines",
"title": "Fence Lines",
"description": "Constable Fenn asked you to mediate a property dispute between Mira (Cervid farmer) and Voss (Canid rancher). Their fence has been a flashpoint for thirty years; this summer it became a war.",
"hidden": false,
"entry_step": "mediate",
"steps": [
{
"id": "mediate",
"title": "Walk the disputed fence",
"description": "Find Mira on the second left out of the south gate; find Voss along the eastern ridge. Pick an honest outcome — Constable Fenn will back any compromise that holds.",
"waypoint": "south gate, then second left",
"trigger_conditions": [
{ "kind": "flag_set", "flag": "fence_lines_resolved" }
],
"outcomes": [
{ "next": "complete",
"effects": [
{ "kind": "give_xp", "xp": 80 },
{ "kind": "rep_event", "event": { "kind": "Quest", "magnitude": 6, "faction": "covenant_enforcers", "note": "mediated the south-fence dispute" } }
]
}
]
},
{
"id": "complete",
"title": "Fence Lines Mediated",
"description": "The fence holds for now. Two families who weren't speaking are. Constable Fenn nods at you when you pass.",
"completes_quest": true
}
]
}