Add Fossils (#5953)

This commit is contained in:
420Blazeitt
2019-11-15 21:31:47 -05:00
committed by The Immortal
parent 2c2084dbb7
commit 84dc57aafe

View File

@@ -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",