Skip to content

Commit

Permalink
Descriptions: Update more from suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty-D committed Dec 7, 2024
1 parent 233a96b commit 62ce9d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/text/items.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const ItemsText: {[id: IDEntry]: ItemText} = {
abilityshield: {
name: "Ability Shield",
shortDesc: "Holder's Ability cannot be changed by any effect.",
shortDesc: "Holder's Ability cannot be changed, suppressed, or ignored by any effect.",

block: " [POKEMON]'s Ability is protected by the effects of its Ability Shield!",
},
Expand Down
4 changes: 2 additions & 2 deletions data/text/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ export const MovesText: {[id: IDEntry]: MoveText} = {
defog: {
name: "Defog",
desc: "Lowers the target's evasiveness by 1 stage. If this move is successful and whether or not the target's evasiveness was affected, the effects of Reflect, Light Screen, Aurora Veil, Safeguard, Mist, Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the target's side, and the effects of Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the user's side. Ignores a target's substitute, although a substitute will still block the lowering of evasiveness. If there is a terrain active and this move is successful, the terrain will be cleared.",
shortDesc: "-1 evasion; clears terrain and hazards on both sides.",
shortDesc: "-1 evasion; ends user and target hazards/terrain.",
gen7: {
desc: "Lowers the target's evasiveness by 1 stage. If this move is successful and whether or not the target's evasiveness was affected, the effects of Reflect, Light Screen, Aurora Veil, Safeguard, Mist, Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the target's side, and the effects of Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the user's side. Ignores a target's substitute, although a substitute will still block the lowering of evasiveness.",
shortDesc: "-1 evasion; clears user and target side's hazards.",
Expand Down Expand Up @@ -3391,7 +3391,7 @@ export const MovesText: {[id: IDEntry]: MoveText} = {
},
ivycudgel: {
name: "Ivy Cudgel",
desc: "Has a higher chance for a critical hit. If the user is an Ogerpon holding a mask, this move's type changes to match. Water type for Wellspring Mask, Fire type for Hearthflame Mask, and Rock type for Cornerstone Mask.",
desc: "Has a higher chance for a critical hit. If the user is an Ogerpon, this move's type changes depending on its form. Water type for Wellspring Mask, Fire type for Hearthflame Mask, and Rock type for Cornerstone Mask.",
shortDesc: "High critical hit ratio. Type depends on user's form.",
},
jawlock: {
Expand Down

0 comments on commit 62ce9d4

Please sign in to comment.