feat(spring): back to normal npcs

This commit is contained in:
Tyler Renelle 2014-04-30 22:17:59 -06:00
parent af45479f93
commit b304243119
11 changed files with 2053 additions and 2067 deletions

View file

@ -2,12 +2,12 @@
margin-left: 1.25em;
}*/
/* Commenting out for holiday events */
/*.npc_ian {
/* Comment out for holiday events */
.npc_ian {
background: url("../img/sprites/npc_ian.gif") no-repeat;
width: 78px;
height: 135px;
}*/
}
.Gems {
display:inline-block;

2053
dist/customizer.css vendored

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -10520,7 +10520,7 @@ var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ?
mana: 10,
lvl: 11,
target: 'task',
notes: 'With a crack, flames burst from your staff, scorching a task. You deal high damage to the task, and gain additional experience (more experience for greens).',
notes: 'Flames blast forth, scorching a task. You reduce the task\'s redness, deal damage to any monster you\'re battling, and gain Experience--more for blue tasks.',
cast: function(user, target) {
var bonus;
@ -10587,7 +10587,7 @@ var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ?
target: 'task',
notes: "You savagely hit a single task with all of your might. The task's redness decreases, and you deal extra damage to any monster you're fighting.",
cast: function(user, target) {
target.value += 2.5 * (user._statsComputed.str / (user._statsComputed.str + 50)) * user.fns.crit('str');
target.value += 2.5 * (user._statsComputed.str / (user._statsComputed.str + 50)) * user.fns.crit('con');
if (user.party.quest.key) {
return user.party.quest.progress.up += Math.ceil(user._statsComputed.str * .2);
}
@ -10666,7 +10666,7 @@ var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ?
cast: function(user, target) {
var bonus, _crit;
_crit = user.fns.crit('per', .3);
_crit = user.fns.crit('str', .3);
target.value += _crit * .03;
bonus = (target.value < 0 ? 1 : target.value + 1) * _crit;
user.stats.exp += bonus;

2053
dist/spritesmith.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 552 KiB

After

Width:  |  Height:  |  Size: 548 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 4 KiB