mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
chore(grunt): compile sprites
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'),
|
text: t('questEggTRexText'),
|
||||||
adjective: t('questEggTRexAdjective'),
|
adjective: t('questEggTRexAdjective'),
|
||||||
canBuy: false
|
canBuy: false
|
||||||
|
},
|
||||||
|
Rock: {
|
||||||
|
text: t('questEggRockText'),
|
||||||
|
adjective: t('questEggRockAdjective'),
|
||||||
|
canBuy: false
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -4307,6 +4312,36 @@ api.quests = {
|
|||||||
gp: 55,
|
gp: 55,
|
||||||
exp: 500
|
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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
2
common/dist/sprites/habitrpg-shared.css
vendored
2
common/dist/sprites/habitrpg-shared.css
vendored
File diff suppressed because one or more lines are too long
362
common/dist/sprites/spritesmith3.css
vendored
362
common/dist/sprites/spritesmith3.css
vendored
File diff suppressed because it is too large
Load Diff
BIN
common/dist/sprites/spritesmith3.png
vendored
BIN
common/dist/sprites/spritesmith3.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 493 KiB After Width: | Height: | Size: 495 KiB |
2
common/dist/sprites/spritesmith4.css
vendored
2
common/dist/sprites/spritesmith4.css
vendored
@@ -1276,7 +1276,7 @@
|
|||||||
width: 105px;
|
width: 105px;
|
||||||
height: 105px;
|
height: 105px;
|
||||||
}
|
}
|
||||||
.Mount_Body_Rock-Gold {
|
.Mount_Body_Rock-Golden {
|
||||||
background-image: url(spritesmith4.png);
|
background-image: url(spritesmith4.png);
|
||||||
background-position: -1604px -636px;
|
background-position: -1604px -636px;
|
||||||
width: 105px;
|
width: 105px;
|
||||||
|
|||||||
4
common/dist/sprites/spritesmith5.css
vendored
4
common/dist/sprites/spritesmith5.css
vendored
@@ -370,7 +370,7 @@
|
|||||||
width: 105px;
|
width: 105px;
|
||||||
height: 105px;
|
height: 105px;
|
||||||
}
|
}
|
||||||
.Mount_Head_Rock-Gold {
|
.Mount_Head_Rock-Golden {
|
||||||
background-image: url(spritesmith5.png);
|
background-image: url(spritesmith5.png);
|
||||||
background-position: -106px -832px;
|
background-position: -106px -832px;
|
||||||
width: 105px;
|
width: 105px;
|
||||||
@@ -1846,7 +1846,7 @@
|
|||||||
width: 75px;
|
width: 75px;
|
||||||
height: 93px;
|
height: 93px;
|
||||||
}
|
}
|
||||||
.Pet-Rock-Gold {
|
.Pet-Rock-Golden {
|
||||||
background-image: url(spritesmith5.png);
|
background-image: url(spritesmith5.png);
|
||||||
background-position: -1860px -1476px;
|
background-position: -1860px -1476px;
|
||||||
width: 75px;
|
width: 75px;
|
||||||
|
|||||||
Reference in New Issue
Block a user