pokemon-showdown/data/mods
Guangcong Luo 5364c63e23 Introduce item.itemUser
`item.itemUser` replaces `item.zMoveUser`, and is a new field
representing a list of possible users of an item, for items that are
restricted to specific species.

`item.zMoveUser` is a base forme for items that affect every forme, and
a forme name otherwise (forme name is currently only used for
`forcedForme` uses).

Arceus is a weird case. Both generic Z crystals and Plates, while
having unique effects on Arceus, also have effects on other Pokémon.
For this reason, Arceus isn't listed as an `itemUser` of either of
these item types - use-cases that want this should also check
`item.forcedForme`.

This is mostly intended to be useful to move-searching and custom
rules (like NatDex, which will only allow past-gen items associated
with removed species).
2019-11-25 15:26:36 +13:00
..
gen1 Fix Body Press 2019-11-17 18:47:16 +13:00
gen2 Fix Body Press 2019-11-17 18:47:16 +13:00
gen3 RandomTeams mods: Shorten path 2019-11-15 19:50:17 +04:00
gen4 RandomTeams mods: Shorten path 2019-11-15 19:50:17 +04:00
gen5 RandomTeams mods: Shorten path 2019-11-15 19:50:17 +04:00
gen6 Fix remaining build errors 2019-11-16 06:08:48 +13:00
gen7 Allow Stick in past gens 2019-11-24 06:29:14 +04:00
gennext Refactor battle.dex out of battle (#5851) 2019-10-06 07:38:08 +11:00
letsgo Fix Let's Go Random Battle 2019-11-19 20:42:57 +04:00
mixandmega Let's Go/Mix and Mega: Inherit from gen 7 2019-11-16 22:51:53 +04:00
ssb Introduce item.itemUser 2019-11-25 15:26:36 +13:00
stadium Fix Body Press 2019-11-17 18:47:16 +13:00
vgc17 Refactor battle.dex out of battle (#5851) 2019-10-06 07:38:08 +11:00