ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/power_crystal.arc
Revision: 1.5
Committed: Fri Feb 9 01:52:29 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +6 -6 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object power_crystal
2 root 1.5 anim
3     power_crystal.x11
4     power_crystal.x12
5     power_crystal.x13
6     power_crystal.x14
7     mina
8 root 1.1 name Glowing Crystal
9 root 1.3 name_pl Glowing Crystals
10     face power_crystal.x11
11     is_animated 1
12 root 1.1 maxsp 1000
13 root 1.3 type 156
14 root 1.4 materialname stone
15 root 1.3 value 10000000
16     weight 3
17     client_type 41
18     color_fg white
19     editable 4096
20 root 1.1 end
21 root 1.3