mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
Reduce difficulty of collection quests (#8754)
* create script to insert message into party chat because collection quest is now easier See https://github.com/HabitRPG/habitrpg/pull/7987 for more details. * fix(quests): make collection less burdensome * refactor(migration): return groups directly
This commit is contained in:
@@ -442,7 +442,7 @@ let quests = {
|
||||
collect: {
|
||||
lightCrystal: {
|
||||
text: t('questVice2CollectLightCrystal'),
|
||||
count: 45,
|
||||
count: 30,
|
||||
},
|
||||
},
|
||||
drop: {
|
||||
@@ -511,7 +511,7 @@ let quests = {
|
||||
collect: {
|
||||
plainEgg: {
|
||||
text: t('questEggHuntCollectPlainEgg'),
|
||||
count: 100,
|
||||
count: 40,
|
||||
},
|
||||
},
|
||||
drop: {
|
||||
@@ -846,7 +846,7 @@ let quests = {
|
||||
collect: {
|
||||
moonstone: {
|
||||
text: t('questMoonstone1CollectMoonstone'),
|
||||
count: 500,
|
||||
count: 100,
|
||||
},
|
||||
},
|
||||
drop: {
|
||||
@@ -953,7 +953,7 @@ let quests = {
|
||||
collect: {
|
||||
testimony: {
|
||||
text: t('questGoldenknight1CollectTestimony'),
|
||||
count: 300,
|
||||
count: 60,
|
||||
},
|
||||
},
|
||||
drop: {
|
||||
@@ -1396,11 +1396,11 @@ let quests = {
|
||||
collect: {
|
||||
fireCoral: {
|
||||
text: t('questDilatoryDistress1CollectFireCoral'),
|
||||
count: 25,
|
||||
count: 20,
|
||||
},
|
||||
blueFins: {
|
||||
text: t('questDilatoryDistress1CollectBlueFins'),
|
||||
count: 25,
|
||||
count: 20,
|
||||
},
|
||||
},
|
||||
drop: {
|
||||
|
||||
Reference in New Issue
Block a user