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

File Contents

# User Rev Content
1 root 1.3 object potion_restoration
2 root 1.1 name potion of life
3 root 1.3 name_pl potions of life
4 pippijn 1.2 face potion_heal2.x11
5 root 1.3 nrof 1
6     level 1
7 root 1.1 type 5
8     attacktype 65536
9 root 1.3 value 6000
10 root 1.1 weight 1500
11 root 1.3 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.3