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

File Contents

# User Rev Content
1 root 1.3 object mage_class
2 root 1.4 anim
3     mage.x11
4     mage.x12
5     mage.x31
6     mage.x32
7     mage.x51
8     mage.x52
9     mage.x71
10     mage.x72
11     facings 4
12     mina
13 root 1.1 name mage
14 root 1.3 face mage.x51
15     is_animated 1
16     str 1
17     dex -1
18     con 1
19     wis -2
20     pow 1
21     int 0
22     type 37
23 root 1.1 randomitems warlock_class_items
24 root 1.3 anim_speed -1
25 root 1.1 color_fg black
26     end
27 root 1.3