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

File Contents

# User Rev Content
1 root 1.5 object potion_restoration
2 root 1.1 name potion of life
3 root 1.6 name_pl potions of life
4 pippijn 1.2 face potion_heal2.x11
5 root 1.6 nrof 1
6     level 1
7 root 1.4 type 5
8 root 1.1 attacktype 65536
9 root 1.6 value 6000
10 root 1.1 weight 1500
11 root 1.6 client_type 651
12 root 1.1 color_fg light_blue
13     editable 2048
14     on_use_yield potion_empty
15     end
16 root 1.6