Revert previous reverts of reverts, adding back 'mage_class'.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@13434 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
0c4a5f8c1e
commit
f4273891a1
|
@ -1,17 +1,18 @@
|
||||||
# This class is used a race-specific HallOfSelection.
|
# This class is used a race-specific HallOfSelection.
|
||||||
#
|
#
|
||||||
# name mage
|
Object mage_class
|
||||||
# anim_suffix class_mage
|
name mage
|
||||||
# randomitems warlock_class_items
|
anim_suffix class_mage
|
||||||
# face mage.151
|
randomitems warlock_class_items
|
||||||
# animation mage_class
|
face mage.151
|
||||||
# is_animated 1
|
animation mage_class
|
||||||
# anim_speed -1
|
is_animated 1
|
||||||
# type 37
|
anim_speed -1
|
||||||
# Str 1
|
type 37
|
||||||
# Dex -1
|
Str 1
|
||||||
# Con 1
|
Dex -1
|
||||||
# Int 0
|
Con 1
|
||||||
# Wis -2
|
Int 0
|
||||||
# Pow 1
|
Wis -2
|
||||||
# end
|
Pow 1
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in New Issue