Untitled
{ "main_data": { "weather": [ { "id": 1, "name": "Sunny", "description": "A bright and sunny day with clear skies.", "min_temperature": 20, "max_temperature": 30, "added_at": "123-12-28T09:00:00", "ended_at": "123-12-28T12:00:00" }, { "id": 2, "name": "Stormy", "description": "A sudden storm with heavy rain and strong winds.", "min_temperature": 15, "max_temperature": 25, "added_at": "123-12-28T12:00:00", "ended_at": "" } ], "current_world_status": { "id": 1, "weather_id": 2, "started_at": "123-12-27T09:00:00", "game_date": "123-12-28T12:30:00" }, "current_world_history": [ { "id": 1, "description": "A new hero was born in the world.", "added_at": "123-12-27T09:30:00" } ], "grounds": [ { "id": 1, "name": "Mystic Forest", "description": "A dense forest shrouded in mystery and magic.", "added_at": "123-12-28T09:20:00" }, { "id": 2, "name": "Goblin Cave", "description": "A dark, foreboding cave where goblins reside.", "added_at": "123-12-28T12:45:00" } ], "locations": [ { "id": 1, "name": "Elven Village", "grounds_id": 1, "description": "A hidden village inhabited by elves.", "added_at": "123-12-28T09:25:00" }, { "id": 2, "name": "Cave Entrance", "grounds_id": 2, "description": "The ominous entrance to the Goblin Cave.", "added_at": "123-12-28T12:45:00" } ], "current_world_chooses": [ { "id": 1, "location_id": 1, "description": "The hero chose to visit the Elven Village.", "added_at": "123-12-28T09:30:00" } ], "language": [ { "id": 1, "name": "Elvish", "description": "The native language of the elves.", "added_at": "123-12-28T09:35:00" } ], "race": [ { "id": 1, "name": "Elf", "description": "A graceful and mystical race.", "added_at": "123-12-28T09:40:00" }, { "id": 2, "name": "Human", "description": "A versatile and adaptable", "added_at": "123-12-28T09:40:00" } ], "characters": [ { "id": 1, "name": "Arwen", "race_id": 1, "gender": "male", "age": 120, "level": 1, "language_id": 1, "current_experience": 130, "next_level_experience": 100, "current_health": 50, "current_mana": 40, "current_stamina": 35, "max_health": 60, "max_mana": 40, "max_stamina": 40, "description": "A young elven warrior.", "is_player": "true", "is_enemy": "false", "added_at": "123-12-27T09:30:00" }, { "id": 2, "name": "Dan", "gender": "male", "race_id": 2, "age": 25, "level": 1, "language_id": 1, "current_experience": 0, "next_level_experience": 100, "current_health": 50, "current_mana": 20, "current_stamina": 30, "max_health": 50, "max_mana": 30, "max_stamina": 40, "description": "A young human warrior.", "is_player": "false", "is_enemy": "false", "added_at": "123-12-27T10:30:00" }, { "id": 3, "name": "Elven Scout", "race_id": 1, "gender": "female", "age": 90, "level": 2, "language_id": 1, "current_experience": 0, "next_level_experience": 150, "current_health": 40, "current_mana": 20, "current_stamina": 35, "max_health": 50, "max_mana": 20, "max_stamina": 40, "description": "A vigilant elven scout who warns Arwen about the goblin ambush.", "is_player": "false", "is_enemy": "false", "added_at": "123-12-28T12:30:00" } ], "skills_type": [ { "id": 1, "name": "Combat" } ], "skills": [ { "id": 1, "name": "Power Strike", "skill_type_id": 1, "skill_level": 1, "skill_mana_cost": 5, "skill_health_cost": 0, "skill_stamina_cost": 10, "success_chance": 85, "is_attack": "true", "added_at": "123-12-28T09:30:00" }, { "id": 2, "name": "Thunder Strike", "skill_type_id": 1, "skill_level": 1, "skill_mana_cost": 10, "skill_health_cost": 0, "skill_stamina_cost": 15, "success_chance": 90, "is_attack": "true", "added_at": "123-12-28T12:50:00" } ], "skill_effects": [ { "id": 1, "name": "Damage", "description": "Inflicts damage to an enemy.", "added_at": "123-12-28T09:30:00" }, { "id": 2, "name": "Magic Power", "description": "Enhances magical abilities.", "added_at": "123-12-28T12:45:00" } ], "skill_effects_rel": [ { "id": 1, "skill_id": 1, "effect_id": 1, "effect_value": 20, "duration": 0, "added_at": "123-12-28T09:30:00", "ended_at": "" }, { "id": 2, "skill_id": 2, "effect_id": 2, "effect_value": 15, "duration": 0, "added_at": "123-12-28T12:50:00", "ended_at": "" } ], "character_skills_list_rel": [ { "id": 1, "skill_id": 1, "character_id": 1, "added_at": "123-12-28T09:30:00", "ended_at": "" }, { "id": 2, "skill_id": 2, "character_id": 1, "added_at": "123-12-28T12:50:00", "ended_at": "" } ], "character_relationship": [ { "id": 1, "name": "Friend", "added_at": "123-12-28T09:30:00" }, { "id": 2, "name": "Protector", "description": "A bond forged through mutual respect and courage.", "added_at": "123-12-28T12:55:00" } ], "character_relationship_rel": [ { "id": 1, "relationship_id": 1, "character_id": 1, "target_character_id": 2, "added_at": "123-12-27T09:30:00", "ended_at": "" }, { "id": 2, "relationship_id": 2, "character_id": 1, "target_character_id": 3, "added_at": "123-12-28T12:55:00", "ended_at": "" } ], "character_status_dict": [ { "id": 1, "name": "Healthy", "added_at": "123-12-28T09:30:00" } ], "character_status_rel": [ { "id": 1, "status_id": 1, "character_id": 1, "reason": "In good health.", "added_at": "123-12-28T09:30:00", "ended_at": "" } ], "item_rarity": [ { "id": 1, "name": "Common", "added_at": "123-12-28T09:30:00" }, { "id": 2, "name": "Rare", "added_at": "123-12-28T12:45:00" } ], "item_type": [ { "id": 1, "name": "Weapon", "added_at": "123-12-28T09:30:00" }, { "id": 2, "name": "Accessory", "added_at": "123-12-28T12:45:00" } ], "item_status": [ { "id": 1, "name": "New", "added_at": "123-12-28T09:30:00" } ], "items": [ { "id": 1, "name": "Iron Sword", "item_type_id": 1, "item_rarity_id": 1, "description": "A basic iron sword.", "price": 10, "added_at": "123-12-28T09:30:00" }, { "id": 2, "name": "Goblin Dagger", "item_type_id": 1, "item_rarity_id": 1, "description": "A crude dagger used by goblins in combat.", "price": 5, "added_at": "123-12-28T11:15:00" }, { "id": 3, "name": "Ancient Amulet", "item_type_id": 2, "item_rarity_id": 2, "description": "A mystical amulet that enhances magical power.", "price": 100, "added_at": "123-12-28T12:45:00" } ], "item_stats": [ { "id": 1, "item_id": 1, "name": "Damage", "value": 15, "added_at": "123-12-28T09:30:00" }, { "id": 2, "item_id": 3, "name": "Magic Power", "value": 15, "added_at": "123-12-28T12:45:00" } ], "inventory": [ { "id": 1, "character_id": 1, "item_id": 1, "status_id": 1, "is_equipped": "true", "quantity": 1 }, { "id": 2, "character_id": 1, "item_id": 2, "status_id": 1, "is_equipped": "false", "quantity": 1 }, { "id": 3, "character_id": 1, "item_id": 3, "status_id": 1, "is_equipped": "false", "quantity": 1 } ], "party_members": [ { "id": 1, "character_id": 1, "added_at": "123-12-28T09:30:00", "ended_at": "" }, { "id": 2, "character_id": 2, "added_at": "123-12-28T09:30:00", "ended_at": "" } ], "events": [ { "id": 1, "quest_giver_id": 1, "name": "Find the Artifact", "description": "Locate the lost artifact in the Mystic Forest.", "current_amount": 0, "target_amount": 1, "completion_percentage": 0, "is_active": "false", "started_at": "123-12-28T09:30:00", "ended_at": "123-12-28T12:30:00" }, { "id": 2, "quest_giver_id": 3, "name": "Defend the Elven Village", "description": "Protect the Elven Village from the approaching goblin army.", "current_amount": 0, "target_amount": 10, "completion_percentage": 0, "is_active": "true", "started_at": "123-12-28T11:45:00", "ended_at": "" } ], "events_reward": [ { "id": 1, "event_id": 1, "item_id": 1, "experience": 50, "added_at": "123-12-28T09:30:00" }, { "id": 2, "event_id": 2, "item_id": 1, "experience": 100, "added_at": "123-12-28T12:30:00" } ], "journey": [ { "id": 1, "current_event_id": 2, "step_number": 1, "started_at": "123-12-28T11:30:00", "ended_at": "" } ] }, "generator_response_data": { "prompt": "Arwen rushes toward the source of the cry for help, his heart racing. As he pushes through the dense underbrush, the storm begins to break, with raindrops falling heavily around him. He discovers a wounded traveler caught in the thicket, moaning in pain. Just then, he hears footsteps approaching; it’s a group of goblins, likely responsible for the traveler’s plight. Arwen must act quickly to either rescue the traveler or confront the goblins.", "steps": [ { "id": 1, "description": "Arwen rushes to help the wounded traveler.", "risk_level": "high", "time_estimate": "15 minutes" }, { "id": 2, "description": "Arwen prepares to fight the approaching goblins.", "risk_level": "high", "time_estimate": "10 minutes" }, { "id": 3, "description": "Arwen searches for a way to escape without confrontation.", "risk_level": "medium", "time_estimate": "10 minutes" }, { "id": 4, "description": "Arwen uses his skills to distract the goblins and lead them away.", "risk_level": "medium", "time_estimate": "15 minutes" } ], "outcome": { "id": 1, "description": "Arwen's swift decision to help the traveler risks bringing attention from the goblins, but it could save a life. As he aids the traveler, the storm intensifies, and he prepares for either confrontation or a hasty retreat.", "reward": "Arwen gains 50 experience points for his efforts and the gratitude of the traveler who offers him a small token of appreciation, an ancient amulet.", "new_items": [ { "id": 4, "name": "Traveler's Token", "description": "A small token of appreciation from the traveler.", "item_rarity_id": 1, "item_type_id": 2, "price": 15, "added_at": "123-12-28T12:30:00" } ], "new_relationships_rel": [ { "id": 3, "relationship_id": 1, "character_id": 1, "target_character_id": 4, "added_at": "123-12-28T12:30:00", "ended_at": "" } ], "time_spent": { "minutes": 15, "updated_game_date": "123-12-28T12:45:00" } } } }
Leave a Comment