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

# User Rev Content
1 root 1.5 object random_potion
2 pippijn 1.2 face randomPoti.x11
3 root 1.6 hp 1
4 root 1.4 type 4
5 root 1.1 randomitems random_potion
6     auto_apply 1
7     end
8 root 1.6
9 elmex 1.8 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 root 1.11 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