ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/slotinc.h
Revision: 1.5
Committed: Wed Nov 16 23:42:01 2016 UTC (7 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.4: +1 -1 lines
Log Message:
copyright update 2016

File Contents

# User Rev Content
1 root 1.1 /*
2     * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 root 1.4 *
4 root 1.5 * Copyright (©) 2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 root 1.4 *
6 root 1.1 * 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 root 1.4 *
11 root 1.1 * 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 root 1.4 *
16 root 1.1 * 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 root 1.4 *
20 root 1.1 * 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"}