alpaca

Results 12 issues of alpaca

Tested by fighting a pawmi with nuzzle, working as intended. EDIT: saw that someone else implemented Quick Feet. Their implementation multiplies speed by 2 so the 1/2 cancels out. This...

Heard lots of people liking the idea of rewarding classic runs so this is a super simple implementation that could get the ball rolling; 1. Adds a winCount variable in...

enhancement

couldn't figure out a more elegant way of getting the attacker and move data into the getTriggerMessage function, open to suggestions about improvement. I imagine the args[] array could be...

Ability

1. Adds a PartyStatusCureAttr to handle Heal Bell + Aromatherapy; Originally I created a more general use StatusCureAttr that hooked into our targeting properly, however the current targeting system can...

Move

Adds an optional allOthers flag to PostDefendStatChangeAbAttr, which means that the stat change affects all other pokemon on the field, to accommodate Cotton Down. The showdown page specifies that it's...

Ability

Modifies PostTurnResetStatusAbAttr to take an optional allyTarget flag, which will instead try to reset that status of the ally on the field to account for the Healer ability. This ability...

Ability

Went off of the showdown description of "This Pokemon does not take damage from attacks made by its allies." Wasn't sure if this meant that they were completely immune to...

Ability

Implements Grudge 1. Adds a GrudgeTag in battler tags that lasts 1 turn and will trigger it's pp-drain if the tag holder is koed by an attack move. 2. Delays...

enhancement
Move

So the item function properly, but I didn't add it to the loot pool since I wanted to hear some thoughts on it first. It hooks into the addArenaTagAttr on...

Item

With how popular the trap moves are (mostly because of how they work with boss hp bars) I thought making the damaging weather moves better would be cool. 1. Adds...

Item