ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/cold.arc
Revision: 1.2
Committed: Tue Feb 6 22:39:57 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.1: +21 -20 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.2 object disease_cold
2 root 1.1 name cold
3 root 1.2 race *
4     msg
5     You develop a sniffle.
6     endmsg
7     con -1
8     cha -1
9     hp 1
10 root 1.1 maxhp 10
11 root 1.2 sp 1
12     maxsp 0
13 root 1.1 maxgrace 6
14 root 1.2 exp 100
15 root 1.1 food -1
16 root 1.2 dam 1
17     wc 20
18     ac 0
19 root 1.1 speed 0.05
20 root 1.2 level 2
21     type 158
22     attacktype 1048576
23     invisible 1
24     magic 3
25 root 1.1 last_sp 50
26 root 1.2 last_grace 1
27 root 1.1 last_eat 0
28     end
29 root 1.2