ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/potionhea.arc
Revision: 1.5
Committed: Tue Feb 6 23:29:26 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# User Rev Content
1 root 1.4 object potion_heal
2 root 1.1 name healing potion
3 root 1.4 name_pl healing potions
4     face potionhea.x11
5     sp 35
6 root 1.1 nrof 1
7 root 1.4 level 1
8 root 1.1 type 5
9 root 1.5 materialname glass
10 root 1.4 value 50
11 root 1.1 weight 1800
12 root 1.4 client_type 651
13     color_fg red
14 root 1.1 editable 2048
15     on_use_yield potion_empty
16     end
17 root 1.4