ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/talking.arc
Revision: 1.7
Committed: Fri Oct 9 02:42:25 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
Changes since 1.6: +2 -0 lines
Log Message:
add name_pl fields to building materials

File Contents

# User Rev Content
1 root 1.5 object building_earbook
2 root 1.1 name Listening book material
3 root 1.7 name_pl Listening book materials
4 root 1.6 slaying magic_ear
5     face mbbook.x11
6 root 1.1 nrof 1
7     type 161
8     subtype 3
9 root 1.6 value 70000
10     weight 1000
11 root 1.1 end
12 root 1.6
13 root 1.5 object building_mouthbook
14 root 1.1 name Talking book material
15 root 1.7 name_pl Talking book materials
16 root 1.6 slaying magic_mouth
17     face mbbook.x11
18 root 1.1 nrof 1
19     type 161
20     subtype 3
21 root 1.6 value 45000
22     weight 1000
23 root 1.1 end
24 root 1.6