ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/longbow.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 longbow
2 name long bow
3 name_pl long bows
4 race arrows
5 skill missile weapons
6 face longbow.x11
7 sp 40
8 dam 20
9 nrof 1
10 inherit type_bow
11 attacktype 1
12 materialname wood
13 value 500
14 weight 8000
15 client_type 151
16 no_strength 0
17 body_arm -2
18 editable 1024
19 magicmap brown
20 end
21