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

# Content
1 object potion_restoration
2 name potion of restoration
3 face potiongen.111
4 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 value 8000
14 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 type 5
23 attacktype 65536
24 value 4000
25 weight 1500
26 end
27
28 object potion_restore_con
29 name potion of restore constitution
30 face restorecon.111
31 con 1
32 nrof 1
33 type 5
34 attacktype 65536
35 value 4000
36 weight 1500
37 end
38
39 object potion_restore_dex
40 name potion of restore dexterity
41 face restoredex.111
42 dex 1
43 nrof 1
44 type 5
45 attacktype 65536
46 value 4000
47 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 type 5
56 attacktype 65536
57 value 4000
58 weight 1500
59 end
60
61 object potion_restore_str
62 name potion of restore strength
63 face restorestr.111
64 str 1
65 nrof 1
66 type 5
67 attacktype 65536
68 value 4000
69 weight 1500
70 end
71
72 object potion_restore_wis
73 name potion of restore wisdom
74 face restorewis.111
75 wis 1
76 nrof 1
77 type 5
78 attacktype 65536
79 value 4000
80 weight 1500
81 end
82