mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 04:23:45 -05:00
Remove Berry
Berry is exactly the same as Oran Berry
This commit is contained in:
parent
eaa574e3ca
commit
6738aa92ae
|
|
@ -6,20 +6,6 @@ exports.BattleItems = {
|
|||
gen: 2,
|
||||
desc: "Doubles the amount of money received in trainer battles."
|
||||
},
|
||||
berry: {
|
||||
id: "berry",
|
||||
name: "Berry",
|
||||
isBerry: true,
|
||||
onUpdate: function(pokemon) {
|
||||
if (pokemon.hp <= pokemon.maxhp/2) pokemon.eatItem();
|
||||
},
|
||||
onEat: function(pokemon) {
|
||||
this.heal(10);
|
||||
},
|
||||
num: -2,
|
||||
gen: 2,
|
||||
desc: "Restores 10 HP when the holder of this item is at 50% HP or less. One-time use."
|
||||
},
|
||||
berserkgene: {
|
||||
id: "berserkgene",
|
||||
name: "Berserk Gene",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user