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

# Content
1 object random_potion
2 face randomPoti.x11
3 magicmap orange
4 hp 1
5 type 4
6 randomitems random_potion
7 auto_apply 1
8 end
9
10 object random_resist_potion
11 face randomPoti.x11
12 magicmap orange
13 hp 1
14 type 4
15 randomitems random_resist_potion
16 auto_apply 1
17 end
18
19 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