- Revert r13404 changes. This is used in a race-specific Hall of Selection.
Reported by knotwork. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@13432 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
f672d095fd
commit
529d812386
|
|
@ -1,20 +1,17 @@
|
||||||
# This is commented out for the time since this is not a class
|
# This class is used a race-specific HallOfSelection.
|
||||||
# that appears in HallOfSelection and I do not want it to appear
|
#
|
||||||
# as a choice for new character system. I leave it in this state
|
name mage
|
||||||
# since I think it may get re-used for class balancing (or the images
|
anim_suffix class_mage
|
||||||
# may). MSW 2010-06-17
|
randomitems warlock_class_items
|
||||||
#name mage
|
face mage.151
|
||||||
#anim_suffix class_mage
|
animation mage_class
|
||||||
#randomitems warlock_class_items
|
is_animated 1
|
||||||
#face mage.151
|
anim_speed -1
|
||||||
#animation mage_class
|
type 37
|
||||||
#is_animated 1
|
Str 1
|
||||||
#anim_speed -1
|
Dex -1
|
||||||
#type 37
|
Con 1
|
||||||
#Str 1
|
Int 0
|
||||||
#Dex -1
|
Wis -2
|
||||||
#Con 1
|
Pow 1
|
||||||
#Int 0
|
end
|
||||||
#Wis -2
|
|
||||||
#Pow 1
|
|
||||||
#end
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue