From 865d9dca94776173c381780bd6405bfc3bfa94f5 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Sat, 14 Apr 2012 14:49:40 +0000 Subject: [PATCH] Extract 'blade dancer' and associated 'sleek katana' from Warrior's Tower, level 1. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@17925 282e977c-c81d-0410-88c4-b93c2d0d6712 --- monster/humanoid/Human/blade_dancer.arc | 45 +++++++++++++++++++++++++ monster/humanoid/Human/blade_dancer.trs | 20 +++++++++++ weapon/sword/sleek_katana.arc | 20 +++++++++++ 3 files changed, 85 insertions(+) create mode 100644 monster/humanoid/Human/blade_dancer.arc create mode 100644 monster/humanoid/Human/blade_dancer.trs create mode 100644 weapon/sword/sleek_katana.arc diff --git a/monster/humanoid/Human/blade_dancer.arc b/monster/humanoid/Human/blade_dancer.arc new file mode 100644 index 000000000..d3124e3cd --- /dev/null +++ b/monster/humanoid/Human/blade_dancer.arc @@ -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 diff --git a/monster/humanoid/Human/blade_dancer.trs b/monster/humanoid/Human/blade_dancer.trs new file mode 100644 index 000000000..1530f59e9 --- /dev/null +++ b/monster/humanoid/Human/blade_dancer.trs @@ -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 diff --git a/weapon/sword/sleek_katana.arc b/weapon/sword/sleek_katana.arc new file mode 100644 index 000000000..4a8137ed2 --- /dev/null +++ b/weapon/sword/sleek_katana.arc @@ -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