neelthee-mansion 3.20.9__py3-none-any.whl → 3.20.11__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -126,7 +126,7 @@ get [%*BLUE*%item%*RESET*%] - Pick up an item from your current location
126
126
  search [%*RED*%container%*RESET*%] - Search a container in your current location
127
127
  use [%*BLUE*%item%*RESET*%] - Use an item from your inventory
128
128
  put [%*BLUE*%item%*RESET*%] [in] [%*RED*%container%*RESET*%] - Put an item from your inventory into a container in your current location
129
- examine [%*GREEN*%direction%*RESET*%/%*RED*%container%*RESET*%/%*BLUE*%item%*RESET*%] - Find out some info about the object
129
+ examine [%*GREEN*%direction%*RESET*%/%*RED*%container%*RESET*%/%*BLUE*%item%*RESET*%/%*BROWN*%NPC%*RESET*%] - Find out some info about the object
130
130
  sleep - Rest for a bit and regain some health
131
131
  look - Look around your current location
132
132
  quit - Quit the game
neelthee_mansion/Rooms.py CHANGED
@@ -178,7 +178,7 @@ ROOMS = {
178
178
  "containers": {
179
179
  "drawers": container([
180
180
  Book(
181
- "founders journal",
181
+ "founder's journal",
182
182
  """
183
183
  Entry 1 - Beginnings of a Dream
184
184
  “I have begun the construction of the mansion. The site was perfect: secluded, hidden in the shadow of the mountains, far from the prying eyes of the world. This will be my legacy—a
@@ -562,7 +562,6 @@ class Geraldo(NPC):
562
562
  "join": "Thinking about joining Neel-thee? Good idea, If you try and apose him, you're most likely going to die. If you want to join him, you have to go to his study. That is all I can say about this.",
563
563
  },
564
564
  keyword_variations={
565
- "introduction": ["hello", "hi", "greetings", "hey"],
566
565
  "mansion": ["mansion", "this place", "the mansion", "home", "house"],
567
566
  "neel-thee": [
568
567
  "neel-thee",
@@ -573,6 +572,7 @@ class Geraldo(NPC):
573
572
  "escape": ["escape", "leave", "get out", "break free"],
574
573
  "danger": ["danger", "something wrong", "something’s off", "dangerous"],
575
574
  "join": ["join", "joining"],
575
+ "introduction": ["hello", "hi", "greetings", "hey"],
576
576
  },
577
577
  generic_response="The cat looks at you with those mysterious eyes, as if deciding whether or not to speak.",
578
578
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: neelthee-mansion
3
- Version: 3.20.9
3
+ Version: 3.20.11
4
4
  Summary: A text-based adventure game set in Neel-thee’s mansion.
5
5
  Home-page: https://github.com/Flameblade375/neelthee_mansion
6
6
  Author: Alexander.E.F
@@ -0,0 +1,16 @@
1
+ neelthee_mansion/Books.py,sha256=Zs6GOi12vrikne-E37LdrLNRb6CyUogOCDApDGFj6Ls,26168
2
+ neelthee_mansion/Mansion_of_Amnesia.py,sha256=w2V-6velQwJFE6_QCc3DbiM869tRBFWdLT9thKzkbeE,49971
3
+ neelthee_mansion/Quests.py,sha256=pUlru2RugP57MACQORZaF_X9lsbefTdPYTSO474phgo,2791
4
+ neelthee_mansion/Rooms.py,sha256=RO93vDdZupVcRkc0e910wb989Od1wWo-WJuzs8VLSaI,82430
5
+ neelthee_mansion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ neelthee_mansion/__main__.py,sha256=OIAWZ04le70DyjtR4hlmK9csHej7EHxeUrMoNnM-Vjc,95
7
+ neelthee_mansion/all_game_utils.py,sha256=AasunTkFmgAqt9ZIoYmymi4R7leBe4ubW-C1ts0Qclo,351
8
+ neelthee_mansion/creatures.py,sha256=vUR8PmdiftCFBCGJbHkCT4AMUPvqwouDGQ4ye2fiPCw,20910
9
+ neelthee_mansion/items.py,sha256=--DtMCZrurDAe3S-gB5DXAul_kmG9BGB0QmBY2-Fphc,6383
10
+ neelthee_mansion/utils.py,sha256=GaCkein6dppeufYfBMk59gHAE2b4p9TJW2MsRjyyFvQ,13702
11
+ neelthee_mansion-3.20.11.dist-info/LICENSE.md,sha256=CV8XGZaCyyAMdbkYFQUjb8AjBq9vkoyqdZCq1_hetms,1105
12
+ neelthee_mansion-3.20.11.dist-info/METADATA,sha256=LFRyGbULbVPD97GKaJUeSwDDhBo4ZEJmAQrPg9YH1WM,1757
13
+ neelthee_mansion-3.20.11.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
14
+ neelthee_mansion-3.20.11.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
15
+ neelthee_mansion-3.20.11.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
16
+ neelthee_mansion-3.20.11.dist-info/RECORD,,
@@ -1,16 +0,0 @@
1
- neelthee_mansion/Books.py,sha256=Zs6GOi12vrikne-E37LdrLNRb6CyUogOCDApDGFj6Ls,26168
2
- neelthee_mansion/Mansion_of_Amnesia.py,sha256=hQl-0oO-8rsN4RLll5IgqGi4dONDOBTVexL3wCjl8hk,49949
3
- neelthee_mansion/Quests.py,sha256=pUlru2RugP57MACQORZaF_X9lsbefTdPYTSO474phgo,2791
4
- neelthee_mansion/Rooms.py,sha256=PRCiGyD1OYhPASrfGMVMU5LtOSeEbAMFs0bezuMVN6A,82432
5
- neelthee_mansion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- neelthee_mansion/__main__.py,sha256=OIAWZ04le70DyjtR4hlmK9csHej7EHxeUrMoNnM-Vjc,95
7
- neelthee_mansion/all_game_utils.py,sha256=AasunTkFmgAqt9ZIoYmymi4R7leBe4ubW-C1ts0Qclo,351
8
- neelthee_mansion/creatures.py,sha256=HF0riTBMyT6Jo_18fNJKXSHA60GWXRDFSSNn9alWUkM,20910
9
- neelthee_mansion/items.py,sha256=--DtMCZrurDAe3S-gB5DXAul_kmG9BGB0QmBY2-Fphc,6383
10
- neelthee_mansion/utils.py,sha256=GaCkein6dppeufYfBMk59gHAE2b4p9TJW2MsRjyyFvQ,13702
11
- neelthee_mansion-3.20.9.dist-info/LICENSE.md,sha256=CV8XGZaCyyAMdbkYFQUjb8AjBq9vkoyqdZCq1_hetms,1105
12
- neelthee_mansion-3.20.9.dist-info/METADATA,sha256=hMBtc3P6vImCIZ6km5tZNc_szMMhTZr9oW4aR9cpjsk,1756
13
- neelthee_mansion-3.20.9.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
14
- neelthee_mansion-3.20.9.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
15
- neelthee_mansion-3.20.9.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
16
- neelthee_mansion-3.20.9.dist-info/RECORD,,