ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/flu.arc
Revision: 1.7
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.6: +1 -1 lines
Log Message:
renumber SYMPTOM, remove type 140

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.6 speed -0.05
24 root 1.5 level 2
25 root 1.7 type 107
26 root 1.5 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