ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/bow.arc
Revision: 1.9
Committed: Mon May 7 05:24:47 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2, rel-2_1
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

# Content
1 object bow
2 name_pl bows
3 race arrows
4 skill missile weapons
5 face bow.x11
6 sp 50
7 dam 7
8 nrof 1
9 inherit type_bow
10 attacktype 1
11 materialname wood
12 value 50
13 weight 12000
14 client_type 151
15 no_strength 0
16 body_arm -2
17 editable 1024
18 magicmap brown
19 end
20