ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/ssword_1.arc
Revision: 1.9
Committed: Tue Nov 3 09:50:03 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 object shortsword
2 root 1.7 name_pl shortswords
3     skill one handed weapons
4     face ssword_1.x11
5     dam 4
6 root 1.5 nrof 1
7 root 1.8 inherit type_weapon
8 root 1.7 attacktype 1
9     materialname iron
10     value 30
11 root 1.5 weight 10000
12 root 1.7 last_sp 6
13 root 1.1 weapontype 1
14     client_type 101
15     body_arm -1
16 root 1.7 magicmap white
17 root 1.1 end
18 root 1.7