X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FBonuses.def;h=f88739d03a5b8be81b91eb6b7455a18a8394f822;hb=cd043e3f9e26c2b3406b40a354c2840941e9db7f;hp=91b2b5ca47716b01a1106cf1109e7e19383a8e2c;hpb=bef7cd3a2b0217e63ef0b3b6832b22abbfe05bd1;p=lugaru.git diff --git a/Source/Bonuses.def b/Source/Bonuses.def index 91b2b5c..f88739d 100644 --- a/Source/Bonuses.def +++ b/Source/Bonuses.def @@ -3,20 +3,18 @@ Copyright (C) 2010 - Lugaru authors This file is part of Lugaru. -Lugaru is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. +Lugaru is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. -This program is distributed in the hope that it will be useful, +Lugaru is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -See the GNU General Public License for more details. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +along with Lugaru. If not, see . */ DECLARE_BONUS(nobonus, "", 0) @@ -32,6 +30,7 @@ DECLARE_BONUS(touchofdeath, "Touch of Death!", 150) DECLARE_BONUS(swordreversebonus, "Sword Disarm!", 100) DECLARE_BONUS(staffreversebonus, "Staff Disarm!", 100) DECLARE_BONUS(reverseko, "Reversal KO!", 100) +// The following five should be kept in that order DECLARE_BONUS(solidhit, "Solid Hit!", 10) DECLARE_BONUS(twoxcombo, "2X Combo!", 20) DECLARE_BONUS(threexcombo, "3X Combo!", 40)