mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-09 09:45:44 -05:00
Add Fossils (#5953)
This commit is contained in:
committed by
The Immortal
parent
2c2084dbb7
commit
84dc57aafe
@@ -2070,6 +2070,54 @@ let BattleItems = {
|
||||
gen: 4,
|
||||
desc: "If holder's HP is full, will survive an attack that would KO it with 1 HP. Single use.",
|
||||
},
|
||||
"fossilizedbird": {
|
||||
id: "fossilizedbird",
|
||||
name: "Fossilized Bird",
|
||||
spritenum: 0,
|
||||
fling: {
|
||||
basePower: 100,
|
||||
},
|
||||
num: 1105,
|
||||
gen: 8,
|
||||
desc: "Can be revived into Arctovish with Fossilized Fish or Arctozolt with Fossilized Dino.",
|
||||
shortDesc: "Can be combined with certain fossils.",
|
||||
},
|
||||
"fossilizeddino": {
|
||||
id: "fossilizeddino",
|
||||
name: "Fossilized Dino",
|
||||
spritenum: 0,
|
||||
fling: {
|
||||
basePower: 100,
|
||||
},
|
||||
num: 1108,
|
||||
gen: 8,
|
||||
desc: "Can be revived into Dracozolt with Fossilized Drake or Arctozolt with Fossilized Bird.",
|
||||
shortDesc: "Can be combined with certain fossils.",
|
||||
},
|
||||
"fossilizeddrake": {
|
||||
id: "fossilizeddrake",
|
||||
name: "Fossilized Drake",
|
||||
spritenum: 0,
|
||||
fling: {
|
||||
basePower: 100,
|
||||
},
|
||||
num: 1107,
|
||||
gen: 8,
|
||||
desc: "Can be revived into Dracozolt with Fossilized Dino or Dracovish with Fossilized Fish.",
|
||||
shortDesc: "Can be combined with certain fossils.",
|
||||
},
|
||||
"fossilizedfish": {
|
||||
id: "fossilizedfish",
|
||||
name: "Fossilized Fish",
|
||||
spritenum: 0,
|
||||
fling: {
|
||||
basePower: 100,
|
||||
},
|
||||
num: 1106,
|
||||
gen: 8,
|
||||
desc: "Can be revived into Dracovish with Fossilized Drake or Arctovish with Fossilized Bird.",
|
||||
shortDesc: "Can be combined with certain fossils.",
|
||||
},
|
||||
"friendball": {
|
||||
id: "friendball",
|
||||
name: "Friend Ball",
|
||||
|
||||
Reference in New Issue
Block a user