chore(grunt): compile sprites

This commit is contained in:
Sabe Jones
2015-02-17 20:46:40 -06:00
parent 47f3122c2d
commit 87b13d5fc8
6 changed files with 223 additions and 182 deletions

View File

@@ -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
}
}
};

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 493 KiB

After

Width:  |  Height:  |  Size: 495 KiB

View File

@@ -1276,7 +1276,7 @@
width: 105px;
height: 105px;
}
.Mount_Body_Rock-Gold {
.Mount_Body_Rock-Golden {
background-image: url(spritesmith4.png);
background-position: -1604px -636px;
width: 105px;

View File

@@ -370,7 +370,7 @@
width: 105px;
height: 105px;
}
.Mount_Head_Rock-Gold {
.Mount_Head_Rock-Golden {
background-image: url(spritesmith5.png);
background-position: -106px -832px;
width: 105px;
@@ -1846,7 +1846,7 @@
width: 75px;
height: 93px;
}
.Pet-Rock-Gold {
.Pet-Rock-Golden {
background-image: url(spritesmith5.png);
background-position: -1860px -1476px;
width: 75px;