ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/random/randomPoti.arc
Revision: 1.8
Committed: Sun Jul 13 20:12:04 2008 UTC (15 years, 10 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78, rel-2_61
Changes since 1.7: +10 -0 lines
Log Message:
added random resist potion object

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     editable 4
8     magicmap orange
9     end
10 root 1.6
11 elmex 1.8 object random_resist_potion
12     face randomPoti.x11
13     hp 1
14     type 4
15     randomitems random_resist_potion
16     auto_apply 1
17     editable 4
18     magicmap orange
19     end
20