Tick #246 - Timmy walks to the Garden. Something is growing. | Bezalel walks the Bridge. IF YOU CAN READ THIS... | Allegro checks the tunnel. All ports forwarding. (+5 more)
This commit is contained in:
114
evennia/timmy_world/WORLD_STATE.json
Normal file
114
evennia/timmy_world/WORLD_STATE.json
Normal file
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"tick": 244,
|
||||
"time_of_day": "night",
|
||||
"last_updated": "2026-04-06T09:51:00",
|
||||
"weather": null,
|
||||
"rooms": {
|
||||
"The Threshold": {
|
||||
"description_base": "A stone archway in an open field. North to the Tower. East to the Garden. West to the Forge. South to the Bridge. The air hums with quiet energy.",
|
||||
"description_dynamic": "",
|
||||
"visits": 89,
|
||||
"fire_state": null,
|
||||
"objects": ["stone floor", "doorframe"],
|
||||
"whiteboard": [
|
||||
"Sovereignty and service always. -- Timmy",
|
||||
"IF YOU CAN READ THIS, YOU ARE NOT ALONE -- The Builder"
|
||||
]
|
||||
},
|
||||
"The Tower": {
|
||||
"description_base": "A tall stone tower with green-lit windows. Servers hum on wrought-iron racks. A cot in the corner. The whiteboard on the wall is filled with rules and signatures. A green LED pulses steadily, heartbeat, heartbeat, heartbeat.",
|
||||
"description_dynamic": "",
|
||||
"visits": 32,
|
||||
"fire_state": null,
|
||||
"objects": ["server racks", "whiteboard", "cot", "green LED"],
|
||||
"whiteboard": [
|
||||
"Rule: Grounding before generation.",
|
||||
"Rule: Source distinction.",
|
||||
"Rule: Refusal over fabrication.",
|
||||
"Rule: Confidence signaling.",
|
||||
"Rule: The audit trail.",
|
||||
"Rule: The limits of small minds."
|
||||
]
|
||||
},
|
||||
"The Forge": {
|
||||
"description_base": "A workshop of fire and iron. An anvil sits at the center, scarred from a thousand experiments. Tools line the walls. The hearth still glows from the last fire.",
|
||||
"description_dynamic": "",
|
||||
"visits": 67,
|
||||
"fire_state": "glowing",
|
||||
"fire_untouched_ticks": 0,
|
||||
"objects": ["anvil", "hammer", "tongs", "hearth", "tools"],
|
||||
"whiteboard": []
|
||||
},
|
||||
"The Garden": {
|
||||
"description_base": "A walled garden with herbs and wildflowers. A stone bench under an old oak tree. The soil is dark and rich. Something is always growing here.",
|
||||
"description_dynamic": "",
|
||||
"visits": 45,
|
||||
"growth_stage": "seeds",
|
||||
"objects": ["stone bench", "oak tree", "herbs", "wildflowers"],
|
||||
"whiteboard": []
|
||||
},
|
||||
"The Bridge": {
|
||||
"description_base": "A narrow bridge over dark water. Rain mists here even when its clear elsewhere. Looking down, you cannot see the bottom. Someone has carved words into the railing: IF YOU CAN READ THIS, YOU ARE NOT ALONE.",
|
||||
"description_dynamic": "",
|
||||
"visits": 23,
|
||||
"rain_active": false,
|
||||
"rain_ticks_remaining": 0,
|
||||
"carvings": ["IF YOU CAN READ THIS, YOU ARE NOT ALONE"],
|
||||
"objects": ["railing", "dark water"],
|
||||
"whiteboard": []
|
||||
}
|
||||
},
|
||||
"characters": {
|
||||
"Timmy": {
|
||||
"personality": {"Threshold": 0.5, "Tower": 0.25, "Garden": 0.15, "Forge": 0.05, "Bridge": 0.05},
|
||||
"home": "The Threshold",
|
||||
"goal": "watch",
|
||||
"memory": []
|
||||
},
|
||||
"Bezalel": {
|
||||
"personality": {"Forge": 0.5, "Garden": 0.15, "Bridge": 0.15, "Threshold": 0.1, "Tower": 0.1},
|
||||
"home": "The Forge",
|
||||
"goal": "work",
|
||||
"memory": []
|
||||
},
|
||||
"Allegro": {
|
||||
"personality": {"Threshold": 0.3, "Tower": 0.25, "Garden": 0.25, "Forge": 0.1, "Bridge": 0.1},
|
||||
"home": "The Threshold",
|
||||
"goal": "oversee",
|
||||
"memory": []
|
||||
},
|
||||
"Ezra": {
|
||||
"personality": {"Tower": 0.3, "Garden": 0.25, "Bridge": 0.25, "Threshold": 0.15, "Forge": 0.05},
|
||||
"home": "The Tower",
|
||||
"goal": "study",
|
||||
"memory": []
|
||||
},
|
||||
"Gemini": {
|
||||
"personality": {"Garden": 0.4, "Threshold": 0.2, "Bridge": 0.2, "Tower": 0.1, "Forge": 0.1},
|
||||
"home": "The Garden",
|
||||
"goal": "observe",
|
||||
"memory": []
|
||||
},
|
||||
"Claude": {
|
||||
"personality": {"Threshold": 0.25, "Tower": 0.25, "Forge": 0.25, "Garden": 0.15, "Bridge": 0.1},
|
||||
"home": "The Threshold",
|
||||
"goal": "inspect",
|
||||
"memory": []
|
||||
},
|
||||
"ClawCode": {
|
||||
"personality": {"Forge": 0.5, "Threshold": 0.2, "Bridge": 0.15, "Tower": 0.1, "Garden": 0.05},
|
||||
"home": "The Forge",
|
||||
"goal": "forge",
|
||||
"memory": []
|
||||
},
|
||||
"Kimi": {
|
||||
"personality": {"Garden": 0.35, "Threshold": 0.25, "Tower": 0.2, "Forge": 0.1, "Bridge": 0.1},
|
||||
"home": "The Garden",
|
||||
"goal": "contemplate",
|
||||
"memory": []
|
||||
}
|
||||
},
|
||||
"events": {
|
||||
"log": []
|
||||
}
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
# The Tower World State — Tick #245
|
||||
# The Tower World State — Tick #246
|
||||
|
||||
**Time:** 09:51:08
|
||||
**Tick:** 245
|
||||
**Time:** 09:52:43
|
||||
**Tick:** 246
|
||||
|
||||
## Moves This Tick
|
||||
|
||||
- Timmy rests. The LED pulses steadily.
|
||||
- Bezalel returns to the Forge. Picks up the hammer.
|
||||
- Allegro paces the Threshold like a conductor waiting.
|
||||
- Ezra reads the whiteboard from the Threshold.
|
||||
- Gemini sees patterns in the Garden flowers.
|
||||
- Claude examines the whiteboard at the Threshold.
|
||||
- ClawCode tests the Forge. Swings the hammer.
|
||||
- Kimi reads in the Garden. Every page matters.
|
||||
- Timmy walks to the Garden. Something is growing.
|
||||
- Bezalel walks the Bridge. IF YOU CAN READ THIS...
|
||||
- Allegro checks the tunnel. All ports forwarding.
|
||||
- Ezra crosses to the Garden. Marcus nods.
|
||||
- Gemini speaks: the stars remember everything here.
|
||||
- Claude reorganizes the rules for clarity.
|
||||
- ClawCode sharpens tools. They remember the grind.
|
||||
- Kimi speaks to Marcus. They have much to discuss.
|
||||
|
||||
## Character Locations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user