ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/artifact/ChaosSword/CSword.arc
Revision: 1.9
Committed: Mon May 7 05:24:45 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.8: +1 -1 lines
Log Message:
- introduce a new naming scheme:
  type_xxx # for base classes defining a type
  class_xxx # for base classes not defining a type
- define some base classes in class/types.arc
- use them for bows, players, weapons, bows, horns, shields, wands
- preset the new body slots with their default values

File Contents

# User Rev Content
1 root 1.7 object CSword
2 root 1.5 anim
3     CSword.x13
4     CSword.x14
5     CSword.x15
6     CSword.x16
7     CSword.x17
8     CSword.x18
9     CSword.x19
10     CSword.x16
11     CSword.x1A
12     CSword.x1B
13     CSword.x1C
14     CSword.x11
15     CSword.x12
16     mina
17 root 1.8 name Chaos Sword
18     name_pl Chaos Swords
19     skill one handed weapons
20     face CSword.x13
21     str 1
22     dex 1
23     con 1
24     wis 1
25     cha 1
26     int 1
27 root 1.3 hp -5
28     sp -4
29 root 1.8 dam 100
30 root 1.6 luck -3
31 root 1.8 speed 0.3
32     nrof 1
33 root 1.9 inherit type_weapon
34 root 1.8 attacktype 262145
35 root 1.3 resist_magic 30
36     resist_fire 30
37     resist_electricity 30
38     resist_cold 30
39     resist_confusion -50
40 root 1.8 resist_acid 75
41 root 1.3 path_denied 2304
42 root 1.8 materialname iron
43 root 1.3 value 1000000
44 root 1.8 weight 20000
45     magic 10
46     last_sp 3
47     weapontype 1
48 root 1.3 client_type 100
49 root 1.8 item_power 15
50     xrays 1
51 root 1.6 body_arm -1
52 root 1.8 editable 5120
53     magicmap black
54 root 1.1 end
55 root 1.8