mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Set unavailable fossils as "Past" items
This commit is contained in:
parent
0edf3aae55
commit
6b2fb44abb
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -127,6 +127,10 @@ let BattleItems = {
|
|||
inherit: true,
|
||||
isUnreleased: false,
|
||||
},
|
||||
oldamber: {
|
||||
inherit: true,
|
||||
isNonstandard: null,
|
||||
},
|
||||
pamtreberry: {
|
||||
inherit: true,
|
||||
isUnreleased: false,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user