ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/smallpox.arc
Revision: 1.8
Committed: Fri Apr 9 02:36:26 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.7: +1 -1 lines
Log Message:
renumber SYMPTOM, remove type 140

File Contents

# User Rev Content
1 root 1.5 object smallpox
2 root 1.1 name smallpox
3 root 1.6 race goblin,human,troll,giant,dwarf
4     msg
5     You have a nasty rash all over you. Are those
6     pustules?
7     endmsg
8     str -1
9     dex -1
10     con -4
11     hp 1
12 root 1.1 maxhp 5
13 root 1.6 sp 1
14     maxsp 0
15 root 1.1 maxgrace 12
16 root 1.6 exp 10000
17 root 1.1 food -1
18 root 1.6 dam -10
19     wc 20
20     ac 0
21 root 1.7 speed -0.08
22 root 1.6 level 20
23 root 1.8 type 107
24 root 1.6 attacktype 1048576
25     invisible 1
26     magic -3
27 root 1.1 last_sp 0
28 root 1.6 last_grace 1
29 root 1.1 last_eat 0
30     end
31 root 1.6