Added Troy's notes
This commit is contained in:
parent
d7c25fc454
commit
13ac477bad
10
README.md
10
README.md
@ -21,21 +21,13 @@ Here's a few potential options, which will absolutely change over time:
|
||||
* Isekai Protag Syndrome
|
||||
* Gunslingers (Wild West)
|
||||
|
||||
## Notes, Concepts and Ideas
|
||||
|
||||
* Color-based effects or biomes that only have an impact when in the FOV?
|
||||
* The "obscurity" is a random value set at the beginning of a run, and lost upon death. The game will have various secrets, some of which are only accessible via certain obscurity values.
|
||||
* A banana taped to a wall?
|
||||
* A note taped to a wall that says "I. O. U. 1 Banana"
|
||||
* Could also have an art gallery room
|
||||
|
||||
## Links And Resources
|
||||
|
||||
https://rogueliketutorials.com/
|
||||
|
||||
https://python-tcod.readthedocs.io/en/latest/
|
||||
|
||||
## Setup and Notes
|
||||
## Setup and Scripts
|
||||
|
||||
```bash
|
||||
#make the virtual environment
|
||||
|
92
dev-notes.md
Normal file
92
dev-notes.md
Normal file
@ -0,0 +1,92 @@
|
||||
# Dev Notes, Concepts, and Ideas
|
||||
|
||||
Color-based effects or biomes that only have an impact when in the FOV?
|
||||
The "obscurity" is a random value set at the beginning of a run, and lost upon death. The game will have various secrets, some of which are only accessible via certain obscurity values.
|
||||
A banana taped to a wall?
|
||||
A note taped to a wall that says "I. O. U. 1 Banana"
|
||||
Could also have an art gallery room
|
||||
|
||||
## Healing
|
||||
|
||||
While not necessarily "realistic" some are more fun or interesting.
|
||||
|
||||
healing potion
|
||||
nano cells (nanophage)
|
||||
medical bag " cocane"
|
||||
holy crystal
|
||||
stim pack
|
||||
milk of the poppy
|
||||
adrenaline shot
|
||||
nectar of the gods "ambrosia"
|
||||
eldar brain fluid
|
||||
med pack
|
||||
mystical fruit or Berry
|
||||
whiskey or just booze.
|
||||
|
||||
## Melee Weapons
|
||||
|
||||
As some settings are very similar you will see similar or even repeated items. Some can be interchangeable without too much trouble.
|
||||
|
||||
Weapons are present here are common / uncommon - rare / God like - super experimental one of a kind.
|
||||
|
||||
1.) sword / club / axe
|
||||
2.) Blessed / holy Weapons / mater worked / ancestors Weapons ect.
|
||||
3.) Gift of the gods / tooth of the great dragon / diamond of the deep.
|
||||
|
||||
1.) 3d printed weapons / old world rusty / hand me down.
|
||||
2.) Branded Gucci weapons / Military grade / master Smithed construction.
|
||||
3.) Mono edge hyper blade / organic deconstruction forged / experimental titanium fusion cutters.
|
||||
|
||||
1.) Pocket knife / house toots ( shovel / cricket bat ) ect.
|
||||
2.) Cold forged / silver / rolled and folded metal / combat proven.
|
||||
3.) Titanium / steam powered / pneumatic / dimond edge / chrome plated /
|
||||
|
||||
1.) Hidden blade (shoe / wrist) / spike ring / sleep spray.
|
||||
2.) Tazer / brass knuckles / trippy spray / batton "tonfa".
|
||||
3.) One of a kind Q experimental weapons. / uranium blade / banned chemical weapons acid spray .
|
||||
|
||||
1.) Axe / sword / club
|
||||
2.) Monster bone / monster blood forged / slayer weapons from ancient times / Blood line inherited weapons.
|
||||
3.) Gift of the gods / God forged / meteoric metals. Slayed a demi God / used in God war / has shed the blood of gods.
|
||||
|
||||
1.) Kitchen knife / tools. Home made defence weapons.
|
||||
2.) Antique weapons / Exotic poison coated / battle tested.
|
||||
3.) Tooth of cathulu / esoteric mind sliver / weapons of the fallen kings of Atlantis.
|
||||
|
||||
1.) Combat blade / basic military kit / temu mall ninja gear.
|
||||
2.) Laser eched weapons / small batch field test weapons / brand new out of box.
|
||||
3.) Gauntlets of telk / eye of ra / worm tooth of si Halood.
|
||||
|
||||
1.) Bowie knife / tomahawk / native spear / cast iron tools ect.
|
||||
2.) Spring Steel / cold forged / rattle snake poison / mercury edged / Reverse Serrated.
|
||||
3.) Spear of the dream walker / experimental gun blade / blade of the templar / Vatican blessed holy relic.
|
||||
|
||||
## Narrative Goals
|
||||
|
||||
1.) Defeat villian / kill all x in area.
|
||||
2.) Collection of item(s)
|
||||
3.) Activation or deactivate grid / power supply / ritual.
|
||||
|
||||
## Ranged Weapons
|
||||
|
||||
As some settings are very similar you will see similar or even repeated items. Some can be interchangeable without too much trouble.
|
||||
|
||||
Weapons are present here are common / uncommon - rare / God like - super experimental one of a kind.
|
||||
|
||||
1.) Bow / cross bow / sling / javelins ect.
|
||||
2.) Magically enchanted weapons and or ammunition / holy / master worked / Ancestors.
|
||||
3.) Gift of the gods. Dragon fire bow / soul eater crossbow / javelins of lightning.
|
||||
|
||||
1.) 3d printed guns / rusty old word guns. Jerry rigged.
|
||||
2.) Branded Gucci guns / Military grade / bespoke special editions / specifically designed ammo (armour piecing / hollow point ect.)
|
||||
3.) Tesla hyper beam cannon / experimental thematic manipulation ray / gravidic conversion stream / anti reality fabric hacker / spontaneous combustion field / magnetic ion atom smasher.
|
||||
|
||||
|
||||
1.) Common crystal construction / home made / fragile.
|
||||
2.) Antique construction of past generations / sturdy construction / multiple firing chambers / more exotic and rare earth minerals.
|
||||
3.) Pure untarnished faultless crystal or gem construction / soul gem that contains ally or enemy soul / pure unstable quantum core power supply.
|
||||
|
||||
1.) Crude / poor construction / simple blow guns and projectiles.
|
||||
2.) Old world weapons / new condition or recently recovered / mint condition or cannibalised guns rifles ect. Specially designed ammunition.
|
||||
3.) Pre war experimental weapons (see cyberpunk)
|
||||
|
Loading…
x
Reference in New Issue
Block a user