Initial commit: Theriapolis baseline at port/godot branch point
Captures the pre-Godot-port state of the codebase. This is the rollback anchor for the Godot port (M0 of theriapolis-rpg-implementation-plan-godot-port.md). All Phase 0 through Phase 6.5 work is included; Phase 7 is in flight. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user