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

Comparing deliantra/server/include/skillinc.h (file contents):
Revision 1.18 by root, Sun Apr 4 04:10:47 2010 UTC vs.
Revision 1.22 by root, Sat Apr 23 04:56:50 2011 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * 5 *
6 * Deliantra is free software: you can redistribute it and/or modify it under 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 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 8 * Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version. 9 * option) any later version.
51def (INSCRIPTION , SF_USE) 51def (INSCRIPTION , SF_USE)
52def (ONE_HANDED_WEAPON , SF_COMBAT | SF_NEED_ITEM) 52def (ONE_HANDED_WEAPON , SF_COMBAT | SF_NEED_ITEM)
53def (MISSILE_WEAPON , SF_RANGED | SF_NEED_ITEM) 53def (MISSILE_WEAPON , SF_RANGED | SF_NEED_ITEM)
54def (THROWING , SF_RANGED) 54def (THROWING , SF_RANGED)
55def (USE_MAGIC_ITEM , SF_RANGED | SF_NEED_ITEM) 55def (USE_MAGIC_ITEM , SF_RANGED | SF_NEED_ITEM)
56def (DISARM_TRAPS , SF_RANGED) 56def (DISARM_TRAPS , SF_USE | SF_RANGED)
57def (SET_TRAP , 0) 57def (SET_TRAP , 0)
58def (THAUMATURGY , SF_USE) 58def (THAUMATURGY , SF_USE)
59// 30 59// 30
60def (PRAYING , SF_RANGED | SF_GRACE) 60def (PRAYING , SF_RANGED | SF_GRACE)
61def (CLAWING , SF_COMBAT) 61def (CLAWING , SF_COMBAT)
68def (SPARK_TOUCH , SF_COMBAT) 68def (SPARK_TOUCH , SF_COMBAT)
69def (SHIVER , SF_COMBAT) 69def (SHIVER , SF_COMBAT)
70// 40 70// 40
71def (ACID_SPLASH , SF_COMBAT) 71def (ACID_SPLASH , SF_COMBAT)
72def (POISON_NAIL , SF_COMBAT) 72def (POISON_NAIL , SF_COMBAT)
73def (MINING , SF_USE | SF_RANGED | SF_NEED_ITEM) 73def (MINING , SF_RANGED | SF_NEED_ITEM)
74def (FISHING , SF_USE | SF_RANGED | SF_NEED_ITEM)
75 74

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines