ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/potion/potionfir.arc
Revision: 1.9
Committed: Tue Nov 3 09:49:37 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.8: +0 -2 lines
Log Message:
remove editable field, elmey says so

File Contents

# Content
1 object potion_fire
2 name potion of cold resistance
3 name_pl potions of cold resistance
4 face potionfir.x11
5 nrof 1
6 level 1
7 type 5
8 resist_cold 90
9 materialname glass
10 value 5200
11 weight 1800
12 client_type 651
13 magicmap red
14 on_use_yield potion_empty
15 end
16
17 object potion_fire2
18 name potion of frost resistance
19 name_pl potions of frost resistance
20 face potionfir.x11
21 nrof 1
22 level 1
23 type 5
24 resist_cold 95
25 materialname glass
26 value 28000
27 weight 1800
28 client_type 651
29 magicmap red
30 on_use_yield potion_empty
31 end
32