Commit Graph

846 Commits

Author SHA1 Message Date
Tyler Renelle a741b744b1 fix(hedgehogs): flip sprites, expand template to 81x99, position down &
left. Fixes https://github.com/HabitRPG/habitrpg/issues/3000
2014-03-07 14:57:58 -07:00
Sabe Jones 4d33d33868 fix(drops): Correct rarity tiers
Quick and dirty fix to Golden potions being more common than Zombie etc. Golden potions are now 2% of drops (down from 3%); Zombie and Cotton Candy potions each 2.33% of drops (up from 2%); Red, Shade, and Skeleton 3% of drops (unchanged); Base, White, and Desert 4% of drops (unchanged).

Fixes #169.
2014-03-06 22:34:43 -06:00
Matteo Pagliazzi 4b2e4f9dcb Merge branch 'develop' of https://github.com/HabitRPG/habitrpg-shared into develop 2014-03-06 14:15:58 +01:00
Matteo Pagliazzi df86b7882f chore(i18n): update locales 2014-03-06 14:15:40 +01:00
Dušan Juretić 13a896e0af Tests for spell values checks more attributes 2014-03-05 22:59:56 -03:00
Matteo Pagliazzi c14d3cb5d3 chore(i18n): update locales 2014-03-05 14:34:23 +01:00
Matteo Pagliazzi 58eaf4fea4 fix(i18n): do not translate DELETE when used to delete account and update locales 2014-03-04 19:54:04 +01:00
Matteo Pagliazzi 5d0ffdda44 chore(i18n): update locales 2014-03-04 16:50:44 +01:00
Sabe Jones 505b473d42 Fix(drop-cap): Reduce PERception drop boost
+1 drop/day per 10 PER was a bit too much. A tricked-out subscriber could keep getting drops unto 50 or so! This commit cuts the boost by more than half; should still be noticeable, but not quite so overkill at the high end.
2014-03-03 20:16:35 -06:00
Matteo Pagliazzi ce01410cf9 chore(i18n): update locales 2014-03-03 22:29:59 +01:00
Matteo Pagliazzi bf366f92bc chore(i18n): update locales 2014-03-03 17:25:33 +01:00
Tyler Renelle 75cd8c2ec3 feat(mystery): update mystery box 2014-03-02 12:59:57 -07:00
Sabe Jones edd5b0f933 Merge pull request #166 from HabitRPG/sabe/strength
STR and drop chance revisions
2014-03-02 13:30:13 -06:00
Sabe Jones d232743f2a fix(drops): Ratchet up base chance some more
Ups the base drop chance to an expected 15% for typical tasks, brings back diminishing returns for super bonuses, reduces effect of checklists. Should be acceptable to most people?
2014-03-02 12:46:09 -06:00
Sabe Jones b0f574d598 fix(strength): Remove threat reduction, increase crit chance
Tweaks the STR attribute's algorithmic effects. (1) Task "redness" no longer declines faster with high STR. (2) The 3% chance of a critical hit is multiplied by a percentage factor equal to STR. (3) The value of STR in dealing damage to bosses is increased by 25% (.5% instead of .4%).

Fixes HabitRPG/habitrpg/#2464.
2014-03-02 12:44:23 -06:00
Sabe Jones 734d558580 fix(drops): Boost base drop chance
Initial feedback from the drop chance overhaul was that non-minmaxed characters had their drops severely curtailed, while tricked-out Rogues with enormous streaks were still scoring drops every time. Lots of complaining ensued! This commit doubles the base chance, establishes a minimum base chance of 2%, and halves the effectiveness of the high-end offenders.
2014-03-01 18:56:09 -06:00
Tyler Renelle 9f1bec79f5 fix(quests): hedgehog fix alignments 2014-03-01 12:26:55 -07:00
Sabe Jones 5da192679d fix(text): Update descriptions for recent changes
Changes the English language text for the STRength attribute and Warrior class to take into account revisions to stats and drop chance scheme. Also fixes an inaccuracy in the CONstitution help text and updates the Buffs description to include the possibility of buffs from achievements (e.g. Perfect Day).
2014-03-01 10:52:48 -06:00
Tyler Renelle 3c77f6e9c6 fix(quests): fix hedgehog drop text, fixes https://github.com/HabitRPG/habitrpg/issues/2979 2014-03-01 08:37:24 -07:00
Matteo Pagliazzi b4f81a6f3e chore(i18n): update locales 2014-03-01 15:23:36 +01:00
Matteo Pagliazzi 9919e7fc50 chore(i18n): update locales 2014-02-28 21:03:52 +01:00
Tyler Renelle 4010bb950c fix(spritesmith): add padding between sprites to avoid stray-pixels
issue, fixes https://github.com/HabitRPG/habitrpg/issues/2938
2014-02-28 10:23:45 -08:00
Tyler Renelle 1223294267 fix(spritesmith): add background-size property to all sprites. Fixes https://github.com/HabitRPG/habitrpg/issues/2510 , see https://github.com/Ensighten/grunt-spritesmith/issues/67 2014-02-28 10:19:04 -08:00
Tyler Renelle 5fc920356a chore(grunt): grunt for hedgehog quest 2014-02-27 18:32:04 -08:00
Daniel the Bard 32c12333cc feat(quests): Added Hedgehog to pets list
Conflicts:
	script/content.coffee
2014-02-27 18:32:04 -08:00
Daniel the Bard 3307bb1571 Added Hedgehog Quest + Gryphon completion text
Still needs the actual pets/mounts/egg/boss art added.
2014-02-27 18:32:04 -08:00
Tyler Renelle 29f6f8e140 feat(quests): add hedgehog sprites 2014-02-27 18:32:04 -08:00
Matteo Pagliazzi 3385215fca chore(i18n): update locales and add french 2014-02-27 20:00:37 +01:00
Tyler Renelle 8b8011f0cb chore(grunt): grunt 2014-02-27 09:52:10 -08:00
Tyler Renelle a21e0ac440 Merge pull request #150 from Alys/patch-3
prevent critical hit when unticking a task
2014-02-27 09:38:29 -08:00
Tyler Renelle a7b61ec8a5 i18n(LFG): LFG text for https://github.com/HabitRPG/habitrpg/pull/2808 ,
fixes #145 (cc @deilann)
2014-02-27 09:36:44 -08:00
Tyler Renelle 27da784cf6 fix(ultimateGear): add last:true to the only back piece 2014-02-27 08:39:15 -08:00
Sabe Jones fdc47b4d29 Merge pull request #155 from HabitRPG/sabe/drops
Overhaul drop chance to a percentage multiplier system
2014-02-26 20:46:59 -06:00
Sabe Jones c32d91a331 fix(drops): Further overhaul drop chance
Reduces the divisors for several modifiers to give them a more noticeable effect (especially PERception, so Rogues continue to be durn sharp).
2014-02-26 20:44:43 -06:00
Sabe Jones e0e0b154fc Merge branch 'develop' of https://github.com/HabitRPG/habitrpg-shared into sabe/drops 2014-02-26 20:35:37 -06:00
Matteo Pagliazzi ef564ed175 chore(i18n): update locales, added ukrainian and spanish 2014-02-26 19:29:40 +01:00
Matteo Pagliazzi eb8a7c1117 chore(i18n): remove duplicate string and update locales 2014-02-24 18:38:15 +01:00
base of tree aa0c69e082 Fixes #1528. Stores the currently selected tags locally before synchronizing with the server and restores them after the new user object comes back down the pipe. One potential issue that should probably be fixed is if a tag is deleted on another client that has it selected, there is no visual feedback showing that a tag is still selected, but there are no tasks shown because a null tag is selected. This is fixed by pressing "clear filters", but null filters should probably be checked eventually 2014-02-23 22:37:42 -08:00
Tyler Renelle e0c2243185 i18n(gems): update wording on buy-gems to remove "no ads": https://github.com/HabitRPG/habitrpg/issues/2416#issuecomment-35289915 2014-02-23 17:58:58 -08:00
Matteo Pagliazzi 7f99be2197 chore(i18n): update locales 2014-02-23 22:00:05 +01:00
Sabe Jones 2d43314b83 fix(tests): Define contrib level for test user
Undefined "level" variable was causing algos unit test to fail on pull #155
2014-02-23 10:06:40 -06:00
Matteo Pagliazzi 9211558beb chore(i18n): update locales 2014-02-23 12:13:34 +01:00
Matteo Pagliazzi ebf629760d fix(i18n): add string for new mistery item 2014-02-23 12:11:34 +01:00
Tyler Renelle 335d063512 chore(grunt): revert f3c5d3f73a and
fb63ae25f0 . Was causing broken
customizer.css, fixes https://github.com/HabitRPG/habitrpg/issues/2934
. cc @paglias
2014-02-22 22:44:33 -08:00
Tyler Renelle 1a40a52ab5 feat(premium): add mystery-item handling 2014-02-22 20:42:35 -08:00
Tyler Renelle cdd59adab9 feat(accessories): add back accessory 2014-02-22 20:42:34 -08:00
Matteo Pagliazzi 33ec10cec7 chore(i18n): update locales 2014-02-22 23:02:02 +01:00
Matteo Pagliazzi 4730081bea fix(i18n): fix string saying donation remove ads 2014-02-22 18:15:34 +01:00
Matteo Pagliazzi 45c09c6744 chore(i18n): update locales 2014-02-22 18:08:31 +01:00
Matteo Pagliazzi ce518a660c fix(i18n): add paypalText again 2014-02-22 18:07:27 +01:00