Difference between revisions of "User:Wwf"

From CrawlWiki
Jump to: navigation, search
m (Organizing my thoughts into code fragments and TODO list pages)
m
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
It is not a list of things that I will eventually do, so don't count on anything being done on my list.
 
It is not a list of things that I will eventually do, so don't count on anything being done on my list.
  
 
+
== Pages to update ==
== Interesting Notes ==
+
Update [[/Throwing weapons]] with useful information.
* [[Ghoul (monster)|Ghouls]] with rF+++ resist all [[orb of fire]] attacks. [[Yredelemnul]] worshipers should dress their ghouls appropriately.
 
  
 
== Wiki Snippets ==
 
== Wiki Snippets ==
Line 11: Line 10:
 
These usually include manual fill in the blank templates of code that I find useful
 
These usually include manual fill in the blank templates of code that I find useful
  
=== Code References ===
+
== Concepts of Time ==
To insert a crawl code reference into a wiki page use the following and make sure you have a references section.
+
The concept of [[/Time|Time]] is confusing for a player who is new to turn based roguelike games.
''Text to contain a footnote.''<nowiki><ref>{{source ref|0.28.0|art-func.h|488}}</ref>
+
This page tries to explain what is happening in the game and explains the concepts of '''time''', '''turns''', '''delay''', '''speed''', and '''actions''' in a way that will enhance their understanding of the game play mechanics.
 +
Hopefully understanding these concepts will help the player enjoy the game more.
 +
 
 +
== Interesting Notes ==
 +
* [[Ghoul (monster)|Ghouls]] with rF+++ resist all [[orb of fire]] attacks. [[Yredelemnul]] worshipers should dress their ghouls appropriately.
  
==References==
+
==[[/Frequent pages]]==
<references/></nowiki>
 

Latest revision as of 05:35, 2 September 2022

Task List

My task list is a collection of ideas and goals that I would like to accomplish. It is not a list of things that I will eventually do, so don't count on anything being done on my list.

Pages to update

Update /Throwing weapons with useful information.

Wiki Snippets

The Wiki Snippets is a page with snippets of wiki code that serve as a cut and paste repository of reusable wiki code. These usually include manual fill in the blank templates of code that I find useful

Concepts of Time

The concept of Time is confusing for a player who is new to turn based roguelike games. This page tries to explain what is happening in the game and explains the concepts of time, turns, delay, speed, and actions in a way that will enhance their understanding of the game play mechanics. Hopefully understanding these concepts will help the player enjoy the game more.

Interesting Notes

/Frequent pages