ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/dev/unused/0.91.6/potionrstr.arc
Revision: 1.5
Committed: Sat Mar 3 01:22:01 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_82, rel-2_81, rel-2_80, rel-3_0, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_90, rel-2_92, rel-2_93, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41, HEAD
Changes since 1.4: +49 -42 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.4 object potion_restoration
2 root 1.1 name potion of restoration
3     face potiongen.111
4 root 1.5 str 1
5     dex 1
6     con 1
7     wis 1
8     cha 1
9     int 1
10     nrof 1
11     type 5
12     attacktype 65536
13 root 1.3 value 8000
14 root 1.5 weight 1500
15     end
16    
17     object potion_restore_cha
18     name potion of restore charisma
19     face restorecha.111
20     cha 1
21     nrof 1
22 root 1.3 type 5
23     attacktype 65536
24 root 1.5 value 4000
25 root 1.3 weight 1500
26     end
27 root 1.5
28     object potion_restore_con
29     name potion of restore constitution
30     face restorecon.111
31     con 1
32     nrof 1
33 root 1.2 type 5
34     attacktype 65536
35 root 1.5 value 4000
36 root 1.2 weight 1500
37     end
38 root 1.5
39 root 1.4 object potion_restore_dex
40 root 1.3 name potion of restore dexterity
41     face restoredex.111
42 root 1.5 dex 1
43     nrof 1
44     type 5
45     attacktype 65536
46 root 1.3 value 4000
47 root 1.5 weight 1500
48     end
49    
50     object potion_restore_int
51     name potion of restore intelligence
52     face restoreint.111
53     int 1
54     nrof 1
55 root 1.1 type 5
56     attacktype 65536
57 root 1.5 value 4000
58 root 1.1 weight 1500
59     end
60 root 1.5
61     object potion_restore_str
62     name potion of restore strength
63     face restorestr.111
64     str 1
65     nrof 1
66 root 1.3 type 5
67     attacktype 65536
68 root 1.5 value 4000
69 root 1.3 weight 1500
70     end
71 root 1.5
72 root 1.4 object potion_restore_wis
73 root 1.3 name potion of restore wisdom
74     face restorewis.111
75 root 1.5 wis 1
76 root 1.3 nrof 1
77 root 1.2 type 5
78     attacktype 65536
79     value 4000
80 root 1.1 weight 1500
81     end
82 root 1.5