forked from sampyxis/NovelWriter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.txt
119 lines (106 loc) · 2.99 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Wayward's list of things to do:
Genorators:
-Hero
Gender
male
female
(non binary?)
Appenence
(Attitude?)
D&D stats
-Items
Weapons
Type of weapon(Sword, Mace, Pike, etc.)
D&D stats
Trinkets
Items that aren't weapons(Necklaces, braclets, cloaks, etc.)
D&D stats
Importance
There can only be one importante item per game. This item will have a magic D&D modifier and help the Hero.
how many (based on World size)
-Towns
Status/size
rich big
rich medium
middle-income big
middle-income medium
middle-income small
poor medium
poor small
(importance?)
People
This will generate a number based on status/size and then run the NPC genorater that number of times.
Then it will assign stats to these random people, again, based on status/size
eg. mayor, pesent, king, nobility, merchant, ect.
A map
Enterable house (if possible)
eg. tavern, castle, witches house?
how many (based on World size)
-NPCs
Monsters
Mindless creatures that will sometimes attack the Hero
D&D stats
Depending on the environment the Hero is in, different monsters will spawn
Peope
This will generate all of the nondiscript, filler people
Apperance
D&D stats
Allies
More important people to the story that help the Hero on their quest
Apperance
D&D stats
(Attitude?)
(Reason for joining Hero?)
Enemies
Like Allies but evil
Apperance
D&D stats
(Attitude?)
(Reason for being evil??)
Villain
The Big Bad
Apparance
D&D stats
(Attitude?)
(Reason for evil?)
(Maybe also a giant creature?eg. Dragon, town sized bear? Hydra, ect.)
- World
Size
Big
Medium
Small
Biomes
For each world size, there are a set number of biomes it can have. Choose from a list of biomes and randomly place
them in the world
Towns
Run the Town gen. depending on size
Monsters
Populate the world with mosters depending on Biome
Map
physical layout of world
Once everything is generated, we will need to keep track of all that stuff.
Additional things to keep track of:
-Moods
of Hero
of NPCs
of Story (eg. if there is a fight, the mood is Tense, ect.)
Writing
Characters need introspection
Characters need to write what they are thinking - not just dialog
Generate characters
Generate weapons and items
Generate their usage
Generat teams??
Create weapon, item, magic, etc. items from srd
Character has
motivations
nerves
passion
goal
# Ordinary world
# Dungeon generators
http://www.apolitical.info/webgame/dungeon/
# D&D Generators
http://rpg20.com/about.php#dungeon
# Code examples
https://github.com/catseye/NaNoGenLab