Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EO Text Adventure #1626

Merged
merged 1 commit into from
Dec 9, 2023
Merged

Conversation

InsightfulParasite
Copy link
Collaborator

@InsightfulParasite InsightfulParasite commented Nov 11, 2023

About The Pull Request

Adds a text adventure minigame to the EO's area.

TEXT BASED ADVENTURES!!! Adventures that are mostly predefined paths. This was difficult to finalize since i have not made a text based adventure before.

  • Currently is its own isolated datum with event datums that have been simplified in order to encourage the creation of more events by people.
  • Pseudo battle system with block and attack.
  • Adventure system where you can travel down paths in order to gain event progress.
  • Events that have stat challenges.

I did specifically try to make it as simple as possible with the least amount of variables. This will prove to possibly be a mistake since there is no leveling or scaling system.

Why It's Good For The Game

I was assigned to make a minigame for the EO since their job can get some lengths of time with no agent traffic.

Changelog

🆑
add: text_adventure_console.
/:cl:

@InsightfulParasite InsightfulParasite self-assigned this Nov 11, 2023
@InsightfulParasite InsightfulParasite added the Feature Something new being added. label Nov 11, 2023
@InsightfulParasite InsightfulParasite force-pushed the EO-adventure branch 17 times, most recently from 989eca5 to f36728e Compare November 17, 2023 08:55
@InsightfulParasite InsightfulParasite force-pushed the EO-adventure branch 11 times, most recently from 302acd6 to adae44b Compare November 21, 2023 06:55
@InsightfulParasite InsightfulParasite force-pushed the EO-adventure branch 6 times, most recently from b11ad60 to c41b6d4 Compare November 22, 2023 04:05
@InsightfulParasite InsightfulParasite marked this pull request as ready for review November 22, 2023 04:07
@InsightfulParasite InsightfulParasite force-pushed the EO-adventure branch 14 times, most recently from 5b071a8 to 931624a Compare November 29, 2023 02:09
Adds a text adventure minigame to the EO's area.

Update lc13_adventuredatum.dm

Remove redundant profile inheritance

New Event
Copy link
Contributor

@Kitsunemitsu Kitsunemitsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, just something small to do

@Kitsunemitsu Kitsunemitsu merged commit 827befe into vlggms:master Dec 9, 2023
7 checks passed
@InsightfulParasite InsightfulParasite deleted the EO-adventure branch January 12, 2024 01:11
vampirebat74 pushed a commit to vampirebat74/lobotomy-corp13 that referenced this pull request May 10, 2024
Adds a text adventure minigame to the EO's area.

Update lc13_adventuredatum.dm

Remove redundant profile inheritance

New Event
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Something new being added.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants