mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
WIP(pets): Frog quest
This commit is contained in:
@@ -22,6 +22,7 @@ const QUEST_EGGS = [
|
||||
'Whale',
|
||||
'Cheetah',
|
||||
'Horse',
|
||||
'Frog'
|
||||
];
|
||||
|
||||
let eggDefaults = {
|
||||
|
||||
@@ -325,6 +325,16 @@ let petQuests = {
|
||||
gp: 37,
|
||||
exp: 275,
|
||||
}
|
||||
},
|
||||
frog: {
|
||||
boss: {
|
||||
hp: 300,
|
||||
str: 1.5
|
||||
},
|
||||
drop: {
|
||||
gp: 25,
|
||||
exp: 125,
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user