git.fiddlerwoaroof.com
Ed L authored on 24/07/2012 04:50:19
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,19 @@
1
+The format of the yaml file is as follows:
2
+
3
+      --- 
4
+      race_name: ...,
5
+      name_fmt: ...,
6
+      namegen_class: ...,
7
+      char: ...,
8
+      color: (r,g,b),
9
+
10
+      spawn_chance: ...,  # higher means more likely to spawn
11
+      level_distance: ...,  # not yet supported
12
+
13
+      hp:...,
14
+      defense:...,
15
+      power:...,
16
+
17
+      ai_class: name.of.class,
18
+
19
+