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

File Contents

# User Rev Content
1 root 1.4 object flu
2 root 1.1 name flu
3 root 1.5 race *
4     msg
5     You have aches and fever, and you feel nauseous.
6     endmsg
7     str -1
8     dex -1
9     con -1
10     wis -1
11     cha -1
12     int -1
13     hp 1
14 root 1.1 maxhp 10
15 root 1.5 sp 1
16     maxsp 0
17 root 1.1 maxgrace 6
18 root 1.5 exp 100
19 root 1.1 food -1
20 root 1.5 dam 2
21     wc 20
22     ac 0
23 root 1.1 speed 0.05
24 root 1.5 level 2
25     type 158
26     attacktype 1048576
27     invisible 1
28     magic 3
29 root 1.1 last_sp 50
30 root 1.5 last_grace 1
31 root 1.1 last_eat 0
32     end
33 root 1.5