mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-13 16:04:58 +00:00
Added "Consumable" property to items.txt, light effects now properly centre themselves on the event regardless of graphic size, Disguise/Double Iron Bash Gen 8 changes
This commit is contained in:
@@ -30,6 +30,7 @@ NamePlural = Black Flutes
|
||||
Pocket = 1
|
||||
Price = 20
|
||||
FieldUse = Direct
|
||||
Consumable = false
|
||||
Description = A black flute made from blown glass. Its melody makes wild Pokémon less likely to appear.
|
||||
#-------------------------------
|
||||
[WHITEFLUTE]
|
||||
@@ -38,6 +39,7 @@ NamePlural = White Flutes
|
||||
Pocket = 1
|
||||
Price = 20
|
||||
FieldUse = Direct
|
||||
Consumable = false
|
||||
Description = A white flute made from blown glass. Its melody makes wild Pokémon more likely to appear.
|
||||
#-------------------------------
|
||||
[HONEY]
|
||||
@@ -6155,8 +6157,9 @@ Name = Blue Flute
|
||||
NamePlural = Blue Flutes
|
||||
Pocket = 7
|
||||
Price = 20
|
||||
FieldUse = OnPokemonReusable
|
||||
BattleUse = OnPokemonReusable
|
||||
FieldUse = OnPokemon
|
||||
BattleUse = OnPokemon
|
||||
Consumable = false
|
||||
Description = A blue flute made from blown glass. Its melody awakens a single Pokémon from sleep.
|
||||
#-------------------------------
|
||||
[YELLOWFLUTE]
|
||||
@@ -6164,7 +6167,8 @@ Name = Yellow Flute
|
||||
NamePlural = Yellow Flutes
|
||||
Pocket = 7
|
||||
Price = 20
|
||||
BattleUse = OnBattlerReusable
|
||||
BattleUse = OnBattler
|
||||
Consumable = false
|
||||
Description = A yellow flute made from blown glass. Its melody snaps a single Pokémon out of confusion.
|
||||
#-------------------------------
|
||||
[REDFLUTE]
|
||||
@@ -6172,7 +6176,8 @@ Name = Red Flute
|
||||
NamePlural = Red Flutes
|
||||
Pocket = 7
|
||||
Price = 20
|
||||
BattleUse = OnBattlerReusable
|
||||
BattleUse = OnBattler
|
||||
Consumable = false
|
||||
Description = A red flute made from blown glass. Its melody snaps a single Pokémon out of infatuation.
|
||||
#-------------------------------
|
||||
[POKEDOLL]
|
||||
@@ -6294,8 +6299,8 @@ Name = Poké Flute
|
||||
NamePlural = Poké Flutes
|
||||
Pocket = 8
|
||||
Price = 0
|
||||
FieldUse = OnPokemonReusable
|
||||
BattleUse = DirectReusable
|
||||
FieldUse = OnPokemon
|
||||
BattleUse = Direct
|
||||
Type = KeyItem
|
||||
Description = A flute that is said to instantly awaken any Pokémon. It has a lovely tone.
|
||||
#-------------------------------
|
||||
@@ -6360,7 +6365,7 @@ Name = Gracidea
|
||||
NamePlural = Gracideas
|
||||
Pocket = 8
|
||||
Price = 0
|
||||
FieldUse = OnPokemonReusable
|
||||
FieldUse = OnPokemon
|
||||
Type = KeyItem
|
||||
Description = A flower sometimes bundled in bouquets to convey gratitude on special occasions like birthdays.
|
||||
#-------------------------------
|
||||
@@ -6369,7 +6374,7 @@ Name = Reveal Glass
|
||||
NamePlural = Reveal Glasses
|
||||
Pocket = 8
|
||||
Price = 0
|
||||
FieldUse = OnPokemonReusable
|
||||
FieldUse = OnPokemon
|
||||
Type = KeyItem
|
||||
Description = A glass that reveals the truth. It is a mysterious glass that returns a Pokémon back to its original shape.
|
||||
#-------------------------------
|
||||
@@ -6378,7 +6383,7 @@ Name = Prison Bottle
|
||||
NamePlural = Prison Bottles
|
||||
Pocket = 8
|
||||
Price = 0
|
||||
FieldUse = OnPokemonReusable
|
||||
FieldUse = OnPokemon
|
||||
Type = KeyItem
|
||||
Description = A bottle believed to have been used to seal away the power of a certain Pokémon long, long ago.
|
||||
#-------------------------------
|
||||
@@ -6396,7 +6401,7 @@ Name = DNA Splicers
|
||||
NamePlural = DNA Splicers
|
||||
Pocket = 8
|
||||
Price = 0
|
||||
FieldUse = OnPokemonReusable
|
||||
FieldUse = OnPokemon
|
||||
Type = KeyItem
|
||||
Description = A splicer that fuses Kyurem and a certain Pokémon. They are said to have been one in the beginning.
|
||||
#-------------------------------
|
||||
@@ -6405,7 +6410,7 @@ Name = N-Solarizer
|
||||
NamePlural = N-Solarizers
|
||||
Pocket = 8
|
||||
Price = 0
|
||||
FieldUse = OnPokemonReusable
|
||||
FieldUse = OnPokemon
|
||||
Type = KeyItem
|
||||
Description = A machine to fuse Necrozma, which needs light, and Solgaleo.
|
||||
#-------------------------------
|
||||
@@ -6414,7 +6419,7 @@ Name = N-Lunarizer
|
||||
NamePlural = N-Lunarizers
|
||||
Pocket = 8
|
||||
Price = 0
|
||||
FieldUse = OnPokemonReusable
|
||||
FieldUse = OnPokemon
|
||||
Type = KeyItem
|
||||
Description = A machine to fuse Necrozma, which needs light, and Lunala.
|
||||
#-------------------------------
|
||||
|
||||
Reference in New Issue
Block a user