ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/slotinc.h
Revision: 1.4
Committed: Mon Oct 29 23:55:54 2012 UTC (11 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-3_1
Changes since 1.3: +5 -5 lines
Log Message:
trailing space removal

File Contents

# Content
1 /*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 *
4 * Copyright (©) 2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 *
6 * Deliantra is free software: you can redistribute it and/or modify it under
7 * the terms of the Affero GNU General Public License as published by the
8 * Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the Affero GNU General Public License
17 * and the GNU General Public License along with this program. If not, see
18 * <http://www.gnu.org/licenses/>.
19 *
20 * The authors can be reached via e-mail to <support@deliantra.net>
21 */
22
23 // ident , use string, nonuse string
24 def (skill , "You can use it as your skill" , "It is used as a skill")
25 def (combat , "You can wield it as your weapon" , "It is used as a combat weapon")
26 def (range , "You can use it as your range weapon" , "It is used as a range weapon")
27 def (shield , "You can wield it as a shield" , "It is used as a shield")
28 def (arm , "You can put it on your arm" , "It goes on a human's arm")
29 def (torso , "You can wear it on your body" , "It goes on a human's torso")
30 def (head , "You can wear it on your head" , "It goes on a human's head")
31 def (neck , "You can wear it around your neck" , "It goes around a human's neck")
32 def (finger , "You can wear it on your finger" , "It goes on a human's finger")
33 def (shoulder, "You can wear it around your shoulders", "It goes around a human's shoulders")
34 def (foot , "You can put it on your foot" , "It goes on a human's foot")
35 def (hand , "You can put it on your hand" , "It goes on a human's hand")
36 def (wrist , "You can wear it around your wrist" , "It goes around a human's wrist")
37 def (waist , "You can wear it around your waist" , "It goes around a human's waist")
38 //def (dragon_torso", "your body", "a dragon's body"}