From b4fe49cc5c6f6673b5f8756bab3ec9fa4cffdac8 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 8 Nov 2021 13:28:56 +0000 Subject: [PATCH 1/3] Update 'README.md' --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f210fef..4c1fd59 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Bookworm ###### Created on 09.04.2021 +# Wiki... preformatting + + --- James @@ -144,7 +147,7 @@ Using the Pocketwatch allows the player to slow down everything. Marisa can move 1. Need to listen for Traps, setup by the player # AI rundown -//Really liking this one! + 1. Sakuya AI - Active 1. Movement 1. Roams in medium speed @@ -164,7 +167,7 @@ Using the Pocketwatch allows the player to slow down everything. Marisa can move 1. Wait for ~1 Minute 1. Return to Movement -// THIS IS NOT GOOD! + 1. Koakuma AI - Active 1. Movement 1. Roams quickly @@ -178,7 +181,7 @@ Using the Pocketwatch allows the player to slow down everything. Marisa can move 1. Restocks for 10 seconds 1. Return to movement -// Could be fun. Needs to be tested throughfully. + 1. Patchouli AI - Active 1. Movement 1. Wanders slowly @@ -198,7 +201,7 @@ Using the Pocketwatch allows the player to slow down everything. Marisa can move 1. Multi Enemy Round 1. When other NPCs spot the player, they report the position to her; 1. she then moves to said position - 1. When getting to close, she instakills the player, using some iron maiden coffin spell or so.. i dunno, is the first thing that came to mind. //WTF James? + 1. When getting to close, she instakills the player, using some iron maiden coffin spell or so.. i dunno, is the first thing that came to mind. 1. Flandre AI - Active 1. Movement @@ -218,7 +221,7 @@ Using the Pocketwatch allows the player to slow down everything. Marisa can move 1. If the player rings the Bell in her Shop, she get automatically teleported to the shop, and serves the player. 1. If she carried an Item whilst summoning, she will place the Item on the counter directly. -//Possibly my favourite, can catch new players off guard, once active. + 1. Shadow Marisa AI 1. Movement 1. Always lurks in the shadows From e0e1c3b2292afcb18f0508467bbd639672487492 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 8 Nov 2021 14:03:00 +0000 Subject: [PATCH 2/3] Update 'README.md' --- README.md | 47 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 4c1fd59..2e059cb 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,34 @@ # Bookworm ###### Created on 09.04.2021 -# Wiki... preformatting - --- James James Things +# Wiki... preformatting + + # Overview A Stealth-Based steal game +You are Marisa Kirisame, a Magician with a thirst for books. The Library of the Scarlet Devil Mansion is an endless Maze of Bookshelves and Traps, which you try to navigate through and steal some books. -# Goals +The goal is to get the most Books with the most value out of the library without getting caught +--- + +# Personal Goals 1. Learn how to make NPCs 2. Learn how to create randomly generated levels 3. Advanced interactivity with the User (With quick time events or other animations) 4. Inventory Space 5. ~~VOLUMETRIC FOG~~ -# Specifications -You are Marisa Kirisame, a Magician with a thirst for books. The Library of the Scarlet Devil Mansion is an endless Maze of Bookshelves and Traps, which you try to navigate through and steal some books. +--- +# The Level Generator +Just use https://github.com/BenPyton/ProceduralDungeon. It's way better. -The goal is to get the most Books with the most value out of the library without getting caught - -## The Level Generator -Generator rundown: +## Legacy Generator rundown: 1. Spawn Phase 1. Create a preset room with walls and 4 doorways. Needs to be square. @@ -42,25 +45,41 @@ Generator rundown: 1. Check the room list if adjacent rooms are existing 1. Generate Doors according to how many Doors are calculated in the room -## Scored Books -### Spell Books (Gold) 20 Points +--- + +# Scored Books +## Spell Books (Gold) 20 Points * Spell to Mark a location * Spell to gain invounerability for a certain time (sun?) * One-shotting attack spell -### Astronomy Books (Purple) 8 Points +## Astronomical Books (Purple) 8 Points * Strong Star Based attack * Spell to reveal enemies * Spell to brighten the area -### Mystical Book (Blue) 3 Points +## Mystical Book (Blue) 3 Points * Spell to clear FOG * Locking spell * Light attack spell -### General knowledge (Gray) 1 Point +## General knowledge (Gray) 1 Point * Makes funny noise +## Reading Books (None) Not collectable +* Funny names + +### Funny name List +#### done +* Totes Billiard [Fuck you beejay] -DONE.... but not happy +* Left on read 2 [Left 4 Dead] -DONE +* Stealing for Kleptomaniacs - DONE (Could be better) + +#### Todo +* The Gathering of Magic [Magic the gathering] +* How to Jump [Binding of Isaac] +* How to train your succubus [How to train your dragon] +* Cooking for Roundheads [Minecraft mod] ## Enemies **THERE IS ALLWAYS ONLY ONE ENEMY PER FLOOR** From 75e4762c88a0b60d4afff1b41a6a4e788006a71c Mon Sep 17 00:00:00 2001 From: James Date: Mon, 8 Nov 2021 15:12:02 +0000 Subject: [PATCH 3/3] Moved everything to the Wiki --- README.md | 255 +----------------------------------------------------- 1 file changed, 1 insertion(+), 254 deletions(-) diff --git a/README.md b/README.md index 2e059cb..e6871ca 100644 --- a/README.md +++ b/README.md @@ -1,257 +1,4 @@ # Bookworm ###### Created on 09.04.2021 - ---- - -James -James Things - -# Wiki... preformatting - - -# Overview -A Stealth-Based steal game -You are Marisa Kirisame, a Magician with a thirst for books. The Library of the Scarlet Devil Mansion is an endless Maze of Bookshelves and Traps, which you try to navigate through and steal some books. - -The goal is to get the most Books with the most value out of the library without getting caught ---- - -# Personal Goals -1. Learn how to make NPCs -2. Learn how to create randomly generated levels -3. Advanced interactivity with the User (With quick time events or other animations) -4. Inventory Space -5. ~~VOLUMETRIC FOG~~ - ---- -# The Level Generator -Just use https://github.com/BenPyton/ProceduralDungeon. It's way better. - -## Legacy Generator rundown: - -1. Spawn Phase - 1. Create a preset room with walls and 4 doorways. Needs to be square. - 1. Populate with corner variations - 1. Define 4 “Exit” markers at each Door, those have the doors parented. - 1. Define Spawn Markers for spawns, bookshelves, hazards, and obstacles - 1. Create different materials for each sublevel -1. Generator Rundown - 1. Generate the base Room - 1. Generate interior - 1. Generate the Corners - 1. Generate Item Displays, depositing areas OR hiding places - 1. Generate the Bookshelves - 1. Check the room list if adjacent rooms are existing - 1. Generate Doors according to how many Doors are calculated in the room - ---- - -# Scored Books -## Spell Books (Gold) 20 Points -* Spell to Mark a location -* Spell to gain invounerability for a certain time (sun?) -* One-shotting attack spell - -## Astronomical Books (Purple) 8 Points -* Strong Star Based attack -* Spell to reveal enemies -* Spell to brighten the area - -## Mystical Book (Blue) 3 Points -* Spell to clear FOG -* Locking spell -* Light attack spell - -## General knowledge (Gray) 1 Point -* Makes funny noise - -## Reading Books (None) Not collectable -* Funny names - -### Funny name List -#### done -* Totes Billiard [Fuck you beejay] -DONE.... but not happy -* Left on read 2 [Left 4 Dead] -DONE -* Stealing for Kleptomaniacs - DONE (Could be better) - -#### Todo -* The Gathering of Magic [Magic the gathering] -* How to Jump [Binding of Isaac] -* How to train your succubus [How to train your dragon] -* Cooking for Roundheads [Minecraft mod] - -## Enemies -**THERE IS ALLWAYS ONLY ONE ENEMY PER FLOOR** - -### Patchouli Knowledge (Active after 1 Minute of stealing the first book or after stealing 5 Books) -She is the one hunting the player. With every Book she gets angrier and thus faster, casting spells to stop the player from taking the books. She isn’t too quick and gets exhausted quite easily after chasing the player for a while. - -### Koakuma (Active after stealing 70 Books) -Annoys the player and alerts patchouli on the Position of the player. Can lay traps and laugh at the player, one he fell for one - -### Sakuya Izayoi (Active after stealing 30 Books or reaching layer -2) -Wanders about, trying to find the player, Once found the player will be constantly harassed by quick time events, from Knives, that are being thrown at the player. She can be distracted by breaking flower pots, creating puddles, or otherwise dirtying the environment. - -Getting hit by a dagger slows the player down, after being hit 5 Times the player gets pinned until the daggers have been removed and the slowdown effect is permanent. -Patchouli will be alerted once the player has been pinned - -### Flandre Scarlet (Active after stealing 100 Books, or reaching layer -5) -Attacks from the distance. She can be avoided by hiding. Being playful makes her more cheery, trapping her, or somehow else making her uncomfortable angers her. -After getting too angry, she can one-hit the player until she calmed down -LAYER REWORK: -_//Maybe you can bribe Remilia to calm her down?_ - -### Remilia Scarlet -Mostly watches, maybe at some point she will jump into action or is able to calm Flandre - -### Clownpiece -On her own accord, wandering through the maze, because... Just because. Can be kicked out if found by Patchouli. Looking at the torch starts a timer - -### Nazrin -Will trade in her little shop. Sometimes seen around the map stealing dropped items - -### Shadow Marisa (Active after stealing 500 Books or reaching layer -5) -Steals marisas Items and is a CONSTANT THREAT. -Can be eliminated for 3 Rooms with the sun Flashlight. - -## Controls -“WASD” + MOUSE (Movement) -“Q” “W” “E” “R” “A” “S” “D” “F” “X” “C” SPACE (Dodging buttons) -“Left Click” (Main Item Interaction) -“Right Click” (Alternative Item Interaction) -“Left alt” (Sneaking) -“Left shift” (Sprinting, blocks item interaction and sprinting) -“E” — Pickup / Interact -“F” — Sunlight lamp - -## Hiding Spots -Hiding spots allow the player to store Books to get them afterwards - -## Drop-off points -Certain points in the map, where the players can drop their current items - -## Items -### Sunlight lamp -Clears the (volumetric) fog, but gives away the position and pisses off the vampires majorly - -### Sake Bottle -Besides being able to throw the bottle to create a distraction, (Audio for every enemy, a dirt spot for Sakuya) the user can also drink the bottle and gain immunity for some time. But you're drunk for a short amount of time. That wobbles the screen and makes movement a bit wonky. - -### The F3 Key -Shows the current room's coordinate, 100% not a reference to Minecraft. - -### The Compass -Shows a compass at the top of the screen, allowing the user to get a sense of direction. - -### Maidens Pocket Watch -When cleaning, the player can sneak up to Sakuya and steal her pocket watch. (That needs to stay a secret, tough) -Using the Pocketwatch allows the player to slow down everything. Marisa can move at a normal pace though. - - -# Todos -1. ~~Room Generator~~ -1. ~~Bookshelf Generator~~ -1. ~~The First Level~~ -1. ~~Filling the bookshelves~~ -1. ~~Leaning ability~~ -1. Dashing ability -1. A Shop Room -1. Drop-Off spawnpoint -1. Hidden Bookstorage -1. Exit Hook -1. Enemy Spawnroom -1. Open Door actor (which can be closed) - 1. Need to listen for Patchoulis Earth Magic - 1. Need to listen for Traps, setup by the player - -# AI rundown - -1. Sakuya AI - Active - 1. Movement - 1. Roams in medium speed - 1. Needs to stop at certain Points of the map to clean - 1. Gets distracted by breaking things. - 1. Attacking - 1. Direct attack - 1. Closes in on the player - 1. When near enough, fire 5 sets of daggers, triggering the dodging Process. Afterwards she will begin her re-activation period - 1. Pinning - 1. After loosing the last life by the dagger, the player gets knocked prone. - 1. Sakuya positions above the player, begins stabbing them, again with qicktime events - 1. Missing one of those QTE results in death. - 1. Succeding on the QTEs shoves Sakuya away, sets Health to 1 and she will start her re-activation period - 1. Re-activation - 1. Return to the Spawn room - 1. Wait for ~1 Minute - 1. Return to Movement - - -1. Koakuma AI - Active - 1. Movement - 1. Roams quickly - 1. Hides occasionally if she has no books - 1. Attacks - 1. Tries to drop Books onto the player - 1. Throws last books at player - 1. Then returns to any bookpile to "restock" - 1. Re-activation - 1. Moves to any hiding-book-pile - 1. Restocks for 10 seconds - 1. Return to movement - - -1. Patchouli AI - Active - 1. Movement - 1. Wanders slowly - 1. Listens to stealing of Books and goes there - 1. Attacking - 1. Uses diverse Spells - 1. Water Spell, slowing the player when hit - 1. Fire Spell, Damaging the player - 1. Earth Spell, Blocking the players path - 1. Wind Spell, Propells herself forward - 1. After casting 3 spells, patchouli gets exhausted and goes to the Re-Activation stage - 1. Re-activation - 1. Move to any chair in the level - 1. If no chair is found, return to the enemyspawn. - 1. On chair, take a ~2 Minute break. - 1. At enemy spawn, take a ~1 Minute break. - 1. Multi Enemy Round - 1. When other NPCs spot the player, they report the position to her; - 1. she then moves to said position - 1. When getting to close, she instakills the player, using some iron maiden coffin spell or so.. i dunno, is the first thing that came to mind. - -1. Flandre AI - Active - 1. Movement - 1. Extremely High Speed - 1. Can be distracted with dolls and other toys - 1. Attacking - 1. Attacks with either quicktime events or spells which need to be physically dodged - 1. Can only be stopped by finding Remilia on the map - -1. Nazrin AI - Passive - 1. Itemstealing - 1. At first she roams the dungeon, trying to find the Item in the Itemroom - 1. If she found the item, she carries it slowly to her shop - 1. If the player catches her, carrying the item to the shop, they can steal it from her, but her prices double for the current floor - 1. If she gets to the shop with the item, she puts it up for sale. - 1. Summoning - 1. If the player rings the Bell in her Shop, she get automatically teleported to the shop, and serves the player. - 1. If she carried an Item whilst summoning, she will place the Item on the counter directly. - - -1. Shadow Marisa AI - 1. Movement - 1. Always lurks in the shadows - 1. Attacking - 1. Lurking within a Bookpile. Attacking them when not cautious - 1. Fogging up the doors with scarlet mist; Youre unable to see, what lies ahead. - 1. Jumpscaring near bookshelves - 1. Stealing - 1. When the player has turned their back towards her, she can fly past and snatch a random book from the player. - 1. When cought she instantaniously retreats back into the shadows (or the wall?) - 1. Shining the Sun Flashlight at her, makes her disappear for 3 Floors -# Nazrins Itemshop - * Players can trade books for Items - * Sells 2 Different Items \ No newline at end of file +For all infos please turn your head towards the [Wiki](https://git.james-things.com/James/Bookworm/wiki) \ No newline at end of file