ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/smallpox.arc
Revision: 1.6
Committed: Sat Mar 3 01:22:09 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.5: +22 -21 lines
Log Message:
second normaliser run - dude

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.1 speed 0.08
22 root 1.6 level 20
23     type 158
24     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