ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/armour/shield/shield.arc
Revision: 1.8
Committed: Mon May 7 05:24:34 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
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

# User Rev Content
1 root 1.6 object shield
2 root 1.1 name shield
3     name_pl shields
4 root 1.7 face shield.x11
5     ac 1
6 root 1.5 nrof 1
7 root 1.8 inherit type_shield
8 root 1.1 resist_physical 5
9 root 1.7 materialname iron
10     value 22
11 root 1.5 weight 15000
12 root 1.7 client_type 261
13     body_arm -1
14 root 1.1 editable 1024
15     magicmap grey
16     end
17 root 1.7