Commit Graph

836 Commits

Author SHA1 Message Date
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
Matteo Pagliazzi a1ec40e77e chore(): update dependencies (not moment because we keep the same version as habitrpg), move tests from /tests to /test so that it correctly uses mocha.opts 2014-02-22 17:10:29 +01:00
Matteo Pagliazzi f3c5d3f73a fix(grunt): remove unnecessary check 2014-02-22 16:30:09 +01:00
Matteo Pagliazzi fb63ae25f0 fix(css spritesheet): prevent duplication of css in customizer.css 2014-02-22 16:26:15 +01:00
Matteo Pagliazzi 6e7b4f33dd chore(i18n): update locales 2014-02-22 15:11:20 +01:00
Tyler Renelle 387d1d8092 chore(static): update static links 2014-02-21 18:00:57 -08:00
Tyler Renelle 68dc117adb chore(grunt): grunt with new food images 2014-02-21 17:28:03 -08:00
Matteo Pagliazzi c8b2527717 chore(i18n): copy right files for swedish and slovak, was using german and russian files. Update other locales 2014-02-21 22:21:47 +01:00
Matteo Pagliazzi ea4b988caf chore(i18n): add swedish and slovak, update other locales 2014-02-21 19:13:57 +01:00
Sabe Jones 4a9cce3c24 fix(checklists): Improved checklist popover text
Wordy, but clearer and more accurate than the previous help text.

Fixes HabitRPG/habitrpg/#2894
2014-02-20 19:53:40 -06:00
Sabe Jones 5469b5013e Merge pull request #157 from denis-sokolov/issue-2880
fix(items): fix mage ultimate per bonus #2880
2014-02-20 19:44:19 -06:00