Added notes from a blog post

Kayne Ruse
2013-06-12 21:57:36 +10:00
parent a2e3fd00a9
commit 3f456982ce
+9 -1
@@ -22,6 +22,9 @@ Equipment should be items, but should the item object be placed in the equipment
#### Scratchings
* active time vs wait time battle system
* the terrain you fight on affects the strength of spells and attacks
Server Room:
* constructor
* destructor
@@ -35,4 +38,9 @@ Multithreading the network packets:
* queue
* function to push to the queue
* function to retreive from the queue
* Get the client running first
* Get the client running first
I read in an article about magic being affected by the environment. What if in the ATB system, magic was affected by what type of terrain you were fighting on? Like, if you were in a volcano, fire magic was more powerful, but ice magic was weaker?
Unless you had an ice crystal to draw magic from, which makes up for the lack of ice magic sources, but the crystals only had limited amount of uses?