ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/dragon_ability/dragon_attunes.arc
Revision: 1.6
Committed: Tue Nov 3 09:49:36 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93, HEAD
Changes since 1.5: +0 -3 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.5 object direct_attune_cold
2     name attune cold
3 root 1.1 type 114
4 root 1.5 path_attuned 4
5 root 1.1 invisible 1
6     no_drop 1
7     end
8 root 1.5
9     object direct_attune_elec
10     name attune electricity
11 root 1.1 type 114
12 root 1.5 path_attuned 8
13 root 1.1 invisible 1
14     no_drop 1
15     end
16 root 1.5
17     object direct_attune_fire
18     name attune fire
19 root 1.1 type 114
20 root 1.5 path_attuned 2
21 root 1.1 invisible 1
22     no_drop 1
23     end
24