diff --git a/data/items.js b/data/items.js index 470392bb8a..02d4a98842 100644 --- a/data/items.js +++ b/data/items.js @@ -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",