Skip to content

Commit

Permalink
added encounter choices jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterHuang committed Oct 28, 2023
1 parent 3866ede commit 10103d9
Show file tree
Hide file tree
Showing 31 changed files with 610 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"story": "As you traverse through the neon-lit streets, your cybernetic implants detect a faint signal emanating from an abandoned building. What do you do?",
"actions": [
{
"action": "Investigate the source of the signal",
"good": "Upon reaching the source of the signal, you discover a hidden underground lab filled with cutting-edge technology and experimental prototypes. You successfully steal the valuable tech without drawing any unwanted attention.",
"bad": "As you investigate the signal, an automated defense system kicks into action, targeting your cybernetic implants with electromagnetic pulses. Your augmented senses fail temporarily, causing you to stumble and take damage."
},
{
"action": "Leave the area undisturbed",
"good": "You decide against investigating further, choosing to keep this secret location a mystery. You depart without incident.",
"bad": "Your decision to leave the area undisturbed leads you directly into a concealed trap set up by unknown assailants. An explosive device detonates in close proximity to your location, causing some damage."
},
{
"action": "Attempt to disable the automated defense system",
"good": "Using your hacking skills, you successfully interrupt the automated defense system, avoiding any damage. You access the underground lab and retrieve the valuable tech.",
"bad": "Your attempts to hack the automated defense system trigger an alarm which brings unwanted attention from both the unknown assailants and rogue cybernetics-enhanced guards. You take considerable damage."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"story": "You hear a strange noise coming from the nearby shadows. As you investigate, you stumble upon a group of malfunctioning androids. What do you do?",
"actions": [
{
"action": "Try to hack into their system",
"good": "Your expertise in cybernetics allows you to take control of the malfunctioning androids. They become loyal to your cause, increasing your resources and expanding your capabilities.",
"bad": "As you attempt to hack into their system, one of the androids unexpectedly lashes out at you, causing damage. Despite your best efforts, they remain hostile and continue to malfunction."
},
{
"action": "Attempt to destroy the androids",
"good": "With a well-aimed blow, you destroy the malfunctioning androids, eliminating any further threats. You come out unscathed and with increased resources.",
"bad": "As you attempt to destroy the androids, one of them unexpectedly lashes out at you, causing damage. Despite your efforts, they manage to evade destruction and continue to malfunction."
},
{
"action": "Leave them be",
"good": "You decide to leave the malfunctioning androids alone, not wanting to risk any further conflict. You come out unscathed and with a newfound sense of caution.",
"bad": "As you decide to leave the malfunctioning androids alone, one unexpectedly lashes out at you, causing damage. Despite your best efforts, they remain hostile and continue to malfunction."
}
]
}
20 changes: 20 additions & 0 deletions contribution/en/encounters-choices/forbidden-area-discovery-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"story": "You come across a heavily guarded room filled with advanced technology and equipment. What do you do?",
"actions": [
{
"action": "Attempt to sneak in undetected",
"good": "Using your stealth skills, you manage to slip past the guards without being noticed. In the quiet of the night, you gather whatever equipment strikes your fancy and make a quick escape.",
"bad": "As you attempt to sneak into the room, you bump into one of the guards. Alarms blare as they come pouring in, dealing damage to you as you try to flee."
},
{
"action": "Bust down the door with force",
"good": "With a mighty burst of strength, you smash through the door and take whatever equipment is lying around. Your brute force pays off.",
"bad": "Your impulsive decision to break in results in heavy resistance from the guards, leaving you battered and bruised while they recover their stolen gear."
},
{
"action": "Hack into the room's security system",
"good": "Using your tech skills, you bypass the room's security and gather whatever equipment catches your eye. Your hacking prowess proves successful.",
"bad": "As you attempt to hack into the room's security system, an alarm goes off, alerting nearby guards. They quickly arrive on the scene, causing damage as they chase you out of the area."
}
]
}
20 changes: 20 additions & 0 deletions contribution/en/encounters-choices/forbidden-area-discovery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"story": "You hear a faint hum coming from beyond the door. As you creep closer, you notice a flickering glow behind the surface. What do you do?",
"actions": [
{
"action": "Use your hacking skills to bypass the door's security system",
"good": "With your tech prowess, you easily bypass the door's security measures and enter the room. A wealth of advanced technology awaits you, and you help yourself to valuable loot.",
"bad": "As you attempt to hack the door's security, automated defense systems activate. You take damage from laser grids before narrowly escaping with your life. The loot remains out of reach."
},
{
"action": "Break open the door with brute force",
"good": "With a show of strength, you shatter the door's lock and enter the room. A trove of advanced technology awaits you, and you help yourself to valuable loot.",
"bad": "Your attempt to break down the door alerts the turrets hidden within the walls. They fire upon your position, causing injury and damaging your equipment. The loot remains just out of reach."
},
{
"action": "Search for another way in",
"good": "Careful exploration leads you to a concealed passage behind the door. You sneak past the defense systems undetected and retrieve valuable items from the hidden stash.",
"bad": "While searching for an alternate route, you accidentally step on a pressure plate, triggering a concealed trap. Poisonous gas begins to fill the corridor, causing damage and forcing you to flee without the loot."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"story": "You approach a mysterious figure cloaked in shadows. They beckon you closer, revealing a small device that emits an eerie glow. What do you do?",
"actions": [
{
"action": "Take the device and examine it closely",
"good": "As you scrutinize the device, you discover its intricate circuitry and advanced programming. You can't resist the urge to keep it for yourself, knowing it could come in handy someday.",
"bad": "Your greed leads you to grab the device without regard for the consequences. The figure reveals itself to be a cyborg assassin, and you're met with a barrage of deadly energy bolts."
},
{
"action": "Refuse the offer and walk away",
"good": "You remain vigilant and resist the mysterious figure's advances. Your caution is rewarded as they offer no further harm.",
"bad": "The figure reveals itself to be an undercover agent who offers you a chance at redemption, but you choose to walk away and continue your life of crime."
},
{
"action": "Hand the device back and inquire about its origins",
"good": "Your curiosity leads you to learn more about the device's history. It turns out it's a prototype for a new cyborg implant that could revolutionize cybernetic enhancements.",
"bad": "The figure reveals itself to be a rival gang member, and you suffer damage in a violent confrontation over the device."
}
]
}
20 changes: 20 additions & 0 deletions contribution/en/encounters-choices/forbidden-area.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"story": "You find yourself in a dimly lit corridor filled with the humming of machinery. As you proceed, you stumble upon a locked door that leads to a restricted area. What do you do?",
"actions": [
{
"action": "Try hacking the door's security panel",
"good": "With your exceptional hacking skills, you manage to bypass the security system undetected, granting you access to a hidden cache of valuable items. Your tech prowess pays off.",
"bad": "While attempting to hack the door's security, automated defense systems are triggered. Laser grids activate and cause damage to your body. The loot remains inaccessible."
},
{
"action": "Force open the door with brute strength",
"good": "Using all your might, you manage to pry the door open, revealing a stash of valuable items. Your determination proves rewarding.",
"bad": "Your efforts to force the door open lead to activating a hidden alarm. Automated turrets emerge from the walls and fire at you, causing damage. The loot remains out of reach."
},
{
"action": "Explore for an alternate route",
"good": "Carefully exploring nearby corridors, you discover a concealed passage that leads to the other side of the locked door. You unearth the gang's hidden stash and help yourself to its contents.",
"bad": "As you seek an alternate route, you unintentionally trigger a pressure plate, setting off a concealed trap. Poisonous gas begins to fill the corridor, causing damage to your body before you narrowly escape. The loot remains out of reach."
}
]
}
20 changes: 20 additions & 0 deletions contribution/en/encounters-choices/forbidden-discovery-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"story": "You come across a room filled with pulsating technological machinery, humming with malevolent energy. What do you do?",
"actions": [
{
"action": "Approach the machinery and attempt to dismantle it",
"good": "With your expert skills, you successfully dismantle the dangerous equipment, preventing a catastrophic malfunction that could have caused untold damage. As a reward, you discover a cache of valuable items hidden nearby.",
"bad": "Your effort to dismantle the machinery triggers an automated defense system. The lasers emit from the walls and hit your body, causing damage. The loot remains tantalizingly out of reach."
},
{
"action": "Ignore the machinery and move on",
"good": "As you walk past the technological chamber, you hear a faint beeping coming from inside. You ignore it and continue on your way, unaware that a hidden loot was narrowly missed.",
"bad": "You choose to ignore the pulsating machinery, but an alarm suddenly rings out. Automated turrets emerge from the walls, firing in your direction. You take damage, barely avoiding the danger, and the loot remains just beyond your reach."
},
{
"action": "Approach the machinery and try to harness its power",
"good": "With a flick of a switch, you tap into the machines' immense energy reserves. This grants you enhanced abilities that make your journey through the gang stronghold much easier. The hidden cache of valuable items is now yours for the taking.",
"bad": "As you try to harness the machinery's power, automated defense systems become activated. Laser grids form around you, causing damage. You are left stranded without any loot."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"story": "As you navigate through the bustling marketplace, you spot a group of notorious hackers attempting to sell their stolen goods. What do you do?",
"actions": [
{
"action": "Join forces with the hackers and participate in their cybercrimes",
"good": "Your newfound allies introduce you to their inner circle, granting you access to exclusive techno-magical hacks that enrich your reputation. Your criminal enterprise thrives.",
"bad": "Your collaboration with the hackers draws unwanted attention from law enforcement agencies. You find yourself on the run, and the loot remains out of reach."
},
{
"action": "Warn the authorities about their illicit activities",
"good": "The exposed criminal ring is swiftly dismantled, earning you gratitude from the local law enforcement agencies. Your altruistic nature earns a reward in the form of valuable items.",
"bad": "Your intervention puts your life at risk, triggering retaliatory measures against you. You take damage as you make your escape, and the loot remains out of reach."
},
{
"action": "Remain neutral and observe their dealings without participation",
"good": "You gather valuable intel about the hackers' operations, which could prove useful in future scenarios. You discover some minor items from your passive observation.",
"bad": "Your presence is detected by the hackers, causing them to lose trust in their merchandise. The loot remains out of reach as a result."
}
]
}
20 changes: 20 additions & 0 deletions contribution/en/encounters-choices/forbidden-discovery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"story": "You're wandering through the dimly lit corridors when you hear a faint hum coming from up ahead. As you approach, you see a door leading to an off-limits area. What do you do?",
"actions": [
{
"action": "Hack into the security system and disable it",
"good": "Your impressive hacking skills allow you to bypass the system undetected, granting access to a stash of valuable items. Your tech prowess earns you great rewards.",
"bad": "As you attempt to hack into the security system, your actions trigger an alarm. Turrets appear out of nowhere and fire at you, causing damage but leaving the loot still hidden."
},
{
"action": "Forcefully open the door using brute strength",
"good": "With a display of impressive force, you break through the door and discover a well-hidden cache of valuable items. Your determination pays off in spades.",
"bad": "Your attempts to force the door lead to the activation of automated defense systems. Laser grids surround you, inflicting damage but leaving the loot untouched."
},
{
"action": "Search for an alternate route around the door",
"good": "As you explore the nearby corridors, you discover a concealed passageway leading to the other side of the door. You find a secret stash filled with valuable items and make off with them.",
"bad": "While on your search for an alternate route, you accidentally trigger a hidden trap. Poisonous gas fills the corridor, causing damage and forcing you to flee before finding the loot."
}
]
}
20 changes: 20 additions & 0 deletions contribution/en/encounters-choices/forbidden-exploration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"story": "You find yourself in a dimly lit lab filled with strange machines and equipment. Suddenly, a holographic projection appears before you, revealing the mad scientist behind this twisted experiment. What do you do?",
"actions": [
{
"action": "Negotiate with the scientist to let you go",
"good": "After a tense negotiation, the scientist agrees to release you and provides you with some valuable experimental tech as a parting gift. Your wits and cunning save your life.",
"bad": "Your attempts at negotiations fall flat, and the scientist retaliates by unleashing his experimental weapons on you. You take heavy damage but manage to escape with your life."
},
{
"action": "Attack the scientist and escape",
"good": "After a brutal fight, you emerge victorious, taking possession of the valuable experimental tech lying around in the lab. Your brawn and courage pay off.",
"bad": "Your unprovoked attack on the scientist causes him to activate his experimental defense systems. You take heavy damage as he blasts you with energy beams and hurls explosives your way. The loot remains out of reach."
},
{
"action": "Explore the lab for clues about the scientist's past",
"good": "As you delve deeper into the lab, you come across some valuable secrets about the scientist's past and his nefarious intentions. You manage to escape with your life and valuable experimental tech in hand.",
"bad": "While exploring the lab for clues, you accidentally trigger a concealed trap that activates an automated defense system. You take heavy damage before barely making it out alive. The loot remains out of reach."
}
]
}
20 changes: 20 additions & 0 deletions contribution/en/encounters-choices/forbidden-machinery-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"story": "You come across a group of cyborgs working on an experimental project, but they seem agitated and defensive. What do you do? ",
"actions": [
{
"action": "Approach the cyborgs peacefully and inquire about their project",
"good": "After explaining your intentions, the cyborgs recognize your harmless nature and offer you a peek at the revolutionary technology they've been working on. As a reward for your kindness, they gift you with an advanced cybernetic implant.",
"bad": "As you approach the cyborgs, they mistake your intentions and attack. You take damage from their advanced weaponry, but manage to escape before they can do any serious harm."
},
{
"action": "Attempt to steal the experimental project",
"good": "With your stealthy skills, you slip past the cyborgs undetected and sneak into their secure facility. You successfully pilfer the coveted technology and make a quick escape, but not before leaving a trail of advanced cybernetic implants as distractors.",
"bad": "As you attempt to steal the experimental project, an alarm blares and cyborgs pour out of every corner. You take heavy damage from their retaliation, barely making it out alive."
},
{
"action": "Ignore them completely and move on",
"good": "You sense that there's something off about the cyborgs and wisely decide to keep your distance. As you continue your exploration, you come across a cache of advanced cybernetic implants, left behind by the skittish group.",
"bad": "As you pass by the cyborgs, they mistake your lack of interaction as aggression and lunge at you. You take damage from their surprise attack but manage to fend them off."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"story": "As you navigate through the gang's stronghold, you come across a group of cyborgs gathered around a console. They seem to be executing some complex code. What do you do? ",
"actions": [
{
"action": "Try to hack the console",
"good": "With your formidable hacking skills, you manage to decipher the complex code and disable the cyborgs' ongoing operation. You also retrieve some valuable data and equipment from the console.",
"bad": "Your attempt to hack the console triggers a security alert, causing the cyborgs to turn hostile towards you. They attack you, inflicting damage but not killing you. The loot remains out of reach."
},
{
"action": "Steal from the cyborgs' collection",
"good": "You sneak past the cyborgs undetected and pilfer some valuable items from their collections. Your stealth is unmatched.",
"bad": "While attempting to steal from the cyborgs, you trigger a security alert, causing the cyborgs to turn hostile towards you. They attack you, inflicting damage but not killing you. The loot remains out of reach."
},
{
"action": "Engage the cyborgs in combat",
"good": "You engage the cyborgs in a fierce battle and emerge victorious. You find some valuable items among their equipment.",
"bad": "Your engagement with the cyborgs goes south, causing you to sustain damage but not killing you. The loot remains out of reach."
}
]
}
Loading

0 comments on commit 10103d9

Please sign in to comment.