mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Merge branch 'develop' into task-difficulty-context-classes
This commit is contained in:
35
common/dist/scripts/habitrpg-shared.js
vendored
35
common/dist/scripts/habitrpg-shared.js
vendored
@@ -2924,6 +2924,11 @@ api.questEggs = {
|
||||
text: t('questEggTRexText'),
|
||||
adjective: t('questEggTRexAdjective'),
|
||||
canBuy: false
|
||||
},
|
||||
Rock: {
|
||||
text: t('questEggRockText'),
|
||||
adjective: t('questEggRockAdjective'),
|
||||
canBuy: false
|
||||
}
|
||||
};
|
||||
|
||||
@@ -4307,6 +4312,36 @@ api.quests = {
|
||||
gp: 55,
|
||||
exp: 500
|
||||
}
|
||||
},
|
||||
rock: {
|
||||
text: t('questRockText'),
|
||||
notes: t('questRockNotes'),
|
||||
completion: t('questRockCompletion'),
|
||||
value: 4,
|
||||
boss: {
|
||||
name: t('questRockBoss'),
|
||||
hp: 400,
|
||||
str: 1.5
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'eggs',
|
||||
key: 'Rock',
|
||||
text: t('questRockDropRockEgg')
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Rock',
|
||||
text: t('questRockDropRockEgg')
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Rock',
|
||||
text: t('questRockDropRockEgg')
|
||||
}
|
||||
],
|
||||
gp: 31,
|
||||
exp: 200
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user