|
From: Crossfire C. r. messages.
<cro...@li...> - 2009-02-01 14:46:29
|
Revision: 11306
http://crossfire.svn.sourceforge.net/crossfire/?rev=11306&view=rev
Author: akirschbaum
Date: 2009-02-01 14:46:12 +0000 (Sun, 01 Feb 2009)
Log Message:
-----------
Add explicit animations; extract some 'magicmap' and 'visibility' attributes into .face files.
Modified Paths:
--------------
arch/trunk/monster/humanoid/Elf/elf.face
arch/trunk/monster/humanoid/Halfling/halfling.face
arch/trunk/monster/humanoid/Human/human.face
arch/trunk/monster/humanoid/Human/mage.face
arch/trunk/monster/humanoid/Human/viking.face
arch/trunk/player/class/Religious/cleric.arc
arch/trunk/player/class/Religious/monk.arc
arch/trunk/player/class/Religious/paladin.arc
arch/trunk/player/class/Religious/priest.arc
arch/trunk/player/class/Thief/ninja.arc
arch/trunk/player/class/Thief/thief.arc
arch/trunk/player/class/Warrior/Dwarf/mountain_dwarf.arc
arch/trunk/player/class/Warrior/barbarian.arc
arch/trunk/player/class/Warrior/mage.arc
arch/trunk/player/class/Warrior/swashbuckl.arc
arch/trunk/player/class/Warrior/warlock.arc
arch/trunk/player/class/Warrior/warrior.arc
arch/trunk/player/class/Wizardry/alchemist.arc
arch/trunk/player/class/Wizardry/wizard_class.arc
arch/trunk/player/race/dwarf_p.arc
arch/trunk/player/race/elf.arc
arch/trunk/player/race/fenx.arc
arch/trunk/player/race/fenx.face
arch/trunk/player/race/fireborn.arc
arch/trunk/player/race/gnome_p.arc
arch/trunk/player/race/halfling.arc
arch/trunk/player/race/human.arc
arch/trunk/player/race/northman.arc
arch/trunk/player/race/pl_dragon.arc
arch/trunk/player/race/pl_dragon_r.face
arch/trunk/player/race/pl_half_orc.arc
arch/trunk/player/race/quetzalcoatl.arc
arch/trunk/player/race/serpentman.arc
arch/trunk/player/race/troll_player.arc
arch/trunk/player/race/wraithp.arc
Added Paths:
-----------
arch/trunk/player/class/Religious/cleric.face
arch/trunk/player/class/Religious/cleric_class.face
arch/trunk/player/class/Religious/monk_class.face
arch/trunk/player/class/Religious/paladin_class.face
arch/trunk/player/class/Religious/priest_class.face
arch/trunk/player/class/Thief/ninja_class.face
arch/trunk/player/class/Thief/thief_class.face
arch/trunk/player/class/Warrior/Dwarf/mountain_dwarf_class.face
arch/trunk/player/class/Warrior/barbarian_class.face
arch/trunk/player/class/Warrior/mage_class.face
arch/trunk/player/class/Warrior/swashbuckler_class.face
arch/trunk/player/class/Warrior/warlock_class.face
arch/trunk/player/class/Warrior/warrior_class.face
arch/trunk/player/class/Wizardry/alchemist_class.face
arch/trunk/player/class/Wizardry/wizard_class.face
arch/trunk/player/race/dwarf_p.face
arch/trunk/player/race/dwarf_player.face
arch/trunk/player/race/elf_player.face
arch/trunk/player/race/fenx_player.face
arch/trunk/player/race/fenx_player_class_warrior.face
arch/trunk/player/race/fenx_player_singing.face
arch/trunk/player/race/fenx_player_spellcasting.face
arch/trunk/player/race/fenx_player_sword.face
arch/trunk/player/race/fireborn_player.face
arch/trunk/player/race/gnome_player.face
arch/trunk/player/race/halfling_player.face
arch/trunk/player/race/human_player.face
arch/trunk/player/race/northman_player.face
arch/trunk/player/race/pl_half_orc.face
arch/trunk/player/race/quetzalcoatl.face
arch/trunk/player/race/quetzalcoatl_player.face
arch/trunk/player/race/serpentman.face
arch/trunk/player/race/serpentman_player.face
arch/trunk/player/race/troll_p.face
arch/trunk/player/race/troll_player.face
arch/trunk/player/race/wraith_player.face
arch/trunk/player/race/wraithp.face
Modified: arch/trunk/monster/humanoid/Elf/elf.face
===================================================================
--- arch/trunk/monster/humanoid/Elf/elf.face 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/monster/humanoid/Elf/elf.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -8,12 +8,24 @@
face elf.111
magicmap black
end
+face elf.112
+magicmap black
+end
face elf.131
magicmap black
end
+face elf.132
+magicmap black
+end
face elf.151
magicmap black
end
+face elf.152
+magicmap black
+end
face elf.171
magicmap black
end
+face elf.172
+magicmap black
+end
Modified: arch/trunk/monster/humanoid/Halfling/halfling.face
===================================================================
--- arch/trunk/monster/humanoid/Halfling/halfling.face 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/monster/humanoid/Halfling/halfling.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -5,12 +5,24 @@
face halfling.111
magicmap blue
end
+face halfling.112
+magicmap blue
+end
face halfling.131
magicmap blue
end
+face halfling.132
+magicmap blue
+end
face halfling.151
magicmap blue
end
+face halfling.152
+magicmap blue
+end
face halfling.171
magicmap blue
end
+face halfling.172
+magicmap blue
+end
Modified: arch/trunk/monster/humanoid/Human/human.face
===================================================================
--- arch/trunk/monster/humanoid/Human/human.face 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/monster/humanoid/Human/human.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -8,12 +8,24 @@
face human.111
magicmap black
end
+face human.112
+magicmap black
+end
face human.131
magicmap black
end
+face human.132
+magicmap black
+end
face human.151
magicmap black
end
+face human.152
+magicmap black
+end
face human.171
magicmap black
end
+face human.172
+magicmap black
+end
Modified: arch/trunk/monster/humanoid/Human/mage.face
===================================================================
--- arch/trunk/monster/humanoid/Human/mage.face 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/monster/humanoid/Human/mage.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -8,12 +8,24 @@
face mage.111
magicmap black
end
+face mage.112
+magicmap black
+end
face mage.131
magicmap black
end
+face mage.132
+magicmap black
+end
face mage.151
magicmap black
end
+face mage.152
+magicmap black
+end
face mage.171
magicmap black
end
+face mage.172
+magicmap black
+end
Modified: arch/trunk/monster/humanoid/Human/viking.face
===================================================================
--- arch/trunk/monster/humanoid/Human/viking.face 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/monster/humanoid/Human/viking.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -8,12 +8,24 @@
face viking.111
magicmap black
end
+face viking.112
+magicmap black
+end
face viking.131
magicmap black
end
+face viking.132
+magicmap black
+end
face viking.151
magicmap black
end
+face viking.152
+magicmap black
+end
face viking.171
magicmap black
end
+face viking.172
+magicmap black
+end
Modified: arch/trunk/player/class/Religious/cleric.arc
===================================================================
--- arch/trunk/player/class/Religious/cleric.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Religious/cleric.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -4,17 +4,7 @@
name cleric
randomitems cleric_class_items
face cleric.151
-anim
-cleric.111
-cleric.112
-cleric.131
-cleric.132
-cleric.151
-cleric.152
-cleric.171
-cleric.172
-facings 4
-mina
+animation cleric_class
is_animated 1
anim_speed -1
type 37
@@ -37,5 +27,4 @@
Cha 1
Int -2
Pow 1
-magicmap blue
end
Added: arch/trunk/player/class/Religious/cleric.face
===================================================================
--- arch/trunk/player/class/Religious/cleric.face (rev 0)
+++ arch/trunk/player/class/Religious/cleric.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,24 @@
+face cleric.111
+magicmap blue
+end
+face cleric.112
+magicmap blue
+end
+face cleric.131
+magicmap blue
+end
+face cleric.132
+magicmap blue
+end
+face cleric.151
+magicmap blue
+end
+face cleric.152
+magicmap blue
+end
+face cleric.171
+magicmap blue
+end
+face cleric.172
+magicmap blue
+end
Added: arch/trunk/player/class/Religious/cleric_class.face
===================================================================
--- arch/trunk/player/class/Religious/cleric_class.face (rev 0)
+++ arch/trunk/player/class/Religious/cleric_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation cleric_class
+facings 4
+cleric.111
+cleric.112
+cleric.131
+cleric.132
+cleric.151
+cleric.152
+cleric.171
+cleric.172
+mina
Modified: arch/trunk/player/class/Religious/monk.arc
===================================================================
--- arch/trunk/player/class/Religious/monk.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Religious/monk.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -3,17 +3,7 @@
anim_suffix class_monk
randomitems monk_class_items
face monk.151
-anim
-monk.111
-monk.112
-monk.131
-monk.132
-monk.151
-monk.152
-monk.171
-monk.172
-facings 4
-mina
+animation monk_class
is_animated 1
anim_speed -1
type 37
Added: arch/trunk/player/class/Religious/monk_class.face
===================================================================
--- arch/trunk/player/class/Religious/monk_class.face (rev 0)
+++ arch/trunk/player/class/Religious/monk_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation monk_class
+facings 4
+monk.111
+monk.112
+monk.131
+monk.132
+monk.151
+monk.152
+monk.171
+monk.172
+mina
Modified: arch/trunk/player/class/Religious/paladin.arc
===================================================================
--- arch/trunk/player/class/Religious/paladin.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Religious/paladin.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -4,17 +4,7 @@
randomitems paladin_class_items
face paladin.171
type 37
-anim
-paladin.111
-paladin.112
-paladin.131
-paladin.132
-paladin.151
-paladin.152
-paladin.171
-paladin.172
-facings 4
-mina
+animation paladin_class
is_animated 1
anim_speed -1
Str 0
Added: arch/trunk/player/class/Religious/paladin_class.face
===================================================================
--- arch/trunk/player/class/Religious/paladin_class.face (rev 0)
+++ arch/trunk/player/class/Religious/paladin_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation paladin_class
+facings 4
+paladin.111
+paladin.112
+paladin.131
+paladin.132
+paladin.151
+paladin.152
+paladin.171
+paladin.172
+mina
Modified: arch/trunk/player/class/Religious/priest.arc
===================================================================
--- arch/trunk/player/class/Religious/priest.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Religious/priest.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -4,17 +4,7 @@
randomitems priest_class_items
face priestnew.171
type 37
-anim
-priest.111
-priest.112
-priest.131
-priest.132
-priest.151
-priest.152
-priest.171
-priest.172
-facings 4
-mina
+animation priest_class
is_animated 1
anim_speed -1
Str -2
Added: arch/trunk/player/class/Religious/priest_class.face
===================================================================
--- arch/trunk/player/class/Religious/priest_class.face (rev 0)
+++ arch/trunk/player/class/Religious/priest_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation priest_class
+facings 4
+priest.111
+priest.112
+priest.131
+priest.132
+priest.151
+priest.152
+priest.171
+priest.172
+mina
Modified: arch/trunk/player/class/Thief/ninja.arc
===================================================================
--- arch/trunk/player/class/Thief/ninja.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Thief/ninja.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -3,17 +3,7 @@
anim_suffix class_ninja
randomitems ninja_class_items
face ninja.151
-anim
-ninja.111
-ninja.112
-ninja.131
-ninja.132
-ninja.151
-ninja.152
-ninja.171
-ninja.172
-facings 4
-mina
+animation ninja_class
is_animated 1
anim_speed -1
type 37
Added: arch/trunk/player/class/Thief/ninja_class.face
===================================================================
--- arch/trunk/player/class/Thief/ninja_class.face (rev 0)
+++ arch/trunk/player/class/Thief/ninja_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation ninja_class
+facings 4
+ninja.111
+ninja.112
+ninja.131
+ninja.132
+ninja.151
+ninja.152
+ninja.171
+ninja.172
+mina
Modified: arch/trunk/player/class/Thief/thief.arc
===================================================================
--- arch/trunk/player/class/Thief/thief.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Thief/thief.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -3,17 +3,7 @@
anim_suffix class_thief
randomitems thief_class_items
face thief.171
-anim
-thief.111
-thief.112
-thief.131
-thief.132
-thief.151
-thief.152
-thief.171
-thief.172
-facings 4
-mina
+animation thief_class
is_animated 1
anim_speed -1
type 37
Added: arch/trunk/player/class/Thief/thief_class.face
===================================================================
--- arch/trunk/player/class/Thief/thief_class.face (rev 0)
+++ arch/trunk/player/class/Thief/thief_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation thief_class
+facings 4
+thief.111
+thief.112
+thief.131
+thief.132
+thief.151
+thief.152
+thief.171
+thief.172
+mina
Modified: arch/trunk/player/class/Warrior/Dwarf/mountain_dwarf.arc
===================================================================
--- arch/trunk/player/class/Warrior/Dwarf/mountain_dwarf.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Warrior/Dwarf/mountain_dwarf.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -3,17 +3,7 @@
anim_suffix class_mountain_dwarf
randomitems barbarian_class_items
face mountain_dwarf.151
-anim
-mountain_dwarf.111
-mountain_dwarf.112
-mountain_dwarf.131
-mountain_dwarf.132
-mountain_dwarf.151
-mountain_dwarf.152
-mountain_dwarf.171
-mountain_dwarf.172
-facings 4
-mina
+animation mountain_dwarf_class
is_animated 1
anim_speed -1
type 37
Added: arch/trunk/player/class/Warrior/Dwarf/mountain_dwarf_class.face
===================================================================
--- arch/trunk/player/class/Warrior/Dwarf/mountain_dwarf_class.face (rev 0)
+++ arch/trunk/player/class/Warrior/Dwarf/mountain_dwarf_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation mountain_dwarf_class
+facings 4
+mountain_dwarf.111
+mountain_dwarf.112
+mountain_dwarf.131
+mountain_dwarf.132
+mountain_dwarf.151
+mountain_dwarf.152
+mountain_dwarf.171
+mountain_dwarf.172
+mina
Modified: arch/trunk/player/class/Warrior/barbarian.arc
===================================================================
--- arch/trunk/player/class/Warrior/barbarian.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Warrior/barbarian.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -3,17 +3,7 @@
anim_suffix class_barbarian
randomitems barbarian_class_items
face barbarian.151
-anim
-barbarian.111
-barbarian.112
-barbarian.131
-barbarian.132
-barbarian.151
-barbarian.152
-barbarian.171
-barbarian.172
-facings 4
-mina
+animation barbarian_class
is_animated 1
anim_speed -1
type 37
Added: arch/trunk/player/class/Warrior/barbarian_class.face
===================================================================
--- arch/trunk/player/class/Warrior/barbarian_class.face (rev 0)
+++ arch/trunk/player/class/Warrior/barbarian_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation barbarian_class
+facings 4
+barbarian.111
+barbarian.112
+barbarian.131
+barbarian.132
+barbarian.151
+barbarian.152
+barbarian.171
+barbarian.172
+mina
Modified: arch/trunk/player/class/Warrior/mage.arc
===================================================================
--- arch/trunk/player/class/Warrior/mage.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Warrior/mage.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -3,18 +3,7 @@
anim_suffix class_mage
randomitems warlock_class_items
face mage.151
-magicmap black
-anim
-mage.111
-mage.112
-mage.131
-mage.132
-mage.151
-mage.152
-mage.171
-mage.172
-facings 4
-mina
+animation mage_class
is_animated 1
anim_speed -1
type 37
Added: arch/trunk/player/class/Warrior/mage_class.face
===================================================================
--- arch/trunk/player/class/Warrior/mage_class.face (rev 0)
+++ arch/trunk/player/class/Warrior/mage_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation mage_class
+facings 4
+mage.111
+mage.112
+mage.131
+mage.132
+mage.151
+mage.152
+mage.171
+mage.172
+mina
Modified: arch/trunk/player/class/Warrior/swashbuckl.arc
===================================================================
--- arch/trunk/player/class/Warrior/swashbuckl.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Warrior/swashbuckl.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -3,17 +3,7 @@
randomitems swashbuckler_class_items
anim_suffix class_swashbuckler
face swashbuckl.151
-anim
-swashbuckl.111
-swashbuckl.112
-swashbuckl.131
-swashbuckl.132
-swashbuckl.152
-swashbuckl.151
-swashbuckl.171
-swashbuckl.172
-facings 4
-mina
+animation swashbuckler_class
is_animated 1
anim_speed -1
type 37
Added: arch/trunk/player/class/Warrior/swashbuckler_class.face
===================================================================
--- arch/trunk/player/class/Warrior/swashbuckler_class.face (rev 0)
+++ arch/trunk/player/class/Warrior/swashbuckler_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation swashbuckler_class
+facings 4
+swashbuckl.111
+swashbuckl.112
+swashbuckl.131
+swashbuckl.132
+swashbuckl.152
+swashbuckl.151
+swashbuckl.171
+swashbuckl.172
+mina
Modified: arch/trunk/player/class/Warrior/warlock.arc
===================================================================
--- arch/trunk/player/class/Warrior/warlock.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Warrior/warlock.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -2,19 +2,8 @@
name warlock
randomitems warlock_class_items
face mage.151
-magicmap black
anim_suffix class_warlock
-anim
-mage.111
-mage.112
-mage.131
-mage.132
-mage.151
-mage.152
-mage.171
-mage.172
-facings 4
-mina
+animation warlock_class
is_animated 1
anim_speed -1
type 37
Added: arch/trunk/player/class/Warrior/warlock_class.face
===================================================================
--- arch/trunk/player/class/Warrior/warlock_class.face (rev 0)
+++ arch/trunk/player/class/Warrior/warlock_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation warlock_class
+facings 4
+mage.111
+mage.112
+mage.131
+mage.132
+mage.151
+mage.152
+mage.171
+mage.172
+mina
Modified: arch/trunk/player/class/Warrior/warrior.arc
===================================================================
--- arch/trunk/player/class/Warrior/warrior.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Warrior/warrior.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -3,17 +3,7 @@
randomitems warrior_class_items
anim_suffix class_warrior
face warrior.151
-anim
-warrior.111
-warrior.112
-warrior.131
-warrior.132
-warrior.151
-warrior.152
-warrior.171
-warrior.172
-facings 4
-mina
+animation warrior_class
is_animated 1
anim_speed -1
type 37
Added: arch/trunk/player/class/Warrior/warrior_class.face
===================================================================
--- arch/trunk/player/class/Warrior/warrior_class.face (rev 0)
+++ arch/trunk/player/class/Warrior/warrior_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation warrior_class
+facings 4
+warrior.111
+warrior.112
+warrior.131
+warrior.132
+warrior.151
+warrior.152
+warrior.171
+warrior.172
+mina
Modified: arch/trunk/player/class/Wizardry/alchemist.arc
===================================================================
--- arch/trunk/player/class/Wizardry/alchemist.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Wizardry/alchemist.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -3,17 +3,7 @@
anim_suffix class_alchemist
randomitems alchemist_class_items
face alchemist.151
-anim
-alchemist.111
-alchemist.112
-alchemist.131
-alchemist.132
-alchemist.151
-alchemist.152
-alchemist.171
-alchemist.172
-facings 4
-mina
+animation alchemist_class
is_animated 1
anim_speed -1
type 37
Added: arch/trunk/player/class/Wizardry/alchemist_class.face
===================================================================
--- arch/trunk/player/class/Wizardry/alchemist_class.face (rev 0)
+++ arch/trunk/player/class/Wizardry/alchemist_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation alchemist_class
+facings 4
+alchemist.111
+alchemist.112
+alchemist.131
+alchemist.132
+alchemist.151
+alchemist.152
+alchemist.171
+alchemist.172
+mina
Modified: arch/trunk/player/class/Wizardry/wizard_class.arc
===================================================================
--- arch/trunk/player/class/Wizardry/wizard_class.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/class/Wizardry/wizard_class.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -4,14 +4,7 @@
name wizard
randomitems wizard_class_items
face wizard.171
-magicmap black
-anim
-wizard.111
-wizard.131
-wizard.151
-wizard.171
-facings 4
-mina
+animation wizard_class
is_animated 0
type 37
Str -3
Added: arch/trunk/player/class/Wizardry/wizard_class.face
===================================================================
--- arch/trunk/player/class/Wizardry/wizard_class.face (rev 0)
+++ arch/trunk/player/class/Wizardry/wizard_class.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,7 @@
+animation wizard_class
+facings 4
+wizard.111
+wizard.131
+wizard.151
+wizard.171
+mina
Modified: arch/trunk/player/race/dwarf_p.arc
===================================================================
--- arch/trunk/player/race/dwarf_p.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/dwarf_p.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -7,17 +7,7 @@
The Dwarves are the hardy scions of Mostrai. The traditional profession of the dwarf is smithery, and you'll be hard-pressed to find a dwarf who is not competent at it. Whether their great strength and hardiness leads them to become smiths and miners, or whether their profession leads to their strength and hardiness is unknown. Their thick musculature makes them slow of body, and seemingly, some of their muscle has crept into their brain. Perhaps their repetitive tasks dull their minds, perhaps they're simply born dumb.
Dwarves can see in the dark, but they're slightly impious and tend to be a bit poor at controlling magic. Despite this, there are indeed dwarven clerics and mages. They're just not quite as good as human clerics or mages.
endmsg
-anim
-dwarf_p.111
-dwarf_p.112
-dwarf_p.131
-dwarf_p.132
-dwarf_p.151
-dwarf_p.152
-dwarf_p.171
-dwarf_p.172
-facings 4
-mina
+animation dwarf_player
is_animated 1
anim_speed -1
type 1
@@ -41,7 +31,6 @@
Wis -1
Pow -2
Cha -1
-magicmap grey
body_range 1
body_arm 2
body_torso 1
Added: arch/trunk/player/race/dwarf_p.face
===================================================================
--- arch/trunk/player/race/dwarf_p.face (rev 0)
+++ arch/trunk/player/race/dwarf_p.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,24 @@
+face dwarf_p.111
+magicmap grey
+end
+face dwarf_p.112
+magicmap grey
+end
+face dwarf_p.131
+magicmap grey
+end
+face dwarf_p.132
+magicmap grey
+end
+face dwarf_p.151
+magicmap grey
+end
+face dwarf_p.152
+magicmap grey
+end
+face dwarf_p.171
+magicmap grey
+end
+face dwarf_p.172
+magicmap grey
+end
Added: arch/trunk/player/race/dwarf_player.face
===================================================================
--- arch/trunk/player/race/dwarf_player.face (rev 0)
+++ arch/trunk/player/race/dwarf_player.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation dwarf_player
+facings 4
+dwarf_p.111
+dwarf_p.112
+dwarf_p.131
+dwarf_p.132
+dwarf_p.151
+dwarf_p.152
+dwarf_p.171
+dwarf_p.172
+mina
Modified: arch/trunk/player/race/elf.arc
===================================================================
--- arch/trunk/player/race/elf.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/elf.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -8,17 +8,7 @@
Every elf is taught the use of a bow, but their long lives allow them to take up any trade. They are weaker and less hardy than humans, but quicker of body and mind, and generally make more powerful spellcasters. However, they have a notoriously offhanded attitude toward their religious devotions and make poor priests.
As a race, Elves possess a preternatural beauty and eyes that see in the dark.
endmsg
-anim
-elf.111
-elf.112
-elf.131
-elf.132
-elf.151
-elf.152
-elf.171
-elf.172
-facings 4
-mina
+animation elf_player
is_animated 1
anim_speed -1
type 1
@@ -42,7 +32,6 @@
Wis -3
Pow 2
Cha 4
-magicmap black
body_range 1
body_arm 2
body_torso 1
Added: arch/trunk/player/race/elf_player.face
===================================================================
--- arch/trunk/player/race/elf_player.face (rev 0)
+++ arch/trunk/player/race/elf_player.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation elf_player
+facings 4
+elf.111
+elf.112
+elf.131
+elf.132
+elf.151
+elf.152
+elf.171
+elf.172
+mina
Modified: arch/trunk/player/race/fenx.arc
===================================================================
--- arch/trunk/player/race/fenx.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/fenx.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -7,18 +7,7 @@
Fenxes, also called Fendrakhis by other speaking races, are humanoids that have some fox-like attributes. A little smaller than humans, they are agile and clever, but usually share little affinity with magical forces.
Once an important race of Bigworld, they were forced to hide into the Great Forest after they lost an important war against Humans, a long time ago.
endmsg
-magicmap black
-anim
-fenx.111
-fenx.112
-fenx.131
-fenx.132
-fenx.151
-fenx.152
-fenx.171
-fenx.172
-facings 4
-mina
+animation fenx_player
is_animated 1
anim_speed -1
type 1
Modified: arch/trunk/player/race/fenx.face
===================================================================
--- arch/trunk/player/race/fenx.face 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/fenx.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -1,56 +1,27 @@
-animation fenx_player_sword
-fenx.111
-fenx.112
-fenx.111
-fenx_sword.131
-fenx_sword.132
-fenx_sword.131
-fenx_sword.151
-fenx_sword.152
-fenx_sword.151
-fenx_sword.171
-fenx_sword.172
-fenx_sword.171
-facings 4
-mina
-animation fenx_player_spellcasting
-fenx_spellcasting.151
-fenx_spellcasting.152
-fenx_spellcasting.151
-fenx_spellcasting.151
-fenx_spellcasting.152
-fenx_spellcasting.151
-fenx_spellcasting.151
-fenx_spellcasting.152
-fenx_spellcasting.151
-fenx_spellcasting.151
-fenx_spellcasting.152
-fenx_spellcasting.151
-facings 4
-mina
-animation fenx_player_singing
-facings 4
-fenx_singing.110
-fenx_singing.111
-fenx_singing.112
-fenx_singing.130
-fenx_singing.131
-fenx_singing.132
-fenx_singing.150
-fenx_singing.151
-fenx_singing.152
-fenx_singing.170
-fenx_singing.171
-fenx_singing.172
-mina
-animation fenx_player_class_warrior
-fenx_class_warrior.111
-fenx_class_warrior.112
-fenx_class_warrior.131
-fenx_class_warrior.132
-fenx_class_warrior.151
-fenx_class_warrior.152
-fenx_class_warrior.171
-fenx_class_warrior.172
-facings 4
-mina
+face fenx.111
+magicmap black
+end
+face fenx.112
+magicmap black
+end
+face fenx.131
+magicmap black
+end
+face fenx.132
+magicmap black
+end
+face fenx.150
+magicmap black
+end
+face fenx.151
+magicmap black
+end
+face fenx.152
+magicmap black
+end
+face fenx.171
+magicmap black
+end
+face fenx.172
+magicmap black
+end
Added: arch/trunk/player/race/fenx_player.face
===================================================================
--- arch/trunk/player/race/fenx_player.face (rev 0)
+++ arch/trunk/player/race/fenx_player.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation fenx_player
+facings 4
+fenx.111
+fenx.112
+fenx.131
+fenx.132
+fenx.151
+fenx.152
+fenx.171
+fenx.172
+mina
Added: arch/trunk/player/race/fenx_player_class_warrior.face
===================================================================
--- arch/trunk/player/race/fenx_player_class_warrior.face (rev 0)
+++ arch/trunk/player/race/fenx_player_class_warrior.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation fenx_player_class_warrior
+facings 4
+fenx_class_warrior.111
+fenx_class_warrior.112
+fenx_class_warrior.131
+fenx_class_warrior.132
+fenx_class_warrior.151
+fenx_class_warrior.152
+fenx_class_warrior.171
+fenx_class_warrior.172
+mina
Added: arch/trunk/player/race/fenx_player_singing.face
===================================================================
--- arch/trunk/player/race/fenx_player_singing.face (rev 0)
+++ arch/trunk/player/race/fenx_player_singing.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,15 @@
+animation fenx_player_singing
+facings 4
+fenx_singing.110
+fenx_singing.111
+fenx_singing.112
+fenx_singing.130
+fenx_singing.131
+fenx_singing.132
+fenx_singing.150
+fenx_singing.151
+fenx_singing.152
+fenx_singing.170
+fenx_singing.171
+fenx_singing.172
+mina
Added: arch/trunk/player/race/fenx_player_spellcasting.face
===================================================================
--- arch/trunk/player/race/fenx_player_spellcasting.face (rev 0)
+++ arch/trunk/player/race/fenx_player_spellcasting.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,15 @@
+animation fenx_player_spellcasting
+facings 4
+fenx_spellcasting.151
+fenx_spellcasting.152
+fenx_spellcasting.151
+fenx_spellcasting.151
+fenx_spellcasting.152
+fenx_spellcasting.151
+fenx_spellcasting.151
+fenx_spellcasting.152
+fenx_spellcasting.151
+fenx_spellcasting.151
+fenx_spellcasting.152
+fenx_spellcasting.151
+mina
Added: arch/trunk/player/race/fenx_player_sword.face
===================================================================
--- arch/trunk/player/race/fenx_player_sword.face (rev 0)
+++ arch/trunk/player/race/fenx_player_sword.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,15 @@
+animation fenx_player_sword
+facings 4
+fenx.111
+fenx.112
+fenx.111
+fenx_sword.131
+fenx_sword.132
+fenx_sword.131
+fenx_sword.151
+fenx_sword.152
+fenx_sword.151
+fenx_sword.171
+fenx_sword.172
+fenx_sword.171
+mina
Modified: arch/trunk/player/race/fireborn.arc
===================================================================
--- arch/trunk/player/race/fireborn.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/fireborn.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -3,19 +3,13 @@
race fire_elemental
randomitems fireborn_player_items
face fireborn.111
-magicmap red
msg
Legends say that fireborn are sparks struck off the anvil of creation, with life and spirit, and eventually mind. Those who research magic think that they are relatives of some kind to will o' the wisps. An observer seeing one for the first time would see a strangely intelligent vortex of flame somehow carrying items without burning them.
Their insubstantial nature makes them both very weak and very quick. Their minds are agile, and they are able to commune well with the gods. However, their area of excellence is magic. They spellcast more powerfully than any other race, and mana flows into them readily. They can even cast cold spells with devastating effectiveness. They all know a basic fire spell.
They have the ability to levitate at will, and they can touch to burn. As they gain more power, they are increasingly difficult to hit with weapons. However, they cannot use weapons or armour, and thereby miss out on many benefits (including powerful magical enchantments) those items may bring.
Fire does not harm them, nor poison. Cold, spiritual drain, and physical drain present great peril to them.
endmsg
-anim
-fireborn.111
-fireborn.222
-fireborn.333
-fireborn.444
-mina
+animation fireborn_player
is_animated 1
type 1
level 1
Added: arch/trunk/player/race/fireborn_player.face
===================================================================
--- arch/trunk/player/race/fireborn_player.face (rev 0)
+++ arch/trunk/player/race/fireborn_player.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,6 @@
+animation fireborn_player
+fireborn.111
+fireborn.222
+fireborn.333
+fireborn.444
+mina
Modified: arch/trunk/player/race/gnome_p.arc
===================================================================
--- arch/trunk/player/race/gnome_p.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/gnome_p.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -7,17 +7,7 @@
Gnomes and dwarves look so much alike that some speculate that they are the same race, but with very different cultures. No one has been able to talk a Dwarf and a Gnome into attempting interbreeding, however, which would settle the issue. Dwarves and gnomes have a disgust for one another and both find the thought of intimacy with the other repulsive. Despite that, they coexist peacefully enough: perhaps because their interests and needs never conflict.
Gnomes do not have nearly the strength or hardiness of dwarves, and they are even more clumsy. They are quite spiritual, and make very good priests, and many are very strong magicians. They can see in the dark, and their familiarity with the gods seems to bring a general blessing of good luck on all Gnomekind.
endmsg
-anim
-gnome_p.111
-gnome_p.112
-gnome_p.131
-gnome_p.132
-gnome_p.151
-gnome_p.152
-gnome_p.171
-gnome_p.172
-facings 4
-mina
+animation gnome_player
is_animated 1
anim_speed -1
type 1
Added: arch/trunk/player/race/gnome_player.face
===================================================================
--- arch/trunk/player/race/gnome_player.face (rev 0)
+++ arch/trunk/player/race/gnome_player.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation gnome_player
+facings 4
+gnome_p.111
+gnome_p.112
+gnome_p.131
+gnome_p.132
+gnome_p.151
+gnome_p.152
+gnome_p.171
+gnome_p.172
+mina
Modified: arch/trunk/player/race/halfling.arc
===================================================================
--- arch/trunk/player/race/halfling.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/halfling.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -7,17 +7,7 @@
Halflings are another sub-race of humankind, like the Northman. They are much smaller and shorter than humans, so they are weaker, but they are far quicker and hardier. They're quite unreligious, but many take up magic.
Their small size lets them hide more effectively, and for some reason chance seems to favor them with good luck. They are also surprisingly resistant to loss of lifeforce.
endmsg
-anim
-halfling.111
-halfling.112
-halfling.131
-halfling.132
-halfling.151
-halfling.152
-halfling.171
-halfling.172
-facings 4
-mina
+animation halfling_player
is_animated 1
anim_speed -1
type 1
@@ -39,7 +29,6 @@
Dex 3
Con 4
Wis -3
-magicmap blue
# Arguably, halfings should have a body_small_torso or something.
body_range 1
body_arm 2
Added: arch/trunk/player/race/halfling_player.face
===================================================================
--- arch/trunk/player/race/halfling_player.face (rev 0)
+++ arch/trunk/player/race/halfling_player.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation halfling_player
+facings 4
+halfling.111
+halfling.112
+halfling.131
+halfling.132
+halfling.151
+halfling.152
+halfling.171
+halfling.172
+mina
Modified: arch/trunk/player/race/human.arc
===================================================================
--- arch/trunk/player/race/human.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/human.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -6,18 +6,7 @@
msg
Humans are the generalists of the races. They are fit for any trade, and usually pick up a skill from their parents in addition to what they've learned as apprentices in their craft.
endmsg
-magicmap black
-anim
-human.111
-human.112
-human.131
-human.132
-human.151
-human.152
-human.171
-human.172
-facings 4
-mina
+animation human_player
is_animated 1
anim_speed -1
type 1
Added: arch/trunk/player/race/human_player.face
===================================================================
--- arch/trunk/player/race/human_player.face (rev 0)
+++ arch/trunk/player/race/human_player.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation human_player
+facings 4
+human.111
+human.112
+human.131
+human.132
+human.151
+human.152
+human.171
+human.172
+mina
Modified: arch/trunk/player/race/northman.arc
===================================================================
--- arch/trunk/player/race/northman.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/northman.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -6,18 +6,7 @@
msg
Northmen are simply humans who have been shaped by their harsh environment. They are stronger, quicker, and hardier than most humans, but also stupid and impious. Most races also consider them a bit unattractive. They have some resistance to cold, but the few of them who take up magic find it difficult to master fire spells.
endmsg
-magicmap black
-anim
-viking.111
-viking.112
-viking.131
-viking.132
-viking.151
-viking.152
-viking.171
-viking.172
-facings 4
-mina
+animation northman_player
resist_cold 30
is_animated 1
anim_speed -1
Added: arch/trunk/player/race/northman_player.face
===================================================================
--- arch/trunk/player/race/northman_player.face (rev 0)
+++ arch/trunk/player/race/northman_player.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation northman_player
+facings 4
+viking.111
+viking.112
+viking.131
+viking.132
+viking.151
+viking.152
+viking.171
+viking.172
+mina
Modified: arch/trunk/player/race/pl_dragon.arc
===================================================================
--- arch/trunk/player/race/pl_dragon.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/pl_dragon.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -22,7 +22,6 @@
food 999
speed 1
attacktype 1
-magicmap red
can_use_shield 0
can_use_armour 0
can_use_weapon 0
Modified: arch/trunk/player/race/pl_dragon_r.face
===================================================================
--- arch/trunk/player/race/pl_dragon_r.face 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/pl_dragon_r.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -1,4 +1,5 @@
animation pl_dragon_r
+facings 4
pl_dragon_r.111
pl_dragon_r.112
pl_dragon_r.131
@@ -7,5 +8,13 @@
pl_dragon_r.152
pl_dragon_r.171
pl_dragon_r.172
-facings 4
mina
+face pl_dragon_r.152
+magicmap red
+end
+face pl_dragon_r.171
+magicmap red
+end
+face pl_dragon_r.172
+magicmap red
+end
Modified: arch/trunk/player/race/pl_half_orc.arc
===================================================================
--- arch/trunk/player/race/pl_half_orc.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/pl_half_orc.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -6,17 +6,7 @@
msg
Half-Orcs are usually the product of rape, slavery, or some such unpleasantness. They look it too: Half-Orcs are rather ugly. On average, they're stronger, a bit quicker, and hardier than humans, but also stupid, impious, and unmagical. They're resistant to poison and can see in the dark, and every half-orc seems to know how to steal.
endmsg
-anim
-pl_half_orc.111
-pl_half_orc.112
-pl_half_orc.131
-pl_half_orc.132
-pl_half_orc.151
-pl_half_orc.152
-pl_half_orc.171
-pl_half_orc.172
-facings 4
-mina
+animation pl_half_orc
is_animated 1
anim_speed -1
no_pick 1
@@ -41,7 +31,6 @@
Wis -2
Pow -1
Cha -3
-magicmap brown
body_range 1
body_arm 2
body_torso 1
Added: arch/trunk/player/race/pl_half_orc.face
===================================================================
--- arch/trunk/player/race/pl_half_orc.face (rev 0)
+++ arch/trunk/player/race/pl_half_orc.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,35 @@
+animation pl_half_orc
+facings 4
+pl_half_orc.111
+pl_half_orc.112
+pl_half_orc.131
+pl_half_orc.132
+pl_half_orc.151
+pl_half_orc.152
+pl_half_orc.171
+pl_half_orc.172
+mina
+face pl_half_orc.111
+magicmap brown
+end
+face pl_half_orc.112
+magicmap brown
+end
+face pl_half_orc.131
+magicmap brown
+end
+face pl_half_orc.132
+magicmap brown
+end
+face pl_half_orc.151
+magicmap brown
+end
+face pl_half_orc.152
+magicmap brown
+end
+face pl_half_orc.171
+magicmap brown
+end
+face pl_half_orc.172
+magicmap brown
+end
Modified: arch/trunk/player/race/quetzalcoatl.arc
===================================================================
--- arch/trunk/player/race/quetzalcoatl.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/quetzalcoatl.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -7,13 +7,7 @@
Quetzalcoatls are a strange mix of snake, bird, human, and a dash of the divine. They are able to manipulate objects with their claws. They are amazingly strong, very quick, and amazingly hardy, but quite stupid and impious (despite the dash of divinity). However, they are strongly magical in nature and usually have a vast reservoir of mana with which to cast any spell they're not too stupid to learn. Often, they're only able to grasp one basic fire spell.
Their strongly draconic nature makes them immune to fire and helps them with fire spells, but they are vulnerable to cold. They can grasp weapons, but their bizarre body shape prevents them from using armour, helmets, and other items of apparel intended for bipedal creatures with two arms, two legs, and a head. Their inability to use armour comes back to haunt them when they compare themselves with other races: highly enchanted armour is usually more beneficial than dragonhide! The wings come in handy: they can use them to levitate, and their hide gets thicker as they gain power, compensating them somewhat for not being able to use armour.
endmsg
-anim
-quetzalcoatl.131
-quetzalcoatl.132
-quetzalcoatl.171
-quetzalcoatl.172
-facings 2
-mina
+animation quetzalcoatl_player
is_animated 0
type 1
level 1
@@ -28,7 +22,6 @@
path_attuned 2
resist_fire 100
resist_cold -30
-magicmap light_blue
can_use_shield 0
can_use_armour 0
can_use_weapon 1
Added: arch/trunk/player/race/quetzalcoatl.face
===================================================================
--- arch/trunk/player/race/quetzalcoatl.face (rev 0)
+++ arch/trunk/player/race/quetzalcoatl.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,12 @@
+face quetzalcoatl.131
+magicmap light_blue
+end
+face quetzalcoatl.132
+magicmap light_blue
+end
+face quetzalcoatl.171
+magicmap light_blue
+end
+face quetzalcoatl.172
+magicmap light_blue
+end
Added: arch/trunk/player/race/quetzalcoatl_player.face
===================================================================
--- arch/trunk/player/race/quetzalcoatl_player.face (rev 0)
+++ arch/trunk/player/race/quetzalcoatl_player.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,7 @@
+animation quetzalcoatl_player
+facings 2
+quetzalcoatl.131
+quetzalcoatl.132
+quetzalcoatl.171
+quetzalcoatl.172
+mina
Modified: arch/trunk/player/race/serpentman.arc
===================================================================
--- arch/trunk/player/race/serpentman.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/serpentman.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -7,17 +7,7 @@
The Serpentman adventurer is a rare breed. Few Serpentmen ever leave the swamps, as they are not well adjusted for human society. Their heads and feet are not shaped properly to use boots or helmets made for humanoid folk, but their unusual build has given rise to a cultural habit of wearing pieces of bracelet- and ring-like jewelry on their tails. They possess a tough hide and strong legs which enable them to leap further than most folks. Their nasty claws can also double as weapons.
They are only partially warm-blooded, and are as a result somewhat susceptible to cold.
endmsg
-anim
-serpentman.111
-serpentman.112
-serpentman.131
-serpentman.132
-serpentman.151
-serpentman.152
-serpentman.171
-serpentman.172
-facings 4
-mina
+animation serpentman_player
is_animated 0
type 1
level 1
@@ -33,7 +23,6 @@
food 999
speed 1
attacktype 1
-magicmap green
resist_cold -50
resist_fire 30
resist_electricity 30
Added: arch/trunk/player/race/serpentman.face
===================================================================
--- arch/trunk/player/race/serpentman.face (rev 0)
+++ arch/trunk/player/race/serpentman.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,24 @@
+face serpentman.111
+magicmap green
+end
+face serpentman.112
+magicmap green
+end
+face serpentman.131
+magicmap green
+end
+face serpentman.132
+magicmap green
+end
+face serpentman.151
+magicmap green
+end
+face serpentman.152
+magicmap green
+end
+face serpentman.171
+magicmap green
+end
+face serpentman.172
+magicmap green
+end
Added: arch/trunk/player/race/serpentman_player.face
===================================================================
--- arch/trunk/player/race/serpentman_player.face (rev 0)
+++ arch/trunk/player/race/serpentman_player.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation serpentman_player
+facings 4
+serpentman.111
+serpentman.112
+serpentman.131
+serpentman.132
+serpentman.151
+serpentman.152
+serpentman.171
+serpentman.172
+mina
Added: arch/trunk/player/race/troll_p.face
===================================================================
--- arch/trunk/player/race/troll_p.face (rev 0)
+++ arch/trunk/player/race/troll_p.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,24 @@
+face troll_p.111
+magicmap blue
+end
+face troll_p.112
+magicmap blue
+end
+face troll_p.131
+magicmap blue
+end
+face troll_p.132
+magicmap blue
+end
+face troll_p.151
+magicmap blue
+end
+face troll_p.152
+magicmap blue
+end
+face troll_p.171
+magicmap blue
+end
+face troll_p.172
+magicmap blue
+end
Modified: arch/trunk/player/race/troll_player.arc
===================================================================
--- arch/trunk/player/race/troll_player.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/troll_player.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -7,17 +7,7 @@
Trolls are usually nasty creatures: scions of Gnarg. They have amazing strength and hardiness, but they're a bit clumsy, very stupid, impious, and bad at handling and obtaining magic. They heal with amazing rapidity and can see in the dark. Because of the above attributes, they're great in any fight. Well, they're great until someone waves torches at them: fire presents great peril to trolls.
Most trolls are destroyed on sight by civilized people: but a few have proved deserving of tolerance and are permitted to enter cities.
endmsg
-anim
-troll_p.111
-troll_p.112
-troll_p.131
-troll_p.132
-troll_p.151
-troll_p.152
-troll_p.171
-troll_p.172
-facings 4
-mina
+animation troll_player
is_animated 1
anim_speed -1
type 1
@@ -44,7 +34,6 @@
resist_fire -30
resist_cold 30
path_repelled 2
-magicmap blue
body_range 1
body_arm 2
body_torso 1
Added: arch/trunk/player/race/troll_player.face
===================================================================
--- arch/trunk/player/race/troll_player.face (rev 0)
+++ arch/trunk/player/race/troll_player.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation troll_player
+facings 4
+troll_p.111
+troll_p.112
+troll_p.131
+troll_p.132
+troll_p.151
+troll_p.152
+troll_p.171
+troll_p.172
+mina
Added: arch/trunk/player/race/wraith_player.face
===================================================================
--- arch/trunk/player/race/wraith_player.face (rev 0)
+++ arch/trunk/player/race/wraith_player.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,11 @@
+animation wraith_player
+facings 4
+wraithp.111
+wraithp.112
+wraithp.131
+wraithp.132
+wraithp.151
+wraithp.152
+wraithp.171
+wraithp.172
+mina
Modified: arch/trunk/player/race/wraithp.arc
===================================================================
--- arch/trunk/player/race/wraithp.arc 2009-02-01 14:22:12 UTC (rev 11305)
+++ arch/trunk/player/race/wraithp.arc 2009-02-01 14:46:12 UTC (rev 11306)
@@ -7,18 +7,7 @@
A Wraith is the spirit of a person who has made an evil bargain in order to persist after natural death, or has been forced involuntarily into its current undead state. This transformation frees them of the limits of a natural lifespan, and grants them immunity to diseases, poison, and loss of lifeforce. Wraiths also need feel little fear of cold, and they can see well in the dark. A Wraith's corporeal form has terrible vulnerabilities: fire and most godpower are dangerous to Wraiths. Their tenuous form makes them quick and somewhat hard to hit, but also weaker and less hardy.
Wraiths have a strong affinity to magic, especially cold spells, and are very strong spellcasters. However, they cannot use fire spells for fear of self-destruction. Wraith also do not heal naturally, or gain sustenance from food. Instead they have to feed off the living.
endmsg
-magicmap black
-anim
-wraithp.111
-wraithp.112
-wraithp.131
-wraithp.132
-wraithp.151
-wraithp.152
-wraithp.171
-wraithp.172
-facings 4
-mina
+animation wraith_player
is_animated 1
anim_speed -1
type 1
Added: arch/trunk/player/race/wraithp.face
===================================================================
--- arch/trunk/player/race/wraithp.face (rev 0)
+++ arch/trunk/player/race/wraithp.face 2009-02-01 14:46:12 UTC (rev 11306)
@@ -0,0 +1,24 @@
+face wraithp.111
+magicmap black
+end
+face wraithp.112
+magicmap black
+end
+face wraithp.131
+magicmap black
+end
+face wraithp.132
+magicmap black
+end
+face wraithp.151
+magicmap black
+end
+face wraithp.152
+magicmap black
+end
+face wraithp.171
+magicmap black
+end
+face wraithp.172
+magicmap black
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|