From ae446bf547ab9868fa0bd9959ef354f0e27894bd Mon Sep 17 00:00:00 2001 From: lati111 <75079614+lati111@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:38:44 +0200 Subject: [PATCH 1/2] Added legends arceus pokeballs --- data/v2/csv/item_categories.csv | 1 + data/v2/csv/item_category_prose.csv | 1 + data/v2/csv/item_flavor_text.csv | 12 ++++++++++++ data/v2/csv/item_names.csv | 11 +++++++++++ data/v2/csv/items.csv | 11 +++++++++++ 5 files changed, 36 insertions(+) diff --git a/data/v2/csv/item_categories.csv b/data/v2/csv/item_categories.csv index e26ccee42..51efeff83 100644 --- a/data/v2/csv/item_categories.csv +++ b/data/v2/csv/item_categories.csv @@ -53,3 +53,4 @@ id,pocket_id,identifier 53,1,sandwich-ingredients 54,1,tm-materials 55,1,picnic +56,1,hisuian-balls diff --git a/data/v2/csv/item_category_prose.csv b/data/v2/csv/item_category_prose.csv index d1b57af83..768628a7d 100644 --- a/data/v2/csv/item_category_prose.csv +++ b/data/v2/csv/item_category_prose.csv @@ -49,3 +49,4 @@ item_category_id,local_language_id,name 49,9,Dynamax crystals 50,9,Nature mints 51,9,Curry ingredients +56,9,Hisuian balls diff --git a/data/v2/csv/item_flavor_text.csv b/data/v2/csv/item_flavor_text.csv index 55f279aee..8b9d0e740 100644 --- a/data/v2/csv/item_flavor_text.csv +++ b/data/v2/csv/item_flavor_text.csv @@ -140521,3 +140521,15 @@ Bountiful Harvests to express their gratitude." 1658,20,12,"拿到光下即可生辉的布。 人们曾经将其进献给 丰饶之王以表感谢之意。" +2223,24,9,"Doesn't fly far, but is more effective if the Pokémon +hasn't noticed the player." +2224,24,9,"Upgraded version of the Heavy Ball. Doesn't fly far, +but is more effective if the Pokémon hasn't noticed the player." +2225,24,9,"Upgraded version of the Leaden Ball. Doesn't fly far, +but is more effective if the Pokémon hasn't noticed the player." +2226,24,9,"Can be thrown further than a regular Poké Ball. +Is more effective for catching Pokémon that fly high in the air." +2227,24,9,"Can be thrown further than a Feather Ball. +Is more effective for catching Pokémon that fly high in the air." +2228,24,9,"Can be thrown further than a Wing Ball. +Is more effective for catching Pokémon that fly high in the air." diff --git a/data/v2/csv/item_names.csv b/data/v2/csv/item_names.csv index a9c08f824..9c8f26204 100644 --- a/data/v2/csv/item_names.csv +++ b/data/v2/csv/item_names.csv @@ -17940,3 +17940,14 @@ item_id,local_language_id,name 2217,11,わざマシン228 2218,9,TM229 2218,11,わざマシン229 +2219,9,Strange Ball +2220,9,Poké Ball +2221,9,Great Ball +2222,9,Ultra Ball +2223,9,Heavy Ball +2224,9,Leaden Ball +2225,9,Gigaton Ball +2226,9,Feather Ball +2227,9,Wing Ball +2228,9,Jet Ball +2228,9,Origin Ball diff --git a/data/v2/csv/items.csv b/data/v2/csv/items.csv index 1978b2df5..0295c6f34 100644 --- a/data/v2/csv/items.csv +++ b/data/v2/csv/items.csv @@ -2166,5 +2166,16 @@ id,identifier,category_id,cost,fling_power,fling_effect_id 2216,tm227,37,0,, 2217,tm228,37,0,, 2218,tm229,37,0,, +2219,lastrange-ball,56,0,, +2220,lapoke-ball,56,0,, +2221,lagreat-ball,56,0,, +2222,laultra-ball,56,0,, +2223,laheavy-ball,56,0,, +2224,laleaden-ball,56,0,, +2225,lagigaton-ball,56,0,, +2226,lafeather-ball,56,0,, +2227,lawing-ball,56,0,, +2228,lajet-ball,56,0,, +2228,laorigin-ball,56,0,, 10001,black-augurite,10,0,, 10002,peat-block,10,0,, From ffa2431e122d7122e75663c4bcd14864f9349f0b Mon Sep 17 00:00:00 2001 From: lati111 <75079614+lati111@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:45:25 +0200 Subject: [PATCH 2/2] Moved hisuian balls to standard balls category --- data/v2/csv/item_categories.csv | 1 - data/v2/csv/item_category_prose.csv | 1 - data/v2/csv/item_names.csv | 2 +- data/v2/csv/items.csv | 22 +++++++++++----------- 4 files changed, 12 insertions(+), 14 deletions(-) diff --git a/data/v2/csv/item_categories.csv b/data/v2/csv/item_categories.csv index 51efeff83..e26ccee42 100644 --- a/data/v2/csv/item_categories.csv +++ b/data/v2/csv/item_categories.csv @@ -53,4 +53,3 @@ id,pocket_id,identifier 53,1,sandwich-ingredients 54,1,tm-materials 55,1,picnic -56,1,hisuian-balls diff --git a/data/v2/csv/item_category_prose.csv b/data/v2/csv/item_category_prose.csv index 768628a7d..d1b57af83 100644 --- a/data/v2/csv/item_category_prose.csv +++ b/data/v2/csv/item_category_prose.csv @@ -49,4 +49,3 @@ item_category_id,local_language_id,name 49,9,Dynamax crystals 50,9,Nature mints 51,9,Curry ingredients -56,9,Hisuian balls diff --git a/data/v2/csv/item_names.csv b/data/v2/csv/item_names.csv index 9c8f26204..a64fed6de 100644 --- a/data/v2/csv/item_names.csv +++ b/data/v2/csv/item_names.csv @@ -17950,4 +17950,4 @@ item_id,local_language_id,name 2226,9,Feather Ball 2227,9,Wing Ball 2228,9,Jet Ball -2228,9,Origin Ball +2229,9,Origin Ball diff --git a/data/v2/csv/items.csv b/data/v2/csv/items.csv index 0295c6f34..1ce973457 100644 --- a/data/v2/csv/items.csv +++ b/data/v2/csv/items.csv @@ -2166,16 +2166,16 @@ id,identifier,category_id,cost,fling_power,fling_effect_id 2216,tm227,37,0,, 2217,tm228,37,0,, 2218,tm229,37,0,, -2219,lastrange-ball,56,0,, -2220,lapoke-ball,56,0,, -2221,lagreat-ball,56,0,, -2222,laultra-ball,56,0,, -2223,laheavy-ball,56,0,, -2224,laleaden-ball,56,0,, -2225,lagigaton-ball,56,0,, -2226,lafeather-ball,56,0,, -2227,lawing-ball,56,0,, -2228,lajet-ball,56,0,, -2228,laorigin-ball,56,0,, +2219,lastrange-ball,34,0,, +2220,lapoke-ball,34,0,, +2221,lagreat-ball,34,0,, +2222,laultra-ball,34,0,, +2223,laheavy-ball,34,0,, +2224,laleaden-ball,34,0,, +2225,lagigaton-ball,34,0,, +2226,lafeather-ball,34,0,, +2227,lawing-ball,34,0,, +2228,lajet-ball,34,0,, +2229,laorigin-ball,34,0,, 10001,black-augurite,10,0,, 10002,peat-block,10,0,,