Commit graph

56 commits

Author SHA1 Message Date
Tyler Renelle
d721644f15 fix(tests): put honey last in food items def, seems to fix the mocked
random function looking for honey. @djuretic any ideas?
2014-01-30 19:31:36 -07:00
Tyler Renelle
949386f44f feat(habitBirthday): add habitrpg birthday event. includes cakes for all
pets, absurd party robes, npc swap, badge, etc. @lemoness
2014-01-30 19:19:30 -07:00
Cole Gleason
2a32517ae4 Merge pull request #117 from deilann/dequip-1
changing dequip to make sense for all classes
2014-01-26 12:06:50 -08:00
deilann
dbbcee0c1c syntax fix
fixed comment
2014-01-26 11:53:02 -08:00
deilann
b6c8452043 changing dequip to make sense for all classes 2014-01-25 18:17:33 -08:00
Cole Gleason
2283093845 fix(ultimateGear): fix bug where ultimateGear isn't awarded
This does several things:
- Moves the calculation of the ultimateGear achievement into its own
function on user.ops.
- Only computes ultimateGear if item is last and the user does not
already have the achievement
- Fixes bug where ultimateGear was not awarded if user wasn't wearing
their class gear at the time of item purchase.
- Adds content.classes and content.gearTypes which we should start using
elsewhere.
- Added tests for ultimateGear

Fixes HabitRPG/habitrpg#2232.
2014-01-23 23:49:04 -06:00
Tyler Renelle
2ee93763fc feat(quests): add the gryphon quest, mount, pet, egg. For the glory of @baconsaur! 2014-01-21 14:41:07 -08:00
Tyler Renelle
051c3c89c8 feat(quests): allow quests to drop multiple items 2014-01-21 13:12:58 -08:00
deilann
b2efa6d0da Update content.coffee to change "Cloth Armor"
Changes Cloth Armor to "Plain Clothing" for better consistency and sprite representation.
2014-01-16 18:18:44 -08:00
Dušan Juretić
c9ddf0e15d Fix typos 2014-01-11 17:54:50 -03:00
Steve
4f467caa1a Typo
Fixes https://github.com/HabitRPG/habitrpg/issues/2330
2014-01-09 18:04:48 -05:00
Tyler Renelle
221574bcb2 #83 ski-sassin offhand pole should match 2nd-best regular offhand 2014-01-08 09:38:24 -07:00
Tyler Renelle
2635db9e51 winter: weapons should be 2nd best, not 1st. Some refactoring 2014-01-06 18:24:31 -07:00
Tyler Renelle
4b16317c15 winter: add winter-specific class gear as event-timed specials (@lemoness) 2014-01-06 17:14:17 -07:00
Tyler Renelle
c01d5d79d6 event-items: try a different approach than "unbreakable" (1335750). If they've owned it before (item==false), then they canOwn() again. In those cases, set item to 'event' 2014-01-06 17:13:44 -07:00
Tyler Renelle
1335750804 add unbreakable special items, so we can add special-event gear which users can buy during a certain period of time, but which they can't lose on death. Starting with party-hats 2014-01-06 14:15:21 -07:00
Tyler Renelle
81ca8d15b5 bring @JasonGross changes back in. Jason, updates should go to
script/content.coffee (dist/habitrpg-shared.js is a compiled file and
gets clobbered)
2014-01-03 14:18:35 -07:00
Tyler Renelle
8523f68672 expose api.pets 2014-01-02 16:30:25 -07:00
Alice Harris
93531ac24a Tools of the Trade description now mentions drops
Edited description for Tools of the Trade to state that it increases the chance of drops (because the spell buffs PER and PER is used to calculate "chance" in the randomDrop function)
2014-01-02 11:58:30 +10:00
Tyler Renelle
b76b275a7c winter: party hat fix, big snowball in inventory (@lemoness). Still
small one in spells list, those are 32x22. I say we just leave it
2013-12-31 08:54:26 -07:00
Tyler Renelle
549fd7bac0 new year's eve event: party hat, new NPCs 2013-12-31 08:44:01 -07:00
Tyler Renelle
bb5fe9c6e5 classes: temporary stopgap for
https://github.com/HabitRPG/habitrpg/issues/2150 , burst-of-flames being
too powerful. This isn't the real solution we need something better
2013-12-29 16:58:45 -07:00
Tyler Renelle
dfa25c6f3a fix https://github.com/HabitRPG/habitrpg/issues/2156 stack stealth 2013-12-28 22:01:44 -07:00
Tyler Renelle
0c9c078928 Merge pull request #59 from HabitRPG/sabe/classes
Content update to match #2019 fix
2013-12-27 07:58:55 -08:00
Tyler Renelle
4ee8e47700 Merge pull request #62 from HabitRPG/sabe/tweak
Improve food drop notification phrasing
2013-12-27 07:58:09 -08:00
Tyler Renelle
dff68a6443 fix https://github.com/HabitRPG/habitrpg/issues/2114 (thanks @EvilTosha, was huntin that one!) 2013-12-25 20:37:49 -07:00
Tyler Renelle
1f3198e77b bosses: add content for evil-santa. also add "completion" field for quest content 2013-12-24 23:55:53 -07:00
Tyler Renelle
9aeb4f9ffb quests: add collection quests & quest arks 2013-12-24 17:24:32 -07:00
Tyler Renelle
5eadabbf10 Quests: Initial bosses WIP, change all content.*.name to content.*.key for consistency (and to make room for quest.name). Bugfix on STR adjustment 2013-12-23 00:45:39 -07:00
Tyler Renelle
7f3337c1b9 Quests: Initial bosses WIP, change all content.*.name to content.*.key for consistency (and to make room for quest.name). Bugfix on STR adjustment 2013-12-22 22:20:44 -07:00
Sabe Jones
fce23fc04a Fix "You found undefinedHoney" 2013-12-21 22:19:09 -06:00
Sabe Jones
3209ceca65 Improve food drop notification phrasing 2013-12-21 22:01:14 -06:00
Tyler Renelle
918f994a97 unlock classes at level 10 (@wc8) 2013-12-21 15:05:12 -07:00
Tyler Renelle
6c8e2975b4 math-balancing WIP for passive stats & abilities 2013-12-21 15:05:12 -07:00
Sabe Jones
7e8d33a94b Content update to match #2019 fix 2013-12-21 10:52:24 -06:00
Tyler Renelle
475d1267b2 winter: add snowball badge stack, remove candycane hat for now 2013-12-20 19:55:01 -07:00
Tyler Renelle
3965194a07 add salt spell to remove snowman effect 2013-12-20 18:34:14 -07:00
Tyler Renelle
5b92fa0f40 rename head_special_winter to head_special_candycane 2013-12-20 11:03:16 -07:00
Tyler Renelle
b9f2599f9c winter event! npcs, snowball=>snowman, new hairs/beards 2013-12-20 10:21:24 -07:00
Tyler Renelle
ad325bce92 show tasks dodged # in math_samples, balance stealth 2013-12-19 20:34:29 -07:00
Tyler Renelle
d8a39e1ffd math_samples fixes for spells, consequent spell balancing 2013-12-19 20:26:30 -07:00
Tyler Renelle
dd190cbc52 make stealth higher level & mp requirement 2013-12-19 18:18:01 -07:00
Tyler Renelle
e5d902314d fix https://github.com/HabitRPG/habitrpg/issues/2064 , make sure to
stack buffs
2013-12-19 18:18:01 -07:00
Tyler Renelle
3d0364b8ad updated mage spells with @danielthebard's new content 2013-12-18 10:39:10 -07:00
Tyler Renelle
50914cd83e spelling 2013-12-18 10:23:13 -07:00
Tyler Renelle
7c39f8c4e3 add stealth back in. @danielthebard I do insist we keep this spell. It's been in many wikia & ingame descriptions, and highly-anticipated. I think rogues, a solitary class, can do sans one party spell 2013-12-18 10:14:17 -07:00
Tyler Renelle
cb5b80a2f7 classes: spell balancing all around 2013-12-18 10:05:24 -07:00
Tyler Renelle
254198c8ab classes: temp hotfix for OP pickpocket, add values instead of multiply 2013-12-17 21:52:30 -07:00
Sabe Jones
f14d21176f Fix typos in ability descriptions 2013-12-17 22:38:40 -06:00
Tyler Renelle
2d568f1cf4 [https://github.com/HabitRPG/habitrpg/issues/2017] add abiltiy to opt
out of class system entirely
2013-12-17 16:43:10 -07:00