Fix graphic issue with Paldean Wooper

Paldean Wooper was marked as having gender differences even though it has none (unlike regular Wooper). The duplicate graphics for it have been removed.
This commit is contained in:
Madmadness65 2024-03-29 01:10:17 -05:00
parent 23e3bdc960
commit 9350b380b2
9 changed files with 1 additions and 165 deletions

View File

@ -1,41 +0,0 @@
{
"textures": [
{
"image": "8194.png",
"format": "RGBA8888",
"size": {
"w": 36,
"h": 36
},
"scale": 1,
"frames": [
{
"filename": "0001.png",
"rotated": false,
"trimmed": false,
"sourceSize": {
"w": 36,
"h": 32
},
"spriteSourceSize": {
"x": 0,
"y": 0,
"w": 36,
"h": 32
},
"frame": {
"x": 0,
"y": 0,
"w": 36,
"h": 32
}
}
]
}
],
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
"smartupdate": ""
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

View File

@ -1,41 +0,0 @@
{
"textures": [
{
"image": "8194.png",
"format": "RGBA8888",
"size": {
"w": 36,
"h": 36
},
"scale": 1,
"frames": [
{
"filename": "0001.png",
"rotated": false,
"trimmed": false,
"sourceSize": {
"w": 36,
"h": 32
},
"spriteSourceSize": {
"x": 0,
"y": 0,
"w": 36,
"h": 32
},
"frame": {
"x": 0,
"y": 0,
"w": 36,
"h": 32
}
}
]
}
],
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
"smartupdate": ""
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 B

View File

@ -1,41 +0,0 @@
{
"textures": [
{
"image": "8194.png",
"format": "RGBA8888",
"size": {
"w": 36,
"h": 36
},
"scale": 1,
"frames": [
{
"filename": "0001.png",
"rotated": false,
"trimmed": false,
"sourceSize": {
"w": 36,
"h": 32
},
"spriteSourceSize": {
"x": 0,
"y": 0,
"w": 36,
"h": 32
},
"frame": {
"x": 0,
"y": 0,
"w": 36,
"h": 32
}
}
]
}
],
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
"smartupdate": ""
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

View File

@ -1,41 +0,0 @@
{
"textures": [
{
"image": "8194.png",
"format": "RGBA8888",
"size": {
"w": 36,
"h": 36
},
"scale": 1,
"frames": [
{
"filename": "0001.png",
"rotated": false,
"trimmed": false,
"sourceSize": {
"w": 36,
"h": 32
},
"spriteSourceSize": {
"x": 0,
"y": 0,
"w": 36,
"h": 32
},
"frame": {
"x": 0,
"y": 0,
"w": 36,
"h": 32
}
}
]
}
],
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
"smartupdate": ""
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 B

View File

@ -2410,7 +2410,7 @@ export function initSpecies() {
new PokemonForm("Blaze Breed", "blaze", Type.FIGHTING, Type.FIRE, 1.4, 85, Abilities.INTIMIDATE, Abilities.ANGER_POINT, Abilities.CUD_CHEW, 490, 75, 110, 105, 30, 70, 100, 45, 50, 172),
new PokemonForm("Aqua Breed", "aqua", Type.FIGHTING, Type.WATER, 1.4, 110, Abilities.INTIMIDATE, Abilities.ANGER_POINT, Abilities.CUD_CHEW, 490, 75, 110, 105, 30, 70, 100, 45, 50, 172),
),
new PokemonSpecies(Species.PALDEA_WOOPER, "Wooper", 9, false, false, false, "Water Fish Pokémon", Type.POISON, Type.GROUND, 0.4, 11, Abilities.POISON_POINT, Abilities.WATER_ABSORB, Abilities.UNAWARE, 210, 55, 45, 45, 25, 25, 15, 255, 50, 42, GrowthRate.MEDIUM_FAST, 50, true),
new PokemonSpecies(Species.PALDEA_WOOPER, "Wooper", 9, false, false, false, "Water Fish Pokémon", Type.POISON, Type.GROUND, 0.4, 11, Abilities.POISON_POINT, Abilities.WATER_ABSORB, Abilities.UNAWARE, 210, 55, 45, 45, 25, 25, 15, 255, 50, 42, GrowthRate.MEDIUM_FAST, 50, false),
new PokemonSpecies(Species.BLOODMOON_URSALUNA, "Ursaluna", 9, false, false, false, "Peat Pokémon", Type.GROUND, Type.NORMAL, 2.7, 333, Abilities.MINDS_EYE, Abilities.NONE, Abilities.NONE, 555, 113, 70, 120, 135, 65, 52, 75, 50, 275, GrowthRate.MEDIUM_FAST, 50, false),
);
}