chore(grunt): compile sprites

This commit is contained in:
Sabe Jones 2015-04-01 23:48:09 -05:00
parent eddade48a4
commit ad15351ce0
16 changed files with 12131 additions and 12097 deletions

View file

@ -2882,6 +2882,8 @@ api.spells = {
cast: function(user, target) {
var _base;
target.stats.buffs.snowball = true;
target.stats.buffs.spookDust = false;
target.stats.buffs.shinySeed = false;
if ((_base = target.achievements).snowball == null) {
_base.snowball = 0;
}
@ -2909,7 +2911,9 @@ api.spells = {
notes: t('spellSpecialSpookDustNotes'),
cast: function(user, target) {
var _base;
target.stats.buffs.snowball = false;
target.stats.buffs.spookDust = true;
target.stats.buffs.shinySeed = false;
if ((_base = target.achievements).spookDust == null) {
_base.spookDust = 0;
}
@ -2929,6 +2933,36 @@ api.spells = {
return user.stats.gp -= 5;
}
},
shinySeed: {
text: t('spellSpecialShinySeedText'),
mana: 0,
value: 15,
target: 'user',
notes: t('spellSpecialShinySeedNotes'),
cast: function(user, target) {
var _base;
target.stats.buffs.snowball = false;
target.stats.buffs.spookDust = false;
target.stats.buffs.shinySeed = true;
if ((_base = target.achievements).shinySeed == null) {
_base.shinySeed = 0;
}
target.achievements.shinySeed++;
return user.items.special.shinySeed--;
}
},
petalFreePotion: {
text: t('spellSpecialPetalFreePotionText'),
mana: 0,
value: 5,
immediateUse: true,
target: 'self',
notes: t('spellSpecialPetalFreePotionNotes'),
cast: function(user, target) {
user.stats.buffs.shinySeed = false;
return user.stats.gp -= 5;
}
},
nye: {
text: t('nyeCard'),
mana: 0,

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: 280 KiB

After

Width:  |  Height:  |  Size: 270 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 72 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 139 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 397 KiB

After

Width:  |  Height:  |  Size: 145 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 KiB

After

Width:  |  Height:  |  Size: 545 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 KiB

After

Width:  |  Height:  |  Size: 338 KiB

2220
common/dist/sprites/spritesmith6.css vendored Normal file

File diff suppressed because it is too large Load diff

BIN
common/dist/sprites/spritesmith6.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB