Skip to content

Commit

Permalink
Merge pull request #31 from brandonnorsworthy/updates
Browse files Browse the repository at this point in the history
update ideas and init sql
  • Loading branch information
brandonnorsworthy authored Sep 20, 2024
2 parents 21da558 + 37e7fd4 commit 6be4313
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
3 changes: 2 additions & 1 deletion database/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ INSERT INTO categories (name) VALUES
('Automation'),
('Trolling'),
('Survival'),
('Raiding');
('Raiding'),
('Building');

-- Insert 10 rows into users table
INSERT INTO users (username, role_id, completed_quests, metadata, password) VALUES
Expand Down
18 changes: 14 additions & 4 deletions questIdeas.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,29 @@ Setting
- Disable Animations

## Overflow

## Added
- Create a 10 Train car long Train
- Open a vending machine shop
- Farm a planter box of crops
- Make a pure (tea)
- Use a submarine
- Kill a shark
- Mount your enemys head on your base
- Put up 3 wanted posters of your enemies around your base
- Have a BBQ with friends
- Have a BBQ with atleast 1 other player
- Have someone play a guitar while you sing
- Build a dance floor and have a party
- Complete a NPC quest
- Get a car functional

## Todo
- Have a camper
- Have a taxi
- make a phone call (required someone needs to pick up)

## DLC overflow
- Mount your enemys head on your base
- Put up 3 wanted posters of your enemies around your base
- take a picture with a random person
- Build a dance floor and have a party
- Use a megaphone next to the largest base in the area
- Throw a voice recorder with a with a message on it on a random base

0 comments on commit 6be4313

Please sign in to comment.