mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Graphics Update Round 2
Added new animations for Secret Sword, Geomancy, Tailwind, and more. Sped up the animations for Charge Beam and Dazzling Gleam. Added a "Missed" message for when multi-hit moves missing to make it more obvious that it's a miss
This commit is contained in:
parent
08cec5b0cc
commit
a43d9845ca
2065
data/graphics.js
2065
data/graphics.js
File diff suppressed because it is too large
Load Diff
BIN
fx/bone.png
Normal file
BIN
fx/bone.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 301 B |
BIN
fx/mudwisp.png
Normal file
BIN
fx/mudwisp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
BIN
fx/rock.png
BIN
fx/rock.png
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
|
|
@ -1469,10 +1469,10 @@ var Side = (function () {
|
|||
curelem = this.battle.spriteElemsFront[this.n].children().last();
|
||||
curelem.css(this.battle.pos({
|
||||
display: 'block',
|
||||
x: this.x,
|
||||
y: this.y-15,
|
||||
x: this.x + 15,
|
||||
y: this.y - 35,
|
||||
z: this.z,
|
||||
opacity: 0.5,
|
||||
opacity: 0.4,
|
||||
scale: 0.7
|
||||
}, BattleEffects.web));
|
||||
elem = curelem;
|
||||
|
|
@ -3529,6 +3529,7 @@ var Battle = (function () {
|
|||
var target = this.getPokemon(args[2]);
|
||||
if (target) {
|
||||
actions += "" + target.getName() + " avoided the attack!";
|
||||
this.resultAnim(target, 'Missed', 'neutral', animDelay);
|
||||
} else {
|
||||
actions += "" + user.getName() + "'s attack missed!";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user