forked from DuncanFairley/Dungeon-Master
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRace List.dm
58 lines (43 loc) · 853 Bytes
/
Race List.dm
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
//Kobold
//Dwarf
//Human
//Goblin
//Lizardman
//Ratman
//Svartalfar
//Demon
/*
As a notice, the majority of this code was rewritten and maintained by Felix Rose.
- Decius Reln/NicholasDV
*/
//Dragon
//Spider
SandUnits
//Gargoyle
//Devourer
//Frogman
Wolves
Werewolves, Deal with stats, and remember: add huge weakness related silver.
Vampires, Clean up the infection code. Works but needs improvement.
Critters
For Vampires, remember vampire potion, with werewolves too.
switch(RACE)
if("Kobold")
if("Dwarf")
if("Human")
if("Goblin")
if("Lizardman")
if("Ratman")
if("Frogman")
if("Vampire")
if("Svartalfar")
if("Demon")
if("Dragon")
if("Spider")
if("Gargoyle")
if("Devourer")
Test spider destroy floor
start combat overhaul.
+MathDragons
+MathDevs
+MathBlood