Skip to content

Commit

Permalink
Updated Pikachu Animations + Fixed de_DE lang
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Nov 6, 2023
1 parent 7c86f7c commit 25d537e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 8 deletions.
37 changes: 31 additions & 6 deletions animations/pokemon/pikachu.animation.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,12 @@
"0.0": {
"post": [0, -0.5, 0],
"lerp_mode": "catmullrom"
}
},
"0.25": {
"post": [0, -0.5, 0],
"lerp_mode": "catmullrom"
},
"1.25": [0, -0.5, 0]
}
},
"arm2": {
Expand All @@ -126,7 +131,12 @@
"0.0": {
"post": [0, -0.5, 0],
"lerp_mode": "catmullrom"
}
},
"0.75": {
"post": [0, -0.5, 0],
"lerp_mode": "catmullrom"
},
"1.25": [0, -0.5, 0]
}
},
"thigh1": {
Expand Down Expand Up @@ -260,7 +270,8 @@
"0.75": {
"post": [1, 1, 1],
"lerp_mode": "catmullrom"
}
},
"1.25": [1, 1, 1]
}
},
"leg1": {
Expand Down Expand Up @@ -528,11 +539,15 @@
},
"head2": {
"position": {
"0.5833": {
"0.25": {
"pre": [0, 0, 0],
"post": [0, 0, 0],
"lerp_mode": "catmullrom"
},
"0.5833": {
"post": [0, 0, 0],
"lerp_mode": "catmullrom"
},
"1.25": [0, 0, 0]
}
},
Expand Down Expand Up @@ -591,7 +606,12 @@
"0.0": {
"post": [0, -0.5, 0],
"lerp_mode": "catmullrom"
}
},
"0.625": {
"post": [0, -0.5, 0],
"lerp_mode": "catmullrom"
},
"1.25": [0, -0.5, 0]
}
},
"arm2": {
Expand All @@ -610,7 +630,12 @@
"0.0": {
"post": [0, -0.5, 0],
"lerp_mode": "catmullrom"
}
},
"0.625": {
"post": [0, -0.5, 0],
"lerp_mode": "catmullrom"
},
"1.25": [0, -0.5, 0]
}
},
"Pikachu": {
Expand Down
3 changes: 1 addition & 2 deletions texts/de_DE.lang
Original file line number Diff line number Diff line change
Expand Up @@ -1709,8 +1709,7 @@ item.spawn_egg.entity.pokemon:zygarde.name=Zygarde
kick.fail.op=Du wurdest versucht zu kicken, aber du kannst es nicht!

## Starter Pokemon Descriptions
<<<<<<< HEAD
"cobblemon.species.bulbasaur.name=Bisasam
pokemon.bulbasaur.name=Bisasam
pokemon.bulbasaur.desc=Nach der Geburt nimmt es für eine Weile Nährstoffe über den Samen auf seinem Rücken auf.
pokemon.ivysaur.name=Bisaknosp
pokemon.ivysaur.desc=Die Sonne macht es stärker. Die Knospe auf seinem Rücken wächst unter dem Einfluss von Sonnenlicht.
Expand Down

0 comments on commit 25d537e

Please sign in to comment.