From 6b2fb44abb91c2f66fc60b3ff80a0428cd8b5958 Mon Sep 17 00:00:00 2001 From: The Immortal Date: Tue, 7 Jan 2020 04:17:29 +0400 Subject: [PATCH] Set unavailable fossils as "Past" items --- data/items.js | 11 +++++++++++ data/mods/gen6/items.js | 4 ++++ data/mods/gen7/items.js | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/data/items.js b/data/items.js index cb2fa37147..2c7e0cac5e 100644 --- a/data/items.js +++ b/data/items.js @@ -269,6 +269,7 @@ let BattleItems = { }, num: 104, gen: 4, + isNonstandard: "Past", desc: "Can be revived into Shieldon.", }, "aspearberry": { @@ -1027,6 +1028,7 @@ let BattleItems = { }, num: 100, gen: 3, + isNonstandard: "Past", desc: "Can be revived into Anorith.", }, "cloversweet": { @@ -1110,6 +1112,7 @@ let BattleItems = { }, num: 572, gen: 5, + isNonstandard: "Past", desc: "Can be revived into Tirtouga.", }, "crackedpot": { @@ -1322,6 +1325,7 @@ let BattleItems = { }, num: 102, gen: 3, + isNonstandard: "Past", desc: "Can be revived into Kabuto.", }, "dousedrive": { @@ -2654,6 +2658,7 @@ let BattleItems = { }, num: 101, gen: 3, + isNonstandard: "Past", desc: "Can be revived into Omanyte.", }, "heracronite": { @@ -2932,6 +2937,7 @@ let BattleItems = { }, num: 710, gen: 6, + isNonstandard: "Past", desc: "Can be revived into Tyrunt.", }, "kasibberry": { @@ -4177,6 +4183,7 @@ let BattleItems = { }, num: 103, gen: 3, + isNonstandard: "Past", desc: "Can be revived into Aerodactyl.", }, "oranberry": { @@ -4452,6 +4459,7 @@ let BattleItems = { }, num: 573, gen: 5, + isNonstandard: "Past", desc: "Can be revived into Archen.", }, "poisonbarb": { @@ -5198,6 +5206,7 @@ let BattleItems = { }, num: 99, gen: 3, + isNonstandard: "Past", desc: "Can be revived into Lileep.", }, "roseincense": { @@ -5359,6 +5368,7 @@ let BattleItems = { }, num: 711, gen: 6, + isNonstandard: "Past", desc: "Can be revived into Amaura.", }, "salacberry": { @@ -5645,6 +5655,7 @@ let BattleItems = { }, num: 105, gen: 4, + isNonstandard: "Past", desc: "Can be revived into Cranidos.", }, "skyplate": { diff --git a/data/mods/gen6/items.js b/data/mods/gen6/items.js index a7f5919c96..6ae1e08901 100644 --- a/data/mods/gen6/items.js +++ b/data/mods/gen6/items.js @@ -127,6 +127,10 @@ let BattleItems = { inherit: true, isUnreleased: false, }, + oldamber: { + inherit: true, + isNonstandard: null, + }, pamtreberry: { inherit: true, isUnreleased: false, diff --git a/data/mods/gen7/items.js b/data/mods/gen7/items.js index 62f27008c2..fe68cb3740 100755 --- a/data/mods/gen7/items.js +++ b/data/mods/gen7/items.js @@ -43,6 +43,10 @@ let BattleItems = { inherit: true, isNonstandard: null, }, + armorfossil: { + inherit: true, + isNonstandard: null, + }, audinite: { inherit: true, isNonstandard: null, @@ -88,6 +92,14 @@ let BattleItems = { inherit: true, isNonstandard: null, }, + clawfossil: { + inherit: true, + isNonstandard: null, + }, + coverfossil: { + inherit: true, + isNonstandard: null, + }, custapberry: { inherit: true, isUnreleased: false, @@ -109,6 +121,10 @@ let BattleItems = { inherit: true, isNonstandard: null, }, + domefossil: { + inherit: true, + isNonstandard: null, + }, dragongem: { inherit: true, isNonstandard: null, @@ -237,6 +253,10 @@ let BattleItems = { inherit: true, isNonstandard: null, }, + helixfossil: { + inherit: true, + isNonstandard: null, + }, heracronite: { inherit: true, isNonstandard: null, @@ -276,6 +296,10 @@ let BattleItems = { inherit: true, isUnreleased: undefined, }, + jawfossil: { + inherit: true, + isNonstandard: null, + }, kangaskhanite: { inherit: true, isNonstandard: null, @@ -382,6 +406,10 @@ let BattleItems = { inherit: true, isNonstandard: null, }, + plumefossil: { + inherit: true, + isNonstandard: null, + }, poisongem: { inherit: true, isNonstandard: null, @@ -417,6 +445,10 @@ let BattleItems = { inherit: true, isNonstandard: null, }, + rootfossil: { + inherit: true, + isNonstandard: null, + }, rowapberry: { inherit: true, isUnreleased: undefined, @@ -425,6 +457,10 @@ let BattleItems = { inherit: true, isNonstandard: null, }, + sailfossil: { + inherit: true, + isNonstandard: null, + }, salamencite: { inherit: true, isNonstandard: null, @@ -441,6 +477,10 @@ let BattleItems = { inherit: true, isNonstandard: null, }, + skullfossil: { + inherit: true, + isNonstandard: null, + }, slowbronite: { inherit: true, isNonstandard: null,