ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/Skill_Tools/holy_symbol.arc
Revision: 1.9
Committed: Mon May 7 05:24:42 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
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 holy_symbol
2 name holy symbol
3 name_pl holy symbols
4 skill praying
5 face holy_symbol.x11
6 nrof 1
7 inherit type_skill_tool
8 materialname ancient wood
9 value 1500
10 weight 5000
11 client_type 451
12 body_skill -1
13 editable 2048
14 magicmap brown
15 end
16