ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/random/randomPoti.arc
Revision: 1.11
Committed: Sat Nov 21 04:51:04 2009 UTC (14 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_92, rel-2_93
Changes since 1.10: +9 -0 lines
Log Message:
add random stat potion type

File Contents

# User Rev Content
1 root 1.5 object random_potion
2 pippijn 1.2 face randomPoti.x11
3 root 1.10 magicmap orange
4 root 1.6 hp 1
5 root 1.4 type 4
6 root 1.1 randomitems random_potion
7     auto_apply 1
8     end
9 root 1.6
10 elmex 1.8 object random_resist_potion
11     face randomPoti.x11
12 root 1.10 magicmap orange
13 elmex 1.8 hp 1
14     type 4
15     randomitems random_resist_potion
16     auto_apply 1
17     end
18    
19 root 1.11 object random_stat_potion
20     face randomPoti.x11
21     magicmap orange
22     hp 1
23     type 4
24     randomitems random_stat_potion
25     auto_apply 1
26     end
27