ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/random/randomPoti.arc
Revision: 1.12
Committed: Sat Oct 16 09:18:46 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -3 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# Content
1 object random_potion
2 face randomPoti.x11
3 hp 1
4 type 4
5 randomitems random_potion
6 auto_apply 1
7 end
8
9 object random_resist_potion
10 face randomPoti.x11
11 hp 1
12 type 4
13 randomitems random_resist_potion
14 auto_apply 1
15 end
16
17 object random_stat_potion
18 face randomPoti.x11
19 hp 1
20 type 4
21 randomitems random_stat_potion
22 auto_apply 1
23 end
24