Matteo Pagliazzi
fcd33f32ee
fix(i18n): missing strings
2014-05-06 19:51:35 +02:00
Matteo Pagliazzi
17aaa13785
fix(i18n): rebase, fix and compile
2014-05-06 19:51:35 +02:00
Matteo Pagliazzi
c57df7fbc4
fix(i18n): use right syntax and add a few strings
2014-05-06 19:51:33 +02:00
Matteo Pagliazzi
37f999fabe
chore(i18n): move new content to strings, update locales
2014-05-06 19:51:33 +02:00
Matteo Pagliazzi
5b242331d6
fix(i18n)
2014-05-06 19:51:33 +02:00
Matteo Pagliazzi
ad7a890160
refactor(i18n): start using strings for api messages
2014-05-06 19:51:33 +02:00
Matteo Pagliazzi
f80cff8916
refactor(i18n): refactor & fix
2014-05-06 19:51:33 +02:00
Matteo Pagliazzi
5a897eedb1
refactor(i18n): use i18n-ready strings in index.coffee for content
2014-05-06 19:51:33 +02:00
Matteo Pagliazzi
8958758925
refactor(i18n): move userDefaults to strings
2014-05-06 19:51:33 +02:00
Matteo Pagliazzi
ab4bfd5f32
refactor(i18n): move quests to strings
2014-05-06 19:51:33 +02:00
Matteo Pagliazzi
b3369ab68a
refactor(i18n): move food and hatchinPotions to strings
2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
be3f4f69d0
fix(i18n): move mistery items to strings
2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
fb0edad336
improve(i18n): move eggs to strings
2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
7297843846
improve(i18n): move spells to strings
2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
2b0220ca54
fix(i18n): remove duplicate strings
2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
bddadc4827
fix(i18n): remove duplicate strings
2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
85d0ebbc8e
improve(i18n): move potion to strings, add content.json for generic content
2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
fdfbd17cf7
improve(i18n): move gear strings to gear.json, recompile
2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
8eabb3741b
chore(i18n): move head items to strings
2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
a0ed07996d
chore(i18n): move attributes values to interpolation
2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
1bdee2d275
chore(i18n): start moving attributes values to interpolation
2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
fcbe8a76f2
chore(i18n): move armor items to content.json
2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
c2d8dc5549
chore(i18n): move all the weapons to content.json and update README.md
2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
968c899836
improve(i18n): add locales for content.json, add code for server to i18n, build
2014-05-06 19:51:31 +02:00
Matteo Pagliazzi
7af95edc8c
chore(i18n:): implement i18n module, start moving content to locales/en/content.json, recompile
2014-05-06 19:51:31 +02:00
Tyler Renelle
d92a2eb86e
feat(subscriptions): allow one month after sub start-date before it's terminated.
2014-05-05 23:59:28 -06:00
Tyler Renelle
00147a8671
Merge pull request #198 from jbutz/todo_archive_flag_cron
...
feat(archive_todo): add cron to archive todos
2014-05-03 21:44:11 -06:00
Tyler Renelle
746ce6de4f
feat(spring): take egg hunt quest out of the market
2014-04-30 22:28:54 -06:00
Sabe Jones
af45479f93
fix(abilities): Correct crits, desc for Flames
...
Clarifies mechanics of Burst of Flames, and changes crittable spells to use the secondary stat for the class in question.
2014-04-30 21:38:26 -05:00
Sabe Jones
6ff3046230
fix(abilities): Correct crits and desc for Smash
...
Change the critical hit stat for Brutal Smash to use STR instead of PER, and update description for completeness/accuracy.
2014-04-29 22:12:27 -05:00
Sabe Jones
b783f4ba4c
fix(gear): Typo correction
...
Change "status" to "stat" in description of bunny ears
2014-04-25 22:38:38 -05:00
Sabe Jones
a2afea351a
fix(quests): Replace @ with bold
...
The @ convention for calling out usernames makes sense in chat, due to the At functionality, but it looks rather odd in quest text. Replaced it with some inline HTML that should serve the purpose more elegantly.
2014-04-24 19:08:13 -05:00
Tyler Renelle
db95376b52
feat(mystery): april mystery items
2014-04-24 17:42:36 -06:00
Sabe Jones
676d90fda0
fix(cron): Move daily MP after Perfect Day
...
Previously, users gained MP very early in the cron process. This meant that no buffs affected daily MP gain. Now, MP gain happens after the Perfect Day bonus is applied, so getting an INT boost that pushes you over 100 max MP gives you a tangible benefit.
2014-04-22 21:05:58 -05:00
Tyler Renelle
b0c1b13af0
fix(vice3): allow re-purchase of broken "Stephen Weber's Shaft of the
...
Dragon". Fixes https://github.com/HabitRPG/habitrpg/issues/3308
2014-04-22 12:27:35 -06:00
Jason Butz
52ff5a7d5a
feat(archive_todo): update to archive todos
...
I thought this bit of code was in the other repo. So long as part 3 follows
close behind this, there shouldn't be an issue
2014-04-18 12:33:45 -04:00
Jason Butz
17aed0a9d7
feat(archive_todo): add cron to archive todos
...
This is part 2 of habitrpg#3062. Part 1 MUST be merged first.
Part 1 pull request: habitrpg#3302
2014-04-18 11:45:21 -04:00
Denis Sokolov
93ccb987d8
improve(default-tasks): add checklist, emojis, markdown
2014-04-17 16:12:09 +09:00
Tyler Renelle
bc5ff6412a
feat(wondercon): add wondercon gear
2014-04-16 17:47:09 -06:00
Tyler Renelle
b93bf8be7f
feat(accessories): add body accessory & better handling of gear sorting
2014-04-16 17:44:13 -06:00
Tyler Renelle
bd8d2dcbd0
feat(eggQuest): add april egg quest
2014-04-06 21:29:34 -06:00
Ionuț Arțăriși
7a989203b5
fix some minor grammar/spelling mistakes in Quests Content
...
- squeeking should be squeaking
"How can you expect to the fight the beast if it already has control over you?"
should be:
"How can you expect to fight the beast if it already has control over you?"
"The beast is a grand dragon of immense power and comprised of the
shadows themselves. Vice, the treacherous Shadow Wyrm."
- the second sentence has no verb, it should be a continuation of the
first one
2014-03-29 18:11:43 +01:00
deilann
1db3b7cf98
free orb of rebirth for level 100(+) users
...
Orb of Rebirth now only spits out "not enough gems" if user is under level 100 and has less than 8 gems. It also only charges if the user is below level 100.
2014-03-27 22:27:37 -07:00
Tyler Renelle
f8d5fad086
feat(mystery): march mystery set
2014-03-24 23:40:09 -06:00
deilann
8add2b4116
removing weird spacing
2014-03-23 19:18:09 -07:00
deilann
b4b3df51de
Adds stats to Spring equipment descriptions
2014-03-23 19:15:45 -07:00
Sabe Jones
9faea5e9d7
Merge pull request #178 from PeterHatch/special-class-bonus
...
Gain the class bonus when using event equipment that belongs to your class.
2014-03-23 21:03:05 -05:00
Sabe Jones
f4d5ce83cb
fix(Spring): Add stats text to Spring gear
...
Clarifies to users that the Spring Fling event items are not all purely cosmetic.
2014-03-23 20:40:38 -05:00
Peter Hatch
5f51e7c7ac
Reverted change to cost of Hook Claws.
2014-03-23 16:31:11 -07:00
Peter Hatch
46b31237f2
Made Clover-steel Helmet boost strength instead of perception; increased cost of Hook Claws to match Ninja-to and Ski.
2014-03-23 15:52:15 -07:00