ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/class/Warrior/mage/mage.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:51 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +12 -11 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 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.7 name mage
14     face mage.x51
15 root 1.3 is_animated 1
16 root 1.7 str 1
17     dex -1
18     con 1
19     wis -2
20     pow 1
21     int 0
22     type 37
23     randomitems warlock_class_items
24 root 1.5 anim_speed -1
25 root 1.7 color_fg black
26 root 1.1 end
27 root 1.7