X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FBonuses.def;h=bcc1a959c3e9fb7368a96362acb56253651b609f;hb=94df0906c159318cb39bb4ee063336ba3cf51ccb;hp=00e0226414a227bb95796b7a00ef4cb040acc519;hpb=5e75f94daefef68f2d0cfd631116f960d222dab0;p=lugaru.git diff --git a/Source/Bonuses.def b/Source/Bonuses.def index 00e0226..bcc1a95 100644 --- a/Source/Bonuses.def +++ b/Source/Bonuses.def @@ -1,48 +1,47 @@ /* -Copyright (C) 2010 - Lugaru authors +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) 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, "") -DECLARE_BONUS(tracheotomy, "Tracheotomy!") -DECLARE_BONUS(backstab, "Backstabber!") -DECLARE_BONUS(spinecrusher, "Spinecrusher!") -DECLARE_BONUS(ninja, "Ninja Bonus!") -DECLARE_BONUS(style, "Style Bonus!") -DECLARE_BONUS(cannon, "Leg Cannon!") -DECLARE_BONUS(aimbonus, "Nice Aim!") -DECLARE_BONUS(deepimpact, "Heavy Impact!") -DECLARE_BONUS(touchofdeath, "Touch of Death!") -DECLARE_BONUS(swordreversebonus, "Sword Disarm!") -DECLARE_BONUS(staffreversebonus, "Staff Disarm!") -DECLARE_BONUS(reverseko, "Reversal KO!") -DECLARE_BONUS(solidhit, "Solid Hit!") -DECLARE_BONUS(twoxcombo, "2X Combo!") -DECLARE_BONUS(threexcombo, "3X Combo!") -DECLARE_BONUS(fourxcombo, "4X COMBO!") -DECLARE_BONUS(megacombo, "MEGA COMBO!") -DECLARE_BONUS(Reversal, "Reversal!") -DECLARE_BONUS(Stabbonus, "Punctured!") -DECLARE_BONUS(Slicebonus, "Sliced!") -DECLARE_BONUS(Bullseyebonus, "Bullseye!") -DECLARE_BONUS(Slashbonus, "Slashed!") -DECLARE_BONUS(Wolfbonus, "WOLF SLAYER!") -DECLARE_BONUS(FinishedBonus, "SLAIN!") -DECLARE_BONUS(TackleBonus, "Tackle!") -DECLARE_BONUS(AboveBonus, "Death from Above!") +DECLARE_BONUS(nobonus, "", 0) +DECLARE_BONUS(tracheotomy, "Tracheotomy!", 100) +DECLARE_BONUS(backstab, "Backstabber!", 100) +DECLARE_BONUS(spinecrusher, "Spinecrusher!", 100) +DECLARE_BONUS(ninja, "Ninja Bonus!", 60) +DECLARE_BONUS(style, "Style Bonus!", 150) +DECLARE_BONUS(cannon, "Leg Cannon!", 100) +DECLARE_BONUS(aimbonus, "Nice Aim!", 150) +DECLARE_BONUS(deepimpact, "Heavy Impact!", 50) +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) +DECLARE_BONUS(fourxcombo, "4X COMBO!", 80) +DECLARE_BONUS(megacombo, "MEGA COMBO!", 160) +DECLARE_BONUS(Reversal, "Reversal!", 60) +DECLARE_BONUS(Stabbonus, "Punctured!", 40) +DECLARE_BONUS(Slicebonus, "Sliced!", 10) +DECLARE_BONUS(Bullseyebonus, "Bullseye!", 30) +DECLARE_BONUS(Slashbonus, "Slashed!", 40) +DECLARE_BONUS(Wolfbonus, "WOLF SLAYER!", 300) +DECLARE_BONUS(FinishedBonus, "SLAIN!", 200) +DECLARE_BONUS(TackleBonus, "Tackle!", 5) +DECLARE_BONUS(AboveBonus, "Death from Above!", 50)