ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/spellist.h
(Generate patch)

Comparing deliantra/server/include/spellist.h (file contents):
Revision 1.6 by root, Sat Sep 16 22:06:17 2006 UTC vs.
Revision 1.21 by root, Sat Nov 17 23:40:01 2018 UTC

1/* 1/*
2 CrossFire, A Multiplayer game for X-windows 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 3 *
4 * Copyright (©) 2017,2018 Marc Alexander Lehmann / the Deliantra team
5 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
4 Copyright (C) 1994 Mark Wedel 6 * Copyright (©) 1994 Mark Wedel
5 7 *
6 This program is free software; you can redistribute it and/or modify 8 * Deliantra is free software: you can redistribute it and/or modify it under
7 it under the terms of the GNU General Public License as published by 9 * the terms of the Affero GNU General Public License as published by the
8 the Free Software Foundation; either version 2 of the License, or 10 * Free Software Foundation, either version 3 of the License, or (at your
9 (at your option) any later version. 11 * option) any later version.
10 12 *
11 This program is distributed in the hope that it will be useful, 13 * This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details. 16 * GNU General Public License for more details.
15 17 *
16 You should have received a copy of the GNU General Public License 18 * You should have received a copy of the Affero GNU General Public License
17 along with this program; if not, write to the Free Software 19 * and the GNU General Public License along with this program. If not, see
18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * <http://www.gnu.org/licenses/>.
19 21 *
20 The author can be reached via e-mail to mark@pyramid.com 22 * The authors can be reached via e-mail to <support@deliantra.net>
21*/ 23 */
22 24
23#include "spells.h" 25#include "spells.h"
24 26
25const char *const spellpathnames[NRSPELLPATHS] = 27const char *const spellpathnames[NRSPELLPATHS] =
26{ 28{
27 "Protection", 29 "Protection",
28 "Fire", 30 "Fire",
29 "Frost", 31 "Frost",
30 "Electricity", 32 "Electricity",
31 "Missiles", 33 "Missiles",
32 "Self", 34 "Self",
33 "Summoning", 35 "Summoning",
34 "Abjuration", 36 "Abjuration",
35 "Restoration", 37 "Restoration",
36 "Detonation", 38 "Detonation",
37 "Mind", 39 "Mind",
38 "Creation", 40 "Creation",
39 "Teleportation", 41 "Teleportation",
40 "Information", 42 "Information",
41 "Transmutation", 43 "Transmutation",
42 "Transferrence", 44 "Transferrence",
43 "Turning", 45 "Turning",
44 "Wounding", 46 "Wounding",
45 "Death", 47 "Death",
46 "Light" 48 "Light",
47}; 49};
48 50

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines