|
From: Crossfire C. r. messages.
<cro...@li...> - 2012-04-14 14:49:47
|
Revision: 17925
http://crossfire.svn.sourceforge.net/crossfire/?rev=17925&view=rev
Author: ryo_saeba
Date: 2012-04-14 14:49:40 +0000 (Sat, 14 Apr 2012)
Log Message:
-----------
Extract 'blade dancer' and associated 'sleek katana' from Warrior's Tower, level 1.
Added Paths:
-----------
arch/trunk/monster/humanoid/Human/blade_dancer.arc
arch/trunk/monster/humanoid/Human/blade_dancer.trs
arch/trunk/weapon/sword/sleek_katana.arc
Property Changed:
----------------
arch/trunk/monster/humanoid/Human/
arch/trunk/weapon/sword/
Property changes on: arch/trunk/monster/humanoid/Human
___________________________________________________________________
Added: svn:ignore
+ .blade_dancer.trs.kate-swp
.blade_dancer.arc.kate-swp
Added: arch/trunk/monster/humanoid/Human/blade_dancer.arc
===================================================================
--- arch/trunk/monster/humanoid/Human/blade_dancer.arc (rev 0)
+++ arch/trunk/monster/humanoid/Human/blade_dancer.arc 2012-04-14 14:49:40 UTC (rev 17925)
@@ -0,0 +1,45 @@
+Object blade_dancer
+race human
+name blade dancer
+randomitems blade_dancer
+face sailor.111
+monster 1
+move_type walk
+unaggressive 1
+random_movement 1
+alive 1
+ac -7
+wc -20
+dam 20
+attacktype 256
+Str 40
+Dex 15
+Con 25
+Int 8
+Wis 13
+hp 2000
+maxhp 2000
+exp 8000
+speed -0.200000
+weight 50000
+level 20
+carrying 40000
+can_use_skill 1
+can_use_range 1
+can_use_bow 1
+can_use_shield 1
+can_use_armour 1
+can_use_weapon 1
+resist_physical 30
+body_skill 1
+body_torso 1
+body_head 1
+body_shoulder 1
+body_foot 1
+body_wrist 1
+body_hand 2
+body_waist 1
+body_arm 2
+body_range 1
+see_invisible 1
+end
Added: arch/trunk/monster/humanoid/Human/blade_dancer.trs
===================================================================
--- arch/trunk/monster/humanoid/Human/blade_dancer.trs (rev 0)
+++ arch/trunk/monster/humanoid/Human/blade_dancer.trs 2012-04-14 14:49:40 UTC (rev 17925)
@@ -0,0 +1,20 @@
+treasure blade_dancer
+ arch sleek_katana
+ nrof 2
+ more
+ arch skill_use_magic_item
+ more
+ arch skill_stealing
+ chance 50
+ more
+ arch skill_throwing
+ chance 75
+ no
+ arch skill_punching
+ end
+ more
+ arch heart
+ chance 5
+ more
+ list standard
+ end
Property changes on: arch/trunk/weapon/sword
___________________________________________________________________
Modified: svn:ignore
- .t_dagger.arc.kate-swp
+ .t_dagger.arc.kate-swp
.sleek_katana.arc.kate-swp
Added: arch/trunk/weapon/sword/sleek_katana.arc
===================================================================
--- arch/trunk/weapon/sword/sleek_katana.arc (rev 0)
+++ arch/trunk/weapon/sword/sleek_katana.arc 2012-04-14 14:49:40 UTC (rev 17925)
@@ -0,0 +1,20 @@
+Object sleek_katana
+name sleek katana
+name_pl sleek katanas
+slaying unnatural
+nrof 1
+last_sp 3
+type 15
+face katana_1.111
+material 2
+dam 15
+magic 3
+weight 10000
+value 1000
+attacktype 256
+weapontype 4
+client_type 101
+body_arm -1
+skill one handed weapons
+resist_drain -100
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|