ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/elven_bow.arc
Revision: 1.8
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.7: +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 elven_bow
2 name elven bow
3 name_pl elven bows
4 race arrows
5 skill missile weapons
6 face elven_bow.x11
7 sp 70
8 dam 15
9 wc 1
10 nrof 1
11 inherit type_bow
12 attacktype 1
13 materialname wood
14 value 17000
15 weight 15000
16 magic 3
17 client_type 150
18 no_strength 0
19 body_arm -2
20 editable 5120
21 magicmap brown
22 end
23