ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/slotinc.h
Revision: 1.6
Committed: Sat Nov 17 23:40:01 2018 UTC (5 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -0 lines
Log Message:
copyright update 2018

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