X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FBonuses.def;h=1604f240cdda5e2f41c423f1326c014564b7aad5;hb=1aef858f5ecb3dc8fd816e0155635371ed3632f2;hp=00e0226414a227bb95796b7a00ef4cb040acc519;hpb=5e75f94daefef68f2d0cfd631116f960d222dab0;p=lugaru.git diff --git a/Source/Bonuses.def b/Source/Bonuses.def index 00e0226..1604f24 100644 --- a/Source/Bonuses.def +++ b/Source/Bonuses.def @@ -19,30 +19,31 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -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)